HomeSort by relevance Sort by last modified time
    Searched refs:instance1 (Results 1 - 7 of 7) sorted by null

  /external/valgrind/drd/tests/
std_list.cpp 82 Test instance1; local
86 err = pthread_create(&thread1, NULL, &func1, &instance1);
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_runner.py 67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
68 self.assertEqual((test1, Type1, instance1), (test, Exception, exc1))
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_runner.py 67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
68 self.assertEqual((test1, Type1, instance1), (test, Exception, exc1))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
68 self.assertEqual((test1, Type1, instance1), (test, Exception, exc1))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
68 self.assertEqual((test1, Type1, instance1), (test, Exception, exc1))
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 77 ClassWithNative instance1 = clazz1.newInstance(); local
78 assertEquals(42, instance1.add(20, 22));
80 instance1.callNativeInstance(10, 3.1415, new Object[0] );
  /external/v8/test/cctest/
test-api.cc 1901 Local<v8::Object> instance1 = local
11173 Local<Object> instance1 = function; local
19677 Local<Object> instance1; local
    [all...]

Completed in 130 milliseconds