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

1 2 3

  /external/valgrind/main/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/chromium_org/third_party/icu/source/tools/tzcode/
tz.alias 33 CAT Africa/Harare
icuzones 48 Link Africa/Harare CAT
  /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 52 private static final String CAT = "cat.jpg";
73 rootMeowCat = new File(rootMeow, CAT);
131 final DocumentFile cat = meow.findFile(CAT);
134 assertTrue("isFile", cat.isFile());
186 final DocumentFile cat = meow.findFile(CAT);
193 assertEquals("image/jpeg", cat.getType());
254 final DocumentFile cat = meow.findFile(CAT)
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 194 const clang::ConstantArrayType *CAT,
200 const clang::Type *ElementType = GetConstantArrayElementType(CAT);
217 if (numElements == 3 && CAT->getSize() != 1) {
228 return CAT;
371 const clang::ConstantArrayType *CAT =
374 return ConstantArrayTypeExportableHelper(CAT, SPS, Context, VD,
596 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI);
597 const clang::Type *ElementType = GetConstantArrayElementType(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__);
  /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/icu/icu4c/source/tools/tzcode/
icuzones 48 Link Africa/Maputo CAT
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
asm.h 22 #ifndef CAT
30 #define CAT(str1, str2) __CAT(str1, str2)
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 421 if (const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(RawQT)) {
422 if (CAT->getSizeModifier() == ArrayType::Normal)
424 CAT->getSize().getZExtValue() - 1,

Completed in 793 milliseconds

1 2 3