/cts/tests/tests/os/src/android/os/cts/ |
BuildVersionTest.java | 64 final String[] fingerprintSegs = fingerprint.split("/"); 69 String[] devicePlatform = fingerprintSegs[2].split(":");
|
/external/bison/doc/ |
Makefile.am | 19 AM_MAKEINFOFLAGS = --no-split
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
dynamic-dnsmasq.pl | 73 my ($pass, $domain, $ip) = split("\t",$val); 114 foreach my $element (split('&', $1)) { 115 $cgi{(split '=', $element)[0]} = (split '=', $element)[1]; 125 my ($user,$pass) = split ":", MIME::Base64::decode($1); 164 my ($spass, $shost) = split("\t", $h{$user}); 181 my @tmp = split /\s+/, scalar gmtime(); 242 if ( (split(/\0/,$cmdline))[0] =~ /dnsmasq/ ) {
|
/external/icu4c/tools/memcheck/ |
ICUMemCheck.pl | 47 foreach $f (split('\n', $fileNames)) {
|
/external/iproute2/examples/ |
cbqinit.eth1 | 32 # defmap and split say that best effort ttraffic, not classfied 37 prio 6 maxburst 50 avpkt 1000 split 1:0 defmap ff3d 49 prio 2 maxburst 100 avpkt 1000 split 1:0 defmap c0 57 prio 7 maxburst 10 avpkt 1000 split 1:0 defmap 2 69 # New element: split is not 1:0, but 1:7FFE. It means, 75 prio 6 maxburst 10 split 1:7FFE defmap ffff
|
/external/libvorbis/vq/ |
make_floor_books.pl | 53 @paths=split(' ',$1); 60 my($datafile,$range,$guard)=split(' ',$1);
|
/external/llvm/utils/git/ |
find-rev | 31 lastCommit = ln.split(' ',2)[1] 33 _,repo,_ = ln.strip().split(' ')
|
/external/qemu-pc-bios/bochs/bios/ |
makesym.perl | 22 @F = split (/\s+/);
|
/external/webkit/LayoutTests/fast/js/resources/ |
script-line-number.js | 14 parts = e.stack.split(":");
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/String/ |
regress-306591.js | 48 actual = String.split(new String('abc'), '').toString(); 50 " String.split(new String('abc'), '')"); 73 actual = String.split('abc', '').toString(); 75 " String.split('abc', '')");
|
/external/webkit/Tools/Scripts/ |
roll-over-ChangeLogs | 37 `find . -type f -name 'ChangeLog'`.split.each do |path|
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
xml_unittest.py | 39 checker.check(xml_data.split('\n')) 47 checker.check(xml_data.split('\n'))
|
/external/webp/src/utils/ |
bit_writer.c | 105 const int split = (bw->range_ * prob) >> 8; local 107 bw->value_ += split + 1; 108 bw->range_ -= split + 1; 110 bw->range_ = split; 123 const int split = bw->range_ >> 1; local 125 bw->value_ += split + 1; 126 bw->range_ -= split + 1; 128 bw->range_ = split;
|
/libcore/luni/src/test/java/libcore/java/util/regex/ |
OldAndroidRegexTest.java | 162 strings = p.split("boo:and:foo"); 168 strings = p.split("boo:and:foo", 2); 173 strings = p.split("boo:and:foo", 5); 179 strings = p.split("boo:and:foo", -2); 187 strings = p.split("boo:and:foo"); 193 strings = p.split("boo:and:foo", 5); 201 strings = p.split("boo:and:foo", -2); 209 strings = p.split("boo:and:foo", 0);
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/ |
PathTest.java | 41 String[] s = p.split(); 47 assertEquals(0, p.split().length);
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/ |
OBJLoader.java | 238 String[] verticies = line.split("\\s"); 244 String[] split = vertex.split("/"); local 245 if (split.length == 1){ 246 v = Integer.parseInt(split[0].trim()); 247 }else if (split.length == 2){ 248 v = Integer.parseInt(split[0].trim()); 249 vt = Integer.parseInt(split[1].trim()); 250 }else if (split.length == 3 && !split[1].equals("")) 300 String[] split = line.split("\\\\s"); local [all...] |
/external/llvm/unittests/ADT/ |
StringRefTest.cpp | 119 TEST(StringRefTest, Split) { 122 Str.split('X')); 124 Str.split('e')); 126 Str.split('h')); 128 Str.split('l')); 130 Str.split('o')); 149 StringRef(",ab,,c,").split(parts, ",", -1, false); 155 StringRef(",ab,,c,").split(parts, ",", -1, true); 160 StringRef("").split(parts, ",", -1, true); 164 StringRef("").split(parts, ",", -1, false) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
quicksort.h | 84 difference_type split = local 89 return split; 130 difference_type split = local 138 parallel_sort_qs_conquer(begin, begin + split, 141 parallel_sort_qs_conquer(begin + split, end,
|
/external/opencv/ml/src/ |
mltree.cpp | 269 // now calculate the maximum size of split, 810 node->split = 0; 847 CvDTreeSplit* split = (CvDTreeSplit*)cvSetNew( split_heap ); local 848 split->var_idx = vi; 849 split->ord.c = cmp_val; 850 split->ord.split_point = split_point; 851 split->inversed = inversed; 852 split->quality = quality; 853 split->next = 0; 855 return split; 861 CvDTreeSplit* split = (CvDTreeSplit*)cvSetNew( split_heap ); local 877 CvDTreeSplit* split = node->split; local 1385 CvDTreeSplit* split; local 1530 CvDTreeSplit *best_split = 0, *split = 0, *t; local 2171 CvDTreeSplit* split = data->new_split_cat( vi, 0 ); local 2445 CvDTreeSplit* split = node->split->next; local 2939 CvDTreeSplit* split = node->split; local 3025 CvDTreeSplit* split = node->split; local 3090 CvDTreeSplit* split; local 3194 CvDTreeSplit* split = 0; local 3323 CvDTreeSplit* split; local [all...] |
/external/libvpx/vp8/encoder/ |
bitstream.c | 176 unsigned int split; local 201 split = 1 + (((range - 1) * pp[i>>1]) >> 8); 206 lowvalue += split; 207 range = range - split; 211 range = split; 261 split = 1 + (((range - 1) * pp[i>>1]) >> 8); 266 lowvalue += split; 267 range = range - split; 271 range = split; 310 split = (range + 1) >> 1 386 unsigned int split; local 589 unsigned int split; local [all...] |
/external/webkit/Source/WebKit2/Scripts/webkit2/ |
messages.py | 96 attributes = frozenset(attributes_string.split()) 140 return [Parameter(*type_and_name.rsplit(' ', 1)) for type_and_name in parameter_string.split(', ')] 314 split = type.split('::') 316 if len(split) == 2: 317 namespace = split[0] 318 inner_type = split[1] 320 elif len(split) > 2: 425 split = type.split('::' [all...] |
/external/icu4c/test/perf/collationperf/ |
CollPerf.pl | 80 my @icua = split( ' = ', $icu[2] ); 81 my @icub = split( ' ', $icua[1] ); 82 my @nixa = split( ' = ', $nix[2] ); 83 my @nixb = split( ' ', $nixa[1] ); 92 @icua = split( ' = ', $icu[2] ); 93 @icub = split( ' ', $icua[1] ); 94 @nixa = split( ' = ', $nix[2] ); 95 @nixb = split( ' ', $nixa[1] ); 101 @icua = split( ' = ', $icu[3] ); 102 @nixa = split( ' = ', $nix[3] ) [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainQuad.java | 225 split(patchSize, heightMap);
661 * <code>split</code> divides the heightmap data for four children. The
671 protected void split(int blockSize, float[] heightMap) {
698 int split = (size + 1) >> 1;
707 float[] heightBlock1 = createHeightSubBlock(heightMap, 0, 0, split);
718 split, stepScale, heightBlock1, totalSize, tempOffset,
725 float[] heightBlock2 = createHeightSubBlock(heightMap, 0, split - 1,
726 split);
738 split, stepScale, heightBlock2, totalSize, tempOffset,
745 float[] heightBlock3 = createHeightSubBlock(heightMap, split - 1, 0, [all...] |
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
PatternTest.java | 82 assertEquals(",,".split(",", 3).length, 3); 83 assertEquals(",,".split(",", 4).length, 3); 86 assertEquals(Pattern.compile("o").split("boo:and:foo", 5).length, 5); 87 assertEquals(Pattern.compile("b").split("ab", -1).length, 2); 91 s = pat.split("zxx:zzz:zxx", 10); 93 s = pat.split("zxx:zzz:zxx", 3); 95 s = pat.split("zxx:zzz:zxx", -1); 97 s = pat.split("zxx:zzz:zxx", 0); 102 s = pat.split("abccbadfebb", -1); 104 s = pat.split("", -1) [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
OldStringTest.java | 222 patterns[i], Arrays.equals(results[i], str.split(patterns[i]))); 226 str.split("[a}"); 241 Arrays.equals(results[0], str.split(pattern, 4))); 243 Arrays.equals(results[1], str.split(pattern, 9))); 245 Arrays.equals(results[1], str.split(pattern, 0))); 247 Arrays.equals(results[1], str.split(pattern, -1))); 249 Arrays.equals(results[1], str.split(pattern, 10))); 251 Arrays.equals(results[1], str.split(pattern, Integer.MAX_VALUE))); 254 str.split("[a}", 0);
|