Home
last modified time | relevance | path

Searched refs:foo3 (Results 1 – 25 of 98) sorted by relevance

1234

/external/webkit/LayoutTests/storage/domstorage/
Dremove-item-expected.txt26 PASS storage.getItem('foo3') is null
27 storage.setItem('foo3', 'bar')
28 PASS storage.getItem('foo3') is "bar"
29 storage.removeItem('foo3')
30 PASS storage.getItem('foo3') is null
31 storage.removeItem('foo3')
32 PASS storage.getItem('foo3') is null
55 PASS storage.getItem('foo3') is null
56 storage.setItem('foo3', 'bar')
57 PASS storage.getItem('foo3') is "bar"
[all …]
Dcomplex-values-expected.txt31 storage.setItem('foo3', null)
32 PASS typeof storage['foo3'] is "string"
33 PASS storage['foo3'] is "null"
34 PASS typeof storage.foo3 is "string"
35 PASS storage.foo3 is "null"
36 PASS typeof storage.getItem('foo3') is "string"
37 PASS storage.getItem('foo3') is "null"
131 storage.setItem('foo3', null)
132 PASS typeof storage['foo3'] is "string"
133 PASS storage['foo3'] is "null"
[all …]
/external/clang/test/Rewriter/
Drewrite-weak-attr.m5 id foo3 = nil;
10 [foo3 bar];
11 id foo4 = foo3;
Dweak_byref_objects.m7 id foo3 = nil;
12 [foo3 bar];
13 id foo4 = foo3;
/external/llvm/test/CodeGen/X86/
Dpr14098.ll5 declare void @foo3(i1 %x)
20 call void @foo3(i1 %a9)
21 call void @foo3(i1 %a8)
D2006-12-19-IntelSyntax.ll36 call void (...)* @foo3( )
60 call void (...)* @foo3( )
82 declare void @foo3(...)
Dvisibility2.ll12 call void @foo3(i8* %tmp)
16 declare void @foo3(i8*)
/external/clang/test/SemaObjC/
Dprovisional-ivar-lookup.m9 @property (readwrite, nonatomic) int foo, foo1, foo2, foo3; property
31 _foo = foo3; // OK
35 @synthesize foo3;
/external/clang/test/CodeGen/
Ddllimport-dllexport.c9 __declspec(dllimport) void foo3();
10 __declspec(dllexport) void foo3(){} in foo3() function
Dmangle.c30 void foo3() __asm__("var");
33 foo3(); in test2()
Darm-apcs-zerolength-bitfield.c142 short foo3 : 16; member
197 long foo3 : 32; member
223 char foo3 : 8; member
Darm-aapcs-zerolength-bitfield.c138 short foo3 : 16; member
193 long foo3 : 32; member
219 char foo3 : 8; member
/external/llvm/test/MC/ELF/
Dalias.s9 foo3: label
11 bar3 = foo3
Dweakref.s13 .weakref foo3, bar3
14 .long foo3
/external/valgrind/main/memcheck/tests/
Dvarinfo5.stderr.exp81 by 0x........: foo3 (varinfo5so.c:106)
90 by 0x........: foo3 (varinfo5so.c:107)
99 by 0x........: foo3 (varinfo5so.c:108)
108 by 0x........: foo3 (varinfo5so.c:109)
118 by 0x........: foo3 (varinfo5so.c:110)
127 by 0x........: foo3 (varinfo5so.c:110)
137 by 0x........: foo3 (varinfo5so.c:110)
146 by 0x........: foo3 (varinfo5so.c:110)
Dvarinfo5.stderr.exp-ppc6481 by 0x........: foo3 (varinfo5so.c:106)
90 by 0x........: foo3 (varinfo5so.c:107)
99 by 0x........: foo3 (varinfo5so.c:108)
108 by 0x........: foo3 (varinfo5so.c:109)
118 by 0x........: foo3 (varinfo5so.c:110)
127 by 0x........: foo3 (varinfo5so.c:110)
137 by 0x........: foo3 (varinfo5so.c:110)
146 by 0x........: foo3 (varinfo5so.c:110)
/external/clang/test/Parser/
Dnested-namespaces-recovery.cpp6 namespace foo1::foo2::foo3 { // expected-error {{nested namespace definition must define each names… namespace
11 return foo1::foo2::foo3::foo(x); in foo()
DDelayedTemplateParsing.cpp16 friend void foo3() { in foo3() function
33 void foo3() { in foo3() function
/external/llvm/test/Transforms/ArgumentPromotion/
Dcrash.ll18 %call7 = call fastcc i8* @foo3(i1 (i8*)* @foo4)
19 %call58 = call fastcc i8* @foo3(i1 (i8*)* @foo5)
23 define internal fastcc i8* @foo3(i1 (i8*)* %Pred) {
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-tbb.ll23 tail call void(...)* @foo3()
41 tail call void(...)* @foo3()
57 declare void @foo3(...)
/external/clang/test/CodeGenCXX/
Dregparm.cpp23 void __attribute__((regparm(3))) foo3(struct S2 a, int b);
26 foo3(a, b); in bar3()
/external/llvm/test/Assembler/
D2004-03-07-FunctionAddressAlignment.ll13 define i1 @foo3() {
14 ret i1 icmp ne (i1()* @foo3, i1()* null)
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
DTest.java17 public void foo3(String foo) { in foo3() method in Test
21 foo3(foo); in foo4()
/external/llvm/test/Linker/
D2008-06-13-LinkOnceRedefinition.ll5 ; RUN: echo "define linkonce void @foo(i32 %x) { ret void }" | llvm-as -o %t.foo3.bc
7 ; RUN: llvm-link %t.foo1.bc %t.foo3.bc -S
Dredefinition.ll5 ; RUN: echo "define void @foo(i32 %x) { ret void }" | llvm-as -o %t.foo3.bc
8 ; RUN: not llvm-link %t.foo1.bc %t.foo3.bc -o %t.bc 2>&1 | \

1234