/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
D | SimpleCLexer.m | 71 /* Terence's stuff */ 91 /* my stuff */ 92 /* Terence's stuff */ 104 /* Terence's stuff */ 124 /* my stuff */ 125 /* Terence's stuff */ 137 /* Terence's stuff */ 157 /* my stuff */ 158 /* Terence's stuff */ 170 /* Terence's stuff */ [all …]
|
D | SimpleCParser.m | 352 /* Terence's stuff */ 406 /* my stuff */ 407 /* Terence's stuff */ 421 /* Terence's stuff */ 501 /* my stuff */ 502 /* Terence's stuff */ 516 /* Terence's stuff */ 551 /* my stuff */ 552 /* Terence's stuff */ 566 /* Terence's stuff */ [all …]
|
/external/llvm/test/Transforms/MergeFunc/ |
D | ptr-int-transitivity-1.ll | 4 declare void @stuff() 8 call void @stuff() 9 call void @stuff() 10 call void @stuff() 16 call void @stuff() 17 call void @stuff() 18 call void @stuff()
|
D | ptr-int-transitivity-3.ll | 4 declare void @stuff() 8 call void @stuff() 9 call void @stuff() 10 call void @stuff() 16 call void @stuff() 17 call void @stuff() 18 call void @stuff()
|
D | merge-ptr-and-int.ll | 5 declare void @stuff() 10 call void @stuff() 11 call void @stuff() 12 call void @stuff() 22 call void @stuff() 23 call void @stuff() 24 call void @stuff()
|
D | ptr-int-transitivity-2.ll | 4 declare void @stuff() 8 call void @stuff() 9 call void @stuff() 10 call void @stuff() 20 call void @stuff() 21 call void @stuff() 22 call void @stuff()
|
/external/chromium_org/tools/gyp/test/product/ |
D | product.gyp | 17 'product_extension': 'stuff', 26 'product_extension': 'stuff', 44 'product_extension': 'stuff', 53 'product_extension': 'stuff', 71 'product_extension': 'stuff', 80 'product_extension': 'stuff', 90 'product_extension': 'stuff', 101 'product_extension': 'stuff', 112 'product_extension': 'stuff',
|
/external/chromium_org/v8/test/webkit/ |
D | dfg-put-by-id-prototype-check-expected.txt | 929 PASS stuff is 900 931 PASS stuff is 901 933 PASS stuff is 902 935 PASS stuff is 903 937 PASS stuff is 904 939 PASS stuff is 905 941 PASS stuff is 906 943 PASS stuff is 907 945 PASS stuff is 908 947 PASS stuff is 909 [all …]
|
D | dfg-side-effect-assignment-osr-exit-expected.txt | 929 PASS foo(bar) is "stuff" 931 PASS foo(bar) is "stuff" 933 PASS foo(bar) is "stuff" 935 PASS foo(bar) is "stuff" 937 PASS foo(bar) is "stuff" 939 PASS foo(bar) is "stuff" 941 PASS foo(bar) is "stuff" 943 PASS foo(bar) is "stuff" 945 PASS foo(bar) is "stuff" 947 PASS foo(bar) is "stuff" [all …]
|
/external/clang/test/SemaCXX/ |
D | constexpr-duffs-device.cpp | 20 char stuff[14]; member 21 constexpr S() : stuff{} { in S() 22 copy("Hello, world!", 14, stuff); 31 static_assert(streq(S().stuff, "Hello, world!"), "should be same"); 32 static_assert(!streq(S().stuff, "Something else"), "should be different");
|
/external/stlport/test/eh/ |
D | test_algobase.cpp | 37 : stuff( new TestClass[kBufferSize] ), end_of_stuff(stuff + kBufferSize) { in test_uninitialized_copy() 41 ~test_uninitialized_copy() { delete[] stuff; } in ~test_uninitialized_copy() 45 EH_STD::uninitialized_copy((TestClass*)stuff, (TestClass*)end_of_stuff, buffer ); in operator ()() 46 EH_ASSERT( EH_STD::equal( (TestClass*)stuff, (TestClass*)end_of_stuff, buffer ) ); in operator ()() 51 TestClass * stuff; member
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCLexer.m | 71 /* Terence's stuff */ 92 /* Terence's stuff */ 104 /* Terence's stuff */ 125 /* Terence's stuff */ 137 /* Terence's stuff */ 158 /* Terence's stuff */ 170 /* Terence's stuff */ 191 /* Terence's stuff */ 203 /* Terence's stuff */ 260 /* Terence's stuff */ [all …]
|
D | SimpleCTP.m | 281 /* Terence's stuff */ 335 /* Terence's stuff */ 349 /* Terence's stuff */ 450 /* Terence's stuff */ 464 /* Terence's stuff */ 503 /* Terence's stuff */ 517 /* Terence's stuff */ 536 /* Terence's stuff */ 550 /* Terence's stuff */ 620 /* Terence's stuff */ [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTableLexer.m | 71 /* Terence's stuff */ 91 /* Terence's stuff */ 103 /* Terence's stuff */ 123 /* Terence's stuff */ 135 /* Terence's stuff */ 155 /* Terence's stuff */ 167 /* Terence's stuff */ 187 /* Terence's stuff */ 199 /* Terence's stuff */ 220 /* Terence's stuff */ [all …]
|
/external/chromium_org/tools/valgrind/memcheck/ |
D | suppressions_linux.txt | 2 # 1. Third party stuff we have no control over. 4 # 2. Intentional unit test errors, stuff that is somehow a false positive 5 # in our own code, or stuff that is so trivial it's not worth fixing. 18 # 1. Third party stuff we have no control over. 20 # 2. Intentional unit test errors, stuff that is somehow a false positive 21 # in our own code, or stuff that is so trivial it's not worth fixing.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
D | Fuzzy.m | 137 /* Terence's stuff */ 195 /* my stuff */ 196 /* Terence's stuff */ 208 /* Terence's stuff */ 260 /* my stuff */ 261 /* Terence's stuff */ 273 /* Terence's stuff */ 507 /* my stuff */ 508 /* Terence's stuff */ 520 /* Terence's stuff */ [all …]
|
/external/clang/test/Analysis/ |
D | malloc-annotations.c | 22 struct stuff { struct 25 struct stuff myglobalstuff; argument 74 struct stuff mystuff; in af1_d() 83 void af1_f(struct stuff *somestuff) { in af1_f() 88 void af1_g(struct stuff **pps) { in af1_g() 89 *pps = my_malloc(sizeof(struct stuff)); // no-warning in af1_g()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
D | LangLexer.m | 71 /* Terence's stuff */ 91 /* Terence's stuff */ 103 /* Terence's stuff */ 124 /* Terence's stuff */ 136 /* Terence's stuff */ 157 /* Terence's stuff */ 169 /* Terence's stuff */ 224 /* Terence's stuff */ 236 /* Terence's stuff */ 291 /* Terence's stuff */ [all …]
|
/external/chromium_org/mojo/embedder/ |
D | simple_platform_shared_buffer_unittest.cc | 35 int* stuff = static_cast<int*>(mapping->GetBase()); in TEST() local 37 stuff[i] = static_cast<int>(i) + kFudge; in TEST() 83 int* stuff = static_cast<int*>(mapping->GetBase()); in TEST() local 88 EXPECT_EQ(123, stuff[j]); in TEST() 90 EXPECT_EQ(789, stuff[j]); in TEST() 92 EXPECT_EQ(i + kFudge, stuff[j]) << i; in TEST()
|
/external/clang/test/SemaObjC/ |
D | conversion.m | 5 @property (readonly) BOOL stuff; property 10 f.otherStuff = !f.stuff; // no-warning 11 BOOL b = !f.stuff; // no-warning
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
D | TestLexer.m | 71 /* Terence's stuff */ 123 /* Terence's stuff */ 135 /* Terence's stuff */ 156 /* Terence's stuff */ 168 /* Terence's stuff */ 189 /* Terence's stuff */
|
/external/llvm/lib/Target/MSP430/ |
D | README.txt | 14 1. Verify, how stuff is handling implicit zext with 8 bit operands (this might 26 5. Implement varargs stuff. 28 6. Verify and fix (if needed) how's stuff playing with i32 / i64. 30 7. Implement floating point stuff (softfp?)
|
/external/chromium_org/tools/gyp/test/win/compiler-flags/ |
D | buffer-security.cc | 9 char* stuff = reinterpret_cast<char*>(_alloca(256)); in main() local 10 strcpy(stuff, "blah"); in main()
|
/external/clang/test/Frontend/ |
D | macros.c | 8 void stuff(int,int,int); 9 #define memset(x,y,z) ({ stuff(x,y,z); x; })
|
/external/llvm/test/Feature/ |
D | NamedMDNode.ll | 1 ; RUN: llvm-as < %s | llvm-dis | grep "llvm.stuff = " 6 !llvm.stuff = !{!0, !1}
|