Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dtest_reflow.py25 separator = ''
29 testid += separator + 'noreflow'
30 separator = '-'
33 testid += separator + 'novuid'
34 separator = '-'
Dextensionmetadocgenerator.py281 separator = ''
283 separator = '+'
284 write(separator + '\n--\n' +
/hardware/google/gfxstream/common/utils/include/gfxstream/
DStrings.h26 std::string Join(const ContainerT& things, SeparatorT separator) { in Join() argument
34 result << separator << *it; in Join()
/hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/
DHidlSupport.h35 static inline std::vector<std::string> splitString(const std::string& s, char separator) { in splitString() argument
39 while (std::getline(iss, t, separator)) { in splitString()
/hardware/interfaces/automotive/vehicle/tools/generate_emu_metadata/src/com/android/car/tool/
DEmuMetadataGenerator.java158 inputDir + File.separator + dirName + File.separator + enumName + ".java")); in parseEnumInterface()
237 String pkgDir = pkgName.replace(".", File.separator); in Args()
293 CompilationUnit cu = StaticJavaParser.parse(new File(parsedArgs.inputDir + File.separator in main()
294 + parsedArgs.pkgDir + File.separator + VEHICLE_PROPERTY_FILE)); in main()
/hardware/google/aemu/base/include/aemu/base/misc/
DStringUtils.h122 std::string Join(const ContainerT& things, SeparatorT separator) { in Join() argument
130 result << separator << *it; in Join()
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dio.inl19 , separator(',')
33 , separator(a.separator)
140 fmt.separator = a.value[2];
177 os << fmt.separator;
Dio.hpp55 char_type separator; member in glm::io::format_punct
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc93 Type names are declared with no separator between words.
212 Command names are declared with no separator between words.
370 Function parameter names are declared with no separator between words.
Dmarkup.adoc461 separator appearing first, except for the first row of the table, which must
Dwriting.adoc673 cell separator must be `a|` instead of just `|`:
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp66 std::string Join(const std::vector<std::string>& things, const std::string& separator) { in Join() argument
74 result << separator << *it; in Join()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dlunr.js435 if ((char.match(lunr.tokenizer.separator) || sliceEnd == len)) {
465 lunr.tokenizer.separator = /[\s\-]+/
3134 lunr.QueryLexer.termSeparator = lunr.tokenizer.separator
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.js9838 if (colDescr.separator === "|" || colDescr.separator === ":") {
9839 var lineType = colDescr.separator === "|" ? "solid" : "dashed";
9840 var separator = buildCommon.makeSpan(["vertical-separator"], [], options);
9841 separator.style.height = totalHeight + "em";
9842 separator.style.borderRightWidth = ruleThickness + "em";
9843 separator.style.borderRightStyle = lineType;
9844 separator.style.margin = "0 -" + ruleThickness / 2 + "em";
9845 separator.style.verticalAlign = -(totalHeight - offset) + "em";
9846 cols.push(separator);
9848 throw new src_ParseError("Invalid separator type: " + colDescr.separator);
[all …]
Dkatex.mjs3824 // The width of separator lines in {array} environments. From
9520 rowGaps.push(cr.size); // check for \hline(s) following the row separator
9685 while (colDescr.type === "separator") {
9686 // If there is more than one separator in a row, add a space
9694 if (colDescr.separator === "|" || colDescr.separator === ":") {
9695 const lineType = colDescr.separator === "|" ? "solid" : "dashed";
9696 const separator = buildCommon.makeSpan(["vertical-separator"], [], options);
9697 separator.style.height = totalHeight + "em";
9698 separator.style.borderRightWidth = `${ruleThickness}em`;
9699 separator.style.borderRightStyle = lineType;
[all …]
Dkatex.min.js1separator&&":"!==O.separator)throw new o("Invalid separator type: "+O.separator);var L="|"===O.sep…
Dkatex.min.css1 …nt-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-b…
Dkatex.css869 .katex .mtable .vertical-separator {
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dmhchem.mjs2592 type_: '1000 separator'
2619 type_: '1000 separator'
2886 case '1000 separator':
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal2701 * string: "||Owner" // userLocales + separator + userNameToCreate