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

<<71727374757677787980>>

  /external/autotest/site_utils/bootperf-bin/
showbootdata 144 eventlist.extend(kl.split(','))
  /external/autotest/site_utils/
perf_compare.py 296 split = line.strip().split(_CROSPERF_REPORT_LINE_DELIMITER)
297 if (len(split) == 12 and split[-2] == '--' and
298 split[0] not in ['retval', 'iterations'] and
299 split[0] in perf_keys_requested):
301 (split[0], split[-1]))
499 len(options.perf_keys.split(',')) > len(iteration_nums)):
501 'iteration numbers.', len(options.perf_keys.split(',')),
    [all...]
team_extract.py 53 found = find_result.split(' ')[2:]
  /external/autotest/site_utils/rpm_control_system/
rpm_logging_config.py 19 'email_notification_recipients').split(',')
  /external/autotest/utils/
labellib.py 119 key, value = str_label.split(_KEYVAL_LABEL_SEP, 1)
tko_publish.py 75 job_id = int(os.path.basename(jobdir).split('-')[0])
  /external/boringssl/src/util/bot/
vs_toolchain.py 46 # split into separate keys for x86 and x64. (See CopyVsRuntimeDlls call
70 for path in os.environ['PATH'].split(os.pathsep):
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper_devicetest.py 95 self.assertTrue(len(results[4].split()) == 3)
  /external/chromium-trace/catapult/devil/devil/android/
md5sum.py 117 hash_and_path = (l.split(None, 1) for l in out
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_agent.py 73 categories = [c.split('-')[0].strip() for c in categories_output]
174 unavailable = [x for x in self._categories.split(',') if
176 self._categories = [x for x in self._categories.split(',') if
283 shell=True, check_return=True)[0].split(' ')
  /external/chromium-trace/catapult/systrace/systrace/
update_systrace_trace_viewer.py 39 tokens = line.split(CATAPULT_REV_)
  /external/clang/tools/clang-format/
git-clang-format 137 filter_by_extension(changed_lines, opts.extensions.lower().split(','))
191 for entry in run('git', 'config', '--list', '--null').split('\0'):
193 name, value = entry.split('\n', 1)
478 new_tree).rstrip('\0').split('\0')
  /external/clang/tools/scan-build-py/tests/functional/cases/
__init__.py 25 this_dir, _ = os.path.split(__file__)
  /external/clang/tools/scan-build-py/tests/unit/
test_intercept.py 48 lines = [line.strip() for line in content.split('\n')]
  /external/curl/tests/
ftpserver.pl 489 my @a = split("", $a);
528 for (split(//,$l)) {
813 my @elements = split(/ /, $args);
1022 my ($username, $address) = split(/ /, $args, 2);
    [all...]
  /external/deqp/scripts/khr_util/
format.py 50 # Split into columns
51 lineColumns = [line.split("\t") for line in lines if line is not None]
  /external/fio/tools/plot/
fio2gnuplot 175 s=myfile.readline().replace(',',' ').split()
178 s="-1, 0, 0, 0".replace(',',' ').split()
217 index, perf_time,perf = p[1].split()
304 # We do split the name from the value
305 name,value=f.readline().split("=")
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class_test.py 39 return '\n'.join([s.lstrip() for s in lines.split('\n')])
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
BiDiConformanceTest.java 190 String[] parts = line.split(";");
199 for (String cp : parts[0].trim().split("[ \t]+")) {
286 String[] levelStrings=s.trim().split("[ \t]+");
310 String[] orderingStrings=s.trim().split("[ \t]+");
  /external/icu/icu4c/source/i18n/
regexcmp.h 107 void fixLiterals(UBool split=FALSE); // Generate code for pending literal characters.
regexcst.pl 39 @fields = split();
  /external/icu/icu4c/source/i18n/unicode/
regex.h 480 * Split a string into fields. Somewhat like split() from Perl or Java.
494 * The number of strings produced by the split operation is returned.
498 * For the best performance on split() operations,
499 * <code>RegexMatcher::split</code> is preferable to this function
501 * @param input The string to be split into fields. The field delimiters
503 * @param dest An array of UnicodeStrings to receive the results of the split.
514 * @return The number of fields into which the input string was split.
517 virtual int32_t split(const UnicodeString &input,
524 * Split a string into fields. Somewhat like split() from Perl or Java
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BiDiConformanceTest.java 189 String[] parts = line.split(";");
198 for (String cp : parts[0].trim().split("[ \t]+")) {
285 String[] levelStrings=s.trim().split("[ \t]+");
309 String[] orderingStrings=s.trim().split("[ \t]+");
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
CommandLineSupport.java 76 static List<String> split(final String commandline) { method in class:CommandLineSupport
  /external/libmojo/mojo/public/tools/manifest/
manifest_collator.py 78 app_path = parent['name'].split(':')[1]

Completed in 1682 milliseconds

<<71727374757677787980>>