Home
last modified time | relevance | path

Searched refs:remove_prefix (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/registry/
Dupdate-aliases.py40 def remove_prefix(string: str, prefix: str): function
67 identifier = remove_prefix(identifier, 'VK_STRUCTURE_TYPE_')
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_cmd_queue_gen.py420 def remove_prefix(text, prefix): function
431 return remove_prefix(re.sub('([A-Z]+)', r'_\1', name).lower(), '_')
437 return remove_prefix(to_underscore(name).replace('cmd_', ''), 'p_')
/hardware/google/aemu/base/include/aemu/base/misc/
DStringUtils.h161 s->remove_prefix(prefix.size()); in ConsumePrefix()