OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_string_map
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/scripts/
spec.py
220
error_string_map
= ['static std::unordered_map<int, char const *const> validation_error_map{']
233
error_string_map
.append(' {%s, "%s"},' % (new_enum, self.error_db_dict[enum]['error_msg'].replace('"', '\\"')))
237
error_string_map
.append('};\n')
242
file_contents.extend(
error_string_map
)
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
spec.py
179
error_string_map
= ['static std::unordered_map<int, char const *const> validation_error_map{']
183
error_string_map
.append(' {%s, "%s"},' % (enum, self.val_error_dict[enum]['error_msg']))
186
error_string_map
.append('};\n')
191
file_contents.extend(
error_string_map
)
Completed in 164 milliseconds