/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | valid-shell.txt | 97 # RUN: FileCheck --check-prefix=CAT-OUTPUT < %T/testCat/tempcat.write %s 99 # CAT-OUTPUT: abcdefgh 111 # RUN: FileCheck --check-prefix=MULTI-CAT-OUTPUT < %T/testCat/tempmulticat.write %s 113 # MULTI-CAT-OUTPUT: abcdefgh 114 # MULTI-CAT-OUTPUT-NEXT: efghijkl 115 # MULTI-CAT-OUTPUT-NEXT: mnopqrst 123 # RUN: cat %T/testCat/temp1.write %T/testCat/temp2.write | FileCheck --check-prefix=PIPED-CAT-OUTPU… 124 # PIPED-CAT-OUTPUT: abcdefgh 125 # PIPED-CAT-OUTPUT-NEXT: efghijkl 133 # RUN: cat %T/testCat/*.write | FileCheck --check-prefix=GLOB-CAT-OUTPUT %s [all …]
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 37 public static final int CAT = 6, CAT_CLASS = 0, CAT_FIELD = 1, CAT_CONSTRUCTOR = 2, field in APIInfo 103 public void setClass() { setType(CAT, CAT_CLASS); } in setClass() 104 public void setField() { setType(CAT, CAT_FIELD); } in setField() 105 public void setConstructor() { setType(CAT, CAT_CONSTRUCTOR); } in setConstructor() 106 public void setMethod() { setType(CAT, CAT_METHOD); } in setMethod() 107 public void setEnum() { setType(CAT, CAT_ENUM); } in setEnum() 108 public void setEnumConstant() { setType(CAT, CAT_ENUM_CONSTANT); } in setEnumConstant() 129 public boolean isClass() { return getVal(CAT) == CAT_CLASS; } in isClass() 130 public boolean isField() { return getVal(CAT) == CAT_FIELD; } in isField() 131 public boolean isConstructor() { return getVal(CAT) == CAT_CONSTRUCTOR; } in isConstructor() [all …]
|
D | CheckAPI.java | 90 …private static final int CAT = 6, CAT_CLASS = 0, CAT_FIELD = 1, CAT_CONSTRUCTOR = 2, CAT_METHOD = … field in CheckAPI 194 for (int i = STA; i < CAT; ++i) { // include status in write() 208 int val = getVal(CAT); in write() 322 setType(CAT, CAT_FIELD); in read() 324 setType(CAT, CAT_METHOD); in read() 326 setType(CAT, CAT_CONSTRUCTOR); in read() 328 setType(CAT, CAT_CLASS); in read() 393 result = (lhi.getVal(CAT) == CAT_CLASS ? lhi.name : lhi.cls) in defaultComparator() 394 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls); in defaultComparator() 396 result = lhi.getVal(CAT)- rhi.getVal(CAT); in defaultComparator() [all …]
|
/external/clang/test/SemaObjC/ |
D | property-category-4.m | 9 @interface IDELogNavigator (CAT) category 15 …cts = _selectedObjects; // expected-error {{property declared in category 'CAT' cannot be implemen… 16 @dynamic d_selectedObjects; // expected-error {{property declared in category 'CAT' cannot be imple… 82 @interface I(CAT) category 86 @implementation I(CAT) category 92 @interface C (CAT) category 118 @interface MyObject (CAT) <MyProtocol> category 121 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method 'anoth… category
|
D | dealloc.m | 34 @interface Subclass (CAT) category 38 @implementation Subclass (CAT) category 48 @interface NSError(CAT) category 51 @implementation NSError(CAT) category
|
D | property-category-2.m | 13 @interface MyObject (CAT) <MyProtocol> category 16 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method}} \ category
|
D | property.m | 13 @interface I(CAT) category 25 @implementation I(CAT) category 27 …bad; // expected-error {{property implementation must have its declaration in the category 'CAT'}}
|
D | deprecate_function_containers.m | 15 @interface I(CAT) category 23 @implementation I(CAT) category
|
D | method-undef-category-warn-1.m | 11 @interface MyClass1(CAT) <P> category 15 @implementation MyClass1(CAT) // expected-warning {{method 'Pmeth' in protocol 'P' not implemented}… category
|
D | incomplete-implementation.m | 12 @implementation I(CAT) category 24 @implementation I2(CAT) category
|
D | warn-deprecated-implementations.m | 23 @interface A(CAT) category 27 @implementation A(CAT) category
|
/external/selinux/secilc/test/ |
D | minimum.cil | 8 (category CAT) 9 (categoryorder (CAT)) 12 (sensitivitycategory SENS (CAT)) 17 (userrange USER ((SENS)(SENS (CAT))))
|
D | optional_test.cil | 9 (category CAT) 10 (categoryorder (CAT)) 13 (sensitivitycategory SENS (CAT)) 18 (userrange USER ((SENS)(SENS (CAT))))
|
D | neverallow.cil | 8 (category CAT) 9 (categoryorder (CAT)) 12 (sensitivitycategory SENS (CAT)) 17 (userrange USER ((SENS)(SENS (CAT))))
|
D | block_test.cil | 9 (category CAT) 10 (categoryorder (CAT)) 13 (sensitivitycategory SENS (CAT)) 18 (userrange USER ((SENS)(SENS (CAT))))
|
D | in_test.cil | 9 (category CAT) 10 (categoryorder (CAT)) 13 (sensitivitycategory SENS (CAT)) 18 (userrange USER ((SENS)(SENS (CAT))))
|
D | name_resolution_test.cil | 9 (category CAT) 10 (categoryorder (CAT)) 13 (sensitivitycategory SENS (CAT)) 18 (userrange USER ((SENS)(SENS (CAT))))
|
/external/openssh/ |
D | opensshd.init.in | 8 CAT=@CAT@ 47 PID=`${CAT} ${PIDFILE}`
|
/external/ltp/testcases/kernel/security/smack/ |
D | smack_file_access.sh | 32 CAT=/bin/cat 63 got_read=$(smack_notroot $CAT "$testfile") 70 got_read=$(smack_notroot $CAT "$testfile" 2> /dev/null)
|
/external/brotli/c/enc/ |
D | backward_references.c | 48 #define EXPAND_CAT(a, b) CAT(a, b) 49 #define CAT(a, b) a ## b macro 119 #undef CAT
|
/external/deqp-deps/glslang/Test/ |
D | recurse2.frag | 25 void CAT(); 28 void CDT() { CAT(); }
|
/external/clang/test/Misc/ |
D | ast-print-objectivec.m | 13 @interface I(CAT) category 30 // CHECK: @interface I(CAT)
|
/external/freetype/builds/dos/ |
D | detect.mk | 129 CAT := cat 134 CAT := type
|
/external/one-true-awk/ |
D | b.c | 129 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p); in mkdfa() 131 p1 = op2(CAT, p1, op2(FINAL, NIL, NIL)); in mkdfa() 196 case CAT: in penter() 220 case CAT: in freetr() 372 case CAT: in cfoll() 416 case CAT: in first() 447 case CAT: in follow() 684 return (concat(op2(CAT, np, primary()))); in concat()
|
D | ytab.h | 133 CAT = 343, enumerator 230 #define CAT 343 macro
|