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

<<61626364656667686970>>

  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
spawn.py 116 _cfg_target_split = [int(x) for x in _cfg_target.split('.')]
122 if _cfg_target_split > [int(x) for x in cur_target.split('.')]:
185 paths = path.split(os.pathsep)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTipWindow.py 29 curline = int(self.widget.index("insert").split('.')[0])
64 int, self.widget.index(parenleft).split("."))
99 curline, curcol = map(int, self.widget.index("insert").split('.'))
152 text.insert("insert", "string.split")
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailcap.py 39 mailcaps = str.split(':')
80 types = key.split('/')
162 MIMEtypes = MIMEtype.split('/')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_platform.py 176 real_ver = ln.strip().split()[-1]
180 result_list = res[0].split('.')
181 expect_list = real_ver.split('.')
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_shuffle_test.py 100 for line in RunAndReturnOutput(extra_env, args).split('\n'):
123 test_case = test.split('.')[0]
248 [test_case, _] = test.split('.')
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_shuffle_test.py 100 for line in RunAndReturnOutput(extra_env, args).split('\n'):
123 test_case = test.split('.')[0]
248 [test_case, _] = test.split('.')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 58 if modname.split(".")[-1] in exclude:
176 use_resources.extend(value.split(","))
178 exclude.extend(value.split(","))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
spawn.py 116 _cfg_target_split = [int(x) for x in _cfg_target.split('.')]
122 if _cfg_target_split > [int(x) for x in cur_target.split('.')]:
185 paths = path.split(os.pathsep)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 29 curline = int(self.widget.index("insert").split('.')[0])
64 int, self.widget.index(parenleft).split("."))
99 curline, curcol = map(int, self.widget.index("insert").split('.'))
152 text.insert("insert", "string.split")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailcap.py 39 mailcaps = str.split(':')
80 types = key.split('/')
162 MIMEtypes = MIMEtype.split('/')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 176 real_ver = ln.strip().split()[-1]
180 result_list = res[0].split('.')
181 expect_list = real_ver.split('.')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 58 if modname.split(".")[-1] in exclude:
176 use_resources.extend(value.split(","))
178 exclude.extend(value.split(","))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py 116 _cfg_target_split = [int(x) for x in _cfg_target.split('.')]
122 if _cfg_target_split > [int(x) for x in cur_target.split('.')]:
185 paths = path.split(os.pathsep)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 29 curline = int(self.widget.index("insert").split('.')[0])
64 int, self.widget.index(parenleft).split("."))
99 curline, curcol = map(int, self.widget.index("insert").split('.'))
152 text.insert("insert", "string.split")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailcap.py 39 mailcaps = str.split(':')
80 types = key.split('/')
162 MIMEtypes = MIMEtype.split('/')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 176 real_ver = ln.strip().split()[-1]
180 result_list = res[0].split('.')
181 expect_list = real_ver.split('.')
  /system/bt/vendor_libs/test_vendor_lib/scripts/
test_channel.py 183 self._test_channel.send_command('CLEAR_EVENT_DELAY', args.split())
194 args.split()]
207 self._test_channel.send_command('SET_EVENT_DELAY', args.split())
  /test/vts/testcases/host/camera_its/
CameraITSTest.py 108 testname = re.split("/|\.", testpath)[-2]
151 name_func=lambda path: "%s_%s" % (re.split("/|\.", path)[-3], re.split("/|\.", path)[-2]))
  /test/vts-testcase/performance/binder_throughput_test/
BinderThroughputBenchmark.py 162 stdout_lines = results[const.STDOUT][1].split("\n")
179 stats_string = stdout_lines[index].split()
191 percentiles_string = stdout_lines[index].split()
  /test/vts-testcase/performance/hwbinder_throughput_test/
HwBinderThroughputBenchmark.py 166 stdout_lines = results[const.STDOUT][1].split("\n")
183 stats_string = stdout_lines[index].split()
195 percentiles_string = stdout_lines[index].split()
  /tools/tradefederation/core/src/com/android/tradefed/util/
BluetoothUtils.java 111 String lines[] = runBluetoothInstrumentation(device, "getAddress").split("\\r?\\n");
154 String lines[] = runBluetoothInstrumentation(device, "getBondedDevices").split("\\r?\\n");
319 String[] settingItems = snoopfileSetting.split("=");
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
EmailTest.java 244 final String[] pieces = data.split(Email.CRLF + Email.CRLF, 2);
246 for (String header : pieces[0].split(Email.CRLF)) {
247 final String[] halves = header.split(": ", 2);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
c.py 60 MsgPartList = Msg.split()
70 List = Str.split()
144 DeclSplitList = var.Declarator.split('(')
146 FuncNamePartList = FuncName.split()
186 for decl in var.Declarator.split(','):
187 DeclList = decl.split('=')
197 DeclList = var.Declarator.split('=')
281 #DeclSplitList = FuncDeclarator.split('(')
315 for p in ParamStr.split(','):
316 ListP = p.split()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 147 decomp = record[5].split()
283 # split record index table
291 # split decomposition index table
457 # split decomposition index table
475 parts = value.split('/')
591 w = name.split()
665 w = name.split()
707 # split decomposition index table
831 s = s.strip().split(";")
865 char = int(s.split()[0],16)
    [all...]
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 147 decomp = record[5].split()
283 # split record index table
291 # split decomposition index table
457 # split decomposition index table
475 parts = value.split('/')
591 w = name.split()
665 w = name.split()
707 # split decomposition index table
831 s = s.strip().split(";")
865 char = int(s.split()[0],16
    [all...]

Completed in 1695 milliseconds

<<61626364656667686970>>