/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_array_splitting.cpp | 28 * split it apart into its elements, making it more amenable to other 52 this->split = true; 65 /** Whether this array should be split or not. */ 66 bool split; member in class:opt_array_splitting::variable_entry 85 * variables that could be split by looking to see if they are arrays 128 /* If the array hasn't been sized yet, we can't split it. After 164 * (see the visit_continue_with_parent below), so we can't split 168 entry->split = false; 183 * know which split variable this dereference should go to. 186 entry->split = false [all...] |
/external/chromium_org/tools/json_schema_compiler/ |
dart_generator_test.py | 44 self.assertEqual([l for l in expected_output.split('\n') if l], 45 [l for l in output_code.split('\n')[1:] if l])
|
/external/clang/tools/clang-format/ |
clang-format.py | 58 parts = message.split(' ', 2) 68 lines = stdout.split('\n')
|
/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/libvpx/libvpx/tools/ |
intersect-diffs.py | 43 rhs_file = rhs_hunk.right.filename.split("/")[1:] 46 lhs_file = lhs_hunk.left.filename.split("/")[1:]
|
/external/llvm/utils/git/ |
find-rev | 31 lastCommit = ln.split(' ',2)[1] 33 _,repo,_ = ln.strip().split(' ')
|
/external/mesa3d/src/gallium/docs/source/exts/ |
formatting.py | 10 envvar, t, default = sig.split(" ", 2) 20 opcode, desc = sig.split("-", 1)
|
/external/mesa3d/src/glsl/ |
opt_array_splitting.cpp | 28 * split it apart into its elements, making it more amenable to other 52 this->split = true; 65 /** Whether this array should be split or not. */ 66 bool split; member in class:opt_array_splitting::variable_entry 85 * variables that could be split by looking to see if they are arrays 128 /* If the array hasn't been sized yet, we can't split it. After 164 * (see the visit_continue_with_parent below), so we can't split 168 entry->split = false; 183 * know which split variable this dereference should go to. 186 entry->split = false [all...] |
/external/qemu-pc-bios/bochs/bios/ |
makesym.perl | 22 @F = split (/\s+/);
|
/external/webp/src/utils/ |
bit_writer.c | 107 const int split = (bw->range_ * prob) >> 8; local 109 bw->value_ += split + 1; 110 bw->range_ -= split + 1; 112 bw->range_ = split; 125 const int split = bw->range_ >> 1; local 127 bw->value_ += split + 1; 128 bw->range_ -= split + 1; 130 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/Camera2/tests/exiftool_parser/ |
parser.py | 48 ifd = s[2][l + 3:].split()[0] 72 name = name.group(0).split()[1]
|
/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,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_normalization.py | 32 data = [int(x, 16) for x in data.split(" ")] 49 line = line.split('#')[0] 54 part = line.split()[0] 57 c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]] 63 c1 = unistr(line.split(';')[0])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_normalization.py | 32 data = [int(x, 16) for x in data.split(" ")] 49 line = line.split('#')[0] 54 part = line.split()[0] 57 c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]] 63 c1 = unistr(line.split(';')[0])
|
/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...] |
/art/runtime/base/ |
timing_logger.cc | 82 base::TimingLogger::SplitTiming split = *it; local 83 uint64_t split_time = split.first; 84 const char* split_name = split.second; 134 DCHECK(new_split_label != NULL) << "Starting split (" << new_split_label << ") with null label."; 140 CHECK(current_split_ != NULL) << "Ending a non-existent split."; 142 DCHECK(current_split_->explicit_ == true) << "Explicitly ending scoped split: " << current_split_->label_; 147 // Ends the current split and starts the one given by the label. 149 CHECK(current_split_ != NULL) << "Inserting a new split (" << new_split_label 150 << ") into a non-existent split."; 151 DCHECK(new_split_label != NULL) << "New split (" << new_split_label << ") with null label." 160 base::TimingLogger::SplitTiming split = *it; local 171 base::TimingLogger::SplitTiming split = *it; local 182 base::TimingLogger::SplitTiming split = *it; local [all...] |
/external/chromium_org/tools/page_cycler/common/ |
head.js | 15 var cookies = document.cookie.split("; "); 17 var t = cookies[i].split("="); 25 this.data = __get_cookie("__pc_pages").split(","); 89 var params = s.substring(1).split('&'); 91 var f = params[i].split('=');
|
/external/chromium_org/v8/test/mjsunit/regress/ |
string-split-monkey-patching.js | 28 // Test that String.prototype.split with an regexp does not call the 37 "-".split(/-/); 38 "I-must-not-use-push!".split(/-/); 39 "Oh-no!".split(/(-)/); 40 "a".split(/(a)|(b)/);
|
/external/chromium_org/third_party/icu/source/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...] |