Home
last modified time | relevance | path

Searched refs:test6 (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/external/libcxxabi/test/
Dcatch_const_pointer_nullptr.cpp97 void test6() in test6() function
121 void test6() {} in test6() function
132 test6(); in main()
Dcatch_ptr_02.cpp100 void test6 () in test6() function
191 test6(); in main()
/external/clang/test/CodeGen/
Dalias.c29 extern int test6();
30 void test7() { test6(); } // test6 is emitted as extern. in test7()
33 int test6() __attribute__((alias("test7")));
Dconditional.c28 void test6();
30 void* test8() {return 1 ? test6 : test7;} in test8()
Dinline.c114 __inline int test6() { return 0; } in test6() function
115 extern int test6();
/external/chromium_org/v8/test/mjsunit/
Dobject-literal-conversions.js42 var test6 = { 17.31: function() {}, "17.31": 7 }; variable
45 assertEquals(7, test6[17.31]);
Ddebug-stepout-scope-part1.js111 function test6() { function
119 test6();
Dpacked-elements.js69 function test6() { function
107 test_with_optimization(test6);
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-969.js91 function test6() { return first((++o.x, typeof x6), 2); } function
92 assertEquals('number', test6());
94 assertEquals('undefined', test6());
Dregress-70066.js94 function test6(value) { function
102 assertEquals("6:false", test6(6), "test6");
/external/clang/test/Parser/
Dbrackets.cpp126 namespace test6 { namespace
130 int [3] ::test6::A::arr = {1,2,3};
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp11.cpp95 namespace test6 { namespace
99 using test6::foo;
/external/llvm/test/MC/AsmParser/
Dmacros-darwin.s58 .macro test6 $a macro
63 test6 zed2 label
Dmacros-gas.s58 .macro test6 $a macro
63 test6 zed2
/external/llvm/test/CodeGen/X86/
Dmovbe.ll58 define i64 @test6(i64* %x) nounwind {
62 ; CHECK-LABEL: test6:
64 ; SLM-LABEL: test6:
Dwin32_sret.ll150 %struct.test6 = type { i32, i32, i32 }
151 define void @test6_f(%struct.test6* %x) nounwind {
179 %tmp = alloca %struct.test6, align 4
180 call x86_thiscallcc void @test6_g(%struct.test6* sret %tmp, %struct.test6* %x)
183 declare x86_thiscallcc void @test6_g(%struct.test6* sret, %struct.test6*)
/external/chromium_org/third_party/icu/source/test/testdata/
Dra.txt53 * Tag name: test6
55 * @note This resource is for test6
57 test6:bin{"0102"}
/external/icu/icu4c/source/test/testdata/
Dra.txt53 * Tag name: test6
55 * @note This resource is for test6
57 test6:bin{"0102"}
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
Deval.pass.cpp105 test6() in test6() function
138 test6(); in main()
/external/libcxx/test/re/re.alg/re.alg.replace/
DAndroid.mk35 test_name := re/re.alg/re.alg.replace/test6
36 test_src := test6.pass.cpp
/external/clang/test/SemaCXX/
Dlong-virtual-inheritance-chain.cpp9 class test6 : virtual test5 { virtual void f(); }; class
10 class test7 : virtual test6 { virtual void f(); };
/external/chromium_org/third_party/icu/source/test/intltest/
Dloctest.cpp529 Locale test6("aa", "AA", "ANTARES"); in TestSimpleObjectStuff() local
539 test_dumpLocale(test6); in TestSimpleObjectStuff()
549 test_assert(test6 == test6); in TestSimpleObjectStuff()
559 test_assert(!(test6 != test6)); in TestSimpleObjectStuff()
569 test_assert(test6 != test2); in TestSimpleObjectStuff()
570 test_assert(test6 != test5); in TestSimpleObjectStuff()
572 test_assert(test6 != test7); in TestSimpleObjectStuff()
604 test7 = test6; in TestSimpleObjectStuff()
607 test_assert(test7 == test6); in TestSimpleObjectStuff()
611 test6=test1; in TestSimpleObjectStuff()
[all …]
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp529 Locale test6("aa", "AA", "ANTARES"); in TestSimpleObjectStuff() local
539 test_dumpLocale(test6); in TestSimpleObjectStuff()
549 test_assert(test6 == test6); in TestSimpleObjectStuff()
559 test_assert(!(test6 != test6)); in TestSimpleObjectStuff()
569 test_assert(test6 != test2); in TestSimpleObjectStuff()
570 test_assert(test6 != test5); in TestSimpleObjectStuff()
572 test_assert(test6 != test7); in TestSimpleObjectStuff()
604 test7 = test6; in TestSimpleObjectStuff()
607 test_assert(test7 == test6); in TestSimpleObjectStuff()
611 test6=test1; in TestSimpleObjectStuff()
[all …]
/external/chromium_org/v8/test/mjsunit/compiler/
Dsimple-bailouts.js65 Test.prototype.test6 = function() { method in Test
117 t.test6();
/external/llvm/test/Transforms/InstCombine/
Dfdiv.ll44 define float @test6(float %x, float %y, float %z) nounwind readnone ssp {
48 ; CHECK-LABEL: @test6(

12345678910>>...15