HomeSort by relevance Sort by last modified time
    Searched refs:EMT (Results 1 - 15 of 15) sorted by null

  /development/ndk/platforms/android-9/arch-mips/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 49 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
53 unsigned Dim = EMT->getDim();
56 return MatrixTypeCNameMap[EMT->getDim() - 2];
    [all...]
slang_rs_reflection.cpp 107 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
112 unsigned Dim = EMT->getDim();
115 return MatrixTypeJavaNameMap[EMT->getDim() - 2];
265 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET);
266 switch (EMT->getDim()) {
    [all...]
slang_rs_export_type.cpp     [all...]

Completed in 1242 milliseconds