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

1 2 3

  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIInfo.java 37 public static final int CAT = 6, CAT_CLASS = 0, CAT_FIELD = 1, CAT_CONSTRUCTOR = 2,
101 public void setClass() { setType(CAT, CAT_CLASS); }
102 public void setField() { setType(CAT, CAT_FIELD); }
103 public void setConstructor() { setType(CAT, CAT_CONSTRUCTOR); }
104 public void setMethod() { setType(CAT, CAT_METHOD); }
105 public void setEnum() { setType(CAT, CAT_ENUM); }
106 public void setEnumConstant() { setType(CAT, CAT_ENUM_CONSTANT); }
127 public boolean isClass() { return getVal(CAT) == CAT_CLASS; }
128 public boolean isField() { return getVal(CAT) == CAT_FIELD; }
129 public boolean isConstructor() { return getVal(CAT) == CAT_CONSTRUCTOR;
    [all...]
CheckAPI.java 90 private static final int CAT = 6, CAT_CLASS = 0, CAT_FIELD = 1, CAT_CONSTRUCTOR = 2, CAT_METHOD = 3;
194 for (int i = STA; i < CAT; ++i) { // include status
208 int val = getVal(CAT);
322 setType(CAT, CAT_FIELD);
324 setType(CAT, CAT_METHOD);
326 setType(CAT, CAT_CONSTRUCTOR);
328 setType(CAT, CAT_CLASS);
393 result = (lhi.getVal(CAT) == CAT_CLASS ? lhi.name : lhi.cls)
394 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls);
396 result = lhi.getVal(CAT)- rhi.getVal(CAT)
    [all...]
  /external/openssh/
opensshd.init.in 8 CAT=@CAT@
47 PID=`${CAT} ${PIDFILE}`
  /external/ltp/testcases/kernel/security/smack/
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/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/core-utils/tests/java/android/support/v4/provider/
DocumentFileTest.java 56 private static final String CAT = "cat.jpg";
77 rootMeowCat = new File(rootMeow, CAT);
152 final DocumentFile cat = meow.findFile(CAT);
155 assertTrue("isFile", cat.isFile());
207 final DocumentFile cat = meow.findFile(CAT);
214 assertEquals("image/jpeg", cat.getType());
275 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__);
  /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;
410 const clang::ConstantArrayType *CAT =
413 return ConstantArrayTypeExportableHelper(CAT, SPS, Context, VD,
657 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI);
658 const clang::Type *ElementType = GetConstantArrayElementType(CAT);
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)

Completed in 897 milliseconds

1 2 3