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

  /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/llvm/lib/Target/SystemZ/
SystemZInstrFormats.td     [all...]
  /external/clang/test/SemaCXX/
undefined-internal.cpp 300 struct Cls2 {
301 Cls2(T7); // expected-warning {{function 'test12::(anonymous namespace)::Cls2::Cls2' has internal linkage but is not defined}}
315 Cls2 obj1((T7())); // expected-note {{used here}}
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 363 enum arg_class cls2; local
368 if (classify(proc, context, info2, &cls2, sz, 1) < 0)
372 cls = cls2;
373 else if (cls2 == CLASS_NO || cls == cls2)
375 else if (cls == CLASS_MEMORY || cls2 == CLASS_MEMORY)
377 else if (cls == CLASS_INTEGER || cls2 == CLASS_INTEGER)
408 enum arg_class cls1, cls2; local
411 || classify_eightbyte(proc, context, info, &cls2,
415 if (cls1 == CLASS_MEMORY || cls2 == CLASS_MEMORY)
    [all...]
  /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/protobuf/python/google/protobuf/internal/
message_factory_test.py 98 cls2 = factory.GetPrototype(pool.FindMessageTypeByName(
100 self.assertIs(cls, cls2)
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_modulegraph.py 445 def assertIsSubclass(self, cls1, cls2, message=None):
446 self.assertTrue(issubclass(cls1, cls2),
447 message or "%r is not a subclass of %r"%(cls1, cls2))
    [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...]
  /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/tools/common/offline-m2/com/android/tools/lint/lint-api/25.2.0-alpha4/
lint-api-25.2.0-alpha4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/lint/lint-api/25.2.0-beta1/
lint-api-25.2.0-beta1.jar 

Completed in 550 milliseconds