| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| PluralFormatTest.java | 28 String[] locales = Utility.split(localeIDs, ',');
|
| /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| dumpICUrules.bat | 257 // primary updates. The colon-delimited fields have been split into 291 my @a = split(':', $_);
|
| /external/jemalloc/include/jemalloc/ |
| jemalloc.h | 316 chunk_split_t *split; member in struct:__anon21099
|
| /external/libcxx/utils/libcxx/test/ |
| config.py | 233 return [p.strip() for p in os.environ.get(var, '').split(';') if p.strip()] 346 for f in additional_features.split(','): 423 self.cxx.compile_flags += shlex.split(compile_flags_str) 663 self.cxx.link_flags += shlex.split(link_flags_str) [all...] |
| /external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/ |
| translate.py | 58 if re.split('[^a-z]', base_kind, 1)[0] not in reference_kinds:
|
| /external/libmojo/third_party/catapult/devil/devil/android/tools/ |
| device_status.py | 190 buildbot_path, _ = os.path.split(file_path)
|
| /external/libnl/include/linux-private/linux/ |
| pkt_sched.h | 425 __u32 split; member in struct:tc_cbq_fopt
|
| /external/libvpx/libvpx/build/make/ |
| rtcd.pl | 54 my @pair = split /=/;
|
| /external/llvm/include/llvm/IR/ |
| ModuleSummaryIndex.h | 458 std::pair<StringRef, StringRef> Pair = Name.split(".llvm.");
|
| /external/llvm/utils/ |
| update_llc_test_checks.py | 167 (llc_cmd, filecheck_cmd) = tuple([cmd.strip() for cmd in l.split('|', 1)])
|
| /external/markdown/markdown/ |
| html4.py | 218 uri, tag = qname[1:].split("}", 1)
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
| pyparser.py | 159 self._add_declared(name.name.split('.')[0])
|
| /external/nanopb-c/generator/ |
| nanopb_generator.py | 90 return Names(type_name[1:].split('.')) 632 base_name = Names(fdesc.package.split('.')) [all...] |
| /external/oauth/core/src/main/java/net/oauth/ |
| OAuthMessage.java | 366 for (String nvp : m.group(2).split("\\s*,\\s*")) {
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
| OkHeaders.java | 180 for (String varyField : value.split(",")) {
|
| /external/parameter-framework/upstream/parameter/ |
| DomainConfiguration.cpp | 428 void CDomainConfiguration::split(CConfigurableElement *pFromConfigurableElement)
|
| /external/pdfium/testing/tools/ |
| test_runner.py | 130 test_name = os.path.splitext(os.path.split(img_path)[1])[0]
|
| /external/python/cpython2/Lib/distutils/ |
| bcppcompiler.py | 221 head, tail = os.path.split (output_filename) 233 # split objects in .obj and .res files
|
| fancy_getopt.py | 413 Split 'text' into multiple lines of no more than 'width' characters 424 chunks = re.split(r'( +|-+)', text) 455 # (and we know from the re.split above that if a chunk has
|
| /external/python/cpython2/Lib/distutils/command/ |
| register.py | 139 choices = '1 2 3 4'.split()
|
| /external/python/cpython2/Lib/distutils/tests/ |
| test_filelist.py | 85 for line in MANIFEST_IN.split('\n'):
|
| /external/python/cpython2/Lib/email/ |
| generator.py | 55 expanded to 8 spaces) than maxheaderlen, the header will split as 152 # what the encoding is. There is no safe way to split this 154 # ascii split, but if it's multibyte then we could break the 156 # be to not split the string and risk it being too long. 264 lines = text.split('\n')
|
| /external/python/cpython2/Lib/idlelib/ |
| ReplaceDialog.py | 194 width, height, x, y = list(map(int, re.split('[x+]', parent.geometry())))
|
| /external/python/cpython2/Lib/idlelib/idle_test/ |
| test_formatparagraph.py | 62 linelength = int(text.index("%d.end" % line).split('.')[1])
|
| /external/python/cpython2/Lib/ |
| imaplib.py | 205 self.capabilities = tuple(dat[-1].upper().split()) [all...] |