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

<<51525354555657585960>>

  /tools/tradefederation/core/prod-tests/src/com/android/sensor/tests/
SingleSensorTests.java 77 String[] filePaths = rawFileList.split("\r?\n");
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
RunHostCommandTargetPreparer.java 78 final CommandResult result = getRunUtil().runTimedCmd(mTimeout, command.split("\\s+"));
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
StubTest.java 100 public Collection<IRemoteTest> split() { method in class:StubTest
  /tools/tradefederation/core/src/com/android/tradefed/util/
SimplePerfStatResultParser.java 104 String[] lines = simpleperfOutput.split("\n");
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c 138 static const double split = 0x1p27 + 1.0; local
142 p = a * split;
147 p = b * split;
  /build/make/tools/releasetools/
validate_target_files.py 155 lines = script.read().strip().split('\n')
161 applypatch_argv = patch_cmd.group(1).strip().split()
182 boot_info = applypatch_argv[boot_info_index].strip().split(':')
  /cts/apps/CameraITS/pymodules/its/
device.py 130 proc = subprocess.Popen(command.split(), stdout=subprocess.PIPE)
135 for line in output.split(os.linesep):
138 forward_info = line.split()
160 proc = subprocess.Popen(command.split(),
215 self.adb.split() + ["logcat"],
456 vals = data['strValue'].split()
    [all...]
  /cts/apps/CameraITS/tools/
run_sensor_fusion_box.py 103 print 'Image dimensions are ' + 'x'.join(img_size.split(','))
120 subprocess.Popen(cmd.split())
199 words = line.split(' ')
  /cts/tests/tests/preference2/src/android/preference2/cts/
TestUtils.java 177 for (String line : output.split("\\n")) {
180 for (String word : line.split("\\s+")) {
182 final String withColon = word.split("=")[1];
  /cts/tests/tests/security/src/android/security/cts/
ListeningPortsTest.java 332 String[] fields = line.split("\\s+");
340 InetAddress localIp = addrToInet(fields[1].split(":")[0]);
341 int localPort = Integer.parseInt(fields[1].split(":")[1], 16);
  /cts/tools/testng/
gen-test-list-xml.py 140 package_list = fq_class_name.split(".")[:-1] # a.b.c -> ['a', 'b']
141 just_class_name = fq_class_name.split(".")[-1] # a.b.c -> 'c'
183 class_and_method_name = line.split('#')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailcap.py 39 mailcaps = str.split(':')
80 types = key.split('/')
162 MIMEtypes = MIMEtype.split('/')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_platform.py 176 real_ver = ln.strip().split()[-1]
180 result_list = res[0].split('.')
181 expect_list = real_ver.split('.')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
mailerdaemon.py 134 exp = re.compile(re.escape(email).join(regexp.split('<>')), re.MULTILINE)
137 errors.append(' '.join((email.strip()+': '+res.group('reason')).split()))
145 errors.append(' '.join((email.strip()+': '+reason).split()))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
ToolDefClassObject.py 82 NameValuePair = Line.split("=", 1)
113 List = Name.split('_')
160 List = Key.split('_')
VpdInfoFile.py 180 PcdName, SkuId,Offset, Size, Value = Line.split("#")[0].split("|")
182 TokenSpaceName, PcdTokenName = PcdName.split(".")
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
MetaDataParser.py 39 (DecPath, DecName) = os.path.split(DecFullPath)
40 (InfPath, InfName) = os.path.split(InfFullPath)
231 # Split comments in a string
251 LineParts = Line.split(CommentCharacter, 1)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
RmPkg.py 96 os.removedirs(os.path.split(Path)[0])
196 (Guid, Version, NewDpFileName) = DataBase.GetDpByName(os.path.split(DistributionFile)[1])
258 if (not ForceRemove) and (not os.path.split(Path)[1].startswith('.')):
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 67 foreach my $h (split //xms, reverse $number) {
132 foreach my $b (split //xms, $a->bits) {
229 foreach my $b (split //xms, $self->bits) {
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 54 out_lines = output.string.split( /\n/ )
74 lines = output.string.split( /\n/ )
94 lines = output.string.split( "\n" )
241 # lines = output.string.split(/\n/)
  /external/autotest/client/site_tests/power_CPUFreq/
power_CPUFreq.py 164 return governors.split()
170 return governor.split()[0]
181 return [int(i) for i in frequencies.split()]
  /external/autotest/client/tests/ffsb/
ffsb.py 52 for line in fr.read().split('\n'):
104 self.usrfl = '%s/%s' % (os.path.split(self.srcdir)[0],'profile.cfg')
112 for line in fr.read().split('\n'):
  /external/autotest/server/site_tests/kernel_MemoryRamoop/
kernel_MemoryRamoop.py 160 for line in ramoop.split('\n'):
164 last_id = int(matcher.split(line)[3]) - 1
171 components = matcher.split(line)
  /external/autotest/utils/
unittest_suite.py 170 skip_tests.update(options.skip_tests.split())
200 names = path_no_py[len(ROOT)+1:].split('/')
232 modules.append(m.split('.'))
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_compatibility_devicetest.py 36 pids_and_names = (line.split() for line in ps_output.splitlines())
173 sorted(under_test.Shell('ls %s' % dest).strip().split()))
187 sorted(under_test.Shell('ls %s' % resulting_directory).split()))

Completed in 1859 milliseconds

<<51525354555657585960>>