/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...] |
/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 | 3429 int sep = uri.indexOf('!', i); local 3459 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...] |
gstrfuncs.c | 3034 gchar *sep; local [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 | 202 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,
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGRenderTreeAsText.cpp | 100 TextStream& operator<<(TextStream& ts, TextStreamSeparator& sep) 102 if (sep.m_needToSeparate) 103 ts << sep.m_separator; 105 sep.m_needToSeparate = true;
|
/external/qemu/android/ |
console.c | 372 const char* sep; local 377 sep = strchr( name, '|' ); 378 if (sep) 379 len = sep - name; 390 if (sep) 391 name = sep + 1; 393 } while (sep != NULL && *name); [all...] |
/external/bison/src/ |
output.c | 339 char const *sep = ""; local 373 sep, sym->tag, number); 374 sep = ",\n"; 388 char const *sep = ""; local 399 fprintf (out, "%s[", sep); 400 sep = ",\n"; 421 char const *sep = ""; local 432 fprintf (out, "%s[", sep); 433 sep = ",\n";
|
/external/tcpdump/ |
print-802_11.c | 71 const char *sep = " ["; \ 73 PRINT_RATE(sep, p.rates.rate[z], \ 75 sep = " "; \
|
print-nfs.c | 818 char const *sep = ""; local 822 (void)printf("%s%x", sep, dp[i]); 823 sep = ":"; [all...] |
/external/valgrind/main/coregrind/ |
m_redir.c | 1229 HChar sep = spec[0]; local [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | [all...] |
/system/core/sh/ |
jobs.c | 1380 cmdlist(union node *np, int sep) 1383 if (!sep) 1386 if (sep && np->narg.next)
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileTest.java | 422 String sep = File.separator; local 423 f1 = new File(sep + ".."); 430 f1 = new File(sep + "a" + sep + ".." + sep + ".." + sep); [all...] |
/external/iptables/iptables/ |
xtoptions.c | 292 char sep = ':'; local 307 if (*arg == '\0' || *arg == sep) { 317 if (*end != '\0' && *end != sep)
|
/external/icu4c/i18n/ |
dtfmtsym.cpp | 1394 UChar *sep = u_strchr(resStr, (UChar)0x003B \/* ';' *\/); local [all...] |
/external/webkit/Tools/Scripts/webkitpy/style/ |
checker.py | 265 "LayoutTests" + os.path.sep,
|
/external/sonivox/jet_tools/JetCreator/ |
JetUtils.py | 173 base_list = (os.path.abspath(base)).split(os.sep)
174 target_list = (os.path.abspath(target)).split(os.sep)
|
/external/v8/test/mjsunit/ |
apply.js | 168 Array.prototype["1"] = "sep";
|