HomeSort by relevance Sort by last modified time
    Searched refs:sep (Results 126 - 150 of 524) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 454 sep = '/'
457 sep = '\\'
460 sep = '\\'
463 sep = '\\'
469 def join(a, b, sep=sep):
473 if lastchar == '/' or lastchar == sep:
475 return a + sep + b
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 15 from os.path import dirname, join, exists, sep namespace
96 for ext in [".py", sep, ".pyc", ".so", ".sl", ".pyd"]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserString.py 105 def partition(self, sep):
106 return self.data.partition(sep)
115 def rpartition(self, sep):
116 return self.data.rpartition(sep)
118 def split(self, sep=None, maxsplit=-1):
119 return self.data.split(sep, maxsplit)
120 def rsplit(self, sep=None, maxsplit=-1):
121 return self.data.rsplit(sep, maxsplit)
imputil.py 454 sep = '/'
457 sep = '\\'
460 sep = '\\'
463 sep = '\\'
469 def join(a, b, sep=sep):
473 if lastchar == '/' or lastchar == sep:
475 return a + sep + b
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 15 from os.path import dirname, join, exists, sep namespace
96 for ext in [".py", sep, ".pyc", ".so", ".sl", ".pyd"]:
  /external/tcpdump/
print-ospf6.c 120 register char sep = ' '; local
124 printf("%c%s", sep, bp->str);
125 sep = '/';
502 register char sep; local
548 sep = ' ';
551 printf("%cI", sep);
552 sep = '/';
555 printf("%cM", sep);
556 sep = '/';
559 printf("%cMS", sep);
    [all...]
  /external/chromium_org/chrome/third_party/mozilla_security_manager/
nsNSSCertHelper.h 78 std::string ProcessKeyUsageBitString(SECItem* bitstring, char sep);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_finder.py 61 if path.startswith(self.LAYOUT_TESTS_DIRECTORY + self._filesystem.sep):
62 return path[len(self.LAYOUT_TESTS_DIRECTORY + self._filesystem.sep):]
70 if test_path_separator != fs.sep:
71 filename = filename.replace(test_path_separator, fs.sep)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2263.js 29 var sep = { toString: function(){ throw { type: "toString" }}};
30 assertThrows("Array.prototype.join.call(obj, sep)", undefined, "length");
  /external/linux-tools-perf/util/
color.c 96 int sep = 0; local
102 sep++;
105 if (sep++)
115 if (sep++)
sort.c 115 char *sep = bf; local
118 sep = strchr(sep, *field_sep);
119 if (sep == NULL)
121 *sep = '.';
  /external/oprofile/libutil++/
string_manip.h 39 * @param sep the separator_char
42 * separated by the sep character, sep char can be escaped
43 * by '\\' to specify a sep char in a token, '\\' not followed
44 * by a sep is taken as it e.g. "\,\a" --> ",\a"
46 std::vector<std::string> separate_token(std::string const & str, char sep);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
DecoderUtil.java 194 String sep = body.substring(previousEnd, begin); local
198 sb.append(sep);
201 if (!previousWasEncoded || !CharsetUtil.isWhitespace(sep)) {
202 sb.append(sep);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 108 sep = re.escape(os.sep)
110 stderr, r"No changes to .*/__init__\.py".replace("/", sep))
112 stderr, r"No changes to .*/trivial\.py".replace("/", sep))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookie.py 36 self.assertEqual(C.output(sep='\n'), case['output'])
test_generators.py 1124 sep = "+" + "-+" * n
1125 print sep
1130 print sep
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 108 sep = re.escape(os.sep)
110 stderr, r"No changes to .*/__init__\.py".replace("/", sep))
112 stderr, r"No changes to .*/trivial\.py".replace("/", sep))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookie.py 36 self.assertEqual(C.output(sep='\n'), case['output'])
test_generators.py 1124 sep = "+" + "-+" * n
1125 print sep
1130 print sep
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lib.c 184 int sep, c; local
191 if ((sep = **RS) == 0) {
192 sep = '\n';
199 for (; (c=getc(inf)) != sep && c != EOF; ) {
205 if (**RS == sep || c == EOF)
259 char *r, *fr, sep; local
279 } else if ((sep = *inputFS) == ' ') { /* default whitespace */
298 } else if ((sep = *inputFS) == 0) { /* new: FS="" => 1 char/field */
328 while (*r != sep && *r != rtest && *r != '\0') /* \n is always a separator */
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
action_makenames.py 118 inputAbsPosix = inputAbs.replace(os.path.sep, posixpath.sep)
  /external/chromium_org/third_party/icu/source/i18n/
tridpars.cpp 554 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);
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_sqlite3.cc 220 const char* sep = strchr(line, ':');
221 if (sep == NULL) {
224 Slice key = TrimSpace(Slice(line, sep - 1 - line));
225 Slice val = TrimSpace(Slice(sep + 1));
349 const char* sep = strchr(benchmarks, ','); local
351 if (sep == NULL) {
355 name = Slice(benchmarks, sep - benchmarks);
356 benchmarks = sep + 1;
  /external/chromium_org/tools/perf/measurements/
blink_perf.py 49 skipped.append(line.replace('/', os.sep))
53 return page_set.PageSet.FromDict(page_set_dict, os.getcwd() + os.sep)
  /external/icu4c/i18n/
tridpars.cpp 554 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);

Completed in 842 milliseconds

1 2 3 4 56 7 8 91011>>