Home
last modified time | relevance | path

Searched defs:cType (Results 1 – 25 of 91) sorted by relevance

1234

/aosp_15_r20/hardware/nxp/nfc/snxxx/halimpl/common/
DNxp_Features.h162 #define IS_CHIP_TYPE_GE(cType) (nfcFL.chipType >= cType) argument
163 #define IS_CHIP_TYPE_EQ(cType) (nfcFL.chipType == cType) argument
164 #define IS_CHIP_TYPE_LE(cType) (nfcFL.chipType <= cType) argument
165 #define IS_CHIP_TYPE_L(cType) (nfcFL.chipType < cType) argument
166 #define IS_CHIP_TYPE_NE(cType) (nfcFL.chipType != cType) argument
/aosp_15_r20/external/fastrpc/src/
H A Dstd_strlprintf.c66 char cType; // d, s, c, x, X, etc. member
111 char cType = me->cType; in FormatNumber() local
204 char cType = TOLOWER(me->cType); in ConvertFloat() local
513 char cType; in std_strlprintf_inner() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/
DOptionSetter.java172 Class<?> cType = (Class<?>) type; in getHandler() local
225 final Class<?> cType = (Class<?>) type; in getHandlerOrTimeVal() local
663 Class cType = (Class) type; in addOptionsForObject() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/
H A Dislamcal.h286 ECalculationType cType; variable
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/
H A DClassPathURLStreamHandler.java191 String cType = guessContentTypeFromName(getEntryName()); in getContentType() local
/aosp_15_r20/system/tools/hidl/c2hal/
DType.cpp107 const std::string Type::cToHidlType(const std::string &cType) { in cToHidlType()
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/util/config/
H A DOptionSetter.java119 Class<?> cType = (Class<?>) type; in getHandler() local
456 Class cType = (Class) type; in addOptionsForObject() local
/aosp_15_r20/cts/hostsidetests/mediapc/videoencodingquality/app/src/android/videoencoding/app/
H A DVideoTranscoderTest.java145 CodecTestBase.ComponentClass cType = CodecTestBase.ComponentClass.ALL; in parseEncoderConfigurationFile() local
/aosp_15_r20/cts/hostsidetests/videoencodingminimum/app/src/android/videoencodingmin/app/
H A DVideoTranscoderTest.java145 CodecTestBase.ComponentClass cType = CodecTestBase.ComponentClass.ALL; in parseEncoderConfigurationFile() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSummaryOps.cu182 TensorArgType cType = TensorArgType::ReadOnly) { in CUDA_tensor_histogram()
/aosp_15_r20/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
H A DTestCaseReport.java226 TestSuite.Package.Class.ClassType cType; in parseApkTestCase() local
/aosp_15_r20/cts/tools/release-parser/src/com/android/cts/releaseparser/
H A DTestSuiteParser.java225 TestClassType cType = chkTestClassType(classDef); in parseApkTestCase() local
/aosp_15_r20/external/double-conversion/double-conversion/
H A Dstring-to-double.cc55 static const std::ctype<char>& cType = in ToLower() local
/aosp_15_r20/external/cronet/base/third_party/double_conversion/double-conversion/
H A Dstring-to-double.cc55 static const std::ctype<char>& cType = in ToLower() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dclfs.h121 ULONG cType; member
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/
H A DCommonClassItemTest.kt1028 val cType = c1TypeParams[2].type() in <lambda>() constant
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DIslamicCalendar.java972 private CalculationType cType = CalculationType.ISLAMIC_CIVIL; field in IslamicCalendar
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DIslamicCalendar.java944 private CalculationType cType = CalculationType.ISLAMIC_CIVIL; field in IslamicCalendar
/aosp_15_r20/frameworks/rs/script_api/
H A DSpecification.h47 const char* cType; // Type in a C file member
H A DSpecification.cpp64 static int findCType(const string& cType) { in findCType()
/aosp_15_r20/external/zstd/programs/
H A Dzstdcli.c857 FIO_compressionType_t cType = FIO_zstdCompression; in main() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dreldatefmt.cpp660 char cType[cTypeBufMax + 1]; in getDateTimePattern() local
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dreldatefmt.cpp660 char cType[cTypeBufMax + 1]; in getDateTimePattern() local
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp65 uint32_t cType = HWC_FRAMEBUFFER; in getHWC1CompType() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDABlas.cpp1584 cudaDataType_t cType = CUDA_R_32I; in int8_gemm() local

1234