/external/webkit/LayoutTests/storage/domstorage/sessionstorage/ |
D | index-get-and-set-expected.txt | 2 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:
|
D | simple-usage-expected.txt | 3 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
|
D | window-open-expected.txt | 2 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/ |
D | index-get-and-set-expected.txt | 2 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:
|
D | simple-usage-expected.txt | 3 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
|
D | window-open-expected.txt | 2 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/ |
D | clear-expected.txt | 9 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/ |
D | forward-class-1.m | 3 @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
|
D | interface-1.m | 31 @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/ |
D | fuzzy-pch.c | 9 #ifndef FOO 10 # error FOO was not defined 13 #if FOO != 1 14 # error FOO has the wrong definition
|
/external/clang/test/Preprocessor/ |
D | pragma_diagnostic.c | 4 #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}}
|
D | assembler-with-cpp.c | 48 #define FOO(name) name ## $foo macro 49 6: FOO(blarg) 53 #define FOO(name) name ## $foo macro 54 7: FOO(blarg)
|
D | expr_define_expansion.c | 3 #define FOO && 1 macro 4 #if defined FOO FOO
|
D | macro_expandloc.c | 2 #define FOO 1 macro 5 #include FOO
|
D | comment_save_if.c | 7 #if /*foo*/ defined /*foo*/ FOO /*foo*/ 8 #if /*foo*/ defined /*foo*/ ( /*foo*/ FOO /*foo*/ ) /*foo*/
|
D | macro_expandloc2.c | 2 #define FOO BAR macro 5 #include FOO
|
/external/clang/test/SemaCXX/ |
D | warn-memset-bad-sizeof.cpp | 131 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/ |
D | file-macro-refs.c | 1 #define FOO macro 3 FOO 4 FOO
|
/external/webkit/LayoutTests/storage/domstorage/events/ |
D | basic-expected.txt | 11 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"
|
D | basic-setattribute-expected.txt | 13 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"
|
D | basic-body-attribute-expected.txt | 13 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/ |
D | t004lexer.py | 28 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/ |
D | SerializationStressTest1.java | 122 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/ |
D | LogManagerTest.java | 49 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/ |
D | block-address.ll | 4 @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:
|