OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:char_idx
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/
vk_helper.py
383
char_idx
= 0
386
if (0 ==
char_idx
) or (caps_struct_name[
char_idx
-1] == '_'):
387
struct_name += caps_struct_name[
char_idx
]
388
elif (caps_struct_name[
char_idx
] == '_'):
391
struct_name += caps_struct_name[
char_idx
].lower()
392
char_idx
+= 1
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk_helper.py
383
char_idx
= 0
386
if (0 ==
char_idx
) or (caps_struct_name[
char_idx
-1] == '_'):
387
struct_name += caps_struct_name[
char_idx
]
388
elif (caps_struct_name[
char_idx
] == '_'):
391
struct_name += caps_struct_name[
char_idx
].lower()
392
char_idx
+= 1
[
all
...]
Completed in 210 milliseconds