HomeSort by relevance Sort by last modified time
    Searched refs:sep (Results 76 - 100 of 612) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/tools/
find_depot_tools.py 22 if i.rstrip(os.sep).endswith('depot_tools') and IsRealDepotTools(i):
27 sys.path.append(i.rstrip(os.sep))
  /external/chromium_org/tools/git/
graph.sh 36 data = read.delim("$datafile", sep=' ')
  /external/icu/icu4c/source/test/intltest/
testutil.cpp 40 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) {
47 result.append(sep);
  /external/skia/tools/pyutils/
url_utils_test.py 32 '%sdir%sfile' % (os.path.sep, os.path.sep)),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
libstdc++.so.6.0.16-gdb.py 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib64/
libstdc++.so.6.0.16-gdb.py 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so.6.0.18-gdb.py 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libstdc++.so.6.0.18-gdb.py 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libstdc++.a-gdb.py 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libstdc++.a-gdb.py 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /external/chromium_org/chrome/common/extensions/docs/server2/
local_file_system.py 16 return path.replace('/', os.sep)
20 return path.replace(os.sep, '/')
73 base_path = base_path.replace(os.sep, '/')
87 _ConvertToFilepath(path).lstrip(os.sep))
106 _ConvertToFilepath(path).lstrip(os.sep))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
print_layout_test_times.py 121 sep = Port.TEST_PATH_SEPARATOR
123 return sep.join(path.split(sep)[:-1][:forward])
125 return sep.join(path.split(sep)[:-backward])
  /external/chromium_org/tools/grit/grit/
util_unittest.py 65 for path1 in [base_path, base_path + os.path.sep]:
66 for path2 in [other_path, other_path + os.path.sep]:
71 root_dir = 'c:%sa' % os.path.sep
72 result1 = '..%sabc' % os.path.sep
75 path2 = '%s%s%s' % (root_dir, os.path.sep, result2)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
strlist.c 120 char *sep; local
123 while ((sep = strchr(s, ',')) != NULL) {
124 *sep = '\0';
126 *sep = ',';
129 s = sep + 1;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
multifile.py 95 for i, sep in enumerate(reversed(self.stack)):
96 if marker == self.section_divider(sep):
99 elif marker == self.end_marker(sep):
133 def push(self, sep):
136 self.stack.append(sep)
stringold.py 104 def split(s, sep=None, maxsplit=0):
105 """split(str [,sep [,maxsplit]]) -> list of strings
107 Return a list of the words in the string s, using sep as the
109 maxsplit words If sep is not specified, any whitespace string
115 return s.split(sep, maxsplit)
119 def join(words, sep = ' '):
120 """join(list [,sep]) -> string
123 intervening occurrences of sep. The default separator is a
129 return sep.join(words)
369 def capwords(s, sep=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
multifile.py 95 for i, sep in enumerate(reversed(self.stack)):
96 if marker == self.section_divider(sep):
99 elif marker == self.end_marker(sep):
133 def push(self, sep):
136 self.stack.append(sep)
stringold.py 104 def split(s, sep=None, maxsplit=0):
105 """split(str [,sep [,maxsplit]]) -> list of strings
107 Return a list of the words in the string s, using sep as the
109 maxsplit words If sep is not specified, any whitespace string
115 return s.split(sep, maxsplit)
119 def join(words, sep = ' '):
120 """join(list [,sep]) -> string
123 intervening occurrences of sep. The default separator is a
129 return sep.join(words)
369 def capwords(s, sep=None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 301 # character except the special characters (currently: just os.sep).
302 sep = os.sep
303 if os.sep == '\\':
306 sep = r'\\\\'
307 escaped = r'\1[^%s]' % sep
335 sep = os.sep
336 if os.sep == '\\':
337 sep = r'\\
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 301 # character except the special characters (currently: just os.sep).
302 sep = os.sep
303 if os.sep == '\\':
306 sep = r'\\\\'
307 escaped = r'\1[^%s]' % sep
335 sep = os.sep
336 if os.sep == '\\':
337 sep = r'\\
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
finder.py 40 self.top_package = starting_subdirectory.replace(filesystem.sep, '.') + '.'
56 return path.replace(self.top_directory + self.filesystem.sep, '').replace(self.filesystem.sep, '.')[:-3]
61 if realpath.startswith(self.top_directory + self.filesystem.sep):
62 return realpath.replace(self.top_directory + self.filesystem.sep, '')
95 relpath = name.replace('.', self.filesystem.sep) + '.py'
126 names = self._find_in_trees(arg.replace('.', self.filesystem.sep), suffixes)
  /external/iproute2/tc/
f_flow.c 65 char *s, *sep; local
72 sep = strchr(s, ',');
73 if (sep)
74 *sep = '\0';
87 s = sep ? sep + 1 : NULL;
299 char *sep = ""; local
304 fprintf(f, "%s%s", sep, flow_keys[i]);
305 sep = ",";
  /external/iptables/extensions/
libxt_conntrack.c 580 const char *sep = " "; local
583 printf("%sINVALID", sep);
584 sep = ",";
587 printf("%sNEW", sep);
588 sep = ",";
591 printf("%sRELATED", sep);
592 sep = ",";
595 printf("%sESTABLISHED", sep);
596 sep = ",";
599 printf("%sUNTRACKED", sep);
615 const char *sep = " "; local
1116 const char *sep = ""; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
execfile.py 17 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]
  /external/chromium_org/third_party/re2/re2/testing/
dump.cc 134 string sep; local
138 s->append(sep);
143 sep = " ";

Completed in 2095 milliseconds

1 2 34 5 6 7 8 91011>>