HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 476 - 500 of 1551) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_util.py 45 _TEST_DATA_DIR = os.path.join(os.path.split(__file__)[0], 'testdata')
  /external/chromium-trace/
update.py 35 rev_str = svn_output.split('\n')[-2]
  /external/dexmaker/src/main/java/com/google/dexmaker/
AppDataDirGuesser.java 111 return trimmed.split(":");
  /external/icu4c/i18n/
regexcmp.h 103 void fixLiterals(UBool split=FALSE); // Generate code for pending literal characters.
regexcst.pl 37 @fields = split();
  /external/icu4c/i18n/unicode/
regex.h 455 * Split a string into fields. Somewhat like split() from Perl or Java.
469 * The number of strings produced by the split operation is returned.
473 * For the best performance on split() operations,
474 * <code>RegexMatcher::split</code> is preferable to this function
476 * @param input The string to be split into fields. The field delimiters
478 * @param dest An array of UnicodeStrings to receive the results of the split.
489 * @return The number of fields into which the input string was split.
492 virtual int32_t split(const UnicodeString &input,
499 * Split a string into fields. Somewhat like split() from Perl or Java
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetKey.java 147 String[] parts = path.split("/");
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_partitions_armv5.asm 151 addcs r2, r2, r4 ; if (bb) lowvalue += split
152 subcs r4, r5, r4 ; if (bb) range = range-split
250 add r4, r7, r6, lsr #8 ; split = 1 + (((range-1) * pp[i>>1]) >> 8)
252 addcs r2, r2, r4 ; if (bb) lowvalue += split
253 subcs r4, r5, r4 ; if (bb) range = range-split
311 lsr r4, r4, #1 ; split = (range + 1) >> 1
312 addne r2, r2, r4 ; lowvalue += split
313 subne r4, r5, r4 ; range = range-split
  /external/littlemock/src/com/google/testing/littlemock/
AppDataDirGuesser.java 128 return trimmed.split(":");
  /external/llvm/lib/MC/
MCAtom.cpp 34 MCAtom *MCAtom::split(uint64_t SplitPt) { function in class:MCAtom
50 // Split the contents of the original atom between it and the new one. The
55 assert(I != Data.end() && "Split point not found in range!");
64 assert(I != Text.end() && "Split point not found in disassembly!");
66 "Split point does not fall on instruction boundary!");
  /external/llvm/lib/Transforms/Instrumentation/
BlackList.cpp 52 std::pair<StringRef, StringRef> SplitLine = I->split(":");
  /external/oprofile/libutil++/
string_manip.cpp 34 string split(string & s, char c) function
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
ApplicationResolver.java 53 String[] splits = receiverClassName.split("\\.");
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
ParamsParser.java 52 String[] nameAndValue = nextParam.split("=");
  /external/skia/tools/
svn.py 62 filenames = self._RunCommand(['svn', 'ls', url]).split('\n')
  /external/tcpdump/
makemib 90 if (split($2, p, ".") == 2) {
  /external/v8/test/es5conform/
testcfg.py 86 root_path = root[len(self.root):].split(os.path.sep)
  /external/valgrind/main/auxprogs/
gen-mdg 84 my @hiders = split(/,/, $1);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigsplitcdatasections1.js 71 * Checks behavior of "split-cdata-sections" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-split-cdata-sections
87 var parameter = "sPlIt-cdata-sections";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.3-1.js 152 this.array = value.split(",");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-005.js 205 var arr = str.split('Z');
208 * The identifiers are the 1st char of each split substring
  /external/webkit/Source/WebCore/fileapi/
DOMFilePath.cpp 96 path.split(DOMFilePath::separator, components);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.h 150 Node* split();
  /external/webkit/Source/WebCore/platform/graphics/opengl/
Extensions3DOpenGL.cpp 71 extensionsString.split(" ", availableExtensions);
  /external/webkit/Source/WebCore/platform/gtk/
DataObjectGtk.cpp 72 uriListString.split('\n', uriList);

Completed in 1434 milliseconds

<<11121314151617181920>>