Searched refs:test4 (Results 1 - 25 of 250) sorted by relevance

12345678910

/external/chromium_org/tools/gyp/test/external-cross-compile/src/
H A Dtest4.c1 From test4.c
/external/chromium_org/v8/test/mjsunit/
H A Dobject-literal-conversions.js34 var test4 = { 13.213000: 6, "13.213": 7 };
39 assertEquals(7, test4[13.213]);
/external/clang/test/CodeGen/
H A Dattr-minsize.cpp40 void test4(T arg) { function
45 void test4<int>(int arg);
46 // Oz: define{{.*}}void @{{.*}}test4
48 // OTHER: define{{.*}}void @{{.*}}test4
52 void test4<float>(float arg);
53 // Oz: define{{.*}}void @{{.*}}test4
55 // OTHER: define{{.*}}void @{{.*}}test4
H A Dasm_arm.c26 void test4(float *a, float *b) { function
27 // CHECK: @test4
H A Dattr-optnone.c14 int test4() { return test2(); } function
15 // PRESENT-DAG: @test4{{.*}}[[ATTR4:#[0-9]+]]
16 // Also check that test2 is inlined into test4 (always_inline still works).
H A Dbool-convert.c14 // CHECK-LABEL: @test4 = common global [0 x i8]* null
15 _Bool (*test4)[]; variable
H A Drestrict.c23 // CHECK: define void @test4(i32* %{{.*}}, i32* noalias %{{.*}})
24 void test4(int *x, rp y) { function
H A Dvisibility.c22 // CHECK-DEFAULT: @test4 = hidden global i32 10
23 // CHECK-PROTECTED: @test4 = hidden global i32 10
24 // CHECK-HIDDEN: @test4 = hidden global i32 10
68 extern int test4;
69 __private_extern__ int test4 = 10; variable
H A Dinline.c11 // CHECK1-LABEL: define available_externally i32 @test4
33 // CHECK2-LABEL: define available_externally i32 @test4
96 extern int test4(void);
97 extern __inline __attribute__ ((__gnu_inline__)) int test4(void) function
102 void test_test4() { test4(); }
H A Dppc64-align-struct.c8 struct test4 { int x; int y; int z; }; struct
28 // CHECK: define void @test4(i32 signext %x, %struct.test4* byval align 8 %y)
29 void test4 (int x, struct test4 y) function
86 // CHECK: define void @test4va(%struct.test4* noalias sret %agg.result, i32 signext %x, ...)
90 // CHECK: bitcast i8* %ap.cur to %struct.test4*
91 struct test4 test4va (int x, ...)
93 struct test4 y;
96 y = va_arg (ap, struct test4);
[all...]
/external/chromium_org/v8/test/webkit/
H A Dnested-functions.js42 function test4() {
50 passed4 = test4() === "OKAY";
H A Ddictionary-no-cache.js82 var test4 = new Test();
83 update(test4);
86 var test4 = {__proto__:{prop:"on prototype"}};
88 test4[i]=[i];
98 getTestProperty(test4);
99 getTestProperty(test4);
100 shouldBe("getTestProperty(test4)", '"on prototype"');
101 test4.prop = "on self";
102 shouldBe("getTestProperty(test4)", '"on self"');
/external/clang/test/CodeGenCXX/
H A Denable_if.cpp16 class test4 { class
20 template class test4<double>;
/external/clang/test/Sema/
H A Dattr-visibility.c10 struct __attribute__((visibility("hidden"))) test4; // expected-note {{previous attribute is here}}
11 struct test4;
12 struct __attribute__((visibility("default"))) test4; // expected-error {{visibility does not match previous declaration}}
H A Dwarn-shadow.c39 struct test4 { struct
44 void test4(int i) { // expected-warning {{declaration shadows a variable in the global scope}} function
/external/libcxxabi/test/
H A Dcatch_const_pointer_nullptr.cpp65 void test4() function
119 void test4() {} function
130 test4();
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
H A Dp1.cpp35 namespace test4 { namespace
/external/clang/test/Parser/
H A Dstatements.c33 void test4() { function
H A Dexpressions.c21 int test4() { function
22 test4();
/external/libcxx/test/strings/string.classes/
H A Dtypedefs.pass.cpp28 typedef std::u32string test4; typedef
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Darguments-scope.js59 function test4() { function
62 shouldBeOfType('test4.(1)', arguments, 'object');
65 shouldBeOfType('test4.(2)', arguments, 'number');
73 test4();
/external/clang/test/SemaCXX/
H A Dwarn-func-not-needed.cpp32 namespace test4 { namespace
46 namespace test4 { namespace
H A Ddeleted-function.cpp66 void test4() {} // expected-note {{previous definition is here}} function
67 void test4() = delete; // expected-error {{redefinition of 'test4'}}
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-3185905.js52 function test4(x) {
60 test4(0)
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
H A Dp1.cpp26 namespace test4 = ns2;

Completed in 1549 milliseconds

12345678910