HomeSort by relevance Sort by last modified time
    Searched full:slash (Results 301 - 325 of 1294) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
paths.h 67 /* Provide trailing slash, since mostly used for building pathnames. */
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
paths.h 67 /* Provide trailing slash, since mostly used for building pathnames. */
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
paths.h 67 /* Provide trailing slash, since mostly used for building pathnames. */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
paths.h 67 /* Provide trailing slash, since mostly used for building pathnames. */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
paths.h 67 /* Provide trailing slash, since mostly used for building pathnames. */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
paths.h 67 /* Provide trailing slash, since mostly used for building pathnames. */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
paths.h 67 /* Provide trailing slash, since mostly used for building pathnames. */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
paths.h 67 /* Provide trailing slash, since mostly used for building pathnames. */
  /system/core/toolbox/
chmod.c 28 if (strlen(dp->d_name) + pathlen + 2/*NUL and slash*/ > PATH_MAX) {
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 537 static struct buffer *match_slash P_((int slash, int regex));
539 match_slash(slash, regex)
540 int slash;
549 /* We allow only 1 byte characters for a slash. */
550 if (BRLEN (slash, &cur_stat) == -2)
561 if (ch == slash)
572 else if (ch != '\n' && (ch != slash || (!regex && ch == '&')))
1277 int slash;
1279 slash = inchar();
1280 if ( !(b = match_slash(slash, true))
1269 int slash; local
1292 int slash; local
    [all...]
  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 299 // from there to the next slash (or end of spec) to be the authority. Note
306 else // Everything starting from the slash to the end is the path.
435 // The path in inner_parsed should start with a slash, then have a filesystem
436 // type followed by a slash. From the first slash up to but excluding the
438 // before the second slash, it's still pretty clear what the user meant, so
443 int inner_path_end = inner_parsed.path.begin + 1; // skip the leading slash
627 // parameter. The path should start with a slash, so we don't need to check
637 // Now search backwards from the filename end to the previous slash
647 // No slash found, this means the input was degenerate (generally path
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
realpath.c 137 * before slash shall point to a directory.
243 * Remove trailing slash except when the resolved pathname
  /device/htc/flounder/VolantisKeyboard/res/raw/
keyboard_layout_volantis_belgian.kcm 21 map key 12 SLASH
107 key SLASH {
keyboard_layout_volantis_german.kcm 21 map key 12 SLASH # ? ? \
101 key SLASH {
keyboard_layout_volantis_italian.kcm 21 map key 12 SLASH
93 key SLASH {
  /external/chromium_org/base/
vlog_unittest.cc 78 // Any slash matches any slash.
  /external/chromium_org/chrome/browser/extensions/
webstore_inline_installer_unittest.cc 119 // Trailing slash in URL.
165 // Path matches (with trailing slash).
  /external/chromium_org/chrome/browser/ui/webui/ntp/
favicon_webui_handler.cc 88 size_t slash = path.find("/", prefix.length()); local
89 path = path.substr(slash + 1);
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
test.js 225 // slash.
240 // slash.
  /external/chromium_org/third_party/yasm/
yasm_assemble.gni 89 # work). This is because rebase_path will terminate the result in a slash if
90 # the input ends in a slash.
  /external/chromium_org/tools/gyp/test/defines-escaping/
gyptest-defines-escaping.py 103 r"""test_args='"\\\"1 visible slash\\\"","""
115 \"1 visible slash\"
  /external/chromium_org/url/
url_canon_internal_file.h 60 // canonicalizer expects the input to begin in a slash already so
67 // a slash because it assumes any nonempty path already starts with one.
  /external/chromium_org/webkit/browser/fileapi/
dump_file_system.cc 25 // where file_name has a trailing slash, file_size is the number of
111 // +1 for the leading extra slash.
  /external/clang/include/clang/Basic/
OperatorKinds.def 66 OVERLOADED_OPERATOR(Slash , "/" , slash , false, true , false)
  /external/iproute2/lib/
utils.c 334 char *slash; local
349 slash = strchr(arg, '/');
350 if (slash)
351 *slash = 0;
366 if (slash) {
367 if (get_netmask(&plen, slash+1, 0)
377 if (slash)
378 *slash = '/';

Completed in 414 milliseconds

<<11121314151617181920>>