HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 2026 - 2050 of 6499) sorted by null

<<81828384858687888990>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLAPISpec.java 108 List<String> words = Arrays.asList(line.split(","));
  /system/core/adb/
test_device.py 331 elements = out.split()
453 shlex.split('echo foo; echo bar >&2; exit 17'))
462 shlex.split('-x echo foo; echo bar >&2; exit 17'))
483 self.device.adb_cmd + shlex.split('shell echo $$; sleep 60'),
488 proc_query = shlex.split('ps {0} | grep {0}'.format(remote_pid))
563 shlex.split("sh -c 'echo hello; echo world'"))[0]
568 shlex.split(r'echo hello\;echo world'))[0].splitlines()
572 result = self.device.shell(shlex.split("'true && echo t'"))[0].strip()
575 shlex.split("sh -c 'true && echo t'"))[0].strip()
579 result = self.device.shell(shlex.split('FOO=a BAR=b echo t'))[0].strip(
    [all...]
  /system/extras/simpleperf/scripts/
app_profiler.py 109 strs = build_version.split('.')
191 output = output.split('\n')
193 strs = line.split()
239 for item in maps.split():
  /system/netd/libnetdutils/
SliceTest.cpp 37 auto p = split(s1, 14);
  /system/sepolicy/tests/
mini_parser.py 57 tas = m.group(2).split()
  /test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
VtsMultiDeviceTestResultParser.java 121 String[] toks = mCurrentLine.split(" ");
230 String[] toks = mCurrentLine.split(" ");
254 String[] toks = mCurrentLine.split(" ");
294 String[] toks = lines[index].split(" ");
  /test/vts/script/
monitor-runner-output.py 77 lines = text_new.split('\n')
  /test/vts/utils/python/archive/
archive_parser.py 118 names = content.split(self.STRING_TABLE_TERMINATOR)
  /test/vts/utils/python/common/
list_utils.py 64 expended_list_generator = (item.split(delimiter) for item in input_list)
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
PanoramaBenchMarkTest.java 66 String[] lines = shellOutput.split("\n");
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
PreloadedClassesPreparer.java 96 .split(" ");
  /tools/tradefederation/core/src/com/android/tradefed/util/
BulkEmailer.java 73 msg.setTos(mRecipients.split(","));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 192 * 0x40000000 - used to split a double into two parts, both with the low order bits cleared.
259 * @param d the value to split
982 * @param result placeholder where to place exp(x) split in two terms
991 split(x, xs) method
999 split(FACT[i], as); method
1020 private static void split(final double d, final double split[]) { method in class:FastMath
1135 split(a[0], xs); method
1136 split(b[0], ys); method
1143 split(b[1], ys); method
1154 split(a[1], xs); method
1155 split(b[0], ys); method
1166 split(a[1], xs); method
1167 split(b[1], ys); method
1721 split(xi, x); method
1770 split(x, xs); method
1781 split(FACT[i], as); method
1813 split(x, xs); method
1824 split(FACT[i], as); method
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
doctest.py 282 ws = want.split(ELLIPSIS_MARKER)
374 basedir = os.path.split(module.__file__)[0]
378 basedir = os.path.split(sys.argv[0])[0]
387 return os.path.join(basedir, *(path.split('/')))
574 string = '\n'.join([l[min_indent:] for l in string.split('\n')])
643 source_lines = m.group('source').split('\n')
652 want_lines = want.split('\n')
692 option_strings = m.group(1).replace(',', ' ').split()
    [all...]
  /external/autotest/client/common_lib/
utils.py 380 return re.split("%s" % sep, find.group(1))[param]
    [all...]
  /external/python/cpython2/Lib/
doctest.py 282 ws = want.split(ELLIPSIS_MARKER)
400 basedir = os.path.split(module.__file__)[0]
404 basedir = os.path.split(sys.argv[0])[0]
413 return os.path.join(basedir, *(path.split('/')))
635 string = '\n'.join([l[min_indent:] for l in string.split('\n')])
704 source_lines = m.group('source').split('\n')
713 want_lines = want.split('\n')
753 option_strings = m.group(1).replace(',', ' ').split()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py 282 ws = want.split(ELLIPSIS_MARKER)
374 basedir = os.path.split(module.__file__)[0]
378 basedir = os.path.split(sys.argv[0])[0]
387 return os.path.join(basedir, *(path.split('/')))
609 string = '\n'.join([l[min_indent:] for l in string.split('\n')])
678 source_lines = m.group('source').split('\n')
687 want_lines = want.split('\n')
727 option_strings = m.group(1).replace(',', ' ').split()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py 282 ws = want.split(ELLIPSIS_MARKER)
374 basedir = os.path.split(module.__file__)[0]
378 basedir = os.path.split(sys.argv[0])[0]
387 return os.path.join(basedir, *(path.split('/')))
609 string = '\n'.join([l[min_indent:] for l in string.split('\n')])
678 source_lines = m.group('source').split('\n')
687 want_lines = want.split('\n')
727 option_strings = m.group(1).replace(',', ' ').split()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 282 ws = want.split(ELLIPSIS_MARKER)
374 basedir = os.path.split(module.__file__)[0]
378 basedir = os.path.split(sys.argv[0])[0]
387 return os.path.join(basedir, *(path.split('/')))
609 string = '\n'.join([l[min_indent:] for l in string.split('\n')])
678 source_lines = m.group('source').split('\n')
687 want_lines = want.split('\n')
727 option_strings = m.group(1).replace(',', ' ').split()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 282 ws = want.split(ELLIPSIS_MARKER)
374 basedir = os.path.split(module.__file__)[0]
378 basedir = os.path.split(sys.argv[0])[0]
387 return os.path.join(basedir, *(path.split('/')))
609 string = '\n'.join([l[min_indent:] for l in string.split('\n')])
678 source_lines = m.group('source').split('\n')
687 want_lines = want.split('\n')
727 option_strings = m.group(1).replace(',', ' ').split()
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ConvertMasmToNasm.py 128 path = os.path.split(lastpath)[0]
223 srcParentDir = os.path.basename(os.path.split(fullSrc)[0])
237 dirpath, src = os.path.split(self.inputFilename)
398 oldOp = oldAsm.split()
475 uses = filter(None, uses.split())
486 publics = map(lambda p: p.split(':')[0].strip(), publics)
770 (self.dir, inf) = os.path.split(path)
772 (lastpath, self.moduleName) = os.path.split(parent)
776 (parent, basename) = os.path.split(lastpath)
832 infPath = os.path.split(os.path.realpath(self.inf))[0]
    [all...]
  /external/fio/
options.c 57 struct split { struct
63 static int split_parse_ddir(struct thread_options *o, struct split *split,
70 split->nr = 0;
96 split->val1[i] = val;
97 split->val2[i] = perc;
103 split->nr = i;
111 struct split split; local
113 memset(&split, 0, sizeof(split))
833 struct split split; local
    [all...]
  /art/test/testrunner/
testrunner.py 510 proc = subprocess.Popen(command.split(), stderr=subprocess.STDOUT, universal_newlines=True)
512 proc = subprocess.Popen(command.split(), stderr=subprocess.STDOUT, stdout = subprocess.PIPE,
564 console_width = int(os.popen('stty size', 'r').read().split()[1])
714 or_variants = variants.split('|')
716 and_variants = or_variant.split('&')
736 console_width = int(os.popen('stty size', 'r').read().split()[1])
841 cpu_info_proc = subprocess.Popen(adb_command.split(), stdout=subprocess.PIPE)
    [all...]
  /bionic/libc/tools/
genseccomp.py 84 content = cpp.communicate()[0].split("\n")
97 name, value = [w.strip() for w in line.split(",")]
131 # For multiple ranges, split into two, convert the two halves and output a jump
  /build/soong/androidmk/cmd/androidmk/
androidmk_test.go 63 desc: "split local/global include_dirs (1)",
74 desc: "split local/global include_dirs (2)",
85 desc: "split local/global include_dirs (3)",
96 desc: "split local/global include_dirs (4)",

Completed in 1332 milliseconds

<<81828384858687888990>>