Searched
full:slash (Results
426 -
450 of
1031) sorted by null
<<11121314151617181920>>
/external/zlib/src/contrib/minizip/ |
minizip.c | 424 /* The path name saved, should not include a leading slash. */ 446 savefilenameinzip = lastslash+1; // base filename follows last slash.
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
gsmamr_enc.h | 43 The comments were changed to "slash-star" rather than double 44 slash, and some wordings of comments were corrected.
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
DelegateMethodAdapter.java | 195 int slash = mClassName.lastIndexOf('/'); local 197 if (dol != -1 && dol > slash && dol == mClassName.indexOf('$')) {
|
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/ |
XMLLexer.java | 13 TEXT=9, CLOSE=10, SPECIAL_CLOSE=11, SLASH_CLOSE=12, SLASH=13, EQUALS=14, 28 "SPECIAL_OPEN", "TEXT", "CLOSE", "SPECIAL_CLOSE", "SLASH_CLOSE", "SLASH",
|
/frameworks/data-binding/library/src/main/java/android/databinding/ |
DataBindingUtil.java | 226 // only one slash should exist 230 // only one slash should exist
|
/libcore/json/src/test/java/org/json/ |
JSONTokenerTest.java | 269 assertEquals("nextClean doesn't consume a trailing slash", 344 // nextString permits slash-escaping of arbitrary characters!
|
/ndk/sources/host-tools/make-3.81/glob/ |
fnmatch.c | 213 /* A slash does not match a wildcard under FNM_FILE_NAME. */ 231 If the name is a file name and contains another slash
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ExplodedRenderingHelper.java | 372 int slash = reference.indexOf('/'); local 373 return reference.substring(slash);
|
/bootable/recovery/minzip/ |
Zip.c | 783 /* Every path will start with the target path and a slash. 855 /* Make sure there's (hopefully, exactly one) slash at the 890 // missing the trailing slash. Most zip files seem to include 891 // the trailing slash, but I think it's legal to leave it off.
|
/dalvik/libdex/ |
DexUtf.cpp | 150 * with respect to type vs. class and dot vs. slash. */
|
/developers/build/ |
build.gradle | 78 // a slash otherwise. Filter out the root paths, too--we only want
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
SystemIDResolver.java | 206 // Replace backslash with forward slash
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SystemIDResolver.java | 199 // Replace backslash with forward slash
|
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/jsdoc-template/ |
publish.js | 3 publish.conf = { // trailing slash expected for dirs
|
/external/clang/lib/Lex/ |
Lexer.cpp | [all...] |
/external/guava/guava/src/com/google/common/net/ |
UrlEscapers.java | 98 * anyway.</a>) Additionally, the escaper escapes the slash character ("/").
|
/external/icu/icu4c/source/i18n/ |
plurrule_impl.h | 37 static const UChar SLASH = ((UChar)0x002F);
|
/external/icu/icu4c/source/tools/gentest/ |
gentest.c | 149 if(*outputDir && /* don't put a trailing slash if outputDir is empty */
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RBBIRuleParseTable.java | 128 , new RBBIRuleTableElement(doExprCatOperator, 254, 21,0, false, "expr-cont-no-slash") // 49
|
/external/ipsec-tools/src/libipsec/ |
ipsec_set_policy.3 | 273 and slash prior to
|
/external/libedit/ |
config.h.in | 208 slash. */
|
/external/libvncserver/libvncserver/ |
config.h | 166 slash. */
|
rfbconfig.h | 169 slash. */
|
/external/lldb/tools/debugserver/source/ |
RNBServices.cpp | 89 // slash in the name. Note, even though we got all the args we don't care
|
/external/v8/test/cctest/ |
cctest.cc | 192 // Split the string in two by nulling the slash and then run
|
Completed in 1224 milliseconds
<<11121314151617181920>>