OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EMT
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/include/sys/
_sigdefs.h
45
__BIONIC_SIGDEF(
EMT
,7,"
EMT
")
/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-14/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-9/arch-mips/usr/include/sys/
_sigdefs.h
45
__BIONIC_SIGDEF(
EMT
,7,"
EMT
")
/frameworks/compile/slang/
slang_rs_reflection_cpp.cpp
48
static const char *GetMatrixTypeName(const RSExportMatrixType *
EMT
) {
54
unsigned Dim =
EMT
->getDim();
57
return MatrixTypeCNameMap[
EMT
->getDim() - 2 ];
slang_rs_reflection.cpp
88
static const char *GetMatrixTypeName(const RSExportMatrixType *
EMT
) {
94
unsigned Dim =
EMT
->getDim();
97
return MatrixTypeJavaNameMap[
EMT
->getDim() - 2 ];
253
const RSExportMatrixType *
EMT
= static_cast<const RSExportMatrixType *>(ET);
254
switch (
EMT
->getDim()) {
[
all
...]
slang_rs_export_type.cpp
[
all
...]
Completed in 2946 milliseconds