Home
last modified time | relevance | path

Searched refs:split (Results 1 - 25 of 3009) sorted by relevance

12345678910>>...121

/third_party/jerryscript/tests/jerry/
H A Dstring-prototype-split.js15 var res = "".split();
18 res = "foo".split();
22 res = str.split("");
30 res = str.split("", "foo");
33 res = str.split("", "4");
40 res = str.split(undefined, undefined)
44 res = str.split("a", false);
47 res = str.split("a", true);
51 res = str.split("a", NaN);
54 res = str.split(["
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dmetablock_inc.h48 BlockSplit* split, HistogramType** histograms, size_t* histograms_size) { in InitBlockSplitter()
58 self->split_ = split; in InitBlockSplitter()
65 split->types, split->types_alloc_size, max_num_blocks); in InitBlockSplitter()
67 split->lengths, split->lengths_alloc_size, max_num_blocks); in InitBlockSplitter()
86 BlockSplit* split = self->split_; variable
93 split->lengths[0] = (uint32_t)self->block_size_;
94 split->types[0] = 0;
99 ++split
45 InitBlockSplitter( MemoryManager* m, FN(BlockSplitter)* self, size_t alphabet_size, size_t min_block_size, double split_threshold, size_t num_symbols, BlockSplit* split, HistogramType** histograms, size_t* histograms_size) InitBlockSplitter() argument
[all...]
H A Dblock_splitter_inc.h192 BlockSplit* split) {
336 m, uint8_t, split->types, split->types_alloc_size, num_blocks);
338 m, uint32_t, split->lengths, split->lengths_alloc_size, num_blocks);
349 split->types[block_idx] = id;
350 split->lengths[block_idx] = cur_length;
356 split->num_blocks = block_idx;
357 split->num_types = (size_t)max_type + 1;
371 BlockSplit* split) {
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dmetablock_inc.h48 BlockSplit* split, HistogramType** histograms, size_t* histograms_size) { in InitBlockSplitter()
58 self->split_ = split; in InitBlockSplitter()
65 split->types, split->types_alloc_size, max_num_blocks); in InitBlockSplitter()
67 split->lengths, split->lengths_alloc_size, max_num_blocks); in InitBlockSplitter()
86 BlockSplit* split = self->split_; variable
93 split->lengths[0] = (uint32_t)self->block_size_;
94 split->types[0] = 0;
99 ++split
45 InitBlockSplitter( MemoryManager* m, FN(BlockSplitter)* self, size_t alphabet_size, size_t min_block_size, double split_threshold, size_t num_symbols, BlockSplit* split, HistogramType** histograms, size_t* histograms_size) InitBlockSplitter() argument
[all...]
H A Dblock_splitter_inc.h192 BlockSplit* split) {
336 m, uint8_t, split->types, split->types_alloc_size, num_blocks);
338 m, uint32_t, split->lengths, split->lengths_alloc_size, num_blocks);
349 split->types[block_idx] = id;
350 split->lengths[block_idx] = cur_length;
356 split->num_blocks = block_idx;
357 split->num_types = (size_t)max_type + 1;
371 BlockSplit* split) {
[all...]
/third_party/elfutils/libdw/
H A Dlibdw_find_split_unit.c1 /* Find the split (or skeleton) unit for a given unit.
53 Dwarf_CU *split = NULL; in try_split_file() local
54 while (dwarf_get_units (split_dwarf, split, &split, in try_split_file()
57 if (split->unit_type == DW_UT_split_compile in try_split_file()
58 && cu->unit_id8 == split->unit_id8) in try_split_file()
60 if (tsearch (split->dbg, &cu->dbg->split_tree, in try_split_file()
68 /* Link skeleton and split compile units. */ in try_split_file()
69 __libdw_link_skel_split (cu, split); in try_split_file()
78 if (cu->split in try_split_file()
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dsymbol-split.js15 var split = RegExp.prototype[Symbol.split]; variable
18 split.call (0, "string");
25 split.call (new RegExp(), {
38 split.call (o, "str");
50 split.call (o, "str");
57 split.call ({
68 split.call ({ toString: function () { return "s"; }, flags: "g"},
80 split.call ({ toString: function () { return "s"; }, flags: "g"},
92 split
[all...]
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dkeywords.py33 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split())
34 TYPE_MODIFIERS = set('auto register const inline extern static virtual volatile mutable'.split())
35 ACCESS = set('public protected private friend'.split())
37 CASTS = set('static_cast const_cast dynamic_cast reinterpret_cast'.split())
39 OTHERS = set('true false asm class namespace using explicit this operator sizeof'.split())
40 OTHER_TYPES = set('new delete typedef struct union enum typeid typename template'.split())
42 CONTROL = set('case switch default if else return goto'.split())
43 EXCEPTION = set('try catch throw'.split())
44 LOOP = set('while do for break continue'.split())
/third_party/skia/infra/bots/
H A Dcheck_deps.py41 split = e.split(': ')
42 if len(split) != 2:
46 if split[0] == 'skia':
48 split = split[1].split('@')
49 if len(split) != 2:
53 repo = split[0]
54 rev = split[
[all...]
/third_party/toybox/toys/pending/
H A Dfold.c42 int pos = 0, split = -1; in do_fold() local
54 split = -1; in do_fold()
73 split = pos; in do_fold()
80 if (!(toys.optflags & FLAG_s) || split < 0) split = pos; in do_fold()
81 xwrite(1, buf, split + 1); in do_fold()
83 bufsz -= split + 1; in do_fold()
84 buf += split + 1; in do_fold()
86 split = -1; in do_fold()
/third_party/skia/src/pathops/
H A DSkOpEdgeBuilder.cpp283 Splitsville* split = &splits[index]; in walk() local
284 split->fT[0] = index ? splitT[index - 1] : 0; in walk()
285 split->fT[1] = index < breaks ? splitT[index] : 1; in walk()
286 SkDCubic part = SkDCubic::SubDivide(pointsPtr, split->fT[0], split->fT[1]); in walk()
287 if (!part.toFloatPoints(split->fPts)) { in walk()
290 split->fVerb = SkReduceOrder::Cubic(split->fPts, split->fReduced); in walk()
291 SkPoint* curve = SkPath::kCubic_Verb == split in walk()
296 Splitsville* split = &splits[index]; walk() local
[all...]
/third_party/skia/third_party/externals/icu/scripts/
H A Dmake_data_assembly.py78 split = [binascii.hexlify(input_data[i:i + 4][::step]).decode('ascii').upper().lstrip('0') variable
81 for i in range(len(split)):
82 if (len(split[i]) == 0):
84 elif (len(split[i]) == 1):
85 if not any((c in '123456789') for c in split[i]):
86 value = '0x0' + split[i]
88 value = split[i]
89 elif (len(split[i]) % 2 == 1):
90 value = '0x0' + split[i]
92 value = '0x' + split[
[all...]
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py105 clean_lines = out.split('\n')
109 connector_tokens = line_text.split()
114 connector_tokens = line_text.split("tcp:")
183 version = tuple(version.split("."))
212 v1 = tuple(map(int, version1.split('.')))
213 v2 = tuple(map(int, version2.split('.')))
228 and len(str(ret).split()) \
229 != 0 and str(ret).split()[0] == "0":
241 and len(str(ret).split()) != 0 and str(ret).split()[
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DSchema.java101 int split = key.indexOf(':'); in getColumn()
103 if (split == -1) { in getColumn()
106 ColumnGroup<?, ?> group = groups().get(key.substring(0, split)); in getColumn()
108 column = group.getColumnFromId(key.substring(split + 1)); in getColumn()
116 int split = column.getName().indexOf(':'); in isValidColumn()
117 if (split == -1) { in isValidColumn()
120 ColumnGroup<?, ?> group = groups().get(column.getName().substring(0, split)); in isValidColumn()
162 int split = column.getName().indexOf(':'); in getPrefix()
163 return split != -1 ? column.getName().substring(0, split) in getPrefix()
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_reader_inl_utils.h118 const range_t split = (range * prob) >> 8; in VP8GetBit() local
120 const int bit = (value > split); in VP8GetBit()
122 range -= split; in VP8GetBit()
123 br->value_ -= (bit_t)(split + 1) << pos; in VP8GetBit()
125 range = split + 1; in VP8GetBit()
147 const range_t split = br->range_ >> 1; in VP8GetSigned() local
149 const int32_t mask = (int32_t)(split - value) >> 31; // -1 or 0 in VP8GetSigned()
153 br->value_ -= (bit_t)((split + 1) & mask) << pos; in VP8GetSigned()
170 const range_t split = (range * prob) >> 8; in VP8GetBitAlt() local
172 int bit; // Don't use 'const int bit = (value > split);", i in VP8GetBitAlt()
[all...]
/third_party/rust/crates/clap/tests/builder/
H A Dversion.rs27 let res = common().try_get_matches_from("foo -V".split(' ')); in version_short_flag_no_version()
36 let res = common().try_get_matches_from("foo --version".split(' ')); in version_long_flag_no_version()
45 let res = with_version().try_get_matches_from("foo -V".split(' ')); in version_short_flag_with_version()
55 let res = with_version().try_get_matches_from("foo --version".split(' ')); in version_long_flag_with_version()
65 let res = with_long_version().try_get_matches_from("foo -V".split(' ')); in version_short_flag_with_long_version()
75 let res = with_long_version().try_get_matches_from("foo --version".split(' ')); in version_long_flag_with_long_version()
85 let res = with_both().try_get_matches_from("foo -V".split(' ')); in version_short_flag_with_both()
95 let res = with_both().try_get_matches_from("foo --version".split(' ')); in version_long_flag_with_both()
246 let res = with_subcommand().try_get_matches_from("foo bar --version".split(' ')); in no_propagation_by_default_long()
255 let res = with_subcommand().try_get_matches_from("foo bar -V".split(' ')); in no_propagation_by_default_short()
[all...]
/third_party/node/deps/minimatch/src/node_modules/brace-expansion/
H A Dindex.js18 return str.split('\\\\').join(escSlash)
19 .split('\\{').join(escOpen)
20 .split('\\}').join(escClose)
21 .split('\\,').join(escComma)
22 .split('\\.').join(escPeriod);
26 return str.split(escSlash).join('\\')
27 .split(escOpen).join('{')
28 .split(escClose).join('}')
29 .split(escComma).join(',')
30 .split(escPerio
[all...]
/third_party/node/deps/npm/node_modules/brace-expansion/
H A Dindex.js18 return str.split('\\\\').join(escSlash)
19 .split('\\{').join(escOpen)
20 .split('\\}').join(escClose)
21 .split('\\,').join(escComma)
22 .split('\\.').join(escPeriod);
26 return str.split(escSlash).join('\\')
27 .split(escOpen).join('{')
28 .split(escClose).join('}')
29 .split(escComma).join(',')
30 .split(escPerio
[all...]
/third_party/python/Tools/freeze/
H A Dcheckextensions_win32.py60 defaultMapName = os.path.join( os.path.split(sys.argv[0])[0], "extensions_win32.ini")
94 dsp = os.path.join( os.path.split(mapFileName)[0], dsp)
102 os.environ['dsp_path'] = os.path.split(dsp)[0]
103 os.environ['ini_path'] = os.path.split(mapFileName)[0]
110 exclude = exclude.split()
115 libs = win32api.GetProfileVal(moduleName, "libs", "", mapFileName).split()
131 dsp_path, dsp_name = os.path.split(dsp)
139 fields = line.strip().split("=", 2)
152 name = module.name.split('.')[-1]
157 name = module.name.split('
[all...]
/third_party/node/tools/
H A Dmkssldef.py19 elif option.startswith('-C'): categories += option[2:].split(',')
20 elif option.startswith('-D'): defines += option[2:].split(',')
21 elif option.startswith('-X'): excludes += option[2:].split(',')
22 elif option.startswith('-B'): bases += option[2:].split(',')
29 name, _, _, meta, _ = re.split('\s+', line)
31 meta = meta.split(':')
40 return all(map(test, expr.split(',')))
/third_party/python/Lib/sqlite3/
H A Ddbapi2.py48 version_info = tuple([int(x) for x in version.split(".")])
49 sqlite_version_info = tuple([int(x) for x in sqlite_version.split(".")])
62 return datetime.date(*map(int, val.split(b"-")))
65 datepart, timepart = val.split(b" ")
66 year, month, day = map(int, datepart.split(b"-"))
67 timepart_full = timepart.split(b".")
68 hours, minutes, seconds = map(int, timepart_full[0].split(b":"))
/third_party/skia/src/core/
H A DSkRect.cpp14 std::string split(depth, '\t'); in dump()
15 desc += split + "\n SkIRect:{ \n"; in dump()
16 desc += split + "\t fLeft:" + std::to_string(fLeft) + "\n"; in dump()
17 desc += split + "\t fTop:" + std::to_string(fTop) + "\n"; in dump()
18 desc += split + "\t fRight:" + std::to_string(fRight) + "\n"; in dump()
19 desc += split + "\t fBottom:" + std::to_string(fBottom) + "\n"; in dump()
20 desc += split + "}\n"; in dump()
182 std::string split(depth, '\t'); in dump()
183 desc += split + "\n SkRect:{ \n"; in dump()
184 desc += split in dump()
[all...]
H A DSkPoint3.cpp27 std::string split(depth, '\t'); in dump()
28 desc += split + "\n SkPoint3:{ \n"; in dump()
29 desc += split + "\t fX: " + std::to_string(fX) + "\n"; in dump()
30 desc += split + "\t fY: " + std::to_string(fY) + "\n"; in dump()
31 desc += split + "\t fZ: " + std::to_string(fZ) + "\n"; in dump()
32 desc += split + "}\n"; in dump()
/third_party/python/Lib/
H A Dnturl2path.py27 components = url.split('/')
30 comp = url.split('|')
35 components = comp[1].split('/')
68 components = p.split('\\')
70 comp = p.split(':', maxsplit=2)
76 components = comp[1].split('\\')
/third_party/backends/backend/pixma/scripts/
H A Dpixma_gen_options.py42 words = line.split(None, 1)
50 words = line.split(None, 2)
70 o['title'] = line.split(None, 1)[1]
74 o['desc'] = line.split(None, 1)[1]
78 o['unit'] = 'SANE_UNIT_' + line.split(None, 1)[1].upper()
82 o['default'] = line.split(None, 1)[1]
86 words = line.split()
91 c = line.split(None,1)[1]
93 o['constraint'] = c[1:-1].split('|')
95 o['constraint'] = tuple(c[1:-1].split(','))
[all...]

Completed in 9 milliseconds

12345678910>>...121