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

<<121122123124125126127128129130>>

  /prebuilts/go/linux-x86/src/math/
log.go 54 // Here Ln2 is split into two floating point number:
tan.go 86 PI4A = 7.85398125648498535156E-1 // 0x3fe921fb40000000, Pi/4 split into three parts
  /prebuilts/go/linux-x86/src/runtime/
defs_darwin_arm.go 224 trapno uint32 // NOTE: on 386, the trapno field is split into trapno and cpu
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg 36 PERLBN(split);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 126 attrs = attr.split('.')
452 for e in ae.split(","):
site.py 326 libpath = os.environ['BEGINLIBPATH'].split(';')
396 self.__lines = data.split('\n')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 112 i.e. split it on '/' and put it back together again using the current
128 paths = string.split(pathname, '/')
253 """Split a string up according to Unix shell-like rules for quotes and
497 lines = string.split(header, '\n')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_locale.py 15 if int(os.uname()[2].split('.')[0]) < 10:
372 self.assertEqual('\xec\xa0\xbc'.split(), ['\xec\xa0\xbc'])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 86 parts = name.split('.')
195 top_part = start_dir.split('.')[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 126 attrs = attr.split('.')
452 for e in ae.split(","):
site.py 326 libpath = os.environ['BEGINLIBPATH'].split(';')
396 self.__lines = data.split('\n')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 112 i.e. split it on '/' and put it back together again using the current
128 paths = string.split(pathname, '/')
253 """Split a string up according to Unix shell-like rules for quotes and
497 lines = string.split(header, '\n')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_locale.py 15 if int(os.uname()[2].split('.')[0]) < 10:
372 self.assertEqual('\xec\xa0\xbc'.split(), ['\xec\xa0\xbc'])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 86 parts = name.split('.')
195 top_part = start_dir.split('.')[0]
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.2.1/
javawriter-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.1/
javawriter-2.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/
gmaven-feature-api-1.5.jar 
  /prebuilts/tools/common/offline-m2/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationDescription.java 185 Iterable<String> segments = Splitter.on('-').split(config);
203 String locales[] = localeString.split(SEP_LOCALE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 318 for (String s : mInitializedAttributes.split(",")) { //$NON-NLS-1$
320 String[] nameValue = s.split("="); //$NON-NLS-1$
  /test/vts/runners/host/
utils.py 223 for base_path in pypath.split(':'):
541 tokens = re.split("_|-", model)
  /toolchain/binutils/binutils-2.25/libiberty/
maint-tool 263 push(@pending, split(' ', $deps{$p}));

Completed in 1047 milliseconds

<<121122123124125126127128129130>>