HomeSort by relevance Sort by last modified time
    Searched refs:that (Results 1 - 25 of 4876) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/mmix/
loc-1.s 1 # Check that we don't get anything strange from a single LOC to data and a
err-bpo6.s 3 # Test that we handle COMM-type symbols with base-plus-offset relocs, but
4 # that we don't merge ones that may be separately merged with other
  /sfw/usr/src/cmd/postgres/pgadmin/pgadmin3-1.10.0/pgadmin/pgscript/expressions/
pgsOperation.cpp 28 pgsOperation::pgsOperation(const pgsOperation & that) :
29 pgsExpression(that)
31 m_left = that.m_left->clone();
32 m_right = that.m_right != 0 ? that.m_right->clone() : 0;
35 pgsOperation & pgsOperation::operator =(const pgsOperation & that)
37 if (this != &that)
39 pgsExpression::operator=(that);
42 m_left = that.m_left->clone();
43 m_right = that.m_right != 0 ? that.m_right->clone() : 0
    [all...]
pgsAssign.cpp 32 pgsAssign::pgsAssign(const pgsAssign & that) :
33 pgsExpression(that), m_name(that.m_name)
35 m_var = that.m_var->clone();
38 pgsAssign & pgsAssign::operator =(const pgsAssign & that)
40 if (this != &that)
42 pgsExpression::operator=(that);
43 m_name = that.m_name;
45 m_var = that.m_var->clone();
pgsAnd.cpp 32 pgsAnd::pgsAnd(const pgsAnd & that) :
33 pgsOperation(that)
38 pgsAnd & pgsAnd::operator =(const pgsAnd & that)
40 if (this != &that)
42 pgsOperation::operator=(that);
pgsDifferent.cpp 32 pgsDifferent::pgsDifferent(const pgsDifferent & that) :
33 pgsOperation(that)
38 pgsDifferent & pgsDifferent::operator =(const pgsDifferent & that)
40 if (this != &that)
42 pgsOperation::operator=(that);
pgsGreater.cpp 32 pgsGreater::pgsGreater(const pgsGreater & that) :
33 pgsOperation(that)
38 pgsGreater & pgsGreater::operator =(const pgsGreater & that)
40 if (this != &that)
42 pgsOperation::operator=(that);
pgsGreaterEqual.cpp 32 pgsGreaterEqual::pgsGreaterEqual(const pgsGreaterEqual & that) :
33 pgsOperation(that)
38 pgsGreaterEqual & pgsGreaterEqual::operator =(const pgsGreaterEqual & that)
40 if (this != &that)
42 pgsOperation::operator=(that);
pgsLower.cpp 32 pgsLower::pgsLower(const pgsLower & that) :
33 pgsOperation(that)
38 pgsLower & pgsLower::operator =(const pgsLower & that)
40 if (this != &that)
42 pgsOperation::operator=(that);
pgsLowerEqual.cpp 33 pgsLowerEqual::pgsLowerEqual(const pgsLowerEqual & that) :
34 pgsOperation(that)
39 pgsLowerEqual & pgsLowerEqual::operator =(const pgsLowerEqual & that)
41 if (this != &that)
43 pgsOperation::operator=(that);
  /sfw/usr/src/cmd/openldap/bdb-4.5.20.b/source/4.5.20.b/cxx/
