Searched
full:slash (Results
526 -
550 of
1031) sorted by null
<<21222324252627282930>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
AndroidManifestDescriptors.java | 255 * If this name does NOT have a slash (/), the ANDROID_NAME_ATTR attribute will be overriden. 273 * If this name does NOT have a slash (/), the ANDROID_NAME_ATTR attribute will be overriden.
|
/external/toybox/toys/pending/ |
ip.c | 416 char *slash = strchr(name, '/'); local 418 if (slash) *slash = 0; 421 if (slash) { // grab netmask. 422 if (get_nmask_prefix(netmask, af, slash+1, family)) 424 *slash ='/'; 429 if (!*addr && !slash && !af) *len = 0; [all...] |
/external/google-breakpad/src/tools/linux/md2core/ |
minidump-2-core.cc | 821 size_t slash = filename.find_last_of('/'); local 822 std::string basename = slash == std::string::npos ? 823 filename : filename.substr(slash + 1); [all...] |
/libcore/luni/src/main/java/java/io/ |
File.java | 179 // Removes duplicate adjacent slashes and any trailing slash. 198 // Remove any trailing slash (unless this is the root of the file system). [all...] |
/dalvik/opcode-gen/ |
opcode-gen.awk | 304 gsub("[/-]", "_", constName[idx]); # Dash and slash become underscore.
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestDFAConversion.java | [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
URLClassLoaderTest.java | 438 // try with the leading forward slash
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
FuncDocument.java | 179 // latter must have a colon and that colon must occur before any slash
|
/external/bison/lib/ |
config.in.h | 69 /* Define to 1 if fopen() fails to recognize a trailing slash. */ [all...] |
/external/blktrace/doc/ |
blkparse.1 | 501 sector (separated by a slash (/) is output, followed by the command
|
/external/boringssl/src/crypto/x509v3/ |
v3_ncons.c | 481 /* Otherwise look for trailing slash */
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
extras_routes_test.py | 87 # Strict slash routes must have a name.
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/ |
shell.py | 62 """ Convert slash path to native """
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/ |
shell.py | 62 """ Convert slash path to native """
|
/external/icu/icu4c/source/i18n/ |
regexcst.txt | 468 # Common back-slash escape processing within set expressions
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
KeyTypeData.java | 303 // a timezone key uses a colon instead of a slash in the resource.
|
/external/iproute2/man/man8/ |
ip-route.8 | 266 is an IP or IPv6 address optionally followed by a slash and the
|
ip-route.8.in | 266 is an IP or IPv6 address optionally followed by a slash and the
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
HtmlUtils.java | 327 * back-slash and single quote are all backslash-escaped. All other characters
|
/external/jsoncpp/src/lib_json/ |
json_writer.cpp | 160 // slash is also legal, so I see no reason to escape it.
|
/external/kernel-headers/original/uapi/linux/ |
keyboard.h | 343 #define K_PSLASH K(KT_PAD,13) /* key-pad slash */
|
/external/libvncserver/rfb/ |
rfbconfig.h | 439 slash. */
|
/external/libxml2/test/valid/dtds/ |
xhtml-symbol.ent | 117 <!ENTITY frasl "⁄"> <!-- fraction slash, U+2044 NEW -->
|
/external/lldb/tools/darwin-debug/ |
darwin-debug.cpp | 173 program_name++; // Skip the last slash..
|
/external/llvm/include/llvm/Support/ |
Path.h | 38 /// * Dot, if one or more trailing non-root slash characters are present.
|
Completed in 2744 milliseconds
<<21222324252627282930>>