Home
last modified time | relevance | path

Searched defs:CheckType (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/init/
H A Dproperty_type.cpp31 bool CheckType(const std::string& type_string, const std::string& value) { in CheckType() function
/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_reduce.cpp721 const RSExportType *CheckType = mResultType; in analyzeResultType() local
H A Dslang_rs_reflection.cpp1225 const RSExportType *CheckType = ResultType; in exportableReduce() local
/aosp12/art/compiler/optimizing/
H A Dcode_generator.cc68 static bool CheckType(DataType::Type type, Location location) { in CheckType() function