HomeSort by relevance Sort by last modified time
    Searched refs:test4 (Results 326 - 350 of 474) sorted by null

<<111213141516171819

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleterTest.java 97 public void test4() throws Exception { method in class:ValueCompleterTest
  /external/clang/test/CXX/class.access/class.protected/
p1.cpp 138 namespace test4 { namespace
500 void test4(A *a) { function in class:test15::B
  /external/ltp/testcases/kernel/mem/mtest05/
mmstress.c 496 static int test4(void) function
498 tst_resm(TINFO, "test4: Test case tests the race condition between "
614 static int (*(test_ptr)[]) () = {test1, test2, test3, test4, test5, test6};
  /external/ltp/testcases/kernel/pty/
ptem01.c 262 int test4(void) function
307 tst_resm(TPASS, "test4");
437 test4();
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
HostTestTest.java 693 TestDescription test4 = new TestDescription(AnotherTestCase.class.getName(), "testPass4"); local
703 mListener.testStarted(EasyMock.eq(test4));
704 mListener.testEnded(EasyMock.eq(test4), (HashMap<String, Metric>) EasyMock.anyObject());
886 TestDescription test4 = new TestDescription(AnotherTestCase.class.getName(), "testPass4"); local
1178 TestDescription test4 = new TestDescription(Junit4TestClass.class.getName(), "testPass6"); local
1282 TestDescription test4 = new TestDescription(Junit4TestClass.class.getName(), "testPass6"); local
1325 TestDescription test4 = new TestDescription(Junit4TestClass.class.getName(), "testPass6"); local
    [all...]
  /art/test/530-checker-lse/src/
Main.java 170 /// CHECK-START: int Main.test4(TestClass, boolean) load_store_elimination (before)
176 /// CHECK-START: int Main.test4(TestClass, boolean) load_store_elimination (after)
184 static int test4(TestClass obj, boolean b) { method in class:Main
1166 assertIntEquals(test4(new TestClass(), true), 1); method
1167 assertIntEquals(test4(new TestClass(), false), 1); method
    [all...]
  /external/clang/test/CodeGenCXX/
visibility.cpp 186 namespace Test4 HIDDEN {
189 // Test4::g is in a hidden namespace.
522 static void test4() {} function in struct:Test20::B
527 void test4() { function in namespace:Test20
528 B<A<2> >::test4();
    [all...]
  /external/elfutils/tests/
Makefile.am 79 run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \
87 run-ranlib-test2.sh run-ranlib-test3.sh run-ranlib-test4.sh \
92 run-readelf-test4.sh run-readelf-twofiles.sh \
163 run-strip-test4.sh run-strip-test5.sh run-strip-test6.sh \
173 run-ranlib-test3.sh run-ranlib-test4.sh \
193 run-readelf-test4.sh run-readelf-twofiles.sh \
  /external/clang/test/SemaCXX/
enable_if.cpp 129 void test4() { function
205 void test4() { function in namespace:FnPtrs
  /external/flatbuffers/tests/FlatBuffers.Test/
FlatBuffersExampleTests.cs 77 var test4 = fbb.EndVector();
92 Monster.AddTest4(fbb, test4);
200 var test0 = monster.Test4(0).Value;
201 var test1 = monster.Test4(1).Value;
  /external/flatbuffers/tests/
JavaScriptTest.js 39 var test4 = fbb.endVector();
53 MyGame.Example.Monster.addTest4(fbb, test4);
134 var test_0 = monster.test4(0);
135 var test_1 = monster.test4(1);
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/
eval.pass.cpp 162 test4() function
295 test4();
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
eval.pass.cpp 162 test4() function
293 test4();
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
eval.pass.cpp 165 test4() function
257 test4();
eval_param.pass.cpp 171 test4() function
267 test4();
  /external/llvm/test/MC/Mips/
nacl-mask.s 172 test4: label
182 # CHECK-LABEL: test4:
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/
eval.pass.cpp 162 test4() function
295 test4();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
eval.pass.cpp 162 test4() function
293 test4();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
eval.pass.cpp 165 test4() function
257 test4();
eval_param.pass.cpp 171 test4() function
267 test4();
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 180 namespace test4 { namespace
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 122 namespace test4 { namespace
  /external/clang/test/CodeGen/
ext-vector.c 45 // CHECK: @test4
48 void test4(float4 *out) { function
pass-object-size.c 158 // CHECK-LABEL: define void @test4
159 void test4(struct Foo *t) { function
  /external/clang/test/Sema/
builtins.c 14 int test4(int* a, double b) { function

Completed in 944 milliseconds

<<111213141516171819