Searched refs:sep (Results 76 - 100 of 340) sorted by path

1234567891011>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dexecfile.py17 def rsplit1(s, sep):
18 """The same as s.rsplit(sep, 1), but works in 2.3"""
19 parts = s.split(sep)
20 return sep.join(parts[:-1]), parts[-1]
H A Dfiles.py12 self.relative_dir = self.abs_file(os.curdir) + os.sep
65 markers = ['.zip'+os.sep, '.egg'+os.sep]
100 if fpath[len(d)] == os.sep:
122 def sep(s): function
123 """Find the path separator used in this string, or os.sep if none."""
128 the_sep = os.sep
166 pattern_sep = sep(pattern)
181 result_sep = sep(result)
H A Dxmlreport.py72 xpackage.setAttribute("name", pkg_name.replace(os.sep, '.'))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Ddispatch.py80 path = path.replace('\\', os.path.sep)
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Dcipher_test.c121 static uint8_t *ustrsep(char **p, const char *sep) { argument
122 return (uint8_t *)sstrsep(p, sep);
/external/chromium_org/third_party/boringssl/src/crypto/conf/
H A Dconf.c704 int CONF_parse_list(const char *list, char sep, int remove_whitespace, argument
721 p = strchr(lstart, sep);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dconf.h119 /* CONF_parse_list takes a list separated by 'sep' and calls |list_cb| giving
124 int CONF_parse_list(const char *list, char sep, int remove_whitespace,
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py38 start_list = os.path.abspath(start).split(os.path.sep)
39 path_list = os.path.abspath(path).split(os.path.sep)
429 if '.' + os.path.sep in include_path:
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DMain.py163 rel_path = module_name.replace('.', os.sep) + os.path.splitext(pxd_pathname)[1]
407 rel_path = full_module_name.replace('.', os.sep) + source_ext
H A DScanning.py215 cwd = Utils.decode_filename(os.getcwd() + os.path.sep)
/external/chromium_org/third_party/cython/src/Cython/
H A DTestUtils.py188 filename = line.strip().strip('#').strip().replace('/', os.path.sep)
/external/chromium_org/third_party/cython/src/Cython/Tests/
H A Dxmlrunner.py305 (test_runner.output, os.sep, suite), 'w')
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DCythonFunction.c873 PyObject *sep = NULL; local
889 sep = PyUnicode_FromString("|");
890 if (sep)
891 signature = PyUnicode_Join(sep, list);
895 Py_XDECREF(sep);
H A DStringTools.c710 static CYTHON_INLINE PyObject* __Pyx_PyBytes_Join(PyObject* sep, PyObject* values); /*proto*/
717 static CYTHON_INLINE PyObject* __Pyx_PyBytes_Join(PyObject* sep, PyObject* values) { argument
718 return PyObject_CallMethodObjArgs(sep, PYIDENT("join"), values, NULL);
/external/chromium_org/third_party/cython/src/pyximport/
H A Dpyximport.py297 sep = os.path.sep
303 if is_file(path+sep+pyx_module_name):
/external/chromium_org/third_party/cython/src/
H A Druntests.py1160 skipped_dirs = ['Cython' + os.path.sep + 'Debugger' + os.path.sep]
1164 skipped_dirs.append(dirpath + os.path.sep)
1177 modulename = module_prefix + filepath[len(path)+1:].replace(os.path.sep, '.')
1214 modulename = module_prefix + filepath[len(path)+1:].replace(os.path.sep, '.')
/external/chromium_org/third_party/icu/source/i18n/
H A Dlocdspnm.cpp382 UnicodeString sep; local
383 langData.getNoFallback("localeDisplayPattern", "separator", sep);
384 if (sep.isBogus()) {
385 sep = UnicodeString("{0}, {1}", -1, US_INV);
388 separatorFormat = new MessageFormat(sep, status);
H A Dtridpars.cpp554 int32_t sep = id.indexOf(TARGET_SEP); local
561 if (sep < 0) {
565 } else if (sep < var) {
567 if (sep > 0) {
568 id.extractBetween(0, sep, source);
571 id.extractBetween(++sep, var, target);
579 id.extractBetween(var, sep++, variant);
580 id.extractBetween(sep, id.length(), target);
H A Dtzfmt.cpp372 UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */); local
373 if (sep != NULL) {
375 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM].setTo(FALSE, hourFormats, (int32_t)(sep - hourFormats));
376 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HM].setTo(TRUE, sep + 1, -1);
1398 UChar sep = isBasic ? 0 : ISO8601_SEP;
1441 if (sep && idx != 0) {
1442 result.append(sep);
2038 TimeZoneFormat::formatOffsetWithAsciiDigits(int32_t offset, UChar sep, OffsetFields minFields, OffsetFields maxFields, UnicodeString& result) {
2069 if (sep && idx != 0) {
2070 result.append(sep);
[all...]
H A Dtznames_impl.cpp1363 int32_t sep = tzID.lastIndexOf((UChar)0x2F /* '/' */); local
1364 if (sep > 0 && sep + 1 < tzID.length()) {
1365 name.setTo(tzID, sep + 1);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtzfmt.h968 * @param sep The field separator character or 0 if not required
973 static UnicodeString& formatOffsetWithAsciiDigits(int32_t offset, UChar sep,
998 * @param sep The separator character
1003 static int32_t parseAsciiOffsetFields(const UnicodeString& text, ParsePosition& pos, UChar sep,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestutil.cpp40 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) { argument
47 result.append(sep);
H A Dtestutil.h28 static UnicodeString hex(const UnicodeString& s, UChar sep);

Completed in 781 milliseconds

1234567891011>>