HomeSort by relevance Sort by last modified time
    Searched full:cls2 (Results 1 - 25 of 34) sorted by null

1 2

  /external/libmicrohttpd/src/testcurl/
test_callback.c 42 struct callback_closure *cls2 = cls; local
44 if (cls2->called == 0)
48 cls2->called = 1;
51 if (cls2->called == 1)
53 cls2->called = 2;
  /external/clang/test/SemaCXX/
undefined-internal.cpp 301 struct Cls2 {
302 Cls2(T7); // expected-warning {{function 'test12::(anonymous namespace)::Cls2::Cls2' has internal linkage but is not defined}}
316 Cls2 obj1((T7())); // expected-note {{used here}}
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 218 class Cls2 extends Cls1 implements Intf1 {
761 f = Cls2.class.getFields();
797 Field[] fields = Cls2.class.getFields();
799 if(field.toString().equals("public int libcore.java.lang.OldClassTest$Cls2.field1")) {
807 assertEquals(expected, Cls2.class.getField("field1"));
815 Class [] interfaces2 = Cls2.class.getInterfaces();
830 Cls2.class.getMethods().length);
835 Method[] methods = Cls2.class.getMethods();
837 if(method.toString().equals("public void libcore.java.lang.OldClassTest$Cls2.test()")) {
845 assertEquals(expected, Cls2.class.getMethod("test"))
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrFormats.td     [all...]
  /packages/services/Telephony/tests/src/com/android/services/telephony/
HoldTrackerTest.java 43 new PhoneAccountHandle(new ComponentName("pkg2", "cls2"), "1");
  /tools/metalava/src/main/java/com/android/tools/metalava/model/
TypeItem.kt 227 val cls2 = type2.asClass()
228 if (cls1 != null && cls2 != null) {
229 ClassItem.fullNameComparator.compare(cls1, cls2)
  /external/protobuf/python/google/protobuf/internal/
message_factory_test.py 102 cls2 = factory.GetPrototype(pool.FindMessageTypeByName(
104 self.assertTrue(cls is cls2)
  /external/skia/tools/
bisect_roll.go 109 cls2, err := g.Search(500, modAfter, gerrit.SearchOwner("self"))
113 cls = append(cls, cls2...)
  /external/skqp/tools/
bisect_roll.go 109 cls2, err := g.Search(500, modAfter, gerrit.SearchOwner("self"))
113 cls = append(cls, cls2...)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 3272 cls2 = p.loads(s) variable in class:.test_pickles.C4
3302 cls2 = copy.deepcopy(cls) variable in class:.test_pickles.C4
    [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 3306 cls2 = p.loads(s) variable in class:.test_pickles.C4
3336 cls2 = copy.deepcopy(cls) variable in class:.test_pickles.C4
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 3289 cls2 = p.loads(s) variable in class:.test_pickles.C4
3319 cls2 = copy.deepcopy(cls) variable in class:.test_pickles.C4
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 3289 cls2 = p.loads(s) variable in class:.test_pickles.C4
3319 cls2 = copy.deepcopy(cls) variable in class:.test_pickles.C4
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 3289 cls2 = p.loads(s) variable in class:.test_pickles.C4
3319 cls2 = copy.deepcopy(cls) variable in class:.test_pickles.C4
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 3289 cls2 = p.loads(s) variable in class:.test_pickles.C4
3319 cls2 = copy.deepcopy(cls) variable in class:.test_pickles.C4
    [all...]
  /external/scapy/scapy/
packet.py 898 match = lambda cls1, cls2: issubclass(cls1, cls2)
900 match = lambda cls1, cls2: cls1 == cls2
    [all...]
  /external/python/cpython3/Lib/test/
test_descr.py     [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.2.0/
lint-api-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.2.0-alpha1/
lint-api-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.2.0-alpha3/
lint-api-25.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.2.0-alpha4/
lint-api-25.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.2.0-alpha6/
lint-api-25.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.2.0-alpha7/
lint-api-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.2.0-beta1/
lint-api-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.2.0-beta2/
lint-api-25.2.0-beta2.jar 

Completed in 1251 milliseconds

1 2