HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 701 - 725 of 7669) sorted by null

<<21222324252627282930>>

  /external/libpng/scripts/
options.awk 572 split("", list) # clear 'list'
575 split(requires[opt] iffs[opt] enabledby[opt], r)
600 nreqs = split(requires[opt], r)
615 nreqs = split(enabledby[opt], r)
639 nreqs = split(tree[i], r)
676 nreqs = split(requires[i], r)
691 nreqs = split(iffs[i], r)
718 nreqs = split(enabledby[i], r)
760 nreqs = split(sets[i], r)
796 nreqs = split(tree[i], r
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/
split_handler_ops_test.py 15 """Tests for the GTFlow split handler Ops."""
33 """Tests split handler op."""
64 # Check the split on partition 0.
93 # Check the split on partition 1.
110 """Tests split handler op."""
180 """Tests split handler op."""
217 # Check the split on partition 0.
241 self.assertEqual(0, split_node.split.feature_column)
243 self.assertEqual(0, split_node.split.dimension_id)
245 self.assertAllClose(0.52, split_node.split.threshold
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 16 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
111 # but b is empty; since, e.g., split('a/') produces
119 # Split a path in a drive specification (a drive letter followed by a
123 """Split a pathname into drive and path specifiers. Returns a 2-tuple
125 pparts = p.split(':', 2)
137 """Split a pathname into UNC mount point and relative path specifiers.
144 if len(p.split(':', 2)) > 1:
164 # Split a path in head (everything up to the last '/') and tail (the
169 def split(p): function
170 """Split a pathname.
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
Configurator.java 110 String[] split = value.split("/"); local
112 if (split.length > 1 && split[0].equalsIgnoreCase(prefix)) {
113 String pack = split[0].replace("@", "");
114 String name = split[1];
317 // split on "|"
319 String[] paramStrs = value.split("\\|");
  /external/autotest/client/site_tests/files_CopyFileToGoogleDriveUI/
files_CopyFileToGoogleDriveUI.py 204 file_size = item.text.split()[1].strip()
205 file_size_units = item.text.split()[2].strip()
242 if i_item.text.strip().split()[0].strip() == file_name:
243 logging.info("File found %s", i_item.text.split()[
249 logging.info(required_file.text.split())
250 required_file_size = required_file.text.split()[1]
251 required_file_size_units = required_file.text.split()[2]
  /external/caliper/caliper/src/main/java/com/google/caliper/options/
ParsedOptions.java 91 private ImmutableSet<String> split(String string) { method in class:ParsedOptions
92 return ImmutableSet.copyOf(Splitter.on(delimiter).split(string));
103 benchmarkNames = split(benchmarksString);
183 vmNames = split(vmsString);
204 instrumentNames = split(instrumentsString);
330 List<String> tokens = ImmutableList.copyOf(Splitter.on('=').limit(2).split(propertyString));
346 multimap.putAll(name, split(values));
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_swizzles.c 43 struct rc_swizzle_split split; local
53 c->SwizzleCaps->Split(inst->U.I.SrcReg[src], usemask, &split);
55 for(unsigned int phase = 0; phase < split.NumPhases; ++phase) {
63 mov->U.I.DstReg.WriteMask = split.Phase[phase];
69 if (!GET_BIT(split.Phase[phase], chan))
77 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate;
80 else if (masked_negate == split.Phase[phase])
  /external/python/cpython2/Lib/
_osx_support.py 38 paths = path.split(os.pathsep)
108 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2])
138 osx_version = tuple(int(i) for i in osx_version.split('.'))
166 cc = oldcc = _config_vars['CC'].split()[0]
199 cv_split = _config_vars[cv].split()
337 compiler_so = compiler_so + os.environ['ARCHFLAGS'].split()
455 macrelease = tuple(int(i) for i in macrelease.split('.')[0:2])
  /external/python/cpython3/Lib/
_osx_support.py 38 paths = path.split(os.pathsep)
108 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2])
138 osx_version = tuple(int(i) for i in osx_version.split('.'))
166 cc = oldcc = _config_vars['CC'].split()[0]
199 cv_split = _config_vars[cv].split()
337 compiler_so = compiler_so + os.environ['ARCHFLAGS'].split()
455 macrelease = tuple(int(i) for i in macrelease.split('.')[0:2])
  /external/python/cpython3/Lib/test/
test_userdict.py 39 self.assertEqual(collections.UserDict.fromkeys('one two'.split()), d4)
40 self.assertEqual(collections.UserDict().fromkeys('one two'.split()), d4)
41 self.assertEqual(collections.UserDict.fromkeys('one two'.split(), 1), d5)
42 self.assertEqual(collections.UserDict().fromkeys('one two'.split(), 1), d5)
43 self.assertTrue(u1.fromkeys('one two'.split()) is not u1)
44 self.assertIsInstance(u1.fromkeys('one two'.split()), collections.UserDict)
45 self.assertIsInstance(u2.fromkeys('one two'.split()), collections.UserDict)
  /external/tensorflow/tensorflow/python/tools/
freeze_graph.py 112 sess.run(initializer_nodes.replace(' ', '').split(","))
133 sess.run(initializer_nodes.replace(' ', '').split(","))
136 variable_names_whitelist.replace(' ', '').split(",")
139 variable_names_blacklist.replace(' ', '').split(",")
146 output_node_names.replace(' ', '').split(","),
153 output_node_names.replace(' ', '').split(","),
255 saved_model_tags.replace(' ', '').split(","),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcproxy.h 139 #define IID_BS_LOOKUP_INITIAL_TEST(name,sz,split) result = name##_CHECK_IID(split); if (result > 0) { low = sz - split; } else if (!result) { low = split; goto found_label; }
140 #define IID_BS_LOOKUP_NEXT_TEST(name,split) result = name##_CHECK_IID(low + split); if (result >= 0) { low = low + split; if (!result) goto found_label; }
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternTest.java 82 assertEquals(",,".split(",", 3).length, 3);
83 assertEquals(",,".split(",", 4).length, 3);
86 assertEquals(Pattern.compile("o").split("boo:and:foo", 5).length, 5);
87 assertEquals(Pattern.compile("b").split("ab", -1).length, 2);
91 s = pat.split("zxx:zzz:zxx", 10);
93 s = pat.split("zxx:zzz:zxx", 3);
95 s = pat.split("zxx:zzz:zxx", -1);
97 s = pat.split("zxx:zzz:zxx", 0);
102 s = pat.split("abccbadfebb", -1);
104 s = pat.split("", -1)
    [all...]
  /external/devlib/devlib/module/
cpufreq.py 60 return output.strip().split()
180 available_frequencies = map(int, output.strip().split()) # pylint: disable=E1103
186 out_iter = iter(self.target.execute(cmd).strip().split())
371 kv = x.split(' ')
404 kv = x.split(' ')
425 return [int(c) for c in self.target.read_value(sysfile).split()]
437 return [int(c) for c in self.target.read_value(sysfile).split()]
466 for entry in stats.split('\n'):
468 freq, time = entry.split(' ')
  /system/core/fastboot/
engine.cpp 95 double split = now(); local
96 fprintf(stderr, "OKAY [%7.3fs]\n", (split - a.start));
97 a.start = split;
186 double split = now(); local
188 a.product.c_str(), (split - a.start));
189 a.start = split;
198 double split = now(); local
199 fprintf(stderr, "OKAY [%7.3fs]\n", (split - a.start));
200 a.start = split;
  /tools/tradefederation/core/atest/test_finders/
test_finder_utils.py 97 """Split user input string into test reference and list of methods.
118 parts = user_input.split('#')
122 return parts[0], frozenset(parts[1].split(','))
148 cls = os.path.splitext(os.path.split(test_path)[1])[0]
183 tests = output.strip('\n').split('\n')
430 apk = apk_target.split(_XML_PUSH_DELIM, 1)[0].strip()
528 sanitized_target = target.split(_XML_PUSH_DELIM, 1)[0].strip()
576 target = value.split(_XML_PUSH_DELIM, 1)[0].strip()
621 push_target = value.split(_XML_PUSH_DELIM, 1)[0].strip()
643 dir_path, file_path = os.path.split(path
    [all...]
  /build/make/tools/releasetools/
sign_target_files_apks 428 tags = set(tags.split(","))
451 for line in data.split("\n"):
455 key, value = line.split("=", 1)
458 pieces = value.split("/")
462 pieces = value.split("/")
466 pieces = value.split(" ")
474 value = value.split()
488 keylist = input_tf_zip.read("META/otakeys.txt").split()
495 for k in extra_recovery_keys.split()]
619 for param in in_cmdline.split()
    [all...]
sign_target_files_apks.py 428 tags = set(tags.split(","))
451 for line in data.split("\n"):
455 key, value = line.split("=", 1)
458 pieces = value.split("/")
462 pieces = value.split("/")
466 pieces = value.split(" ")
474 value = value.split()
488 keylist = input_tf_zip.read("META/otakeys.txt").split()
495 for k in extra_recovery_keys.split()]
619 for param in in_cmdline.split()
    [all...]
  /cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
NumberBlockingTest.java 211 String[] tokens = commandOutput.split("\\n");
215 String[] split = token.split("serialNo="); local
216 assertTrue(split.length == 2);
217 int serialNumber = Integer.parseInt(split[1]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
newslist.py 109 rcsrev = ' '.join(filter(lambda s: '$' not in s, rcsrev.split()))
123 parts = i.split('.')
221 bits = l.split()
291 grpname = i[0].split()[0]
310 grpname = i.split()[0]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_peepholer.py 184 self.assertEqual(asm.split().count('RETURN_VALUE'), 1)
193 self.assertEqual(asm.split().count('RETURN_VALUE'), 2)
209 self.assertEqual(asm.split().count('RETURN_VALUE'), 6)
219 self.assertEqual(asm.split().count('JUMP_ABSOLUTE'), 1)
220 self.assertEqual(asm.split().count('RETURN_VALUE'), 2)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspace.py 177 # @param KeySplitCharacter: Key split char, between key name and key value. Key1 = Value1, '=' is the key split char
178 # @param ValueSplitFlag: Value split flag, be used to decide if has multiple values
179 # @param ValueSplitCharacter: Value split char, be used to split multiple values. Key1 = Value1|Value2, '|' is the value split char
195 # @param KeySplitCharacter: Key split char, between key name and key value. Key1 = Value1, '=' is the key split char
196 # @param ValueSplitFlag: Value split flag, be used to decide if has multiple values
197 # @param ValueSplitCharacter: Value split char, be used to split multiple values. Key1 = Value1|Value2, '|' is the value split char
    [all...]
  /external/autotest/client/site_tests/graphics_GLBench/
graphics_GLBench.py 204 keyval, remainder = line[9:].split('[')
205 key, val = keyval.split('=')
207 score, unit = val.split()
209 imagefile = remainder.split(']')[0]
239 glerror = imagefile.split('=')[1]
  /external/autotest/client/site_tests/network_EthCaps/
network_EthCaps.py 67 (keyname, value) = cap_str.split(': ')
68 caps[keyname].extend(value.split())
73 caps[prev_keyname].extend(cap_str.split())
187 (status_reg, status_values) = ln.strip().split(":")
188 status_dict[status_reg] = status_values.split()
  /external/capstone/suite/
test_mc.py 29 items = text.split()
58 lines = output.split('\n')
77 # skip '# ' at the front, then split line to get out hexcode
80 #print lines[0][2:].split(', ')
81 (arch, mode, option) = lines[0][2:].split(', ')
171 code = line.split(' = ')[0]
172 asm = ''.join(line.split(' = ')[1:])

Completed in 1313 milliseconds

<<21222324252627282930>>