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

123456789

/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/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 Dbool-convert.c6 _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: define available_externally i32 @test4
33 // CHECK2: define available_externally i32 @test4
95 extern int test4(void);
96 extern __inline __attribute__ ((__gnu_inline__)) int test4(void) function
101 void test_test4() { test4(); }
H A Daddress-space.c38 // CHECK: define void @test4(
41 void test4(MyStruct __attribute__((address_space(2))) *pPtr) { function
H A Dasm-inout.c33 // CHECK: @test4
34 int test4(volatile int *addr) { function
H A Dstatements.c9 void test4() { function
/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/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/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/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/llvm/test/MC/AsmParser/
H A Dmacros.s37 .macro test4
42 test4 (a b)(,)),(cd) label
45 test4 (a b)(,)),(cd) label
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-3185905.js52 function test4(x) {
60 test4(0)
/external/clang/test/SemaCXX/
H A Ddeleted-function.cpp66 void test4() {} // expected-note {{previous definition is here}} function
67 void test4() = delete; // expected-error {{redefinition of 'test4'}}
/external/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 681 milliseconds

123456789