Home
last modified time | relevance | path

Searched refs:substring (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_extensions.py112 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/
DVK_NV_acquire_winrt_display.adoc38 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/
DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp106 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local
107 strcpy(substring, role_.c_str()); in SetUp()
108 pch = strchr(substring, '.'); in SetUp()
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp109 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/
DVtsHalMediaOmxV1_0TargetComponentTest.cpp101 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/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp108 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local
109 strcpy(substring, role_.c_str()); in SetUp()
110 pch = strchr(substring, '.'); in SetUp()
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp120 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/
Dasciidoctor-chunker.js4substring(this.sectionStart,this._index)),this._state=1,this.sectionStart=this._index+1)},e.protot…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dmhchem.min.js1 …];o--}e++}return null}(t,_.length,o||a);if(null===d)return null;var m=t.substring(0,o?d.endMatchEn…
Dmhchem.js671 var match1 = input.substring(0, endIncl ? e.endMatchEnd : e.endMatchBegin);
Dmhchem.mjs561 var match1 = input.substring(0, endIncl ? e.endMatchEnd : e.endMatchBegin);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.min.js1substring(0,h.lastIndexOf("."))),a.settings.isTrusted({command:"\\includegraphics",url:p})?{type:"…
Dkatex.js11629 alt = alt.substring(0, alt.lastIndexOf('.'));
17053 text = text.substring(0, match.index);
Dkatex.mjs11457 alt = alt.substring(0, alt.lastIndexOf('.'));
16687 text = text.substring(0, match.index);