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

<<21222324252627282930>>

  /cts/suite/audio_quality/test/
StringUtilTest.cpp 56 std::vector<android::String8>* tokens = StringUtil::split(str, ':');
66 std::vector<android::String8>* tokens2 = StringUtil::split(str2, ':');
  /dalvik/opcode-gen/
opcode-gen.awk 263 count = split(line, parts);
288 count = split(line, parts);
306 split(name[idx], parts, "/");
312 split(format[idx], parts, ""); # Width is the first format char.
341 count = split(line, parts);
462 count = split(hex, chars, "");
509 count = split(f, parts, /\|/); # Split input at pipe characters.
532 split(flags[idx], parts, /\|/); # Split flags[idx] at pipes
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
__init__.py 63 default_parser_list = os.environ["PY_SAX_PARSER"].split(",")
68 default_parser_list = sys.registry.getProperty(_key).split(",")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
__init__.py 63 default_parser_list = os.environ["PY_SAX_PARSER"].split(",")
68 default_parser_list = sys.registry.getProperty(_key).split(",")
  /external/ImageMagick/coders/
caption.c 115 split,
163 split=MagickFalse;
167 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,
181 split=MagickTrue;
183 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,exception);
218 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,
244 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,
274 i=FormatMagickCaption(image,draw_info,split,&metrics,&caption,exception);
113 split, local
  /external/autotest/client/bin/
os_dep.py 12 for dir in os.environ['PATH'].split(':'):
30 glob_pattern = line.split('include ')[1]
  /external/autotest/client/common_lib/cros/
chip_utils.py 48 fname = basename.split('.')[0]
50 rev = fname.split('_')[-1]
  /external/autotest/client/common_lib/cros/manual/
video_helper.py 34 video4linux_list = dut.run(cmd, ignore_status=True).stdout.split()
55 lsof_output = dut.run(cmd, ignore_status=True).stdout.strip().split('\n')
  /external/autotest/client/profilers/cpistat/
cpistat 33 cpus = options.cpulist.split(',')
38 events = options.events.split(',')
  /external/autotest/client/site_tests/hardware_GobiGPS/
hardware_GobiGPS.py 38 for line in nmea.split('\n'):
44 fields = line.split(',')[4:]
  /external/autotest/client/site_tests/hardware_Resolution/
hardware_Resolution.py 57 sections = line.split(',')
60 res = item.split()
  /external/autotest/client/site_tests/security_ProtocolFamilies/
security_ProtocolFamilies.py 58 PROTOCOL_FAMILIES = dict([(int(line.split()[2]), line.split()[1])
  /external/autotest/client/tests/bonnie/
bonnie.py 6 values = values.split(':')
77 fields = line.split(',')
  /external/autotest/server/cros/network/rf_switch/
scpi.py 115 .strip().split(',', 3)))
138 code, msg = self.query('%s\n' % self.CMD_ERROR_CHECK).split(', ')
  /external/autotest/server/site_tests/provision_FirmwareUpdate/
provision_FirmwareUpdate.py 44 return result.stdout.split('.', 1)[1]
54 return result.stdout.split('.', 1)[1]
  /external/autotest/server/site_tests/provision_TestbedUpdate/
provision_TestbedUpdate.py 27 builds = builds.split(',')
30 build = build.split('#')[0]
  /external/autotest/server/
system_utils.py 28 return [hostname.strip() for hostname in drones.split(',')]
40 return [hostname.strip() for hostname in shards.split(',')]
  /external/blktrace/btt/
bno_plot.py 101 fld = line.split(None)
121 cmd = cmd.split(None)
  /external/capstone/bindings/
const_generator.py 94 tmp = line.strip().split(',')
98 f = re.split('\s+', t)
  /external/compiler-rt/lib/dfsan/scripts/
build-libc-list.py 24 readelf = readelf_proc.communicate()[0].split('\n')
31 function_name = line[59:].split('@')[0]
  /external/compiler-rt/lib/sanitizer_common/scripts/
gen_dynamic_list.py 47 nm_out = nm_proc.communicate()[0].decode().split('\n')
55 cols = line.split(' ')
  /external/curl/tests/libtest/
test1013.pl 23 @curl = split / /,$1;
  /external/fonttools/Lib/fontTools/misc/
textTools.py 18 hexdata = strjoin(hexdata.split())
57 bin = strjoin(bin.split())
  /external/icu/icu4j/perf-tests/
collationperf.pl 72 @ff = split(/[\s]+/, $ff);
116 ($_[1], $_[2]) = split(/\,/, $x); # collperf returns "time, keylength" string.
  /external/jemalloc/include/jemalloc/
jemalloc_typedefs.h.in 55 chunk_split_t *split;

Completed in 1623 milliseconds

<<21222324252627282930>>