| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| nturl2path.py | 20 components = url.split('/') 23 comp = url.split('|') 29 components = comp[1].split('/') 53 components = p.split('\\') 55 comp = p.split(':') 61 components = comp[1].split('\\')
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_macpath.py | 22 split = macpath.split 23 self.assertEqual(split("foo:bar"), 25 self.assertEqual(split("conky:mountpoint:foo:bar"), 28 self.assertEqual(split(":"), ('', '')) 29 self.assertEqual(split(":conky:mountpoint:"),
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| nturl2path.py | 20 components = url.split('/') 23 comp = url.split('|') 29 components = comp[1].split('/') 53 components = p.split('\\') 55 comp = p.split(':') 61 components = comp[1].split('\\')
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_macpath.py | 22 split = macpath.split 23 self.assertEqual(split("foo:bar"), 25 self.assertEqual(split("conky:mountpoint:foo:bar"), 28 self.assertEqual(split(":"), ('', '')) 29 self.assertEqual(split(":conky:mountpoint:"),
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| nturl2path.py | 20 components = url.split('/') 23 comp = url.split('|') 29 components = comp[1].split('/') 53 components = p.split('\\') 55 comp = p.split(':') 61 components = comp[1].split('\\')
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_macpath.py | 22 split = macpath.split 23 self.assertEqual(split("foo:bar"), 25 self.assertEqual(split("conky:mountpoint:foo:bar"), 28 self.assertEqual(split(":"), ('', '')) 29 self.assertEqual(split(":conky:mountpoint:"),
|
| /external/ltp/tools/ |
| genhtml.pl | 125 @variable_value_pair = split(/\ /, $line); 126 @tag_value = split(/=/,$variable_value_pair[0]); 127 @stime_value = split(/=/,$variable_value_pair[1]); 136 @variable_value_pair = split(/=/, $line); 140 @variable_value_pair = split(/=/, $line); 144 @variable_value_pair = split(/=/, $line); 149 @variable_value_pair = split(/=/, $line); 153 @variable_value_pair = split(/\ /, $line); 154 @duration_value = split(/=/, $variable_value_pair[0]); 155 @termination_type_value = split(/=/, $variable_value_pair[1]) [all...] |
| /external/guava/guava-tests/test/com/google/common/base/ |
| SplitterTest.java | 45 COMMA_SPLITTER.split(null); 53 Iterable<String> letters = COMMA_SPLITTER.split(simple); 58 * All of the infrastructure of split and splitToString is identical, so we 60 * of split. 63 * both split and splitToString automatically. 72 assertEquals("[]", Splitter.on(',').split("").toString()); 73 assertEquals("[a, b, c]", Splitter.on(',').split("a,b,c").toString()); 74 assertEquals("[yam, bam, jam, ham]", Splitter.on(", ").split("yam, bam, jam, ham").toString()); 79 Iterable<String> letters = Splitter.on('.').split(simple); 85 Iterable<String> letters = COMMA_SPLITTER.split(doubled) 366 Iterable<String> split = Splitter.onPattern(regexPattern).split(toSplit); local [all...] |
| /external/brotli/enc/ |
| metablock_inc.h | 48 BlockSplit* split, HistogramType** histograms, size_t* histograms_size) { 58 self->split_ = split; 65 split->types, split->types_alloc_size, max_num_blocks); 67 split->lengths, split->lengths_alloc_size, max_num_blocks); 86 BlockSplit* split = self->split_; variable 93 split->lengths[0] = (uint32_t)self->block_size_; 94 split->types[0] = 0; 99 ++split->num_types [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
| SplitTest.java | 33 String[] results = p.split("have/you/done/it/right"); 47 tokens = p.split(input, 1); 50 tokens = p.split(input, 2); 54 tokens = p.split(input, 5); 58 tokens = p.split(input, -2); 62 tokens = p.split(input, 0); 66 tokens = p.split(input); 73 tokens = p.split(input, 1); 76 tokens = p.split(input, 2); 80 tokens = p.split(input, 5) [all...] |
| /development/tools/axl/ |
| chewperf.py | 13 rawLines = f.split('\n') 17 line = rawLines[x].split() 20 ts = int(rawLines[x - 1].split()[-1]) 29 rawLines = f.split('\r\n') 36 chewed = [int(line.split()[5]), int(line.split()[7])] 47 rawLines = f.split('\n') 50 sidx = lines[0].split().index("Pulled") 52 chewed = [[int(x.split()[sidx + 2]), int(x.split()[sidx + 4])] for x in lines [all...] |
| /external/ltp/testcases/kernel/fs/fs_maim/ |
| maimparts | 36 # target is device to split into partions 39 # part is the number of partitions to split the drive into (max is 4) 53 ($Junk,$Temp1) = split(/\: /,$Geom,2); 54 ($Cyl,$Heads,$Sec) = split(/\, /,$Temp1,3); 55 ($Cyl,$Junk) = split(/ /,$Cyl,2); 56 ($Heads,$Junk) = split(/ /,$Heads,2); 57 ($Sec,$Junk) = split(/ /,$Sec,2);
|
| /external/llvm/utils/Target/ARM/ |
| analyze-match-table.py | 8 lines = data[start:end].split("\n")[1:] 13 ln = ln.split("{", 1)[1] 15 a,bc = ln.split("{", 1) 16 b,c = bc.split("}", 1) 18 for s in a.split(",")] 19 items = [s.strip() for s in b.split(",")] 20 _,features = [s.strip() for s in c.split(",")]
|
| /external/mesa3d/src/util/ |
| u_vector.c | 43 uint32_t offset, size, split, src_tail, dst_tail; local 59 /* In this case, the vector is split into two pieces and we have 64 split = u_align_u32(vector->tail, vector->size); 65 assert(vector->tail <= split && split < vector->head); 67 split - vector->tail); 68 memcpy((char *)data + (split & (size - 1)), vector->data, 69 vector->head - split);
|
| /external/python/cpython2/Lib/sqlite3/ |
| dbapi2.py | 51 version_info = tuple([int(x) for x in version.split(".")]) 52 sqlite_version_info = tuple([int(x) for x in sqlite_version.split(".")]) 65 return datetime.date(*map(int, val.split("-"))) 68 datepart, timepart = val.split(" ") 69 year, month, day = map(int, datepart.split("-")) 70 timepart_full = timepart.split(".") 71 hours, minutes, seconds = map(int, timepart_full[0].split(":"))
|
| /external/swiftshader/third_party/LLVM/utils/Target/ARM/ |
| analyze-match-table.py | 8 lines = data[start:end].split("\n")[1:] 13 ln = ln.split("{", 1)[1] 15 a,bc = ln.split("{", 1) 16 b,c = bc.split("}", 1) 18 for s in a.split(",")] 19 items = [s.strip() for s in b.split(",")] 20 _,features = [s.strip() for s in c.split(",")]
|
| /external/webp/src/utils/ |
| bit_reader_inl_utils.h | 117 const range_t split = (range * prob) >> 8; local 119 const int bit = (value > split); 121 range -= split; 122 br->value_ -= (bit_t)(split + 1) << pos; 124 range = split + 1; 144 const range_t split = br->range_ >> 1; local 146 const int32_t mask = (int32_t)(split - value) >> 31; // -1 or 0 150 br->value_ -= (bit_t)((split + 1) & mask) << pos; 165 const range_t split = (range * prob) >> 8; local 167 int bit; // Don't use 'const int bit = (value > split);", it's slower [all...] |
| /external/libvpx/libvpx/vp8/decoder/ |
| dboolhuff.h | 56 unsigned int split; local 61 split = 1 + (((br->range - 1) * probability) >> 8); 68 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); 70 range = split; 73 range = br->range - split;
|
| /external/vulkan-validation-layers/ |
| determine_vs_version.py | 31 fPath, fName = os.path.split(program) 36 for path in os.environ["PATH"].split(os.pathsep): 80 # Split around any spaces first 81 spaceList = sysCallOut.split(' ') 88 # Now split around line feeds 89 lineList = spaceString.split('\n') 102 splitAroundPeriod = curLine.split('.')
|
| /frameworks/base/core/java/android/content/pm/ |
| FallbackCategoryProvider.java | 55 final String[] split = line.split(","); local 56 if (split.length == 2) { 57 sFallbacks.put(split[0], Integer.parseInt(split[1]));
|
| /cts/apps/CameraITS/tools/ |
| load_scene.py | 34 subprocess.Popen(cmd.split()) 50 subprocess.Popen(cmd.split()) 58 subprocess.Popen(cmd.split())
|
| /frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
| Utils.java | 30 String[] classes = classList.split(","); 31 String[] requests = requestList.split(","); 32 String[] resets = resetList.split(",");
|
| /external/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/ |
| cpuhotplug_report_proc_interrupts | 32 foreach my $line (split /\n/, $content) { 37 @cpus = split /\s+/, $line; 39 my @items = split /\s+/, $line;
|
| /external/pdfium/testing/tools/ |
| suppressor.py | 12 feature_vector = feature_string.strip().split(",") 24 return [y.split(' ') for y in 25 [x.split('#')[0].strip() for x in 33 os_column = item[1].split(","); 34 js_column = item[2].split(","); 35 xfa_column = item[3].split(",");
|
| /external/r8/src/main/java/com/android/tools/r8/ir/code/ |
| InstructionListIterator.java | 87 * Split the block into two blocks at the point of the {@link ListIterator} cursor. The existing 92 * containing the throwing instruction after the split. 100 BasicBlock split(IRCode code, ListIterator<BasicBlock> blockIterator); method in interface:InstructionListIterator 103 default BasicBlock split(IRCode code) { method in interface:InstructionListIterator 104 return split(code, null); 108 * Split the block into three blocks. The first split is at the point of the {@link ListIterator} 109 * cursor and the second split is <code>instructions</code> after the cursor. The existing 114 * containing the throwing instruction after the split. 125 BasicBlock split(int instructions, IRCode code, ListIterator<BasicBlock> blockIterator) method in interface:InstructionListIterator 130 default BasicBlock split(int instructions, IRCode code) { method in interface:InstructionListIterator [all...] |