HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 2101 - 2125 of 6499) sorted by null

<<81828384858687888990>>

  /external/harfbuzz_ng/src/
gen-indic-table.py 46 fields = [x.strip () for x in line.split (';')]
50 uu = fields[0].split ('..')
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
CompoundTransliteratorTest.java 109 String array[]=split(ID, ';');
194 private static String[] split(String s, char divider) { method in class:CompoundTransliteratorTest
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
CompoundTransliteratorTest.java 108 String array[]=split(ID, ';');
193 private static String[] split(String s, char divider) { method in class:CompoundTransliteratorTest
  /external/icu/icu4j/perf-tests/
converterperf.pl 233 my @data = split(/\s+/, $t[0]->[2]);
258 @b = split(/\s+/, $a->[2]);
dateformatperf.pl 220 my @data = split(/\s+/, $t[0]->[2]);
245 @b = split(/\s+/, $a->[2]);
decimalformatperf.pl 215 my @data = split(/\s+/, $t[0]->[2]);
240 @b = split(/\s+/, $a->[2]);
normperf.pl 269 my @data = split(/\s+/, $t[0]->[2]);
294 @b = split(/\s+/, $a->[2]);
ucharacterperf.pl 217 my @data = split(/\s+/, $t[0]->[2]);
242 @b = split(/\s+/, $a->[2]);
unicodesetperf.pl 207 my @data = split(/\s+/, $t[0]->[2]);
232 @b = split(/\s+/, $a->[2]);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AgentOptions.java 214 for (final String entry : OPTION_SPLIT.split(optionstr)) {
627 final List<String> args = CommandLineSupport.split(arguments);
  /external/libxml2/
genChRanges.py 78 # split line into space-separated fields, then split on type
80 fields = string.split(line, ' ')
143 # split the range into it's first-val, last-val
144 (first, last) = string.split(el, "..")
162 # We split on single-byte values vs. multibyte
  /external/lisa/libs/wlgen/wlgen/
perf_bench.py 97 for line in self.getOutput().split('\n'):
184 for line in self.getOutput().split('\n'):
  /external/llvm/lib/DebugInfo/CodeView/
RecordSerialization.cpp 24 /// a C string, as StringRef has several helpers (split) that make that easy.
31 return getBytesAsCharacters(LeafData).split('\0').first;
164 std::tie(Item, Rest) = getBytesAsCharacters(Data).split('\0');
  /external/llvm/lib/Support/
SpecialCaseList.cpp 97 std::pair<StringRef, StringRef> SplitLine = I->split(":");
106 std::pair<StringRef, StringRef> SplitRegexp = SplitLine.second.split("=");
  /external/mesa3d/bin/
perf-annotate-jit 95 start, length, symbol = line.split()
113 addr, instr = line.split(':', 1)
  /external/mesa3d/src/compiler/glsl/
opt_structure_splitting.cpp 28 * split those components out to individual variables so they can be
165 /* We'll split copies of a structure to copies of components, so don't
316 /* Trim out variables we can't split. */
334 /* Replace the decls of the structures to be split with their split
361 ir_structure_splitting_visitor split(&refs.variable_list);
362 visit_list_elements(&split, instructions);
  /external/parameter-framework/upstream/parameter/
ParameterMgrFullConnector.cpp 216 bool CParameterMgrFullConnector::split(const string &strDomain, function in class:CParameterMgrFullConnector
219 return _pParameterMgr->split(strDomain, strConfigurableElementPath, strError);
  /external/pcre/dist2/
perltest.sh 71 foreach $c (split(//, $_[0]))
132 # Split the pattern from the modifiers and adjust them as necessary.
  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
FieldMaskTree.java 97 String[] parts = path.split(FIELD_PATH_SEPARATOR_REGEX);
164 String[] parts = path.split(FIELD_PATH_SEPARATOR_REGEX);
  /external/protobuf/src/google/protobuf/util/internal/
json_stream_parser_test.cc 81 // For each test we split the input string on every possible character to ensure
82 // the parser is able to handle arbitrarily split input for all cases. We also
89 util::Status RunTest(StringPiece json, int split, bool coerce_utf8 = false) {
92 // Special case for split == length, test parsing one character at a time.
93 if (split == json.length()) {
94 GOOGLE_LOG(INFO) << "Testing split every char: " << json;
105 // Normal case, split at the split point and parse two substrings.
106 StringPiece first = json.substr(0, split);
107 StringPiece rest = json.substr(split);
    [all...]
  /external/python/cpython2/Demo/scripts/
eqfix.py 89 head, tail = os.path.split(filename)
106 words = string.split(line[2:])
  /external/python/cpython2/Demo/tkinter/guido/
kill.py 6 from string import split
29 pid = split(selected)[c]
svkill.py 11 from string import split
43 pid = split(selected)[c]
  /external/python/cpython2/Lib/distutils/
dir_util.py 49 (head, tail) = os.path.split(name)
53 (head, tail) = os.path.split(head)
msvc9compiler.py 183 s, rest = sys.version[i:].split(" ", 1)
211 oldList = variable.split(os.pathsep)
282 for line in stdout.split("\n"):
287 key, value = line.split('=', 1)
386 self.__paths = vc_env['path'].encode('mbcs').split(os.pathsep)
406 for p in os.environ['path'].split(';'):
692 temp_manifest = arg.split(":", 1)[1]
796 for p in os.environ['Path'].split(';'):

Completed in 1179 milliseconds

<<81828384858687888990>>