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

1 2 3 4 56 7 8 91011>>

  /external/libvpx/libvpx/third_party/googletest/src/scripts/
upload_gtest.py 63 cc_list = [addr for addr in cc_line.split(',') if addr]
  /external/llvm/include/llvm/MC/
MCAtom.h 55 /// split - Splits the atom in two at a given address, which must align with
57 /// atom representing the high part of the split.
58 MCAtom *split(uint64_t SplitPt);
  /external/llvm/utils/release/
findRegressions-simple.py 24 tmp = t[2].split('llvm-test/')
41 n = t[0].split('RESULT-')[1]
47 test[fname]['compile time'] = float(t[2].split('program')[1].strip('\r\n'))
50 test[fname]['exec time'] = float(t[2].split('program')[1].strip('\r\n'))
  /external/webkit/Source/WebCore/html/
EmailInputType.cpp 70 value.split(',', addresses);
  /external/webkit/Tools/Scripts/webkitpy/common/system/
stack_utils.py 65 for line in frame_str.split('\n'):
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
attachtobug.py 46 description = self._options.description or filepath.split(os.sep)[-1]
  /frameworks/native/opengl/libs/tools/
glapigen 52 my @args = split ',', $args;
gltracegen 37 my @args = split ',', $args;
  /frameworks/native/opengl/tools/glgen/src/
ParameterChecker.java 40 String[] tokens = s.split("\\s");
  /hardware/msm7k/libgralloc/
allocator.cpp 111 chunk_t* split = new chunk_t(free_chunk->start, extra); local
113 mList.insertBefore(free_chunk, split);
121 chunk_t* split = new chunk_t( local
123 mList.insertAfter(free_chunk, split);
  /hardware/msm7k/libgralloc-qsd8k/
allocator.cpp 111 chunk_t* split = new chunk_t(free_chunk->start, extra); local
113 mList.insertBefore(free_chunk, split);
121 chunk_t* split = new chunk_t( local
123 mList.insertAfter(free_chunk, split);
  /packages/apps/Email/src/com/android/email/
StopWatch.java 30 * s.split();
32 * s.split();
53 public void split(String label) { method in class:StopWatch
56 Log.w(Logging.LOG_TAG, "StopWatch(" + mName + ") split(" + label + ") " + elapse);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboSource.java 38 String[] segments = path.split();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LocaleUtils.java 116 String[] referenceParams = referenceLocale.split("_", 3);
117 String[] testedParams = testedLocale.split("_", 3);
118 // By spec of String#split, [0] cannot be null and length cannot be 0.
212 String[] localeParams = localeStr.split("_", 3);
231 final String[] ss = str.split(LOCALE_AND_TIME_STR_SEPARATER);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
AccountUtils.java 42 retval.add(name.split("@")[0]);
  /external/opencv/cv/src/
_cvkdtree.hpp 69 int dim; // split dimension; >=0 for nodes, -1 for leaves
166 __instype *split = median; local
167 for (; split != last && deref(ctor(*split), dim) ==
168 deref(ctor(*median), dim); ++split);
170 if (split == last) { // leaf
172 for (--split; split >= first; --split) {
176 n.value = ctor(*split);
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeMessageTest.java 168 String[] split = rawHeader.split("\r\n"); local
169 assertEquals("64 shouldn't fold", 1, split.length);
174 split = rawHeader.split("\r\n");
175 assertTrue("long subject should fold", split.length > 1);
176 for (String s : split) {
177 assertTrue("split lines max length 78", s.length() <= 76); // 76+\r\n = 78
179 assertFalse("split lines are not encoded", trimmed.startsWith("=?"));
215 String[] split = rawHeader.split("\r\n") local
    [all...]
  /build/tools/
compare_fileslist.py 39 lines = map(string.split, lines)
85 combo = input.split(os.path.sep)[1]
findleaves.py 28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
65 "progName": os.path.split(sys.argv[0])[1],
  /cts/suite/audio_quality/test/
StringUtilTest.cpp 56 std::vector<android::String8>* tokens = StringUtil::split(str, ':');
66 std::vector<android::String8>* tokens2 = StringUtil::split(str2, ':');
  /dalvik/opcode-gen/
opcode-gen.awk 263 count = split(line, parts);
288 count = split(line, parts);
306 split(name[idx], parts, "/");
312 split(format[idx], parts, ""); # Width is the first format char.
341 count = split(line, parts);
462 count = split(hex, chars, "");
505 count = split(f, parts, /\|/); # Split input at pipe characters.
528 split(flags[idx], parts, /\|/); # Split flags[idx] at pipes
    [all...]
  /external/blktrace/btt/
bno_plot.py 101 fld = line.split(None)
121 cmd = cmd.split(None)
  /external/harfbuzz/contrib/tables/
unicode_parse_common.py 13 '''Split a line based on a semicolon separator.'''
16 return [normalise(x) for x in line.split(';')]
23 parts = token.split('..')
  /external/libcap-ng/libcap-ng-0.7/
py-compile 125 for file in files.split():
142 for file in files.split():
  /external/llvm/utils/
wciia.py 36 # split paths
38 for path in paths.split():
54 for word in line.split():

Completed in 770 milliseconds

1 2 3 4 56 7 8 91011>>