/external/chromium_org/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo.py | 140 base_namespace = namespace.split('.', 1)[0] 169 base_namespace = namespace.split('.', 1)[0] 184 parts = namespace.split('.') 258 pieces = identifier.split('.') 462 parts = identifier.split('.')
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_wgt.cpp | 384 /* easy case, just make this one range large enough by lengthening it once more, possibly split it */ 389 /* calculate how to split the range between maxLength-1 (count1) and maxLength (count2) */ 395 /* split the range */ 397 printf("split the first range %ld:%ld\n", count1, count2); 405 /* really split the range */
|
/external/chromium_org/tools/code_coverage/ |
croc.py | 153 os.path.split(self.dirpath)[1] + '/', 203 if filename.split('/')[0] in ('.', '..'): 346 line_no, is_covered = map(int, line[3:].split(',')) 578 fdirs = cov_file.filename.split('/') 669 cov.AddRoot(*root_opt.split('='))
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
common.py | 141 # Split the paths into components. 142 path_split = path.split(os.path.sep) 143 relative_to_split = relative_to.split(os.path.sep) 329 prefix=os.path.split(filename)[1] + '.gyp.', 330 dir=os.path.split(filename)[0])
|
/external/icu4c/i18n/ |
ucol_wgt.cpp | 397 /* easy case, just make this one range large enough by lengthening it once more, possibly split it */ 402 /* calculate how to split the range between maxLength-1 (count1) and maxLength (count2) */ 408 /* split the range */ 410 printf("split the first range %ld:%ld\n", count1, count2); 418 /* really split the range */
|
/external/kernel-headers/original/linux/ |
pci_regs.h | 307 #define PCI_X_CMD_MAX_SPLIT 0x0070 /* Max Outstanding Split Transactions */ 314 #define PCI_X_STATUS_SPL_DISC 0x00040000 /* Split Completion Discarded */ 315 #define PCI_X_STATUS_UNX_SPL 0x00080000 /* Unexpected Split Completion */ 318 #define PCI_X_STATUS_MAX_SPLIT 0x03800000 /* Designed Max Outstanding Split Transactions */ 320 #define PCI_X_STATUS_SPL_ERR 0x20000000 /* Rcvd Split Completion Error Msg */
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
PhoneNumberMatcher.java | 237 // from split notations (+41 79 123 45 67 / 68). 493 PhoneNumberUtil.NON_DIGITS_PATTERN.split(normalizedCandidate.toString()); 538 return rfc3966Format.substring(startIndex, endIndex).split("-"); 540 // We format the NSN only, and split that according to the separator. 543 formattingPattern, PhoneNumberFormat.RFC3966).split("-");
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SimpleSessionDescription.java | 83 String[] lines = message.trim().replaceAll(" +", " ").split("[\r\n]+"); 92 String[] parts = line.substring(2).split(" ", 4); 93 String[] ports = parts[1].split("/", 2); 97 for (String format : parts[3].split(" ")) { 406 String[] parts = address.split(" ");
|
/libcore/luni/src/test/java/libcore/xml/ |
NormalizeTest.java | 218 assertEquals(true, domConfiguration.getParameter("split-cdata-sections")); 219 assertSupported("split-cdata-sections", false); 220 assertSupported("split-cdata-sections", true); 419 domConfiguration.setParameter("split-cdata-sections", true); 432 domConfiguration.setParameter("split-cdata-sections", false);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
msvccompiler.py | 165 s, rest = sys.version[i:].split(" ", 1) 281 for p in string.split(os.environ['path'], ';'): 595 for p in string.split(os.environ['Path'],';'): 624 return string.split(self.__macros.sub(d[path]), ";") 626 return string.split(d[path], ";")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 322 path = os.path.split(path)[0] 335 path = os.path.split(path)[0] 336 lastdir = os.path.split(path)[-1] 463 deptarget = [int(x) for x in deptarget.split('.')] 496 target = tuple(map(int, target.split('.')))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
textwrap.py | 100 # This less funky little regex just split on recognized spaces. E.g. 166 Split the text to wrap into indivisible chunks. Chunks are 188 chunks = pat.split(text) 197 and split() will convert that to [..., "foo.", " ", "Bar", ...] 414 for line in text.split("\n"):
|
webbrowser.py | 36 # User gave us a command line, split it into name and args 37 browser = shlex.split(browser) 84 cmd = browser.split()[0] 129 for d in path.split(os.pathsep): 662 _userchoices = os.environ["BROWSER"].split(os.pathsep)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
msvccompiler.py | 165 s, rest = sys.version[i:].split(" ", 1) 281 for p in string.split(os.environ['path'], ';'): 595 for p in string.split(os.environ['Path'],';'): 624 return string.split(self.__macros.sub(d[path]), ";") 626 return string.split(d[path], ";")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 322 path = os.path.split(path)[0] 335 path = os.path.split(path)[0] 336 lastdir = os.path.split(path)[-1] 463 deptarget = [int(x) for x in deptarget.split('.')] 496 target = tuple(map(int, target.split('.')))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
textwrap.py | 100 # This less funky little regex just split on recognized spaces. E.g. 166 Split the text to wrap into indivisible chunks. Chunks are 188 chunks = pat.split(text) 197 and split() will convert that to [..., "foo.", " ", "Bar", ...] 414 for line in text.split("\n"):
|
webbrowser.py | 36 # User gave us a command line, split it into name and args 37 browser = shlex.split(browser) 84 cmd = browser.split()[0] 129 for d in path.split(os.pathsep): 662 _userchoices = os.environ["BROWSER"].split(os.pathsep)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiClassAttributeNode.java | 404 String[] segments = className.split(AdtConstants.RE_DOT); 422 // split the last segment from the fullClassname 513 String[] packages = name.split(AdtConstants.RE_DOT); 561 String[] segments = fragment.getElementName().split("\\."); //$NON-NLS-1$ 590 int totalCount = packageName.split("\\.").length; //$NON-NLS-1$
|
/external/v8/src/x64/ |
full-codegen-x64.cc | 615 Split(not_zero, if_true, if_false, fall_through); 619 void FullCodeGenerator::Split(Condition cc, 700 Split(equal, if_true, if_false, NULL); [all...] |
/cts/suite/pts/deviceTests/browserbench/assets/octane/ |
regexp.js | 282 s52[i].split(re20); [all...] |
/external/chromium_org/v8/benchmarks/ |
regexp.js | 282 s52[i].split(re20); [all...] |
/external/v8/benchmarks/ |
regexp.js | 282 s52[i].split(re20); [all...] |
/external/chromium_org/media/filters/ |
source_buffer_stream_unittest.cc | 813 // In this particular case, the end overlap does not require a split. 844 // In this particular case, the end overlap requires a split, and the next 845 // buffer is in the split range. 879 // In this particular case, the end overlap requires a split, and the next 880 // buffer was in between the end of the new data and the split range. 915 // In this particular case, the end overlap does not require a split. 949 // In this particular case, the end overlap requires a split, and the next 950 // keyframe after the track buffer is in the split range. 987 // In this particular case, the end overlap requires a split, and the next [all...] |
/external/clang/lib/AST/ |
Type.cpp | 220 SplitQualType split = getSplitDesugaredType(T); local 221 return Context.getQualifiedType(split.Ty, split.Quals); 226 SplitQualType split = type.split(); local 227 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); 228 return Context.getQualifiedType(desugar, split.Quals); 267 SplitQualType split = type.split(); local 270 Qualifiers quals = split.Quals [all...] |
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexUtil.java | 286 String[] split = typeList.split(";"); local 288 for (String string : split) {
|