Home
last modified time | relevance | path

Searched defs:IsValidType (Results 1 – 6 of 6) sorted by relevance

/external/cronet/stable/build/util/lib/common/
Dperf_result_data_type.py15 def IsValidType(datatype): function
/external/cronet/tot/build/util/lib/common/
Dperf_result_data_type.py15 def IsValidType(datatype): function
/external/angle/build/util/lib/common/
Dperf_result_data_type.py15 def IsValidType(datatype): function
/external/angle/src/libANGLE/
DCLDevice.h111 inline bool Device::IsValidType(DeviceType type) in IsValidType() function
/external/skia/src/codec/
DSkTiffUtility.cpp18 bool ImageFileDirectory::IsValidType(uint16_t type) { return type >= 1 && type <= 12; } in IsValidType() function in SkTiff::ImageFileDirectory
/external/libchrome/components/json_schema/
Djson_schema_validator.cc37 bool IsValidType(const std::string& type) { in IsValidType() function