Searched refs:sep (Results 101 - 125 of 340) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/third_party/mozilla_security_manager/
H A DnsNSSCertHelper.h71 std::string ProcessKeyUsageBitString(SECItem* bitstring, char sep);
/external/chromium_org/testing/
H A Dtest_env.py79 cmd[0] = cmd[0].replace('/', os.path.sep)
/external/chromium_org/third_party/markupsafe/
H A D__init__.py185 def partition(self, sep):
187 text_type.partition(self, self.escape(sep))))
188 def rpartition(self, sep):
190 text_type.rpartition(self, self.escape(sep))))
/external/chromium_org/tools/cr/cr/base/
H A Dplatform.py65 if entry.endswith(os.path.sep + 'goma'):
/external/chromium_org/tools/python/google/
H A Dpath_utils.py60 if found_path.endswith(os.sep):
/external/compiler-rt/lib/msan/
H A Dmsan_report.cc42 char *sep = internal_strchr(s, '@'); local
43 CHECK(sep);
44 *sep = '\0';
50 Symbolizer::Get()->Demangle(sep + 1), d.Origin(), d.End());
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcolor.c97 int sep = 0; local
103 sep++;
106 if (sep++)
116 if (sep++)
/external/oprofile/libutil++/
H A Dstring_manip.h39 * @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);
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.cc430 wchar_t* sep = NULL; local
436 sep = &module_path->Buffer[ix];
442 if ((ix == start_pos) && sep)
446 if (!sep) {
447 sep = &module_path->Buffer[-1];
465 NTSTATUS ret = CopyData(out_string->Buffer, &sep[1], out_string->Length);
/external/chromium_org/tools/grit/grit/
H A Dutil.py73 normalized_path = os.path.normpath(path_without_prefix.strip(os.path.sep))
89 if len(prefix) > 0 and prefix[-1] == os.path.sep:
108 if path[len(prefix)] == os.path.sep:
112 index_sep = prefix.rfind(os.path.sep)
113 # The use "index_sep + 1" because it includes the final sep
134 path_pieces = remaining_base_path.split(os.path.sep)
136 base_to_prefix = (".." + os.path.sep) * base_depth_from_prefix
/external/fio/
H A Dioengines.c578 char *sep; local
590 sep = strchr(engine, ',');
591 if (sep) {
592 *sep = 0;
593 sep++;
605 ret = show_cmd_help(td.io_ops->options, sep);
/external/chromium_org/third_party/icu/source/i18n/
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);
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_sqlite3.cc220 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/third_party/markdown/extensions/
H A Dheaderid.py164 sep = self.config['separator']
171 id = slugify(''.join(itertext(elem)), sep)
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
H A Dnative_heap_classifier.py92 parts = posixpath.commonprefix(args).rpartition(posixpath.sep)[0]
93 return parts + posixpath.sep if parts else ''
/external/icu/icu4c/source/i18n/
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);
/external/llvm/utils/lit/lit/formats/
H A Dbase.py74 if suffix.startswith(os.sep):
77 testSuite, path_in_suite + tuple(suffix.split(os.sep)),
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_media.h280 void btif_a2dp_set_peer_sep(UINT8 sep);
/external/chromium_org/v8/test/cctest/
H A Dtestcfg.py79 testname = testcase.path.split(os.path.sep)[-1]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h118 const char *sep) = 0;
/external/libcap-ng/libcap-ng-0.7/
H A Dpy-compile116 filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)"
/external/tcpdump/
H A Dprint-babel.c254 const char *sep; local
279 sep = " ";
281 printf("%s%s", sep, tok2str(diversity_str, "%u", *cp++));
282 sep = "-";
/external/chromium_org/build/android/gyp/
H A Djava_cpp_enum.py140 script_components = os.path.abspath(sys.argv[0]).split(os.path.sep)
142 return os.sep.join(script_components[build_index:])
150 package_path = enum_definition.class_package.replace('.', os.path.sep)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dspeech_rule_engine.js199 var sep = separator || '';
204 var sepClosure = sFunc ? sFunc(nodes, sep) : function() {return sep;};
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc116 size_t sep = module_path.find_last_of(L'\\');
117 if (sep == base::string16::npos)
120 return module_path.substr(sep+1);

Completed in 6410 milliseconds

1234567891011>>