HomeSort by relevance Sort by last modified time
    Searched full:split (Results 2001 - 2025 of 5986) sorted by null

<<81828384858687888990>>

  /external/chromium_org/tools/metrics/histograms/
pretty_print.py 134 lines = text.split('\n')
135 # Split the text into paragraphs at blank line boundaries.
181 words = value.split()
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 338 // Returns the condition on which a final split to
346 // Returns the condition on which a final split to
354 // Returns the condition on which a final split to
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 353 // Returns the condition on which a final split to
361 // Returns the condition on which a final split to
369 // Returns the condition on which a final split to
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 354 // Returns the condition on which a final split to
366 // Returns the condition on which a final split to
375 // Returns the condition on which a final split to
  /external/chromium_org/v8/tools/
gen-postmortem-metadata.py 218 entries = typestr.split(',');
249 parts = usetype.split('_');
335 args = re.split('\s*,\s*', rest);
  /external/clang/docs/tools/
dump_ast_matchers.py 170 result_types = [r.strip() for r in results.split(',')]
196 result_types = [r.strip() for r in results.split(',')]
241 args = ', '.join(p.strip() for p in args.split(','))
  /external/dropbear/libtomcrypt/src/ciphers/
kasumi.c 85 /* The sixteen bit input is split into two unequal halves, *
105 /* Split the input into two 16-bit words */
128 /* split out the left and right halves */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h 87 // and R2 the remaining part of rhs. The corresponding vertical panel of lhs is split into
96 // The idea is to split A11 into multiple small vertical panels.
97 // Each panel can be split into a small triangular part T1k which is processed without optimization,
  /external/grub/docs/
help2man 195 ($_, $version_text) = split /\n+/, $version_text, 2;
237 for (split /\n/) { s/^ *(or: +)?//; push @syn, $_ }
300 ($copy, $_) = split /\n\n/, $_, 2;
  /external/icu4c/test/intltest/
cpdtrtst.cpp 248 UnicodeString *array=split(ID, 0x003b, count);
262 array=split(ID2, 0x003b, count);
321 UnicodeString* CompoundTransliteratorTest::split(const UnicodeString& str, UChar seperator, int32_t& count) { function in class:CompoundTransliteratorTest
  /external/icu4c/test/perf/perldriver/
Output.pm 186 @headers = split(/ /, $headers);
188 ($t, $rest) = split(/\.\w+/, $0);
287 ($test, $args) = split(/,/, shift(@$j));
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 11 // is spilled or split.
374 // If LI is an original interval that hasn't been split yet, make the new
376 // interval must contain all the split products, and LI doesn't.
  /external/llvm/lib/MC/
SubtargetFeature.cpp 66 /// Split - Splits a string of comma separated items in to a vector of strings.
68 static void Split(std::vector<std::string> &V, const StringRef S) {
180 Split(Features, Initial);
  /external/llvm/lib/Support/
CommandLine.cpp 210 // Split on any equal sign.
211 std::pair<StringRef, StringRef> SplitArg = Arg.split('=');
253 // it does, we have to split up the value into multiple values.
380 /// see if this is a prefix or grouped option. If so, split arg into output an
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
2009-08-04-CoalescerBug.ll 120 br i1 false, label %StringBeginsWith.exit55thread-split, label %bb3.i52
125 StringBeginsWith.exit55thread-split: ; preds = %bb2.i51
128 StringBeginsWith.exit55: ; preds = %StringBeginsWith.exit55thread-split, %bb3.i52
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 224 /// SplitStaticCtorDtor - A module was recently split into two parts, M1/M2, and
287 /// module, split the functions OUT of the specified module, and place them in
325 // Try to split the global initializers evenly
  /external/svox/pico/lib/
picowa.c 408 /* uncomment next line to split into two steps */
430 /* uncomment next to split into two steps */
480 /* uncomment next to split into two steps */
  /external/v8/tools/
gen-postmortem-metadata.py 220 entries = typestr.split(',');
251 parts = usetype.split('_');
337 args = re.split('\s*,\s*', rest);
  /frameworks/base/media/mca/
structgen.py 88 lower = cname.split("_")
199 # Split line into components
200 linecomps = line.split()
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 336 String[] poList = memoryUsage.split("\r|\n|\r\n");
353 String[] poList2 = memoryUsage.split("\t|\\s+");
362 String[] poList2 = memoryUsage.split("\t|\\s+");
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 297 String[] sourceParts = sourceTag.split(":");
314 String[] targetParts = targetTag.split(":");
420 String[] floatStrings = TextUtils.split(strValue, ",");
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 199 void MipsGOT::split() function in class:MipsGOT
250 split();
270 split();
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 237 * True to split CDATA sections containing "]]>"; false to signal an
240 PARAMETERS.put("split-cdata-sections", new BooleanParameter() {
389 cdata.split();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
lit.cfg 86 items = ln[ln.index('XFAIL:') + 6:].split(',')
89 items = ln[ln.index('REQUIRES:') + 9:].split(',')
276 link_flags += shlex.split(link_flags_str)

Completed in 2078 milliseconds

<<81828384858687888990>>