Searched refs:getEnumValue (Results 1 - 5 of 5) sorted by relevance

/external/deqp/executor/
H A DxeTestResultParser.cpp202 static inline int getEnumValue (const char* enumName, const EnumMapEntry* entries, int numEntries, const char* name) function in namespace:xe
217 return (TestStatusCode)getEnumValue("status code", s_statusCodeMap, DE_LENGTH_OF_ARRAY(s_statusCodeMap), statusCode);
222 return (ri::Type)getEnumValue("result item type", s_resultItemMap, DE_LENGTH_OF_ARRAY(s_resultItemMap), elemName);
227 return (ri::Image::Format)getEnumValue("image format", s_imageFormatMap, DE_LENGTH_OF_ARRAY(s_imageFormatMap), imageFormat);
232 return (ri::Image::Compression)getEnumValue("image compression", s_compressionMap, DE_LENGTH_OF_ARRAY(s_compressionMap), compression);
237 return (ri::Shader::ShaderType)getEnumValue("shader type", s_shaderTypeFromTagMap, DE_LENGTH_OF_ARRAY(s_shaderTypeFromTagMap), shaderType);
242 return (TestCaseType)getEnumValue("test case type", s_testTypeMap, DE_LENGTH_OF_ARRAY(s_testTypeMap), caseType);
247 return (TestLogVersion)getEnumValue("test log version", s_logVersionMap, DE_LENGTH_OF_ARRAY(s_logVersionMap), logVersion);
252 return (ri::ValueInfo::ValueTag)getEnumValue("sample value tag", s_sampleValueTagMap, DE_LENGTH_OF_ARRAY(s_sampleValueTagMap), tag);
/external/llvm/include/llvm/IR/
H A DDebugInfo.h191 int64_t getEnumValue() const { return getInt64Field(2); } function in class:llvm::DIEnumerator
/external/llvm/lib/IR/
H A DDebugInfo.cpp1289 OS << " [" << getName() << " :: " << getEnumValue() << ']';
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1762 int64_t Value = Enum.getEnumValue();
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 689 milliseconds