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

<<21222324252627282930>>

  /external/python/cpython2/Lib/encodings/
idna.py 157 labels = dots.split(input)
178 labels = dots.split(input)
183 labels = input.split(".")
206 labels = dots.split(input)
241 labels = dots.split(input)
246 labels = input.split(".")
  /external/python/cpython2/Lib/plat-riscos/
riscospath.py 57 split filing system name (including special field) and drive specifier from rest
123 def split(p): function
125 Split a path in head (everything up to the last '.') and tail (the rest). FS
137 Split a path in root and extension. This assumes the 'using slash for dot and
140 (tail, head)= split(p)
149 Split a pathname into a drive specification (including FS name) and the rest of
161 return split(p)[1]
168 return split(p)[0]
294 fsname= string.split(fsname, '#', 1)[0] # remove special field from fs
335 (path, el)= split(path
    [all...]
  /external/python/cpython3/Lib/encodings/
idna.py 162 labels = result.split(b'.')
171 labels = dots.split(input)
204 labels = input.split(b".")
227 labels = dots.split(input)
263 labels = dots.split(input)
267 labels = input.split(".")
  /external/python/cpython3/Lib/
macpath.py 8 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
75 def split(s): function
76 """Split a pathname into two parts: the directory leading up to the final
99 """Split a pathname into a drive specification and the rest of the
108 # Short interfaces to split()
110 def dirname(s): return split(s)[0]
111 def basename(s): return split(s)[1]
116 components = split(s)
161 comps = s.split(colon)
201 components = path.split(colon
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionMachO.cpp 187 std::pair<StringRef, StringRef> Comma = Spec.split(',');
203 // Split the section name off from any attributes if present.
204 Comma = Comma.second.split(',');
222 Comma = Comma.second.split(',');
252 // Otherwise, we do have some attributes. Split off the size specifier if
254 Comma = Comma.second.split(',');
258 std::pair<StringRef, StringRef> Plus = Attrs.split('+');
277 Plus = Plus.second.split('+');
  /external/tensorflow/tensorflow/core/framework/
tensor_util_test.cc 176 TEST(TensorUtil, Split) {
186 TF_ASSERT_OK(tensor::Split(to_split, sizes, &splits));
192 const Tensor& split = splits[entry]; local
194 ASSERT_EQ(TensorShape({size, 2}), split.shape());
197 EXPECT_EQ(2 * i + j, split.matrix<int64>()(i - offset, j));
211 std::vector<Tensor> split; local
212 TF_ASSERT_OK(tensor::Split(x, {2, 1, 1}, &split));
214 TF_ASSERT_OK(tensor::Concat(split, &x_round_tripped));
  /frameworks/base/tools/aapt2/optimize/
MultiApkGenerator_test.cpp 114 std::unique_ptr<ResourceTable> split = local
117 ResourceTable* new_table = split.get();
141 std::unique_ptr<ResourceTable> split = local
144 ResourceTable* new_table = split.get();
166 std::unique_ptr<ResourceTable> split = local
169 ResourceTable* new_table = split.get();
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
idna.py 157 labels = dots.split(input)
178 labels = dots.split(input)
183 labels = input.split(".")
206 labels = dots.split(input)
241 labels = dots.split(input)
246 labels = input.split(".")
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
idna.py 157 labels = dots.split(input)
178 labels = dots.split(input)
183 labels = input.split(".")
206 labels = dots.split(input)
241 labels = dots.split(input)
246 labels = input.split(".")
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
AclEdit.java 56 String[] result = permsString.split("/");
73 String[] result = flagsString.split("/");
106 String[] result = s.split(":");
211 String[] result = s.split("\\+", 2);
225 String[] result = s.split("\\-", 2);
235 String[] result = s.split("=", 2);
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
AclEdit.java 56 String[] result = permsString.split("/");
73 String[] result = flagsString.split("/");
106 String[] result = s.split(":");
211 String[] result = s.split("\\+", 2);
225 String[] result = s.split("\\-", 2);
235 String[] result = s.split("=", 2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 157 labels = dots.split(input)
178 labels = dots.split(input)
183 labels = input.split(".")
206 labels = dots.split(input)
241 labels = dots.split(input)
246 labels = input.split(".")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 157 labels = dots.split(input)
178 labels = dots.split(input)
183 labels = input.split(".")
206 labels = dots.split(input)
241 labels = dots.split(input)
246 labels = input.split(".")
  /system/bt/vendor_libs/test_vendor_lib/scripts/
test_channel.py 176 self._test_channel.send_command('add', args.split())
183 self._test_channel.send_command('del', args.split())
190 self._test_channel.send_command('get', args.split())
197 self._test_channel.send_command('set', args.split())
204 self._test_channel.send_command('list', args.split())
221 self._test_channel.send_command('help', args.split())
  /test/framework/harnesses/host_controller/command_processor/
command_device.py 61 lines = stdout.split("\n")[1:]
65 device["serial"] = line.split()[0]
86 lines = stdout.split("\n")
90 device["serial"] = line.split()[0]
100 device["product"] = res.split(":")[1].strip()
180 self.console.SetSerials(args.set_serial.split(","))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
UniClassObject.py 242 elif len(Lang.split('-')[0]) == 3:
243 Lang = GetLanguageCode(Lang.split('-')[0], True, ContainerFile)
246 ValueList = Value.split('\n')
328 Lang = distutils.util.split_quoted((Line.split(u"//")[0]))
394 Name = Item.split()[1]
402 LanguageList = Item.split(u'#language ')
407 Language = LanguageList[IndexI].split()[0]
574 if Line.startswith(u'#language') and len(Line.split()) == 2:
622 if StrName and not StrName.split()[1].startswith(DT.TAB_STR_TOKENCNAME + DT.TAB_UNDERLINE_SPLIT):
624 Message=ST.ERR_UNIPARSE_STRNAME_FORMAT_ERROR % StrName.split()[1], \
    [all...]
  /art/test/004-ThreadStress/src-art/
Main.java 360 String split[] = arg.split(":"); local
361 if (split.length != 2) {
362 throw new IllegalArgumentException("Can't split argument " + arg);
366 d = Double.parseDouble(split[1]);
374 if (split[0].equals("-oom")) {
376 } else if (split[0].equals("-sigquit")) {
378 } else if (split[0].equals("-alloc")) {
380 } else if (split[0].equals("-largealloc")) {
382 } else if (split[0].equals("-stacktrace"))
    [all...]
  /test/vts/testcases/template/binary_test/
binary_test.py 107 tag, path = token.split(self.TAG_DELIMITER)
116 split = token.find(self.TAG_DELIMITER)
117 if split >= 0:
118 tag, arg = token[:split], token[
119 split + len(self.TAG_DELIMITER):]
131 split = token.find(self.TAG_DELIMITER)
132 if split >= 0:
133 tag, arg = token[:split], token[
134 split + len(self.TAG_DELIMITER):]
151 tag, path = token.split(self.TAG_DELIMITER
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 890 // TextUtils.split call would also fail. Return null.
893 final String[] split = TextUtils.split(inString, SPLITTER_REGEX); local
894 if (split.length < 20) {
895 LogUtils.e(LOG_TAG, "split.length %d", split.length);
900 f.folderUri = new FolderUri(Folder.getValidUri(split[index++]));
901 f.name = split[index++];
902 f.hasChildren = Integer.parseInt(split[index++]) != 0;
903 f.capabilities = Integer.parseInt(split[index++])
    [all...]
  /cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
ProcessStatsDumpsysTest.java 84 final String[] values = line.split(",");
187 String[] subparts = parts[i].split(":");
226 String[] subparts = parts[i].split(":");
247 String[] subparts = parts[i].split(":");
267 String[] subparts = pssStr.split(":");
278 String[] subparts = parts[i].split(":");
291 String[] subparts = parts[i].split(":");
309 String[] subparts = pssStr.split(":");
317 String[] subparts = parts[i].split(":");
413 final String[] lines = procstats.split("\n")
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MigrationUtilities.py 35 Common.Usage = XmlAttribute(XmlCommon, XmlTag).split()
41 Common.SupArchList = XmlAttribute(XmlCommon, XmlTag).split()
194 GuidProtocolPpiCommon.GuidTypeList = GuidTypes.split()
198 GuidProtocolPpiCommon.SupModuleList = SupModules.split()
240 Pcd.ValidUsage = XmlElement(XmlPcd, XmlTag).split()
243 Pcd.SupModuleList = XmlAttribute(XmlPcd, XmlTag).split()
281 LibraryClass.SupModuleList = SupModules.split()
304 BuildOption.BuildTargetList = XmlAttribute(XmlBuildOption, XmlTag).split()
316 BuildOption.SupArchList = XmlAttribute(XmlBuildOption, XmlTag).split()
483 Line = Line.split("#", 1)[0]
    [all...]
  /external/curl/tests/
testcurl.pl 93 $targetos = (split(/=/, shift @ARGV, 2))[1];
96 $setupfile = (split(/=/, shift @ARGV, 2))[1];
99 $extvercmd = (split(/=/, shift @ARGV, 2))[1];
102 $mktarball = (split(/=/, shift @ARGV, 2))[1];
105 $name = (split(/=/, shift @ARGV, 2))[1];
108 $email = (split(/=/, shift @ARGV, 2))[1];
111 $desc = (split(/=/, shift @ARGV, 2))[1];
114 $notes = (split(/=/, shift @ARGV, 2))[1];
137 $runtestopts = (split(/=/, shift @ARGV, 2))[1];
541 my @pa = split($s, $p)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
critical.go 14 // need to split critical edges on newly constructed blocks
42 // split input edges coming from multi-output blocks.
56 // find or record the block that we used to split
66 f.Warnl(p.Pos, "split critical edge")
77 f.Warnl(p.Pos, "split critical edge")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
critical.go 14 // need to split critical edges on newly constructed blocks
42 // split input edges coming from multi-output blocks.
56 // find or record the block that we used to split
66 f.Warnl(p.Pos, "split critical edge")
77 f.Warnl(p.Pos, "split critical edge")
  /external/python/cpython3/Tools/unicode/
makeunicodedata.py 180 decomp = record[5].split()
315 # split record index table
323 # split decomposition index table
526 # split decomposition index table
544 parts = value.split('/')
623 w = name.split()
697 w = name.split()
739 # split decomposition index table
    [all...]

Completed in 1798 milliseconds

<<21222324252627282930>>