HomeSort by relevance Sort by last modified time
    Searched refs:_enum (Results 1 - 10 of 10) sorted by null

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
vk_layer_config.cpp 51 static VkLayerDbgAction stringToDbgAction(const char *_enum) {
53 if (!strcmp(_enum, "VK_DBG_LAYER_ACTION_IGNORE"))
55 else if (!strcmp(_enum, "VK_DBG_LAYER_ACTION_LOG_MSG"))
58 else if (!strcmp(_enum, "VK_DBG_LAYER_ACTION_DEBUG_OUTPUT"))
61 else if (!strcmp(_enum, "VK_DBG_LAYER_ACTION_BREAK"))
66 static VkFlags stringToDbgReportFlags(const char *_enum) {
68 if (!strcmp(_enum, "VK_DEBUG_REPORT_INFO"))
70 else if (!strcmp(_enum, "VK_DEBUG_REPORT_WARN"))
72 else if (!strcmp(_enum, "VK_DEBUG_REPORT_PERF_WARN"))
74 else if (!strcmp(_enum, "VK_DEBUG_REPORT_ERROR")
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_config.cpp 51 static VkLayerDbgAction stringToDbgAction(const char *_enum) {
53 if (!strcmp(_enum, "VK_DBG_LAYER_ACTION_IGNORE"))
55 else if (!strcmp(_enum, "VK_DBG_LAYER_ACTION_LOG_MSG"))
58 else if (!strcmp(_enum, "VK_DBG_LAYER_ACTION_DEBUG_OUTPUT"))
61 else if (!strcmp(_enum, "VK_DBG_LAYER_ACTION_BREAK"))
66 static VkFlags stringToDbgReportFlags(const char *_enum) {
68 if (!strcmp(_enum, "VK_DEBUG_REPORT_INFO"))
70 else if (!strcmp(_enum, "VK_DEBUG_REPORT_WARN"))
72 else if (!strcmp(_enum, "VK_DEBUG_REPORT_PERF_WARN"))
74 else if (!strcmp(_enum, "VK_DEBUG_REPORT_ERROR")
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraph.java 78 Enumeration _enum=this.fItemGroups.elements(); local
81 while (_enum.hasMoreElements()) {
82 List items = (List) _enum.nextElement();
168 Enumeration _enum=this.fItemGroups.elements(); local
170 while (_enum.hasMoreElements()) {
171 List items = (List) _enum.nextElement();
184 Enumeration _enum = this.fItemGroups.elements(); local
187 while (_enum.hasMoreElements()) {
188 List items = (List) _enum.nextElement();
201 Enumeration _enum = lineGraphGroups.elements() local
    [all...]
  /external/google-breakpad/src/common/mac/
GTMDefines.h 418 for (NSEnumerator *_ ## element ## _enum = enumeration; \
419 (element = [_ ## element ## _enum nextObject]) != nil; )
  /system/media/camera/docs/
metadata_model.py     [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 124 (x##_type *) new_statement (x##_enum, sizeof (x##_type), y)
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 

Completed in 602 milliseconds