Home
last modified time | relevance | path

Searched refs:parts (Results 201 - 225 of 336) sorted by relevance

12345678910>>...14

/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_container.h37 struct blob parts; member
/third_party/libwebsockets/test-apps/
H A Dtest.js188 var parts = location.search.substring(1).split("&");
190 for (var i = 0; i < parts.length; i++) {
191 var nv = parts[i].split("=");
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
H A Dtest.js188 var parts = location.search.substring(1).split("&");
190 for (var i = 0; i < parts.length; i++) {
191 var nv = parts[i].split("=");
/third_party/node/test/common/
H A Ddns.js166 const parts = ip.replace(/^:|:$/g, '').split(':');
170 for (const part of parts) {
172 offset += 16 - 2 * (parts.length - 1);
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dtags.py234 # We want to keep the parts which are related to the ABI and remove the
235 # parts which are related to the platform:
247 parts = ext_suffix.split(".")
248 if len(parts) < 3:
251 soabi = parts[1]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DRangesTableSchema.java353 public static RangeKey read(List<String> parts) { in read() argument
355 RangeSpecification.parse(parts.get(0)), LengthsParser.parseLengths(parts.get(1))); in read()
/third_party/python/Tools/scripts/
H A Dstable_abi.py480 parts = line.split(maxsplit=2)
481 if len(parts) < 3:
484 symbol = parts[-1]
/third_party/python/Lib/test/
H A Dpythoninfo.py572 parts = _ssl.get_default_verify_paths()
573 env_names.extend((parts[0], parts[2]))
H A Dtest_pathlib.py41 # Unanchored parts.
62 # Ignoring parts before an anchored part.
217 for part in p.parts:
384 # `parts` returns a tuple.
388 parts = p.parts
389 self.assertEqual(parts, ('a', 'b'))
391 self.assertIs(parts, p.parts)
394 parts
[all...]
/third_party/python/PC/layout/support/
H A Dappxmanifest.py357 for part in PureWindowsPath(key).parts:
359 if len(fullkey.parts) > 1:
362 elif len(r.parts) > 1:
/third_party/icu/icu4c/source/common/unicode/
H A Dmessagepattern.h151 * followed by optional argument sub-parts (see UMessagePatternArgType constants)
215 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
256 * with the same style parts sequence and semantics as UMSGPAT_ARG_TYPE_PLURAL.
324 * as a list of "parts" for fast and simple parsing and to minimize object allocations.
329 * List of "parts":
346 * <li>Literal output text is not represented directly by "parts" but accessed
347 * between parts of a message, from one part's getLimit() to the next part's getIndex().
611 * Returns the number of "parts" created by parsing the pattern string.
613 * @return the number of pattern parts.
627 return parts[ in getPart()
932 Part *parts; global() member in MessagePattern
[all...]
/third_party/node/deps/v8/tools/testrunner/local/
H A Dcommand.py174 parts = map(escape, self._to_args_list())
175 cmd = ' '.join(parts)
/third_party/node/deps/icu-small/source/common/unicode/
H A Dmessagepattern.h151 * followed by optional argument sub-parts (see UMessagePatternArgType constants)
215 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
256 * with the same style parts sequence and semantics as UMSGPAT_ARG_TYPE_PLURAL.
324 * as a list of "parts" for fast and simple parsing and to minimize object allocations.
329 * List of "parts":
346 * <li>Literal output text is not represented directly by "parts" but accessed
347 * between parts of a message, from one part's getLimit() to the next part's getIndex().
611 * Returns the number of "parts" created by parsing the pattern string.
613 * @return the number of pattern parts.
627 return parts[ in getPart()
932 Part *parts; global() member in MessagePattern
[all...]
/third_party/node/deps/npm/test/lib/commands/
H A Ddist-tag.js93 return distLogs.map(([, ...parts]) => {
94 return parts.map(p => p.toString()).join(' ').trim()
/third_party/python/Tools/c-analyzer/cpython/
H A D_analyzer.py313 parts = [
317 yield '\t'.join(parts)
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dmessagepattern.h151 * followed by optional argument sub-parts (see UMessagePatternArgType constants)
215 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
256 * with the same style parts sequence and semantics as UMSGPAT_ARG_TYPE_PLURAL.
324 * as a list of "parts" for fast and simple parsing and to minimize object allocations.
329 * List of "parts":
346 * <li>Literal output text is not represented directly by "parts" but accessed
347 * between parts of a message, from one part's getLimit() to the next part's getIndex().
611 * Returns the number of "parts" created by parsing the pattern string.
613 * @return the number of pattern parts.
627 return parts[ in getPart()
932 Part *parts; global() member in MessagePattern
[all...]
/third_party/vk-gl-cts/scripts/
H A Dtestset.py149 parts = case.name.split('.')
150 groupName = string.join(parts[:-1], ".")
/third_party/python/Lib/
H A Dssl.py445 parts = _ssl.get_default_verify_paths()
448 cafile = os.environ.get(parts[0], parts[1])
449 capath = os.environ.get(parts[2], parts[3])
453 *parts)
H A Dnntplib.py173 parts = []
176 parts.append(v.decode(enc or 'ascii'))
178 parts.append(v)
179 return ''.join(parts)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h1885 // generally a pointer to the base of an array of integer parts, representing
1886 // an unsigned bignum, and a count of how many parts there are.
1889 /// out higher parts.
1902 /// DST, of dstCOUNT parts, such that the bit srcLSB becomes the least
1918 static unsigned tcMSB(const WordType *parts, unsigned n);
1942 /// Otherwise DST is filled with the least significant DSTPARTS parts of the
1943 /// result, and if all of the omitted higher parts were zero return zero,
1951 /// filled with the least significant parts of the result. Returns one if
1973 unsigned parts);
1993 static WordType tcIncrement(WordType *dst, unsigned parts) {
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-math.h226 * Flags for math glyph parts.
244 * on the fly from parts.
301 hb_ot_math_glyph_part_t *parts, /* OUT */
H A Dhb-ot-math-table.hh704 hb_ot_math_glyph_part_t *parts /* OUT */, in get_parts()
711 hb_array (parts, *parts_count))) in get_parts()
930 hb_ot_math_glyph_part_t *parts /* OUT */, in get_glyph_parts()
935 start_offset, parts_count, parts, in get_glyph_parts()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
H A DGlobalizationPreferences.java557 String[] parts = new String[2]; in getDisplayName()
558 Utility.split(id,'=',parts); in getDisplayName()
559 result = ULocale.getDisplayKeywordValue("und@"+id, parts[0], locale); in getDisplayName()
561 if (result.equals(parts[1])) { in getDisplayName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DGlobalizationPreferences.java559 String[] parts = new String[2]; in getDisplayName()
560 Utility.split(id,'=',parts); in getDisplayName()
561 result = ULocale.getDisplayKeywordValue("und@"+id, parts[0], locale); in getDisplayName()
563 if (result.equals(parts[1])) { in getDisplayName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h1587 // generally a pointer to the base of an array of integer parts, representing
1588 // an unsigned bignum, and a count of how many parts there are.
1591 /// out higher parts.
1604 /// DST, of dstCOUNT parts, such that the bit srcLSB becomes the least
1620 static unsigned int tcMSB(const integerPart *parts, unsigned int n);
1640 /// Otherwise DST is filled with the least significant DSTPARTS parts of the
1641 /// result, and if all of the omitted higher parts were zero return zero,
1649 /// filled with the least significant parts of the result. Returns one if
1657 /// operands. Returns the number of parts required to hold the result.
1672 unsigned int parts);
[all...]

Completed in 28 milliseconds

12345678910>>...14