| /external/v8/test/mozilla/ |
| testcfg.py | 106 root_path = root[len(self.root):].split(os.path.sep)
|
| /external/v8/test/test262/ |
| testcfg.py | 90 root_path = root[len(self.root):].split(os.path.sep)
|
| /sdk/eclipse/scripts/ |
| collect_sources_for_sdk.py | 117 pkg = pkg.replace(".", os.path.sep) # e.g. android.view => android/view
|
| /external/icu4c/tools/tzcode/ |
| icuzdump.cpp | 123 void setLineSeparator(const char* sep) { 124 linesep = sep; 311 << "\t-l <sep> : New line code type used in file outputs. CR or LF (default)"
|
| /external/llvm/utils/lit/lit/ |
| TestFormats.py | 179 if suffix.startswith(os.sep): 182 path_in_suite + tuple(suffix.split(os.sep)),
|
| /external/nist-sip/java/gov/nist/core/ |
| GenericObjectList.java | 381 * @param sep 384 public void setSeparator(String sep) { 385 separator = sep;
|
| /external/openssl/crypto/evp/ |
| evp_test.c | 127 static unsigned char *ustrsep(char **p,const char *sep) 128 { return (unsigned char *)sstrsep(p,sep); }
|
| /external/regex-re2/re2/ |
| dfa.cc | 482 const char* sep = ""; local 486 sep = ""; 488 StringAppendF(&s, "%s%d", sep, *it); 489 sep = ","; 504 const char* sep = ""; local 509 sep = ""; 511 StringAppendF(&s, "%s%d", sep, state->inst_[i]); 512 sep = ","; [all...] |
| /external/chromium/base/ |
| string_util.cc | 810 typename STR::value_type sep) { 819 result += sep; 826 std::string JoinString(const std::vector<std::string>& parts, char sep) { 827 return JoinStringT(parts, sep); 830 string16 JoinString(const std::vector<string16>& parts, char16 sep) { 831 return JoinStringT(parts, sep); [all...] |
| /external/chromium/net/ftp/ |
| ftp_network_transaction.cc | 129 char sep = *(++ptr); local 130 if (!sep || isdigit(sep) || *(++ptr) != sep || *(++ptr) != sep) 139 if (*ptr != sep) [all...] |
| /external/icu4c/tools/toolutil/ |
| package.cpp | 284 char *sep; local 291 sep=strchr(filename, 0)-strlen(name); 292 while((sep=strchr(sep, U_FILE_SEP_CHAR))!=NULL) { 293 if(sep!=filename) { 294 *sep=0; // truncate temporarily 301 *sep++=U_FILE_SEP_CHAR; // restore file separator character [all...] |
| /system/core/sh/ |
| expand.c | 828 char sep; local 880 sep = ifsval()[0]; 882 sep = ' '; 885 if (*ap && sep) 886 STPUTC(sep, expdest);
|
| /external/bluetooth/bluez/audio/ |
| sink.c | 289 static void stream_setup_complete(struct avdtp *session, struct a2dp_sep *sep, 332 static void select_complete(struct avdtp *session, struct a2dp_sep *sep, 342 id = a2dp_config(session, sep, stream_setup_complete, caps, sink);
|
| source.c | 242 static void stream_setup_complete(struct avdtp *session, struct a2dp_sep *sep, 285 static void select_complete(struct avdtp *session, struct a2dp_sep *sep, 299 id = a2dp_config(session, sep, stream_setup_complete, caps, source);
|
| /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
| test_runner.py | 223 self.LAYOUT_TESTS_DIRECTORY = "LayoutTests" + self._fs.sep 443 index = test_file.rfind(self._fs.sep + self.LAYOUT_TESTS_DIRECTORY) 446 test_file_parts = test_file.split(self._fs.sep, 1) 456 and test_file.find(self._fs.sep) >= 0): 457 test_file_parts = test_file.split(self._fs.sep, 1) 475 split_path = test_file.split(self._port._filesystem.sep) [all...] |
| /prebuilt/common/commons-cli/ |
| commons-cli-1.2.jar | |
| /external/javassist/src/main/javassist/ |
| ClassPool.java | 947 char sep = File.pathSeparatorChar; local [all...] |
| /external/openssl/crypto/conf/ |
| conf_mod.c | 574 /* This function takes a list separated by 'sep' and calls the 580 int CONF_parse_list(const char *list_, int sep, int nospc, 600 p = strchr(lstart, sep);
|
| conf.h | 205 int CONF_parse_list(const char *list, int sep, int nospc,
|
| /frameworks/base/core/java/android/content/ |
| Intent.java | 3608 int sep = uri.indexOf('!', i); local 3638 int sep = uri.indexOf('!', i); local [all...] |
| /development/build/tools/ |
| mk_sources_zip.py | 155 pkg = pkg.replace(".", os.path.sep) # e.g. android.view => android/view
|
| /external/bluetooth/glib/glib/ |
| gfileutils.c | 1269 const char *sep; local 1312 sep = ""; 1314 sep = G_DIR_SEPARATOR_S; 1316 fulltemplate = g_strconcat (tmpdir, sep, tmpl, NULL); [all...] |
| /external/chromium/third_party/libjingle/source/talk/base/ |
| proxydetect.cc | 254 char sep) { 267 if (const char * end = ::strchr(list, sep)) { 308 if (const char * sep = strchr(address, kAddressSeparator)) { 309 len = (sep - address); [all...] |
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| Store.h | 208 const char* nl, const char *sep) = 0;
|
| /external/openssl/include/openssl/ |
| conf.h | 205 int CONF_parse_list(const char *list, int sep, int nospc,
|