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

<<121122123124125126127128129130>>

  /external/clang/include/clang/AST/
CanonicalType.h 89 SplitQualType split() const { return Stored.split(); } function in class:clang::CanQual
  /external/clang/tools/driver/
driver.cpp 117 StringRef MatchPattern = Edit.substr(2).split('/').first;
118 StringRef ReplPattern = Edit.substr(2).split('/').second;
  /external/clang/tools/scan-build-py/libscanbuild/
analyze.py 175 '').split(' '),
512 actual.extend(values.split(','))
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java 95 // !NOTE: There's a static method copyOptions() for copying options during split.
703 final String parts[] = line.substring(24).split("=",2);
2156 public Collection<IRemoteTest> split() { method in class:DeqpTestRunner
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 562 int split = width/2 + rnd.getInt(-width/4, +width/4); local
563 randomPartition(dst, rnd, x, y, split, height);
564 randomPartition(dst, rnd, x+split, y, width-split, height);
568 int split = height/2 + rnd.getInt(-height/4, +height/4); local
569 randomPartition(dst, rnd, x, y, width, split);
570 randomPartition(dst, rnd, x, y+split, width, height-split);
    [all...]
  /external/fonttools/Lib/fontTools/
afmLib.py 157 l, b, r, t = [int(thing) for thing in rest.split()]
348 return data.split(sep)
  /external/fonttools/Lib/fontTools/misc/
psLib.py 32 stringPat = "".join(stringPat.split())
245 hexStr = "".join(token[1:-1].split())
  /external/guava/guava/src/com/google/common/cache/
CacheBuilderSpec.java 140 for (String keyValuePair : KEYS_SPLITTER.split(cacheBuilderSpecification)) {
141 List<String> keyAndValue = ImmutableList.copyOf(KEY_VALUE_SPLITTER.split(keyValuePair));
  /external/guava/guava-tests/test/com/google/common/io/
BaseEncodingTest.java 324 Joiner.on(separator).join(Splitter.fixedLength(sepLength).split(encoded)));
388 Joiner.on(separator).join(Splitter.fixedLength(sepLength).split(encoded)));
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.pl 64 my @data = split(/;/);
212 my @to = map($FULLCODE_TO_NAME{hex($_)}, split(/\s+/, $1));
  /external/libjpeg-turbo/doc/html/
dynsections.js 30 var l = this.id.split('_').length-1;
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
parser.py 16 path, tail = os.path.split(path)
433 return self.source.split('\n')[lineno - 1]
  /external/libmojo/third_party/jinja2/
loaders.py 23 """Split a path into segments and perform a sanity check. If it detects
27 for piece in template.split('/'):
333 prefix, name = template.split(self.delimiter, 1)
  /external/llvm/lib/Support/
StringRef.cpp 283 void StringRef::split(SmallVectorImpl<StringRef> &A,
288 // Count down from MaxSplit. When MaxSplit is -1, this will just split
297 // Push this split.
310 void StringRef::split(SmallVectorImpl<StringRef> &A, char Separator,
314 // Count down from MaxSplit. When MaxSplit is -1, this will just split
323 // Push this split.
  /external/parameter-framework/upstream/parameter/
ConfigurableDomains.cpp 300 bool CConfigurableDomains::split(const string &domainName, CConfigurableElement *element, function in class:CConfigurableDomains
313 domain->split(element, infos);
  /external/python/cpython2/Lib/
SimpleXMLRPCServer.py 126 attrs = attr.split('.')
452 for e in ae.split(","):
site.py 317 libpath = os.environ['BEGINLIBPATH'].split(';')
387 self.__lines = data.split('\n')
  /external/python/cpython2/Lib/distutils/
util.py 112 i.e. split it on '/' and put it back together again using the current
128 paths = string.split(pathname, '/')
231 """Split a string up according to Unix shell-like rules for quotes and
475 lines = string.split(header, '\n')
  /external/python/cpython2/Lib/email/
header.py 85 parts = ecre.split(line)
293 # Split up a header safely for use with encode_chunks.
302 # can't really split it because it might be multibyte data which we
303 # could break if we split it between pairs. The least harm seems to
304 # be to not split the header at all, but that means they could go out
323 # We can split on _maxlinelen boundaries because we know that the
329 # Binary search for split point
332 # chrome. last must be recursively split.
396 Optional splitchars is a string containing characters to split long
434 # Attempt to split the line at the highest-level syntactic brea
    [all...]
  /external/python/cpython2/Lib/unittest/
loader.py 86 parts = name.split('.')
197 top_part = start_dir.split('.')[0]
  /external/python/cpython2/Mac/Demo/mlte/
mlted.py 97 self.name = os.path.split(self.path)[-1]
273 name = os.path.split(path)[-1]
  /external/python/cpython2/Mac/Demo/textedit/
ped.py 137 self.name = os.path.split(self.path)[-1]
271 name = os.path.split(path)[-1]
  /external/python/cpython2/Tools/iobench/
iobench.py 32 size, unit = s.split()
266 name = re.split(r'[-.]', filename)[0]
  /external/r8/src/main/java/com/android/tools/r8/bisect/
BisectState.java 84 public Range split() { method in class:BisectState.Range
256 nextRange = badRange.split();
273 System.out.println("Class split is good: " + goodClasses + ", bad: " + badClasses);
  /external/skia/experimental/docs/
canvasBackend.js 103 var gradient = paint.gradient.split('.');

Completed in 1991 milliseconds

<<121122123124125126127128129130>>