HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 726 - 750 of 4729) sorted by null

<<21222324252627282930>>

  /external/python/cpython3/Lib/distutils/command/
build_ext.py 155 self.include_dirs = self.include_dirs.split(os.pathsep)
164 self.include_dirs.extend(py_include.split(os.path.pathsep))
167 plat_py_include.split(os.path.pathsep))
179 self.library_dirs = self.library_dirs.split(os.pathsep)
184 self.rpath = self.rpath.split(os.pathsep)
248 defines = self.define.split(',')
255 self.undef = self.undef.split(',')
260 self.swig_opts = self.swig_opts.split(' ')
402 # Non-trivial stuff: 'macros' split into 'define_macros'
646 modpath = fullname.split('.'
    [all...]
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java 263 String[] lines = commandOutput.split("\\r?\\n");
268 String[] tokens = lines[i].split("\\{|\\}|:");
481 /** Returns true if the system supports the split between system and primary user. */
526 for (String feature: commandOutput.split("\\s+")) {
528 String[] tokens = feature.split(":");
561 String[] tokens = commandOutput.split("\\s+");
585 String[] tokens = commandOutput.split("\\s+");
610 String[] tokens = commandOutput.split("\\n");
614 String[] split = token.split("serialNo=") local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
String.py 42 # @param SplitTag: The split key, default is DataType.TAB_VALUE_SPLIT
43 # @param MaxSplit: The max number of split values, default is -1
47 return map(lambda l: l.strip(), String.split(SplitTag, MaxSplit))
62 Dict[Key] = Arch.split()
77 split(DataType.TAB_EQUAL_SPLIT)
96 Lines = Lines.split(DataType.TAB_SECTION_END, 1)[1]
120 Lines = Lines.split(DataType.TAB_SECTION_END, 1)[1]
131 # Split ModuleType out of section defien to get key
138 KeyList = Key.split(DataType.TAB_SPLIT)
178 QuotedStringList = ReQuotedString.split(String)
    [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
tensor_format_test.py 176 self.assertEqual(repr(a).split("\n"), out.lines[2:])
190 self.assertEqual(repr(a).split("\n"), out.lines[2:])
199 self.assertEqual(repr(a).split("\n"), out.lines)
215 self.assertEqual(repr(a).split("\n"), out.lines[4:])
232 self.assertEqual(repr(a).split("\n"), out.lines[2:])
246 self.assertEqual(repr(a).split("\n"), out.lines[2:])
271 self.assertEqual(repr(a).split("\n"), out.lines[2:])
296 self.assertEqual(repr(a).split("\n"), out.lines[2:])
313 self.assertEqual(repr(a).split("\n"), out.lines[2:])
351 self.assertEqual(str(tensor_proto).split("\n"), out.lines[3:]
    [all...]
  /external/dnsmasq/src/
option.c 526 /* find next comma, split string with zero and eliminate spaces.
545 static char* split(char* s) { function
669 comma = split(arg);
798 comma = split(cp);
826 comma = split(arg);
    [all...]
  /build/make/tools/
check_link_type.py 65 dep_types = dep_file.read().strip().split(' ')
  /build/make/tools/releasetools/
make_recovery_patch 51 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
make_recovery_patch.py 51 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
  /cts/apps/CameraITS/tests/inprog/
test_3a_remote.py 28 NAME = os.path.basename(__file__).split(".")[0]
test_crop_region.py 24 name = os.path.basename(__file__).split(".")[0]
test_param_black_level_lock.py 30 NAME = os.path.basename(__file__).split(".")[0]
test_rawstats.py 26 NAME = os.path.basename(__file__).split(".")[0]
  /cts/apps/CameraITS/tests/scene1/
test_yuv_plus_dng.py 22 NAME = os.path.basename(__file__).split(".")[0]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
TextUtils.java 37 final String[] lines = source.split("\\n", -1);
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
AmUtils.java 51 String[] packages = output.split("\\n");
TextUtils.java 37 final String[] lines = source.split("\\n", -1);
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
BaseInstallMultiple.java 71 T removeSplit(String split) {
72 mSplits.add(split);
178 final String split = mSplits.get(i); local
183 cmd.append(' ').append(split);
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
GeneralDelegateTest.java 45 String[] expectedScopes = arguments.getString(PARAM_SCOPES).split(",");
  /cts/hostsidetests/media/bitstreams/common/src/android/media/cts/bitstreams/
MediaBitstreams.java 74 String codec = bitstreamPath.split("/", 2)[0];
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostDeviceInfo.java 41 store.addListResult("abi", Arrays.asList(abi.split(",")));
SampleHostJUnit4Test.java 105 testString = line.split(":")[1].trim();
  /cts/hostsidetests/trustedvoice/src/android/trustedvoice/cts/
TrustedVoiceHostTest.java 118 testString = line.split(":")[1].trim();
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaPlayerStressTest.java 109 for (String entry : trackFormatString.split(",")) {
110 String[] kv = entry.split("=");
130 String[] components = mediaName.split(VIDEO_TOP_DIR);
134 String[] trackFormatStrings = mediaFormatString.split(";");
  /cts/tests/tests/net/src/android/net/cts/
DhcpInfoTest.java 58 String ipSegs[] = ipString.split("[.]");
  /cts/tests/tests/provider/preconditions/src/android/provider/cts/preconditions/
ExternalStoragePreparer.java 75 return disks.split("\n")[0].trim();

Completed in 1206 milliseconds

<<21222324252627282930>>