HomeSort by relevance Sort by last modified time
    Searched refs:CAT (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIInfo.java 35 public static final int CAT = 6, CAT_CLASS = 0, CAT_FIELD = 1, CAT_CONSTRUCTOR = 2,
99 public void setClass() { setType(CAT, CAT_CLASS); }
100 public void setField() { setType(CAT, CAT_FIELD); }
101 public void setConstructor() { setType(CAT, CAT_CONSTRUCTOR); }
102 public void setMethod() { setType(CAT, CAT_METHOD); }
103 public void setEnum() { setType(CAT, CAT_ENUM); }
104 public void setEnumConstant() { setType(CAT, CAT_ENUM_CONSTANT); }
125 public boolean isClass() { return getVal(CAT) == CAT_CLASS; }
126 public boolean isField() { return getVal(CAT) == CAT_FIELD; }
127 public boolean isConstructor() { return getVal(CAT) == CAT_CONSTRUCTOR;
    [all...]
CheckAPI.java 88 private static final int CAT = 6, CAT_CLASS = 0, CAT_FIELD = 1, CAT_CONSTRUCTOR = 2, CAT_METHOD = 3;
192 for (int i = STA; i < CAT; ++i) { // include status
206 int val = getVal(CAT);
320 setType(CAT, CAT_FIELD);
322 setType(CAT, CAT_METHOD);
324 setType(CAT, CAT_CONSTRUCTOR);
326 setType(CAT, CAT_CLASS);
391 result = (lhi.getVal(CAT) == CAT_CLASS ? lhi.name : lhi.cls)
392 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls);
394 result = lhi.getVal(CAT)- rhi.getVal(CAT)
    [all...]
  /external/valgrind/none/tests/amd64/
xacq_xrel.c 12 #define CAT(_x,_y) CAT2(_x,_y)
15 void CAT(do_,_insn) ( void ) \
52 void CAT(do_,_insn) ( void ) \
  /external/eigen/bench/btl/libs/BLAS/
blas_interface.hh 51 #define CAT(A,B) CAT2(A,B)
blas_interface_impl.hh 2 #define BLAS_FUNC(NAME) CAT(CAT(SCALAR_PREFIX,NAME),_)
  /frameworks/support/tests/java/android/support/v4/provider/
DocumentFileTest.java 51 private static final String CAT = "cat.jpg";
72 rootMeowCat = new File(rootMeow, CAT);
146 final DocumentFile cat = meow.findFile(CAT);
149 assertTrue("isFile", cat.isFile());
201 final DocumentFile cat = meow.findFile(CAT);
208 assertEquals("image/jpeg", cat.getType());
269 final DocumentFile cat = meow.findFile(CAT)
    [all...]
  /external/clang/test/Parser/
cxx-template-decl.cpp 183 #define CAT(x,y) XCAT(x,y)
184 #define sassert(_b_) bool_<(_b_)>::type CAT(var, __LINE__);
  /external/curl/lib/
Makefile.m32 96 CAT = cat
111 CAT = type
  /frameworks/compile/slang/
slang_rs_export_type.cpp 209 const clang::ConstantArrayType *CAT,
216 const clang::Type *ElementType = GetConstantArrayElementType(CAT);
233 if (numElements == 3 && CAT->getSize() != 1) {
244 return CAT;
404 const clang::ConstantArrayType *CAT =
407 return ConstantArrayTypeExportableHelper(CAT, SPS, Context, VD,
651 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI);
652 const clang::Type *ElementType = GetConstantArrayElementType(CAT);
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
filter2DSmall.cl 229 #define CAT(x, y) __CAT(x, y)
232 #define PX_LOAD_VEC_TYPE CAT(srcT1, PX_LOAD_VEC_SIZE)
233 #define PX_LOAD_FLOAT_VEC_TYPE CAT(WT1, PX_LOAD_VEC_SIZE)
234 //#define PX_LOAD_FLOAT_VEC_CONV CAT(convert_, PX_LOAD_FLOAT_VEC_TYPE)
246 #define PX_LOAD CAT(vload, PX_LOAD_VEC_SIZE)
273 #define LOOP(N, VAR, STMT) CAT(LOOP, N)((VAR), (STMT))
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 70 { CAT, "cat", " " },
b.c 54 binary (CAT, OR): left and right are children
128 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p);
130 p1 = op2(CAT, p1, op2(FINAL, NIL, NIL));
195 case CAT:
219 case CAT:
371 case CAT:
415 case CAT:
446 case CAT:
683 return (concat(op2(CAT, np, primary())));
awkgram.y 86 %left CAT
214 | ppattern term %prec CAT { $$ = op2(CAT, $1, $2); }
247 | pattern term %prec CAT { $$ = op2(CAT, $1, $2); }
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /external/curl/src/
Makefile.m32 111 CAT = cat
126 CAT = type
  /external/icu/icu4c/source/tools/tzcode/
icuzones 48 Link Africa/Maputo CAT
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)

Completed in 1684 milliseconds

1 2 3