Home
last modified time | relevance | path

Searched refs:CAT (Results 1 – 25 of 267) sorted by relevance

1234567891011

/external/llvm-project/llvm/utils/lit/tests/Inputs/shtest-shell/
Dvalid-shell.txt97 # 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/
DAPIInfo.java37 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 …]
DCheckAPI.java90 …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/llvm-project/polly/lib/External/isl/
Disl_union_pw_templ.c2 #define CAT(A,B) xCAT(A,B) macro
4 #define EL CAT(isl_,BASE)
6 #define PW_BASE CAT(pw_,BASE)
8 #define PW CAT(isl_,PW_BASE)
10 #define UNION_BASE CAT(union_,PW_BASE)
12 #define UNION CAT(isl_,UNION_BASE)
Dcheck_reparse_test_templ.c2 #define CAT(A,B) xCAT(A,B) macro
4 #define TYPE CAT(isl_,BASE)
8 #define TESTS CAT(reparse_,CAT(BASE,_tests))
Disl_union_macro.h2 #define CAT(A,B) xCAT(A,B) macro
4 #define PART CAT(isl_,BASE)
6 #define UNION CAT(isl_union_,BASE)
Disl_test_list_templ.c2 #define CAT(A,B) xCAT(A,B) macro
9 #define SET CAT(isl_,SET_BASE)
11 #define EL CAT(isl_,EL_BASE)
Disl_list_macro.h2 #define CAT(A,B) xCAT(A,B) macro
4 #define EL CAT(isl_,EL_BASE)
Disl_pw_macro.h2 #define CAT(A,B) xCAT(A,B) macro
4 #define EL CAT(isl_,BASE)
Disl_multi_templ.h28 __isl_give MULTI(BASE) *CAT(MULTI(BASE),_alloc)(__isl_take isl_space *space);
32 isl_bool CAT(MULTI(BASE),_has_non_trivial_domain)(
/external/llvm-project/clang/test/SemaObjC/
Dproperty-category-4.m9 @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
Ddealloc.m34 @interface Subclass (CAT) category
38 @implementation Subclass (CAT) category
48 @interface NSError(CAT) category
51 @implementation NSError(CAT) category
/external/clang/test/SemaObjC/
Dproperty-category-4.m9 @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
Ddealloc.m34 @interface Subclass (CAT) category
38 @implementation Subclass (CAT) category
48 @interface NSError(CAT) category
51 @implementation NSError(CAT) category
/external/selinux/secilc/test/
Dminimum.cil8 (category CAT)
9 (categoryorder (CAT))
12 (sensitivitycategory SENS (CAT))
17 (userrange USER ((SENS)(SENS (CAT))))
Doptional_test.cil9 (category CAT)
10 (categoryorder (CAT))
13 (sensitivitycategory SENS (CAT))
18 (userrange USER ((SENS)(SENS (CAT))))
Dneverallow.cil8 (category CAT)
9 (categoryorder (CAT))
12 (sensitivitycategory SENS (CAT))
17 (userrange USER ((SENS)(SENS (CAT))))
Dblock_test.cil9 (category CAT)
10 (categoryorder (CAT))
13 (sensitivitycategory SENS (CAT))
18 (userrange USER ((SENS)(SENS (CAT))))
Din_test.cil9 (category CAT)
10 (categoryorder (CAT))
13 (sensitivitycategory SENS (CAT))
18 (userrange USER ((SENS)(SENS (CAT))))
/external/llvm-project/flang/include/flang/Evaluate/
Dtools.h452 template <TypeCategory CAT, int N = 2>
455 CategoryTypes<CAT>>;
460 template <TypeCategory CAT>
461 SameKindExprs<CAT, 2> AsSameKindExprs( in AsSameKindExprs()
462 Expr<SomeKind<CAT>> &&x, Expr<SomeKind<CAT>> &&y) { in AsSameKindExprs()
464 [&](auto &&kx, auto &&ky) -> SameKindExprs<CAT, 2> { in AsSameKindExprs()
521 template <template <typename> class OPR, TypeCategory CAT>
522 Expr<SomeKind<CAT>> PromoteAndCombine( in PromoteAndCombine()
523 Expr<SomeKind<CAT>> &&x, Expr<SomeKind<CAT>> &&y) { in PromoteAndCombine()
619 template <TypeCategory CAT>
[all …]
Dexpression.h740 template <TypeCategory CAT>
741 class Expr<SomeKind<CAT>> : public ExpressionBase<SomeKind<CAT>> {
743 using Result = SomeKind<CAT>;
746 common::MapTemplate<evaluate::Expr, CategoryTypes<CAT>> u;
792 template <TypeCategory CAT, int KIND>
793 explicit Expr(const Expr<Type<CAT, KIND>> &x) : u{Expr<SomeKind<CAT>>{x}} {}
795 template <TypeCategory CAT, int KIND>
796 explicit Expr(Expr<Type<CAT, KIND>> &&x)
797 : u{Expr<SomeKind<CAT>>{std::move(x)}} {}
799 template <TypeCategory CAT, int KIND>
[all …]
/external/openssh/
Dopensshd.init.in8 CAT=@CAT@
43 PID=`${CAT} ${PIDFILE}`
/external/ltp/testcases/kernel/security/smack/
Dsmack_file_access.sh32 CAT=/bin/cat
63 got_read=$(smack_notroot $CAT "$testfile")
70 got_read=$(smack_notroot $CAT "$testfile" 2> /dev/null)
/external/brotli/c/enc/
Dbackward_references.c49 #define EXPAND_CAT(a, b) CAT(a, b)
50 #define CAT(a, b) a ## b macro
120 #undef CAT
/external/deqp-deps/glslang/Test/
Drecurse2.frag25 void CAT();
28 void CDT() { CAT(); }

1234567891011