cxx_lock.cpp 33 DbLock::DbLock(const DbLock &that)
34 : lock_(that.lock_)
38 DbLock &DbLock::operator = (const DbLock &that)
40 lock_ = that.lock_;
cxx_except.cpp 69 DbException::DbException(const DbException &that)
71 , what_(dupString(that.what_))
72 , err_(that.err_)
77 DbException &DbException::operator = (const DbException &that)
79 if (this != &that) {
80 err_ = that.err_;
82 what_ = dupString(that.what_);
116 * so we need to fix that here before duplicating it.
168 DbMemoryException::DbMemoryException(const DbMemoryException &that)
169 : DbException(that)
    [all...]
cxx_dbt.cpp 42 Dbt::Dbt(const Dbt &that)
44 const DBT *from = &that;
49 Dbt &Dbt::operator = (const Dbt &that)
51 if (this != &that) {
52 const DBT *from = &that;
  /sfw/usr/src/lib/jdtcore/plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/
xpcom_profile_stats.h 16 #define XPCOM_PROFILE_NATIVE_ENTER(env, that, func) XPCOM_PROFILE_nativeFunctionCallCount[func]++;
17 #define XPCOM_PROFILE_NATIVE_EXIT(env, that, func)
19 #define XPCOM_PROFILE_NATIVE_ENTER(env, that, func)
20 #define XPCOM_PROFILE_NATIVE_EXIT(env, that, func)
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/cris/
pushpopv32.s 1 ; Check that push and pop builtin "macros" aren't recognized for
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/sh/sh64/
err-4.s 4 ! Check that we can't have different ISA:s in the same section if disallowed.
  /sfw/usr/src/cmd/mysql-5-0/mysql-5.0.86/bdb/cxx/
cxx_lock.cpp 36 DbLock::DbLock(const DbLock &that)
37 : lock_(that.lock_)
41 DbLock &DbLock::operator = (const DbLock &that)
43 lock_ = that.lock_;
  /sfw/usr/src/lib/xstream/xstream-1.3/xstream/src/test/com/thoughtworks/xstream/converters/collections/
ByteArrayConverterTest.java 40 public boolean equals(Object that) {
41 if (that instanceof Dummy) {
42 return equals((Dummy) that);
47 public boolean equals(Dummy that) {
48 if (this.data == that.data) {
51 if (this.data != null && that.data != null) {
52 if (this.data.length == that.data.length) {
55 byte b2 = that.data[i];
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/mt/
misc.s 1 ; Check that register names, both upper and lower case work and that
15 ; Check that the range of legal operand values is accepted.
  /sfw/usr/src/cmd/gdb/gdb-6.8/sim/testsuite/sim/cris/hw/rv-n-cris/
quit.s 1 ; Trivial target simulator program that just exits.
  /sfw/usr/src/lib/jdtcore/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/
atk.c 4 * of the GNU Lesser General Public License (LGPL) Version 2.1 that
24 (JNIEnv *env, jclass that)
27 ATK_NATIVE_ENTER(env, that, AtkObjectFactoryClass_1sizeof_FUNC);
29 ATK_NATIVE_EXIT(env, that, AtkObjectFactoryClass_1sizeof_FUNC);
36 (JNIEnv *env, jclass that)
39 ATK_NATIVE_ENTER(env, that, AtkObjectFactory_1sizeof_FUNC);
41 ATK_NATIVE_EXIT(env, that, AtkObjectFactory_1sizeof_FUNC);
48 (JNIEnv *env, jclass that, jint arg0)
51 ATK_NATIVE_ENTER(env, that, _1ATK_1ACTION_1GET_1IFACE_FUNC);
53 ATK_NATIVE_EXIT(env, that, _1ATK_1ACTION_1GET_1IFACE_FUNC)
    [all...]
  /sfw/usr/src/lib/jdtcore/plugins/org.eclipse.swt/Eclipse SWT OpenGL/carbon/library/
agl_stats.h 16 #define AGL_NATIVE_ENTER(env, that, func) AGL_nativeFunctionCallCount[func]++;
17 #define AGL_NATIVE_EXIT(env, that, func)
19 #define AGL_NATIVE_ENTER(env, that, func)
20 #define AGL_NATIVE_EXIT(env, that, func)
  /sfw/usr/src/lib/jdtcore/plugins/org.eclipse.swt/Eclipse SWT PI/motif_gtk/library/
gtk_stats.h 4 * of the GNU Lesser General Public License (LGPL) Version 2.1 that
20 #define GTK_NATIVE_ENTER(env, that, func) GTK_nativeFunctionCallCount[func]++;
21 #define GTK_NATIVE_EXIT(env, that, func)
23 #define GTK_NATIVE_ENTER(env, that, func)
24 #define GTK_NATIVE_EXIT(env, that, func)
  /sfw/usr/src/cmd/binutils/binutils-2.19/ld/testsuite/ld-cris/
noglob1.d 5 # Check that we can link an object that doesn't have any global symbols;
  /sfw/usr/src/cmd/postgres/pgadmin/pgadmin3-1.10.0/pgadmin/include/pgscript/utilities/
pgsCopiedPtr.h 37 pgsCopiedPtr(const pgsCopiedPtr & that) :
38 p(that.p == 0 ? 0 : that.p->clone())
48 pgsCopiedPtr & operator =(pgsCopiedPtr that)
50 std::swap(p, that.p);

Completed in 5909 milliseconds

1 2 3 4 5 6 7 8 91011>>