HomeSort by relevance Sort by last modified time
    Searched refs:Split (Results 26 - 44 of 44) sorted by null

12

  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js 178 // Split the cookie string, sort it and then put it back together.
179 return cookie.split('; ').sort().join('; ');
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 610 std::pair<StringRef, StringRef> Split = Identifier.split('@');
611 MCSymbol *Sym = getContext().GetOrCreateSymbol(Split.first);
615 if (Split.first.size() != Identifier.size()) {
616 Variant = MCSymbolRefExpr::getVariantKindForName(Split.second);
619 return TokError("invalid variant '" + Split.second + "'");
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/v8/src/
full-codegen.h 260 // bail out to just before the control flow is split in a child
300 // Helper function to split control flow and avoid a branch to the
302 void Split(Condition cc,
jsregexp.h 290 static void Split(ZoneList<CharacterRange>* base,
    [all...]
jsregexp.cc     [all...]
  /dalvik/docs/
prettify.js 50 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
97 words = words.split(/ /g);
433 /** split markup into chunks of html tags (style null) and
624 /** split markup on tags, comments, application directives, and other top
636 // Split out start and end script tags as actual tags, and leave the
662 /** split tags attributes and their values out from the tag name, and
808 // Split into strings, comments, and other.
814 // Split non comment|string tokens on whitespace and word boundaries
    [all...]
  /external/elfutils/
elfutils.spec 199 - split elfutils-devel into two packages.
293 - split packages further into elfutils-libelf
325 - Split into runtime and devel package
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 200 std::pair<StringRef,StringRef> Split =
201 StringRef(PP.getPredefines()).split(PCHInclude.str());
202 StringRef Left = Split.first, Right = Split.second;
222 Buffers[I].Data.split(PCHLines, "\n", /*MaxSplit=*/-1, /*KeepEmpty=*/false);
225 Left.split(CmdLineLines, "\n", /*MaxSplit=*/-1, /*KeepEmpty=*/false);
232 Right.split(AfterPCHLines, "\n", /*MaxSplit=*/-1, /*KeepEmpty=*/false);
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js 250 var parameters = window.location.hash.split('&');
256 // Split each string except the first around the '='.
259 var paramStrings = parameters[i].split('=');
542 // Replace carriage returns with linebreaks and then split around linebreaks.
543 var lines = logFileContents.replace(/\r/g, '\n').split('\n');
    [all...]
  /external/v8/test/cctest/
test-regexp.cc     [all...]
  /external/blktrace/doc/
blktrace.tex 570 \item[X -- split] On raid or device mapper setups, an incoming io may
645 X & Split \\ \hline
722 \item[X -- split] The original starting sector followed by the new
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 754 // Split the dirname from the basename.
760 console.warn('Unable to split defaultPath: ' + defaultPath);
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 692 milliseconds

12