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

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 185 self.assertEqual(asm.split().count('RETURN_VALUE'), 1)
194 self.assertEqual(asm.split().count('RETURN_VALUE'), 2)
210 self.assertEqual(asm.split().count('RETURN_VALUE'), 6)
220 self.assertEqual(asm.split().count('JUMP_ABSOLUTE'), 1)
221 self.assertEqual(asm.split().count('RETURN_VALUE'), 2)
  /tools/tradefederation/core/src/com/android/tradefed/device/metric/
AtraceRunMetricCollector.java 136 String scriptArgs[] = scriptPath.split(" ");
137 String scriptPathArgs[] = scriptArgs[0].split("/");
138 String scriptName[] = scriptPathArgs[scriptPathArgs.length - 1].split("\\.");
157 String[] outputLines = output.split(LINE_SEPARATOR);
165 String[] metric = line.split(METRIC_SEPARATOR);
  /external/tpm2/generator/
tpm_table.py 184 """Split the passed in word by the regex used to pick TPM algorithms.
193 The split would result in a three element list: the part before !ALG
200 The first and last elements of the split are used as the prefix and suffix
204 in the selector column in table 127 (TPM_ALG_!ALG) In this case the split
210 split returns a single element list, the second element set to None is
214 word: a string, the encoded algorithm string to be split.
217 a tuple of two strings, first and last elements of the split, either one
221 parts = self._alg_macro.split(word)
223 parts = word.split('!ALG')
341 type_name = self._title.split()[4
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java 257 parts = line.split("[^\\\\]:"); // Split on "un-escaped" ':'
264 parts = line.split("[^\\\\]:"); // Split on "un-escaped" ':'
271 parts = line.split("[^\\\\]:"); // Split on "un-escaped" ':'
273 String[] subParts = parts[1].split("[^\\\\];");
282 parts = line.split("[^\\\\]:"); // Split on "un-escaped" :
284 String[] subParts = parts[1].split("[^\\\\];")
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
VectorAverage.java 152 String[] lines = string.split(System.getProperty("line.separator"));
162 String[] separated = lines[nIndex].split("=");
174 String[] separated = lines[nIndex].split("=");
  /cts/hostsidetests/backup/src/android/cts/backup/
SuccessNotificationHostSideTest.java 182 new ArrayList<>(Arrays.asList(mOriginalBackupManagerConstants.split(",")));
186 final String[] fields = keyValuePair.split("=");
192 final String[] values = fields[1].split(":");
  /cts/hostsidetests/tv/src/com/android/cts/tv/
TvInputManagerHostTest.java 117 testString = line.split(":")[1].trim();
139 for (String feature: commandOutput.split("\\s+")) {
141 String[] tokens = feature.split(":");
  /cts/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/
MediaPreparerAppTest.java 127 for (String trackFormatString : formatString.split(";")) {
142 for (String entry : trackFormatString.split(",")) {
143 String[] kv = entry.split("=");
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
EncodedStringValue.java 206 * Split this encoded string around matches of the given pattern.
212 public EncodedStringValue[] split(String pattern) { method in class:EncodedStringValue
213 String[] temp = getString().split(pattern);
231 String[] values = src.split(";");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
markov.py 48 print 'Input files (default stdin) are split in paragraphs'
49 print 'separated blank lines and each paragraph is split'
80 paralist = text.split('\n\n')
83 words = para.split()
108 words = data.split()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
logmerge.py 75 Split the chunk in parts separated by sep2.
120 tag, rev = line.split()
137 words = dateline.split()
152 words = revline.split()
  /external/autotest/client/cros/cellular/pseudomodem/
client.py 116 arglist = args.split(' ', 1)
147 arglist = args.split(' ')
178 arglist = args.split()
  /external/autotest/client/site_tests/hardware_Badblocks/
hardware_Badblocks.py 108 lines = stdout.split('\n')
119 sublines = line[line.find(':') + 2:].split('\n')
126 min_sec = re.match(r'(\w+):(\w+)', lines[-2].split()[-4])
  /external/autotest/client/site_tests/security_RootCA/
security_RootCA.py 108 fingerprint = f.split('=')[1]
109 for field in i.split('/'):
110 items = field.split('=')
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
munge_sdp.js 151 var elements = mLine.split(' ');
176 var elements = mLine.split(' ');
184 return sdp.split('\r\n');
  /external/autotest/client/tests/xfstests/
xfstests.py 46 lines = output.split('\n')
82 lines = output.split('\n')
92 tests = test_failures.split(' ')
  /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/
kernel_ExternalUsbPeripheralsDetectionTest.py 44 stdout.strip().split('\n'))
62 tmp = self.host.run(cmd).stdout.strip().split('\n')
144 ignore_status=True).stdout.split('\n')
  /external/autotest/server/site_tests/platform_ExternalUSBBootStress/
platform_ExternalUSBBootStress.py 28 items = lsusb_output.split('\n')
32 columns = item.split(' ')
80 lsb_release = host.run('cat /etc/lsb-release').stdout.split('\n')
  /external/autotest/site_utils/lxc/
utils.py 50 interface_names = [x for x in result.stdout.split() if x]
214 mountinfo = line.split()
220 tags.append(field.split(':')[0])
  /external/autotest/tko/
machine_benchmark.cgi 61 val = attr["key"].value.split("-")
71 params = attributes.split("|")
78 test_attributes = param.split(":")
  /external/icu/icu4c/source/tools/
icu-svnprops-check.py 52 file_type, string_proplist = propline.split("=", 1)
62 # split on ';' into a list of properties. The negative lookahead and lookbehind
63 # in the split regexp are to prevent matching on ';;', which is an escaped ';'
65 string_proplist = re.split("(?<!;);(?!;)", string_proplist)
69 prop_name, prop_val = prop.split("=", 1)
  /external/libcxx/utils/libcxx/android/
compiler.py 38 for line in stderr.split('\n'):
63 return [self.path] + shlex.split(cxx_args)
73 return [self.path] + shlex.split(link_args)
  /external/libopus/src/
repacketizer_demo.c 67 int merge = 1, split=0; local
90 } else if (strcmp(argv[i], "-split")==0)
91 split = 1;
158 if (!split)
  /external/libvpx/libvpx/tools/
lint-hunks.py 107 if filename.split(".")[-1] not in ("c", "h", "cc"):
124 for line in lint_out.split("\n"):
125 fields = line.split(":")
  /external/ltp/testcases/network/nfsv4/acl/
test_acl.py 22 splitedline = splitedresult[i].split('::')
30 splitedresult = u.split('\n')
33 splitedline = splitedresult[i].split('::')

Completed in 1578 milliseconds

<<31323334353637383940>>