/external/llvm/test/CodeGen/X86/ |
D | dllexport.ll | 2 ; RUN: | FileCheck -check-prefix CHECK -check-prefix CHECK-CL %s 92 ; CHECK-CL-NOT: not_exported 93 ; CHECK-CL: /EXPORT:_f1 94 ; CHECK-CL-SAME: /EXPORT:_f2 95 ; CHECK-CL-SAME: /EXPORT:_stdfun@0 96 ; CHECK-CL-SAME: /EXPORT:@fastfun@0 97 ; CHECK-CL-SAME: /EXPORT:_thisfun 98 ; CHECK-CL-SAME: /EXPORT:_lnk1 99 ; CHECK-CL-SAME: /EXPORT:_lnk2 100 ; CHECK-CL-SAME: /EXPORT:_weak1 [all …]
|
/external/clang/test/SemaObjC/ |
D | warn-deprecated-implementations.m | 32 @interface CL // expected-note 2 {{class declared here}} // expected-note 2 {{'CL' has been explici… interface 35 @implementation CL // expected-warning {{Implementing deprecated class}} implementation 38 @implementation CL ( SomeCategory ) // expected-warning {{'CL' is deprecated}} \ implementation in SomeCategory 42 @interface CL_SUB : CL // expected-warning {{'CL' is deprecated}}
|
/external/mesa3d/src/mesa/x86/ |
D | x86_cliptest.S | 201 MOV_B( REGBI(EBP, ECX), CL ) 203 MOV_B( REGOFF(clip_table,ECX), CL ) 206 OR_B( CL, AL ) 207 AND_B( CL, AH ) 209 TEST_B( CL, CL ) 210 MOV_B( CL, REGIND(EDX) ) 367 MOV_B( REGBI(EBP, ECX), CL ) 369 MOV_B( REGOFF(clip_table,ECX), CL ) 372 OR_B( CL, AL ) 373 AND_B( CL, AH ) [all …]
|
/external/testng/src/test/java/test/listeners/ |
D | ConfigurationListenerTest.java | 13 static public class CL implements IConfigurationListener2 { class in ConfigurationListenerTest 41 CL listener = new CL(); in runTest() 42 CL.m_status = 0; in runTest() 46 Assert.assertEquals(CL.m_status, expected); in runTest()
|
/external/skia/site/dev/contrib/ |
D | cqkeywords.md | 22 The CQ rejects patchsets with open dependencies. An open dependency exists when a CL 23 depends on another CL that is not yet closed. You can skip this check with this keyword. 60 Allows you to list every trybot that you want to run for your CL. 80 then you can include the TBR keyword in your CL's description. 89 If you want to skip the tree status checks, to make the CQ commit a CL even if the tree is closed, 90 you can add the following line to the CL description: 95 primarily to fix build breakages (i.e., your CL will help in reopening the tree). 100 If you want to skip the presubmit checks, add the following line to the CL description: 107 If you cannot wait for the try job results, you can add the following line to the CL description: 111 The CQ will then not run any try jobs for your change and will commit the CL as soon as the tree is…
|
/external/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 19 let Uses = [CL] in { 22 [(set GR8:$dst, (shl GR8:$src1, CL))], IIC_SR>; 25 [(set GR16:$dst, (shl GR16:$src1, CL))], IIC_SR>, OpSize16; 28 [(set GR32:$dst, (shl GR32:$src1, CL))], IIC_SR>, OpSize32; 31 [(set GR64:$dst, (shl GR64:$src1, CL))], IIC_SR>; 32 } // Uses = [CL] 70 // FIXME: Why do we need an explicit "Uses = [CL]" when the instr has a pattern 71 // using CL? 72 let Uses = [CL] in { 75 [(store (shl (loadi8 addr:$dst), CL), addr:$dst)], IIC_SR>; [all …]
|
/external/clang/test/CodeGenObjC/ |
D | compound-literal-property-access.m | 19 // CHECK: [[CL:%.*]] = alloca <2 x float>, align 8 20 // CHECK: store <2 x float> [[VECINIT:%.*]], <2 x float>* [[CL]] 21 // CHECK: [[FOURTEEN:%.*]] = load <2 x float>, <2 x float>* [[CL]]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/ |
D | RSSFeedWatcherTask.java | 52 private static final String CL = ":"; //$NON-NLS-1$ field in RSSFeedWatcherTask 131 …") + SP + file + Messages.getString("RSSFeedWatcherTask.with") + tmpFile + CL); } //$NON-NLS-1$ //… in checkFeed() local 160 …System.out.println(Messages.getString("RSSFeedWatcherTask.GotOldNodeContents") + CL + SP + oldCont… in checkFeed() 161 …System.out.println(Messages.getString("RSSFeedWatcherTask.GotNewNodeContents") + CL + SP + newCont… in checkFeed() 184 …System.out.println(Messages.getString("RSSFeedWatcherTask.RunExecTask") + CL + SP + action + SP + … in checkFeed() 229 …System.out.println(Messages.getString("RSSFeedWatcherTask.Download") + CL + SP + feedURL); //$NON-… in downloadFeed() 230 …System.out.println(Messages.getString("RSSFeedWatcherTask.To") + CL + SP + destFile + SP); //$NON-… in downloadFeed()
|
D | RSSFeedPublisherTask.java | 52 private static final String CL = ":"; //$NON-NLS-1$ field in RSSFeedPublisherTask 128 …System.err.println(Messages.getString("RSSFeedPublisherTask.ErrorInvalidFile") + CL + SP + file + … in execute() 216 if (!isNullString(SSHExec) && SCPTarget.indexOf(CL)>0) { in publishFeedWithSCP() 217 String userAtHost = SCPTarget.substring(0, SCPTarget.indexOf(CL)); in publishFeedWithSCP() 218 String targetPath = SCPTarget.substring(SCPTarget.indexOf(CL)+1,SCPTarget.lastIndexOf(FS)); in publishFeedWithSCP()
|
/external/pdfium/tools/lsan/ |
D | lsan_suppressions.txt | 3 # If a CL introduces a new leak that isn't the fault of the CL itself (e.g. a 5 # addressed in a future CL.
|
/external/ImageMagick/m4/ |
D | ax_opencl.m4 | 5 # Check for an OpenCL implementation. If CL is found, _OPENCL is defined and 7 # "CL_CFLAGS" and "CL_LIBS", respectively. If no usable CL implementation is 10 # If the header "CL/OpenCL.h" is found, "HAVE_CL_OPENCL_H" is defined. If the 59 AC_CHECK_HEADERS([CL/cl.h OpenCL/cl.h], 69 AC_CHECK_HEADERS([CL/cl.h OpenCL/cl.h], 86 # include <CL/cl.h> 90 # error no CL.h
|
/external/clang/test/Sema/ |
D | block-return.c | 3 typedef void (^CL)(void); typedef 5 CL foo() { in foo() 9 CL X = ^{ in foo()
|
/external/icu/icu4c/source/data/brkitr/ |
D | line_fi.txt | 73 $CL = [:LineBreak = Close_Punctuation:]; 130 $CLcm = $CL $CM*; 166 $CL $CM+; 208 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS $IN $NU $ALPlus]; 278 $LB8NonBreaks $CL; 279 $CAN_CM $CM* $CL; 280 $CM+ $CL; # by rule 10, stand-alone CM behaves as AL 429 $CM+ $CL; 527 $CL $CM+ $CAN_CM; 533 $CL [$LB8NonBreaks-$CM]; [all …]
|
D | line_normal_fi.txt | 74 $CL = [:LineBreak = Close_Punctuation:]; 131 $CLcm = $CL $CM*; 167 $CL $CM+; 209 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS $IN $NU $ALPlus]; 279 $LB8NonBreaks $CL; 280 $CAN_CM $CM* $CL; 281 $CM+ $CL; # by rule 10, stand-alone CM behaves as AL 430 $CM+ $CL; 528 $CL $CM+ $CAN_CM; 534 $CL [$LB8NonBreaks-$CM]; [all …]
|
D | line.txt | 70 $CL = [:LineBreak = Close_Punctuation:]; 126 $CLcm = $CL $CM*; 161 $CL $CM+; 203 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN $NU $ALPlus]; 273 $LB8NonBreaks $CL; 274 $CAN_CM $CM* $CL; 275 $CM+ $CL; # by rule 10, stand-alone CM behaves as AL 420 $CM+ $CL; 518 $CL $CM+ $CAN_CM; 524 $CL [$LB8NonBreaks-$CM]; [all …]
|
D | line_normal.txt | 73 $CL = [:LineBreak = Close_Punctuation:]; 129 $CLcm = $CL $CM*; 164 $CL $CM+; 206 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN $NU $ALPlus]; 276 $LB8NonBreaks $CL; 277 $CAN_CM $CM* $CL; 278 $CM+ $CL; # by rule 10, stand-alone CM behaves as AL 423 $CM+ $CL; 521 $CL $CM+ $CAN_CM; 527 $CL [$LB8NonBreaks-$CM]; [all …]
|
D | line_loose_fi.txt | 75 $CL = [:LineBreak = Close_Punctuation:]; 133 $CLcm = $CL $CM*; 170 $CL $CM+; 213 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS $NSX $IN $NU $ALPlus]; 283 $LB8NonBreaks $CL; 284 $CAN_CM $CM* $CL; 285 $CM+ $CL; # by rule 10, stand-alone CM behaves as AL 437 $CM+ $CL; 536 $CL $CM+ $CAN_CM; 542 $CL [$LB8NonBreaks-$CM]; [all …]
|
D | line_normal_cj.txt | 75 $CL = [:LineBreak = Close_Punctuation:]; 133 $CLcm = $CL $CM*; 170 $CL $CM+; 213 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN $NU $ALPlus]; 283 $LB8NonBreaks $CL; 284 $CAN_CM $CM* $CL; 285 $CM+ $CL; # by rule 10, stand-alone CM behaves as AL 434 $CM+ $CL; 533 $CL $CM+ $CAN_CM; 539 $CL [$LB8NonBreaks-$CM]; [all …]
|
D | line_loose.txt | 76 $CL = [:LineBreak = Close_Punctuation:]; 133 $CLcm = $CL $CM*; 169 $CL $CM+; 212 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN $NU $ALPlus]; 282 $LB8NonBreaks $CL; 283 $CAN_CM $CM* $CL; 284 $CM+ $CL; # by rule 10, stand-alone CM behaves as AL 432 $CM+ $CL; 531 $CL $CM+ $CAN_CM; 537 $CL [$LB8NonBreaks-$CM]; [all …]
|
D | line_loose_cj.txt | 84 $CL = [:LineBreak = Close_Punctuation:]; 145 $CLcm = $CL $CM*; 185 $CL $CM+; 231 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN $NU $ALPlus]; 302 $LB8NonBreaks $CL; 303 $CAN_CM $CM* $CL; 304 $CM+ $CL; # by rule 10, stand-alone CM behaves as AL 457 $CM+ $CL; 560 $CL $CM+ $CAN_CM; 566 $CL [$LB8NonBreaks-$CM]; [all …]
|
/external/clang/test/Rewriter/ |
D | rewrite-qualified-id.mm | 10 @interface CL interface 13 CL <foo>* changeSource1;
|
/external/vulkan-validation-layers/demos/ |
D | lunarg.ppm | 4 …R]R\Q\Q[P[OZOZNYNXNXMWMWLVKUKUJTJTISHQHQGPFPFOENDMCLBKBJAI@I?H>G=E… 17 …CLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2&,17���������D��@��@��>��… 27 …CLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2+1$*6;���������G��C��A��… 39 …CLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2*0)/"'AF���������F��E��… 50 …CLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2*0)/(.%2UZ���������H��… 61 …CLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2*0)/(.&,$Vsx���������…
|
/external/clang/test/CodeGenCXX/ |
D | cp-blocks-linetables.cpp | 32 myblock CL = ^(enum numbers z) in main() 56 enum numbers res = (enum numbers)test(CL); in main()
|
/external/icu/icu4c/source/test/testdata/ |
D | LineBreakTest.txt | 21 …y also differ from the results produced by a pair table implementation in sequences like: ZW SP CL. 49 × 0023 × 007D ÷ # × [0.3] NUMBER SIGN (AL) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3] 50 …× 007D ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3] 51 … [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [13.03] RIGHT CURLY BRACKET (CL) ÷ [0.3] 52 …AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3] 205 × 2014 × 007D ÷ # × [0.3] EM DASH (B2) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3] 206 …020 × 007D ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3] 207 …# × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM) × [13.03] RIGHT CURLY BRACKET (CL) ÷ [0.3] 208 …B2) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3] 361 × 0009 × 007D ÷ # × [0.3] <CHARACTER TABULATION> (BA) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3] [all …]
|
/external/skia/site/dev/testing/ |
D | skiagold.md | 48 Problem #2: As a developer, I need to land a CL that may change many images. 54 * Click on one of the clusters including your CL to triage 58 by CL. Delete hashes in the URL to only include the hash for your CL. 81 * Trybot support prior to commit, with view limited to your CL 82 * Pre-triage prior to commit that will persist when the CL lands
|