Searched defs:split (Results 101 - 125 of 182) sorted by relevance

12345678

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp112 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) function
124 int32_t split = 0; local
128 src.extractBetween(start, end, result[split++]);
132 src.extractBetween(start, src.length(), result[split]);
161 UnicodeString *eSplit = split(encoding, CH_SLASH, splits);
570 UnicodeString *encodingList = split(*encodings, CH_SPACE, encodingCount);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSkAntiEdge.cpp548 void SkAntiEdgeBuilder::split(SkAntiEdge* edge, SkFixed y) { function in class:SkAntiEdgeBuilder
563 // to its left. If an edge is enclosed by fractional winding, split it.
564 // FIXME: This is also a good time to find crossing edges and split them, too.
565 void SkAntiEdgeBuilder::split() { function in class:SkAntiEdgeBuilder
619 split(active, check->fFirstY);
622 split(active, check->fLastY);
720 split();
/external/clang/include/clang/AST/
H A DCanonicalType.h89 SplitQualType split() const { return Stored.split(); } function in class:clang::CanQual
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp112 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) function
124 int32_t split = 0; local
128 src.extractBetween(start, end, result[split++]);
132 src.extractBetween(start, src.length(), result[split]);
161 UnicodeString *eSplit = split(encoding, CH_SLASH, splits);
570 UnicodeString *encodingList = split(*encodings, CH_SPACE, encodingCount);
/external/libnl/lib/
H A Dutils.c399 * Converts milliseconds to a character string split up in days, hours,
407 int i, split[5]; local
410 #define _SPLIT(idx, unit) if ((split[idx] = msec / unit) > 0) msec %= unit
416 split[4] = msec;
420 for (i = 0; i < ARRAY_SIZE(split); i++) {
421 if (split[i] > 0) {
424 strlen(buf) ? " " : "", split[i], units[i]);
/external/lldb/examples/python/
H A Dgdbremote.py188 command_args = shlex.split(command)
224 command_args = shlex.split(command)
439 key_value_pairs = string.split(self.str, ';')
442 kvp.append(string.split(key_value_pair, ':'))
445 def split(self, ch): member in class:Packet
446 return string.split(self.str, ch)
450 strings = string.split(self.str, ch)
543 for thread_action in string.split(args[1:], ';'):
544 (short_action, thread) = string.split(thread_action, ':')
572 modes = string.split(rs
[all...]
/external/opencv/ml/src/
H A Dmlrtrees.cpp99 CvDTreeSplit *best_split = 0, *split = 0, *t; local
134 split = find_split_cat_class( node, vi );
136 split = find_split_ord_class( node, vi );
141 split = find_split_cat_reg( node, vi );
143 split = find_split_ord_reg( node, vi );
146 if( split )
148 if( !best_split || best_split->quality < split->quality )
149 CV_SWAP( best_split, split, t );
150 if( split )
151 cvSetRemoveByPtr( data->split_heap, split );
[all...]
/external/skia/experimental/Intersection/
H A DSkAntiEdge.cpp548 void SkAntiEdgeBuilder::split(SkAntiEdge* edge, SkFixed y) { function in class:SkAntiEdgeBuilder
563 // to its left. If an edge is enclosed by fractional winding, split it.
564 // FIXME: This is also a good time to find crossing edges and split them, too.
565 void SkAntiEdgeBuilder::split() { function in class:SkAntiEdgeBuilder
619 split(active, check->fFirstY);
622 split(active, check->fLastY);
720 split();
/external/chromium_org/athena/wm/
H A Dwindow_overview_mode.cc49 // |split| is set if this window is one of the two split windows in split-view
51 bool split; member in struct:__anon2168::WindowOverviewState
77 if (state->split)
264 state->split = true;
268 state->split = false;
288 if (state->split)
477 // If the user has selected to get into split-view mode, then show the
479 // the opacity if transitioning to/from the split
[all...]
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.cc108 std::vector<std::string> split; local
109 base::SplitString(path_env_var, ';', &split);
110 for (std::vector<std::string>::const_iterator i(split.begin());
111 i != split.end();
/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux.cc1227 char* split = strchr(line, '='); local
1229 if (!split)
1231 // Split the line on the = and advance |split|.
1232 *(split++) = 0;
1234 std::string value = split;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp692 void String::split(const String& separator, bool allowEmptyEntries, Vector<String>& result) const function in class:WTF::String
707 void String::split(UChar separator, bool allowEmptyEntries, Vector<String>& result) const function in class:WTF::String
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dbitstream.c165 unsigned int split; local
190 split = 1 + (((range - 1) * pp[i>>1]) >> 8);
195 lowvalue += split;
196 range = range - split;
200 range = split;
255 split = 1 + (((range - 1) * proba[i>>1]) >> 8);
260 lowvalue += split;
261 range = range - split;
265 range = split;
309 split
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.c67 static INLINE void split(struct bezier *bez, function
127 /* split, second half of the bezier goes lower into the stack */
128 split(b, b+1, b);
147 split(bez, &left, &right); /* split in two */
560 split(b, b+1, b);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp198 int split = 0; local
207 split = index - 1;
212 if (split == 0) { // there's one point
219 // At this point, we have two ranges of t values -- treat each separately at the split
221 if (add_intercept(q1, q2, tMin, tsFound[split - 1], i, subDivide)) {
225 result = is_linear_inner(q2, tMin, tsFound[split - 1], q1, t1s, t1e, i, subDivide);
227 if (add_intercept(q1, q2, tsFound[split], tMax, i, subDivide)) {
231 result |= is_linear_inner(q2, tsFound[split], tMax, q1, t1s, t1e, i, subDivide);
/external/clang/lib/AST/
H A DTypePrinter.cpp136 SplitQualType split = t.split(); local
137 print(split.Ty, split.Quals, OS, PlaceHolder);
231 SplitQualType Split = T.split();
292 SplitQualType split = t.split(); local
293 printAfter(split.Ty, split.Quals, OS);
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp504 int split = width/2 + rnd.getInt(-width/4, +width/4); local
505 randomPartition(dst, rnd, x, y, split, height);
506 randomPartition(dst, rnd, x+split, y, width-split, height);
510 int split = height/2 + rnd.getInt(-height/4, +height/4); local
511 randomPartition(dst, rnd, x, y, width, split);
512 randomPartition(dst, rnd, x, y+split, width, height-split);
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp561 int split = width/2 + rnd.getInt(-width/4, +width/4); local
562 randomPartition(dst, rnd, x, y, split, height);
563 randomPartition(dst, rnd, x+split, y, width-split, height);
567 int split = height/2 + rnd.getInt(-height/4, +height/4); local
568 randomPartition(dst, rnd, x, y, width, split);
569 randomPartition(dst, rnd, x, y+split, width, height-split);
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp492 int split = width/2 + rnd.getInt(-width/4, +width/4); local
493 randomPartition(dst, rnd, x, y, split, height);
494 randomPartition(dst, rnd, x+split, y, width-split, height);
498 int split = height/2 + rnd.getInt(-height/4, +height/4); local
499 randomPartition(dst, rnd, x, y, width, split);
500 randomPartition(dst, rnd, x, y+split, width, height-split);
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c166 unsigned int split; local
191 split = 1 + (((range - 1) * pp[i>>1]) >> 8);
196 lowvalue += split;
197 range = range - split;
201 range = split;
256 split = 1 + (((range - 1) * proba[i>>1]) >> 8);
261 lowvalue += split;
262 range = range - split;
266 range = split;
310 split
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c67 static INLINE void split(struct bezier *bez, function
127 /* split, second half of the bezier goes lower into the stack */
128 split(b, b+1, b);
147 split(bez, &left, &right); /* split in two */
560 split(b, b+1, b);
/external/mksh/src/
H A Deval.c49 /* split "$@" / call waitlast in $() */
50 bool split; member in struct:__anon28013
828 if (quote && x.split)
838 /* assignment, do not field-split */
839 if (x.split) {
848 if (quote && !x.split)
857 if (quote && x.split) {
890 if (x.split)
1213 xp->split = tobool(c == '@');
1256 xp->split
[all...]
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp198 int split = 0; local
207 split = index - 1;
212 if (split == 0) { // there's one point
219 // At this point, we have two ranges of t values -- treat each separately at the split
221 if (add_intercept(q1, q2, tMin, tsFound[split - 1], i, subDivide)) {
225 result = is_linear_inner(q2, tMin, tsFound[split - 1], q1, t1s, t1e, i, subDivide);
227 if (add_intercept(q1, q2, tsFound[split], tMax, i, subDivide)) {
231 result |= is_linear_inner(q2, tsFound[split], tMax, q1, t1s, t1e, i, subDivide);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java836 String[] v = split(s);
887 // Recognises quotes around a phrase and doesn't split it.
888 private static String[] split(String val) throws IllegalArgumentException { method in class:Parser
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5347 milliseconds

12345678