/external/clang/test/Sema/ |
D | warn-documentation.cpp | 234 int test_param13(int aaa, int bbb); 239 int test_param14(int aaa, int bbb); 243 int test_param15(int bbb, int ccc); 249 int test_param16(int aaa, int bbb); 255 int test_param17(int aaa, int bbb); 261 int test_param18(int aaa, int bbb); 266 C(int bbb, int ccc); 270 int test_param19(int bbb, int ccc); 276 void test_param20(int bbb, int ccc); 439 void test_tparam7(T1 aaa, T2 bbb); [all …]
|
D | warn-documentation-fixits.cpp | 10 int test2(int aaa, int bbb); 21 void test4(SomeTy aaa, OtherTy bbb);
|
D | warn-documentation.m | 12 * \param bbb Bbb 14 + (NSString *)test1:(NSString *)aaa suffix:(NSString *)bbb; 39 + (NSString *)test1:(NSString *)aaa suffix:(NSString *)bbb { 94 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {… 96 /// \param bbb Bbb. 177 /// \t bbb IS_DOXYGEN_END
|
D | init.c | 113 int bbb[10]; variable 120 { (intptr_t)bbb }
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | where3.test | 284 CREATE TABLE bbb (id INTEGER PRIMARY KEY, type INTEGER, 289 CREATE INDEX bbb_111 ON bbb (fk, type); 290 CREATE INDEX bbb_222 ON bbb (parent, position); 291 CREATE INDEX bbb_333 ON bbb (fk, lastModified); 294 SELECT bbb.title AS tag_title 295 FROM aaa JOIN bbb ON bbb.id = aaa.parent 297 AND LENGTH(bbb.title) > 0 298 AND bbb.parent = 4 299 ORDER BY bbb.title COLLATE NOCASE ASC; 302 0 1 1 {SEARCH TABLE bbb USING INTEGER PRIMARY KEY (rowid=?) (~1 rows)} [all …]
|
/external/valgrind/main/memcheck/tests/ |
D | suppfree.supp | 7 fun:bbb 18 fun:bbb 30 fun:bbb 42 fun:bbb 54 fun:bbb
|
D | errs1.c | 9 void bbb ( void ) { ccc(); } in bbb() function 10 void aaa ( void ) { bbb(); } in aaa()
|
D | suppfree.c | 15 void bbb (char* x) in bbb() function 22 bbb(x); in aaa()
|
D | suppfree.stderr.exp | 5 by 0x........: bbb (suppfree.c:17) 12 by 0x........: bbb (suppfree.c:17)
|
D | errs1.stderr.exp | 4 by 0x........: bbb (errs1.c:9) 18 by 0x........: bbb (errs1.c:9)
|
/external/valgrind/main/memcheck/tests/amd64-linux/ |
D | defcfaexpr.S | 52 .globl bbb symbol 53 .type bbb, @function 54 bbb: label 67 .size bbb, .-bbb 75 call bbb
|
/external/clang/test/Index/ |
D | overriding-ftemplate-comments.cpp | 28 void comment_to_html_conversion_19(AAA aaa, BBB bbb); 33 void comment_to_html_conversion_19(PPP aaa, QQQ bbb); 44 void comment_to_html_conversion_20(AAA aaa, BBB bbb); 49 void comment_to_html_conversion_20(PPP aaa, QQQ bbb);
|
D | comment-to-html-xml-conversion.cpp | 360 void test_cmd_tparam_3(T1 aaa, T2 bbb); 380 void test_cmd_tparam_4(T1 aaa, T2 bbb); 807 void comment_to_xml_conversion_10(T aaa, U bbb); 813 void comment_to_xml_conversion_10(int aaa, int bbb);
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
D | MacSpiTest.java | 84 byte[] bbb = new byte[10]; in testMacSpiTests01() 85 for (int i = 0; i < bbb.length; i++) { in testMacSpiTests01() 86 bbb[i] = (byte) i; in testMacSpiTests01() 96 byteBuf.put(bbb); in testMacSpiTests01()
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/ |
D | SystemScopeTest.java | 120 java.security.Identity bbb = new IdentityScopeStub("aaa"); in testAddIdentity() local 122 ss.addIdentity(bbb); in testAddIdentity() 156 java.security.Identity bbb = new IdentityScopeStub("bbb"); in testIdentities() local 158 ss.addIdentity(bbb); in testIdentities() 165 if (!hasBbb) hasBbb = (i == bbb); in testIdentities()
|
/external/clang/test/SemaCXX/ |
D | function-extern-c.cpp | 77 A bbb(); // expected-warning {{'bbb' has C-linkage specified, but returns user-defined type 'rdar13… 90 A bbb() in bbb() function 95 A bbb();
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-09-21-LiveVariablesBug.ll | 8 declare arm_aapcs_vfpcc <4 x float> @bbb(%bar*) nounwind 12 %0 = call arm_aapcs_vfpcc <4 x float> @bbb(%bar* undef) nounwind ; <<4 x float>> [#uses=0]
|
D | 2009-11-13-CoalescerCrash.ll | 13 …%0 = call arm_aapcs_vfpcc %0 @bbb(%pln* undef, %vec* %vstart, %vec* undef) nounwind ; <%0> [#uses… 20 declare arm_aapcs_vfpcc %0 @bbb(%pln* nocapture, %vec* nocapture, %vec* nocapture) nounwind
|
D | 2009-09-22-LiveVariablesBug.ll | 10 declare arm_aapcs_vfpcc %bar* @bbb(%bar*, <4 x float>, <4 x float>) nounwind 17 …%0 = call arm_aapcs_vfpcc %bar* @bbb(%bar* undef, <4 x float> undef, <4 x float> undef) nounwind …
|
/external/chromium_org/chrome/browser/resources/media/ |
D | webrtc_logs.css | 23 border: 1px solid #bbb; 42 border-bottom: 1px solid #bbb;
|
/external/chromium_org/chrome/browser/resources/ |
D | crashes.css | 30 border: 1px solid #bbb; 49 border-bottom: 1px solid #bbb;
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
D | oobe_screen_update.css | 57 border: solid 1px #bbb; 68 background: #bbb;
|
/external/llvm/test/CodeGen/X86/ |
D | x86-64-and-mask.ll | 17 ; CHECK-LABEL: bbb: 20 define void @bbb(i64 %x) nounwind {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDILPeepholeOptimizer.cpp | 74 bool optimizeCallInst(BasicBlock::iterator *bbb); 298 AMDGPUPeepholeOpt::optimizeCallInst(BasicBlock::iterator *bbb) in optimizeCallInst() argument 300 Instruction *inst = (*bbb); in optimizeCallInst() 307 ++(*bbb); in optimizeCallInst() 315 ++(*bbb); in optimizeCallInst() 321 ++(*bbb); in optimizeCallInst() 342 ++(*bbb); in optimizeCallInst() 359 ++(*bbb); in optimizeCallInst() 925 AMDGPUPeepholeOpt::instLevelOptimizations(BasicBlock::iterator *bbb) in instLevelOptimizations() argument 927 Instruction *inst = (*bbb); in instLevelOptimizations() [all …]
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILPeepholeOptimizer.cpp | 74 bool optimizeCallInst(BasicBlock::iterator *bbb); 298 AMDGPUPeepholeOpt::optimizeCallInst(BasicBlock::iterator *bbb) in optimizeCallInst() argument 300 Instruction *inst = (*bbb); in optimizeCallInst() 307 ++(*bbb); in optimizeCallInst() 315 ++(*bbb); in optimizeCallInst() 321 ++(*bbb); in optimizeCallInst() 342 ++(*bbb); in optimizeCallInst() 359 ++(*bbb); in optimizeCallInst() 925 AMDGPUPeepholeOpt::instLevelOptimizations(BasicBlock::iterator *bbb) in instLevelOptimizations() argument 927 Instruction *inst = (*bbb); in instLevelOptimizations() [all …]
|