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

<<121122123124125126127128129130>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 408 resp = self.ehlo_resp.split('\n')
570 authlist = self.esmtp_features["auth"].split()
835 toaddrs = prompt("To").split(',')
sysconfig.py 89 _PY_VERSION = sys.version.split()[0]
449 major_version = int(kernel_version.split('.')[0])
626 macrelease = '.'.join(m.group(1).split('.')[:2])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_wsgiref.py 132 "Server: WSGIServer/0.1 Python/"+sys.version.split()[0]+"\r\n"
325 ).split():
332 ).split():
  /external/autotest/client/bin/net/
net_utils.py 199 return result.split()
205 return result.split()
683 for c in hwaddr.split(':',6)]])
  /external/autotest/client/cros/faft/
rpc_functions.py 159 if method.split('.', 1)[0] in categories:
160 func = getattr(self, '_%s_%s' % (method.split('.', 1)[0],
161 method.split('.', 1)[1]))
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 390 var lines = text.split("\n");
398 var array = line.split(" ");
431 var f = array[i].split("/");
  /external/autotest/utils/
test_importer.py 201 test_new_name = test.path.split('/')
248 test_new_test = test.split('/')
325 for label_name in test.dependencies.split(','):
  /external/boringssl/src/crypto/cipher_extra/asm/
chacha20_poly1305_x86_64.pl 360 my @loop_body = split /\n/, $chacha_body;
521 @loop_body = split /\n/, $chacha_body; $code.="
902 @loop_body = split /\n/, $chacha_body; $code.="
950 @loop_body = split /\n/, $chacha_body; $code.="
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 597 for filt in filters.split(','):
616 category = category.split('/')[0]
794 def Split(self):
797 For 'chrome/browser/browser.cc', Split() would
805 project, rest = os.path.split(googlename)
810 return self.Split()[1]
814 return self.Split()[2]
818 return '/'.join(self.Split()[0:2])
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixPower.h 416 * \brief Split p into integral part and fractional part.
424 void split(RealScalar& p, RealScalar& intpart);
461 split(p, intpart);
470 void MatrixPower<MatrixType>::split(RealScalar& p, RealScalar& intpart) function in class:Eigen::MatrixPower
  /external/libmojo/third_party/jinja2/
lexer.py 174 type, value = expr.split(':', 1)
250 return expr.split(':', 1) == [self.type, self.value]
575 msg = str(e).split(':')[-1].strip()
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberMatcher.java 256 // from split notations (+41 79 123 45 67 / 68).
520 PhoneNumberUtil.NON_DIGITS_PATTERN.split(normalizedCandidate.toString());
565 return rfc3966Format.substring(startIndex, endIndex).split("-");
567 // We format the NSN only, and split that according to the separator.
570 formattingPattern, PhoneNumberFormat.RFC3966).split("-");
    [all...]
  /external/libxml2/doc/
apibuild.py 426 line.split()))
651 lines = comment.split("\n")
661 (it, line) = line.split(":", 1)
712 lines = self.comment.split('\n')
757 lines = self.comment.split('\n')
771 (arg, desc) = l.split(':', 1)
833 lines = self.comment.split('\n')
848 (arg, desc) = l.split(':', 1)
887 l = l.split(' ', 1)[1]
    [all...]
  /external/lisa/libs/wlgen/wlgen/
rta.py 115 max_rtprio = int(target.execute('ulimit -Hr').split('\r')[0])
136 for line in rta.getOutput().split('\n'):
184 for line in self.output['executor'].split('\n'):
  /external/lz4/tests/
test-lz4-speed.py 134 words = line.split()
204 local_branch = branch.split('/')[1]
259 testFileNames = args.testFileNames.split()
  /external/python/cpython2/Lib/email/
message.py 29 # Split header parameters. BAW: this may be too simple. It isn't
465 return ctype.split('/')[0]
474 return ctype.split('/')[1]
504 name, val = p.split('=', 1)
519 split on the `=' sign. The left hand side of the `=' is the key,
  /external/python/cpython2/Lib/idlelib/
IOBinding.py 125 lst = str.split("\n", 2)[:2]
544 return os.path.split(self.filename)
576 width, height, x, y = list(map(int, re.split('[x+]', parent.geometry())))
  /external/python/cpython2/Lib/
mimify.py 117 match = ' '.join(match.split('_'))
213 d, f = os.path.split(infile)
421 d, f = os.path.split(infile)
smtplib.py 426 resp = self.ehlo_resp.split('\n')
588 authlist = self.esmtp_features["auth"].split()
870 toaddrs = prompt("To").split(',')
  /external/python/cpython2/Lib/test/
test_wsgiref.py 104 "Server: WSGIServer/0.1 Python/"+sys.version.split()[0]+"\r\n"
290 ).split():
297 ).split():
  /external/python/cpython2/Lib/xml/sax/
expatreader.py 323 pair = name.split()
336 parts = aname.split()
357 pair = name.split()
  /external/selinux/prebuilts/bin/
sediff.py 530 # split on empty string will be an empty string.
535 for p in str(matched_perms).split(" "):
538 for p in str(added_perms).split(" "):
544 for p in str(removed_perms).split(" "):
    [all...]
  /external/skia/infra/bots/recipes/
test.py 166 args.extend('--src tests gm image colorImage svg'.split(' '))
180 config, src, options, name = quad.split(' ') if type(quad) is str else quad
733 extra_config_parts = api.vars.builder_cfg.get('extra_config', '').split('_')
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 507 String[] capStrings = capString.split(",", 2);
519 = arg.substring(arg.indexOf('=')+1).split(",");
543 = arg.substring(arg.indexOf('=') + 1).split(",");
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 336 String[] poList = memoryUsage.split("\r|\n|\r\n");
353 String[] poList2 = memoryUsage.split("\t|\\s+");
362 String[] poList2 = memoryUsage.split("\t|\\s+");

Completed in 1329 milliseconds

<<121122123124125126127128129130>>