Home
last modified time | relevance | path

Searched refs:FOO (Results 1 – 25 of 165) sorted by relevance

1234567

/external/webkit/LayoutTests/storage/domstorage/sessionstorage/
Dindex-get-and-set-expected.txt2 Setting FOO using the index setter.
3 Reading FOO:
8 Setting FOO again, using setItem.
9 Reading FOO:
14 Setting FOO again, using the index setter.
15 Reading FOO:
20 Setting FOO again, using property-slot syntax
21 Reading FOO:
26 Removing FOO, then trying to read it
27 Reading FOO:
Dsimple-usage-expected.txt3 Value for FOO is null
5 Value for FOO is BAR
6 Key for index 0 is FOO
10 Value for FOO is BAZ
12 Value for FOO is null
Dwindow-open-expected.txt2 Value for FOO is BAR
4 Value for FOO is BAR
5 Value for FOO after changing my own copy is BAR-NEWWINDOW
6 Value for FOO in my opening window is BAR
/external/webkit/LayoutTests/storage/domstorage/localstorage/
Dindex-get-and-set-expected.txt2 Setting FOO using the index setter.
3 Reading FOO:
8 Setting FOO again, using setItem.
9 Reading FOO:
14 Setting FOO again, using the index setter.
15 Reading FOO:
20 Setting FOO again, using property-slot syntax
21 Reading FOO:
26 Removing FOO, then trying to read it
27 Reading FOO:
Dsimple-usage-expected.txt3 Value for FOO is null
5 Value for FOO is BAR
6 Key for index 0 is FOO
10 Value for FOO is BAZ
12 Value for FOO is null
Dwindow-open-expected.txt2 Value for FOO is BAR
4 Value for FOO is BAR
5 Value for FOO after changing my own copy is BAR-NEWWINDOW
6 Value for FOO in my opening window is BAR-NEWWINDOW
/external/webkit/LayoutTests/storage/domstorage/
Dclear-expected.txt9 storage['FOO'] = 'MyFOO'
12 PASS storage['FOO'] is "MyFOO"
16 PASS storage['FOO'] is undefined
23 storage['FOO'] = 'MyFOO'
26 PASS storage['FOO'] is "MyFOO"
30 PASS storage['FOO'] is undefined
/external/clang/test/SemaObjC/
Dforward-class-1.m3 @class FOO, BAR; // expected-note {{forward declaration of class here}}
4 @class FOO, BAR;
6 @interface INTF : FOO // expected-error {{attempting to use the forward class 'FOO' as superclass o…
9 @interface FOO interface
11 - (FOO*) Meth2;
14 @interface INTF1 : FOO
Dinterface-1.m31 @interface FOO // expected-note {{previous definition is here}} interface
35 @interface FOO // expected-error {{duplicate interface definition for class 'FOO'}} interface
/external/clang/test/PCH/
Dfuzzy-pch.c9 #ifndef FOO
10 # error FOO was not defined
13 #if FOO != 1
14 # error FOO has the wrong definition
/external/clang/test/Preprocessor/
Dpragma_diagnostic.c4 #if FOO // ok.
9 #if FOO // expected-warning {{'FOO' is not defined}}
14 #if FOO // ok.
19 #if FOO // expected-error {{'FOO' is not defined}}
Dassembler-with-cpp.c48 #define FOO(name) name ## $foo macro
49 6: FOO(blarg)
53 #define FOO(name) name ## $foo macro
54 7: FOO(blarg)
Dexpr_define_expansion.c3 #define FOO && 1 macro
4 #if defined FOO FOO
Dmacro_expandloc.c2 #define FOO 1 macro
5 #include FOO
Dcomment_save_if.c7 #if /*foo*/ defined /*foo*/ FOO /*foo*/
8 #if /*foo*/ defined /*foo*/ ( /*foo*/ FOO /*foo*/ ) /*foo*/
Dmacro_expandloc2.c2 #define FOO BAR macro
5 #include FOO
/external/clang/test/SemaCXX/
Dwarn-memset-bad-sizeof.cpp131 const char* FOO = "<- should be an array instead"; in strcpy_and_friends() local
134 strncmp(FOO, BAR, sizeof(FOO)); // \ in strcpy_and_friends()
136 strncasecmp(FOO, BAR, sizeof(FOO)); // \ in strcpy_and_friends()
143 strndup(FOO, sizeof(FOO)); // \ in strcpy_and_friends()
/external/clang/test/Index/
Dfile-macro-refs.c1 #define FOO macro
3 FOO
4 FOO
/external/webkit/LayoutTests/storage/domstorage/events/
Dbasic-expected.txt11 storage.setItem('FOO', 'BAR')
13 PASS storageEventList[0].key is "FOO"
33 storage.removeItem('FOO')
35 PASS storageEventList[5].key is "FOO"
55 storage.setItem('FOO', 'BAR')
57 PASS storageEventList[0].key is "FOO"
77 storage.removeItem('FOO')
79 PASS storageEventList[5].key is "FOO"
Dbasic-setattribute-expected.txt13 storage.setItem('FOO', 'BAR')
15 PASS storageEventList[0].key is "FOO"
35 storage.removeItem('FOO')
37 PASS storageEventList[5].key is "FOO"
59 storage.setItem('FOO', 'BAR')
61 PASS storageEventList[0].key is "FOO"
81 storage.removeItem('FOO')
83 PASS storageEventList[5].key is "FOO"
Dbasic-body-attribute-expected.txt13 storage.setItem('FOO', 'BAR')
15 PASS storageEventList[0].key is "FOO"
35 storage.removeItem('FOO')
37 PASS storageEventList[5].key is "FOO"
59 storage.setItem('FOO', 'BAR')
61 PASS storageEventList[0].key is "FOO"
81 storage.removeItem('FOO')
83 PASS storageEventList[5].key is "FOO"
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt004lexer.py28 assert token.type == self.lexerModule.FOO
34 assert token.type == self.lexerModule.FOO
40 assert token.type == self.lexerModule.FOO
46 assert token.type == self.lexerModule.FOO
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DSerializationStressTest1.java122 out.writeObject(FOO); in writeObject()
147 out.writeObject(FOO); in writeObject()
208 return FOO; // Replacement is a String in writeReplace()
230 return FOO; in writeReplace()
251 return FOO; // Replacement is a String in readResolve()
704 st.aString = FOO; in test_18_13_writeObject()
718 .equals(FOO)); in test_18_13_writeObject()
742 specTest.instVar = FOO; in test_18_14_writeObject()
756 ((SpecTest) objLoaded).instVar1.equals(FOO)); in test_18_14_writeObject()
781 specTestSubclass.transientInstVar = FOO; in test_18_15_writeObject()
[all …]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLogManagerTest.java49 private static final String FOO = "LogManagerTestFoo"; field in LogManagerTest
110 Logger log = new MockLogger(FOO, null); in testAddGetLogger()
111 Logger foo = mockManager.getLogger(FOO); in testAddGetLogger()
114 foo = mockManager.getLogger(FOO); in testAddGetLogger()
137 assertEquals(FOO, name); in testAddGetLogger()
144 Logger foo = new MockLogger(FOO, null); in testAddGetLogger_duplicateName()
145 Logger foo2 = new MockLogger(FOO, null); in testAddGetLogger_duplicateName()
147 assertSame(foo, mockManager.getLogger(FOO)); in testAddGetLogger_duplicateName()
149 assertSame(foo, mockManager.getLogger(FOO)); in testAddGetLogger_duplicateName()
272 Logger foo = new MockLogger(FOO, null); in testAddGetLogger_nameWithSpace()
[all …]
/external/llvm/test/Transforms/StripSymbols/
Dblock-address.ll4 @main_addrs = constant [2 x i8*] [i8* blockaddress(@f, %FOO), i8* blockaddress(@f, %BAR)]
12 indirectbr i8* %indirect.goto.dest, [label %FOO, label %BAR]
16 FOO:

1234567