/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_split_copy.c | 29 /* Split indexed primitives with per-vertex copying. 327 GLboolean split; local 344 for (split = GL_FALSE; j != prim->count && !split; j++) 345 split = elt(copy, start + j); 348 /* Done, emit final line. Split doesn't matter as 360 assert(split); 373 split = elt(copy, start+0); 374 assert(!split); 376 split = elt(copy, start+j-1); [all...] |
/external/chromium_org/v8/tools/generate_shim_headers/ |
generate_shim_headers.py | 77 include_after) = header_spec.split(';', 2) 88 key, value = define.split('=', 1) 96 for header in include_before.split(':'): 106 for header in include_after.split(':'): 111 key, value = define.split('=', 1)
|
/external/clang/lib/Rewrite/Core/ |
DeltaTree.cpp | 57 SourceDelta Split; 104 /// split the node, populate InsertRes with info about the split, and return 136 Values[0] = IR.Split; 137 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta; 177 /// split the node, populate InsertRes with info about the split, and return 213 // Otherwise, if this is leaf is full, split the node at its median, insert 218 if (InsertRes->Split.FileLoc > FileIndex) 230 // Okay, this split the subtree, producing a new value and two children t [all...] |
/external/clang/utils/ |
CmpDriver | 94 for ln in err.split('\n'): 138 diff = ZipperDiff(infoA.stdout.split('\n'), 139 infoB.stdout.split('\n')) 158 diff = ZipperDiff(infoA.stderr.split('\n'), 159 infoB.stderr.split('\n'))
|
/external/icu4c/layout/ |
KhmerReordering.h | 27 // split vowels, signs... but there is only one base in a syllable, it has to be coded as 29 // split vowel --> vowel that has two parts placed separately (e.g. Before and after the consonant). 30 // Khmer language has five of them. Khmer split vowels either have one part before the 32 // The first part of all Khmer split vowels is the same character, identical to 87 CF_SPLIT_VOWEL = 0x02000000, // flag for a split vowel -> the first part is added in front of the syllable
|
/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/mesa3d/src/gallium/drivers/r300/compiler/ |
r300_fragprog_swizzle.c | 150 struct rc_swizzle_split * split) 152 split->NumPhases = 0; 191 split->Phase[split->NumPhases++] = best_matchmask; 198 .Split = r300_swizzle_split
|
/external/mesa3d/src/mesa/vbo/ |
vbo_split_copy.c | 29 /* Split indexed primitives with per-vertex copying. 327 GLboolean split; local 344 for (split = GL_FALSE; j != prim->count && !split; j++) 345 split = elt(copy, start + j); 348 /* Done, emit final line. Split doesn't matter as 360 assert(split); 373 split = elt(copy, start+0); 374 assert(!split); 376 split = elt(copy, start+j-1); [all...] |
/external/valgrind/main/cachegrind/ |
cg-s390x.c | 52 // Split L1 I/D cache 62 // Split L1 I/D cache 74 // Split L1 I/D cache 84 // Split L1 I/D cache 94 // Split L1 I/D cache
|
/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,
|
/build/tools/releasetools/ |
sign_target_files_apks | 172 tags = set(tags.split(",")) 183 for line in data.split("\n"): 187 key, value = line.split("=", 1) 189 pieces = value.split("/") 193 pieces = value.split(" ") 201 value = value.split() 214 keylist = input_tf_zip.read("META/otakeys.txt").split() 221 for k in extra_recovery_keys.split()] 295 names, key = a.split("=") 296 names = names.split(",") [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
util.rb | 18 version_string.split( '.' ).map! do | segment | 52 file, line, = caller[ 1 ].split( ':', 3 ) 68 file, line, = caller[ 1 ].split( ':', 3 )
|
/external/chromium/net/base/ |
listen_socket.h | 44 // TODO(erikkay): this delegate should really be split into two parts 45 // to split up the listener from the connected socket. Perhaps this class 46 // should be split up similarly.
|
/external/chromium_org/chrome/test/functional/media/ |
media_seek_perf.py | 75 "Object.keys(CachedState).join(',')", unique_url).split(',') 77 "Object.keys(SeekTestCase).join(',')", unique_url).split(',') 86 results = [float(value) for value in values.split(',')]
|
/external/chromium_org/net/socket/ |
stream_listen_socket.h | 55 // TODO(erikkay): this delegate should really be split into two parts 56 // to split up the listener from the connected socket. Perhaps this class 57 // should be split up similarly.
|
/external/chromium_org/third_party/WebKit/Source/core/scripts/ |
preprocessor.pm | 62 my @macros = grep { $_ } split(/\s+/, $defines); # grep skips empty macros. 73 $pid = open3(\*PP_IN, \*PP_OUT, $err, split(' ', $preprocessor), @args, @macros, $fileName); 80 $pid = open2(\*PP_OUT, \*PP_IN, split(' ', $preprocessor), @args, @macros, $fileName);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SplitView.js | 43 this.element.className = "split-view"; 45 this._firstElement = this.element.createChild("div", "split-view-contents scroll-target split-view-contents-first"); 46 this._secondElement = this.element.createChild("div", "split-view-contents scroll-target split-view-contents-second"); 48 this._resizerElement = this.element.createChild("div", "split-view-resizer"); 94 this.element.removeStyleClass(this._isVertical ? "split-view-vertical" : "split-view-horizontal"); 96 this.element.addStyleClass(this._isVertical ? "split-view-vertical" : "split-view-horizontal") [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
phystokens.py | 43 if "\n" in ttext and ttext.split('\n', 1)[0][-1] == '\\': 49 ccol = len(last_line.split("\n")[-2]) - 1 84 for part in re.split('(\n)', ttext):
|
/external/chromium_org/tools/git/ |
git-diff-ide.py | 38 return out.split('\n') 70 _, old_nr, new_nr, _ = line.split(' ', 3) 71 line_num = int(new_nr.split(',')[0])
|
/external/chromium_org/tools/idl_parser/ |
idl_parser_test.py | 16 comments = comment.split(None, 1) 39 key, expect = value.split('=') 81 key, expect = value.split('=')
|
/external/chromium_org/tools/json_schema_compiler/ |
cpp_util.py | 35 return '_'.join([x[0].upper() + x[1:] for x in re.split('\W', s)]) 103 for component in namespace.split('::'): 111 for component in reversed(namespace.split('::')):
|
/external/chromium_org/tools/tcmalloc/ |
print-live-objects.py | 36 "frames": matches.group(3).strip().split(" ")} 52 stdout=subprocess.PIPE).communicate()[0].strip().split("\n") 57 filename, line = location.split(":")
|
/external/chromium_org/tools/win/split_link/ |
install_split_link.py | 20 fpath, _ = os.path.split(program) 25 for path in os.environ['PATH'].split(os.pathsep): 53 link_backup = os.path.join(os.path.split(link)[0], 'link.exe.split_link.exe')
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/ |
BIHTree.java | 167 private int sortTriangles(int l, int r, float split, int axis) { 180 if (v1.get(axis) > split) { 220 // float split = currentBox.getCenter().get(axis); 232 // if (v > split){ 282 // setMinMax(leftBbox, false, axis, split); 286 // setMinMax(rightBbox, true, axis, split); 321 float split = currentBox.getCenter().get(axis); local 322 int pivot = sortTriangles(l, r, split, axis); 331 setMinMax(rbbox, true, axis, split); 336 setMinMax(lbbox, false, axis, split); [all...] |
/external/llvm/test/Transforms/LoopDeletion/ |
2011-06-21-phioperands.ll | 18 br i1 undef, label %entry.split.us, label %entry.entry.split_crit_edge 21 br label %entry.split 23 entry.split.us: ; preds = %entry 26 for.cond.i14.us: ; preds = %for.inc.i38.us, %entry.split.us 38 entry.split: ; preds = %entry.entry.split_crit_edge 41 for.cond.i14: ; preds = %for.inc.i38, %entry.split 153 br i1 undef, label %for.cond.i.preheader.split.us, label %for.cond.i.preheader.for.cond.i.preheader.split_crit_edge 156 br label %for.cond.i.preheader.split 158 for.cond.i.preheader.split.us: ; preds = %for.cond.i.preheader 161 for.cond.i.us: ; preds = %if.end.i.us, %for.cond.i.preheader.split.u [all...] |