Searched defs:obj (Results 176 - 200 of 1735) sorted by relevance

1234567891011>>

/external/clang/test/CXX/special/class.copy/
H A Dp15-0x.cpp16 void test_bar(const bar &obj) { argument
17 bar obj2(obj);
/external/clang/test/CodeGenCXX/
H A Ddefault-arg-temps.cpp43 class obj{ int a; float b; double d; }; class
47 obj o = obj();
H A Dmicrosoft-abi-thunks.cpp75 void zoo(C* obj) { argument
76 delete obj;
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-this-adjustment.cpp38 void build_vftable(X *obj) { obj->g(); } argument
81 void build_vftable(X *obj) { obj->g(); } argument
139 void build_vftable(X *obj) { obj->g(); } argument
/external/compiler-rt/test/tsan/
H A Dunaligned_norace.cc46 uint64_t *obj = objs[0]; local
51 char *p = (char*)obj + off;
62 obj += 3;
H A Dvptr_harmful_race.cc27 static A *obj = new B; variable
30 obj->F();
31 obj->Done();
38 delete obj;
H A Dvptr_harmful_race2.cc27 static A *obj = new B; variable
30 obj->F();
32 obj->Done();
38 delete obj;
H A Dvptr_harmful_race3.cc27 static A *obj = new B; variable
31 (obj->*fn)();
33 obj->Done();
39 delete obj;
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DDuckTypedPSKKeyManager.java48 * @throws NoSuchMethodException if {@code obj} does not implement a method of the
51 static DuckTypedPSKKeyManager getInstance(Object obj) throws NoSuchMethodException { argument
52 Class<?> sourceClass = obj.getClass();
57 // Check that obj exposes the target method (same name and parameter types)
60 // Check that the return type of obj's method matches the target method.
69 return new DuckTypedPSKKeyManager(obj);
H A DX509PublicKey.java69 public boolean equals(Object obj) { argument
70 if (this == obj)
72 if (obj == null)
74 if (getClass() != obj.getClass())
76 X509PublicKey other = (X509PublicKey) obj;
/external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/
H A DCipherSuite.java439 public boolean equals(Object obj) { argument
440 if (this == obj) {
443 if (obj == null) {
446 if (getClass() != obj.getClass()) {
449 CipherSuite other = (CipherSuite) obj;
H A DCompressionMethod.java51 public boolean equals(Object obj) { argument
52 if (this == obj) {
55 if (obj == null) {
58 if (getClass() != obj.getClass()) {
61 CompressionMethod other = (CompressionMethod) obj;
/external/conscrypt/testing/src/main/java/tests/util/
H A DPair.java70 public boolean equals(Object obj) { argument
71 if (this == obj) {
74 if (obj == null) {
77 if (getClass() != obj.getClass()) {
81 Pair other = (Pair) obj;
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
H A DArrayTypeName.java39 public boolean equals(Object obj) { argument
40 return (obj instanceof ArrayTypeName)
41 && this.componentType.equals(((ArrayTypeName) obj).componentType);
H A DStringLiteral.java91 public boolean equals(Object obj) { argument
92 if (obj == this) {
94 } else if (obj instanceof StringLiteral) {
95 return this.value.equals(((StringLiteral) obj).value);
/external/deqp/external/openglcts/modules/runner/
H A DglcAndroidMain.cpp38 glcts::Android::TestActivity* obj = new glcts::Android::TestActivity(activity, type); local
39 DE_UNREF(obj);
/external/deqp/framework/platform/android/
H A DtcuAndroidJNI.cpp40 static jfieldID getExecServiceField (JNIEnv* env, jobject obj) argument
42 jclass cls = env->GetObjectClass(obj);
51 static tcu::Android::ExecService* getExecService (JNIEnv* env, jobject obj) argument
53 jfieldID field = getExecServiceField(env, obj);
54 return (tcu::Android::ExecService*)(deIntptr)env->GetLongField(obj, field);
57 static void setExecService (JNIEnv* env, jobject obj, tcu::Android::ExecService* service) argument
59 jfieldID field = getExecServiceField(env, obj);
60 env->SetLongField(obj, field, (jlong)(deIntptr)service);
70 JNIEXPORT void JNICALL Java_com_drawelements_deqp_execserver_ExecService_startServer (JNIEnv* env, jobject obj, jint port) argument
77 DE_ASSERT(!getExecService(env, obj));
95 Java_com_drawelements_deqp_execserver_ExecService_stopServer(JNIEnv* env, jobject obj) argument
[all...]
/external/flatbuffers/tests/MyGame/Example/
H A DTestSimpleTableWithEnum.java13 public static TestSimpleTableWithEnum getRootAsTestSimpleTableWithEnum(ByteBuffer _bb, TestSimpleTableWithEnum obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.getInt(_bb.position()) + _bb.position(), _bb)); } argument
H A DTestSimpleTableWithEnum.php19 $obj = new TestSimpleTableWithEnum(); variable
20 return ($obj->init($bb->getInt($bb->getPosition()) + $bb->getPosition(), $bb));
H A DVec3.php70 $obj = new Test(); variable
71 $obj->init($this->bb_pos + 26, $this->bb);
72 return $obj;
/external/flatbuffers/tests/MyGame/Example2/
H A DMonster.cs16 public static Monster GetRootAsMonster(ByteBuffer _bb, Monster obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); } argument
H A DMonster.java13 public static Monster getRootAsMonster(ByteBuffer _bb, Monster obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.getInt(_bb.position()) + _bb.position(), _bb)); } argument
H A DMonster.php19 $obj = new Monster(); variable
20 return ($obj->init($bb->getInt($bb->getPosition()) + $bb->getPosition(), $bb));
/external/flatbuffers/tests/MyGame/
H A DInParentNamespace.cs16 public static InParentNamespace GetRootAsInParentNamespace(ByteBuffer _bb, InParentNamespace obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); } argument
H A DInParentNamespace.java13 public static InParentNamespace getRootAsInParentNamespace(ByteBuffer _bb, InParentNamespace obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.getInt(_bb.position()) + _bb.position(), _bb)); } argument

Completed in 2587 milliseconds

1234567891011>>