| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
| PaletteMetadataDescriptor.java | 99 for (String s : initializedAttributes.split(",")) { //$NON-NLS-1$ 100 String[] nameValue = s.split("="); //$NON-NLS-1$
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
| DebugPortProvider.java | 102 String[] portSegments = value.split("\\|"); //$NON-NLS-1$ 104 String[] entry = seg.split(":"); //$NON-NLS-1$
|
| /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
| PsdFile.java | 95 private static void writeImage(BufferedImage image, DataOutputStream out, boolean split) 98 if (!split) out.writeShort(0); 121 if (split) out.writeShort(0); 122 if (split) out.write(a); 123 if (split) out.writeShort(0); 125 if (split) out.writeShort(0); 127 if (split) out.writeShort(0); 129 if (!split) out.write(a);
|
| /test/vts/utils/python/common/ |
| vintf_utils.py | 43 hal_version_major, hal_version_minor = hal_version.split(".") 122 hal_archs = xml_hal_item.attrib[_ARCH].split("+")
|
| vts_spec_utils.py | 37 [hal_name, hal_version] = hal_package[len(prefix):].split('@') 122 package = package.split('::')[0]
|
| /toolchain/binutils/binutils-2.25/ld/testsuite/ld-v850/ |
| split-lo16.d | 1 #source: split-lo16.s -mv850e
|
| /tools/tradefederation/core/src/com/android/tradefed/profiler/recorder/ |
| TraceParser.java | 55 String[] pairs = paramString.split(","); 58 String[] splitParam = param.split("=");
|
| /tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
| TemperatureThrottlingWaiter.java | 120 deviceTemp = Integer.parseInt(result.split(" ")[0].split(":")[1].trim());
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
| TopHelperTest.java | 55 mTop.getReceiver().processNewLines(lines.split("\r\n")); 90 mTop.getReceiver().processNewLines(lines.split("\r\n"));
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
| AndroidJUnitTestTest.java | 356 * Test that {@link AndroidJUnitTest#split()} returns null if the runner is not shardable. 360 assertNull(mAndroidJUnitTest.split()); 364 * Test that {@link AndroidJUnitTest#split()} returns null if no shards have been requested. 368 assertNull(mAndroidJUnitTest.split()); 371 /** Test that {@link AndroidJUnitTest#split(int)} returns 3 shards when requested to do so. */ 377 List<IRemoteTest> res = (List<IRemoteTest>) mAndroidJUnitTest.split(3); 385 assertNull(((AndroidJUnitTest) res.get(0)).split(2)); 386 assertNull(((AndroidJUnitTest) res.get(0)).split()); 390 * Test that {@link AndroidJUnitTest#split(int)} can only split up to the ajur-max-shard option [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
| build_ext.py | 155 self.include_dirs = self.include_dirs.split(os.pathsep)
173 self.library_dirs = string.split(self.library_dirs, os.pathsep)
178 self.rpath = string.split(self.rpath, os.pathsep)
254 defines = self.define.split(',')
261 self.undef = self.undef.split(',')
266 self.swig_opts = self.swig_opts.split(' ')
402 # Non-trivial stuff: 'macros' split into 'define_macros'
636 modpath = fullname.split('.')
638 filename = os.path.split(filename)[-1]
672 ext_path = string.split(ext_name, '.') [all...] |
| /external/autotest/client/common_lib/cros/network/ |
| iw_runner.py | 104 AP, or listing mesh peers), the entries must be split on a per 128 or listing mesh peers), the entries must be split on a per peer/client 216 frequency = int(line.split()[1]) 218 signal = float(line.split()[1]) 220 _, ssid = line.split(': ', 1) 222 ht = HT_TABLE[line.split(':')[1].strip()] 253 return float(line.split()[1]) 357 parts = re.split(r'^Station ', result.stdout, flags=re.MULTILINE)[1:] 366 rssi_int = int(rssi_str.split()[0]) 632 flags_string.split(',')) [all...] |
| /external/clang/lib/Rewrite/ |
| RewriteRope.cpp | 28 /// Once split, another string can be inserted in between the two halves by 100 /// split - Split the range containing the specified offset so that we are 106 RopePieceBTreeNode *split(unsigned Offset); 117 /// guaranteed that there is a split at Offset. 201 /// split - Split the range containing the specified offset so that we are 207 RopePieceBTreeNode *split(unsigned Offset); 219 /// guaranteed that there is a split at Offset. 228 /// split - Split the range containing the specified offset so that we ar [all...] |
| /external/ltp/testcases/kernel/power_management/lib/ |
| pm_sched_mc.py | 87 siblings = line.split(":") 89 cpu_cores = line.split(":") 108 siblings = line.split(":") 110 cpu_cores = line.split(":") 139 siblings = line.split(":") 141 cpu_cores = line.split(":") 196 thread_ids = threads_sibs.split("-") 229 data = line.split() 243 data = line.split() 572 sep_comma = range_val.split(",") [all...] |
| /external/python/cpython2/Lib/distutils/command/ |
| build_ext.py | 155 self.include_dirs = self.include_dirs.split(os.pathsep) 173 self.library_dirs = string.split(self.library_dirs, os.pathsep) 178 self.rpath = string.split(self.rpath, os.pathsep) 254 defines = self.define.split(',') 261 self.undef = self.undef.split(',') 266 self.swig_opts = self.swig_opts.split(' ') 402 # Non-trivial stuff: 'macros' split into 'define_macros' 636 modpath = fullname.split('.') 638 filename = os.path.split(filename)[-1] 672 ext_path = string.split(ext_name, '.' [all...] |
| /prebuilts/go/darwin-x86/src/bufio/ |
| scan.go | 18 // defined by a split function of type SplitFunc; the default split 19 // function breaks the input into lines with line termination stripped. Split 22 // client may instead provide a custom split function. 32 split SplitFunc // The function to split the tokens. 34 token []byte // Last token returned by split. 35 buf []byte // Buffer used as argument to split. 44 // SplitFunc is the signature of the split function used to tokenize the 80 // The split function defaults to ScanLines [all...] |
| /prebuilts/go/linux-x86/src/bufio/ |
| scan.go | 18 // defined by a split function of type SplitFunc; the default split 19 // function breaks the input into lines with line termination stripped. Split 22 // client may instead provide a custom split function. 32 split SplitFunc // The function to split the tokens. 34 token []byte // Last token returned by split. 35 buf []byte // Buffer used as argument to split. 44 // SplitFunc is the signature of the split function used to tokenize the 80 // The split function defaults to ScanLines [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...] |
| /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
| SpliteratorTestHelper.java | 338 Spliterator<T> split = spliterator.trySplit(); local 339 assertNull(split); 344 split = spliterator.trySplit(); 345 assertNull(split); 351 split = spliterator.trySplit(); 352 assertNull(split); 425 Spliterator<T> split = spliterator.trySplit(); local 426 if (split != null) { 427 assertSpliterator(split, rootCharacteristics); 432 assertEquals(beforeSize, split.estimateSize() + spliterator.estimateSize()) 456 Spliterator<T> split = spliterator.trySplit(); local 471 Spliterator<T> split = spliterator.trySplit(); local [all...] |
| /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
| SpliteratorTestHelper.java | 338 Spliterator<T> split = spliterator.trySplit(); local 339 assertNull(split); 344 split = spliterator.trySplit(); 345 assertNull(split); 351 split = spliterator.trySplit(); 352 assertNull(split); 425 Spliterator<T> split = spliterator.trySplit(); local 426 if (split != null) { 427 assertSpliterator(split, rootCharacteristics); 432 assertEquals(beforeSize, split.estimateSize() + spliterator.estimateSize()) 456 Spliterator<T> split = spliterator.trySplit(); local 471 Spliterator<T> split = spliterator.trySplit(); local [all...] |
| /prebuilts/go/darwin-x86/src/mime/ |
| encodedword.go | 92 // Multi-byte characters must not be split across encoded-words. 113 // We only split encoded-words when the charset is UTF-8. 122 // Multi-byte characters must not be split across encoded-words. 202 // split delimits the first 2 fields 203 split := strings.IndexByte(word, '?') 204 // the field after split must only be one byte 205 if word[split+2] != '?' { 209 // split word "UTF-8?q?ascii" into "UTF-8", 'q', and "ascii" 210 charset := word[:split] 211 encoding := word[split+1 [all...] |
| /prebuilts/go/linux-x86/src/mime/ |
| encodedword.go | 92 // Multi-byte characters must not be split across encoded-words. 113 // We only split encoded-words when the charset is UTF-8. 122 // Multi-byte characters must not be split across encoded-words. 202 // split delimits the first 2 fields 203 split := strings.IndexByte(word, '?') 204 // the field after split must only be one byte 205 if word[split+2] != '?' { 209 // split word "UTF-8?q?ascii" into "UTF-8", 'q', and "ascii" 210 charset := word[:split] 211 encoding := word[split+1 [all...] |
| /external/dnsmasq/src/ |
| option.c | 513 /* find next comma, split string with zero and eliminate spaces. 534 static char *split(char *s) function 687 comma = split(arg); 850 comma = split(cp); 888 comma = split(arg); 934 comma = split(arg); [all...] |
| /build/make/tools/ |
| check_link_type.py | 65 dep_types = dep_file.read().strip().split(' ')
|
| /build/soong/cmd/pom2mk/ |
| pom2mk.go | 44 split := strings.SplitN(v, "=", 2) 45 if len(split) != 2 { 48 regex, err := regexp.Compile(split[0]) 54 repl: split[1], 77 split := strings.SplitN(v, "=", 2) 78 if len(split) != 2 { 81 d[split[0]] = strings.Split(split[1], ",")
|