Searched refs:substring (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_extensions.py | 112 for substring in re.split('(KHR|EXT|[0-9]+)', ext.name): 113 if substring == 'KHR': 115 if substring == 'EXT': 117 elif substring.isdigit(): 118 order.append(int(substring)) 120 order.append(substring)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_acquire_winrt_display.adoc | 38 1) What should the platform substring be for this extension: 40 *RESOLVED*: The platform substring is "`Winrt`". 42 The substring "`Winrt`" matches the fact that the OS API exposing the 45 The substring "`Win32`" is wrong because the related "`WinRT`" API is 49 The substring "`Windows`" is suboptimal because there could be more than one 51 There is preference to use the more-specific substring "`Winrt`".
|
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 106 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local 107 strcpy(substring, role_.c_str()); in SetUp() 108 pch = strchr(substring, '.'); in SetUp()
|
D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 109 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local 110 strcpy(substring, role_.c_str()); in SetUp() 111 pch = strchr(substring, '.'); in SetUp()
|
/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 101 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local 102 strcpy(substring, role_.c_str()); in SetUp() 103 pch = strchr(substring, '.'); in SetUp() 105 substring[pch - substring] = '\0'; in SetUp() 108 if (!strcasecmp(substring, kStringToClass[i].Class)) { in SetUp()
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 108 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local 109 strcpy(substring, role_.c_str()); in SetUp() 110 pch = strchr(substring, '.'); in SetUp()
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 120 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local 121 strcpy(substring, role_.c_str()); in SetUp() 122 pch = strchr(substring, '.'); in SetUp()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …substring(this.sectionStart,this._index)),this._state=1,this.sectionStart=this._index+1)},e.protot…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | mhchem.min.js | 1 …];o--}e++}return null}(t,_.length,o||a);if(null===d)return null;var m=t.substring(0,o?d.endMatchEn…
|
D | mhchem.js | 671 var match1 = input.substring(0, endIncl ? e.endMatchEnd : e.endMatchBegin);
|
D | mhchem.mjs | 561 var match1 = input.substring(0, endIncl ? e.endMatchEnd : e.endMatchBegin);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.min.js | 1 …substring(0,h.lastIndexOf("."))),a.settings.isTrusted({command:"\\includegraphics",url:p})?{type:"…
|
D | katex.js | 11629 alt = alt.substring(0, alt.lastIndexOf('.')); 17053 text = text.substring(0, match.index);
|
D | katex.mjs | 11457 alt = alt.substring(0, alt.lastIndexOf('.')); 16687 text = text.substring(0, match.index);
|