HomeSort by relevance Sort by last modified time
    Searched full:separator (Results 876 - 900 of 2854) sorted by null

<<31323334353637383940>>

  /ndk/build/awk/
xml.awk 151 # XML_RPATH: the _reversed_ element path, using "/" as a separator.
173 # 1. '>' as the record separator:
175 # RS is set to '>' to use this character as the record separator, instead of
  /ndk/sources/host-tools/make-3.81/
README.W32 134 you are using colon as a separator versus colon as a drive
143 a. Use semicolon as the separator to disambiguate colon. For
161 You are encouraged to use colon as the separator character.
  /ndk/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 159 // Tests that RemoveDirectoryName() works with the alternate separator
222 // Tests that RemoveFileName() works with the alternate separator on
542 // except for the trailing separator character that distinquishes
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 142 // Gets the path separator from the server
459 * Gets the path separator per the LIST command in RFC 3501. If the path separator
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 110 is a separator. Maxsplit defaults to 0.
118 # Join fields with optional separator
123 intervening occurrences of sep. The default separator is a
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 110 is a separator. Maxsplit defaults to 0.
118 # Join fields with optional separator
123 intervening occurrences of sep. The default separator is a
  /system/core/run-as/
package.c 226 /* skip non-separator characters */
230 /* handle trailing separator case */
235 /* found a separator, check that dataPath is not too long. */
  /external/chromium_org/chrome/browser/resources/options/chromeos/
network_list.js 518 // Add separator
554 var separator = false;
557 separator = true;
568 separator = false;
569 } else if (!separator) {
571 separator = true;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 628 /** Use grouping separator */
860 /** The decimal separator */
862 /** The grouping separator */
864 /** The pattern separator */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 269 logName.indexOf(File.separator, logName.indexOf("_") + 1),
349 logName.indexOf(File.separator, logName.indexOf("_") + 1),
504 if (new File(directory + File.separator + testLogName)
644 dropDirectoryName + File.separator + dropHtmlFileName;
667 dropDirectoryName + File.separator + dropFileName;
764 dropDirectoryName + File.separator + testResultsHtmlFileName;
    [all...]
  /external/expat/lib/
expat.h 213 URI, the namespace separator character, and the local part of the
214 name. If the namespace separator is '\0' then the namespace URI
215 and the local part will be concatenated without any separator.
216 It is a programming error to use the separator '\0' with namespace
227 will serve as the namespace separator.
655 the separator character specified when the parser was created: URI
    [all...]
  /external/qemu/elff/
dwarf_defs.h 298 /* Checks if this is a separator descriptor.
316 /* Size of separator descriptor is always 2 bytes. */
420 * separator (usually it ends a list of "child" DIEs)
424 /* Checks if this is a separator DIE. */
448 // Size of a separator DIE is 1 byte.
857 // Next DIE abbreviation is right after the separator AT abbreviation.
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 298 /* Checks if this is a separator descriptor.
316 /* Size of separator descriptor is always 2 bytes. */
420 * separator (usually it ends a list of "child" DIEs)
424 /* Checks if this is a separator DIE. */
448 // Size of a separator DIE is 1 byte.
857 // Next DIE abbreviation is right after the separator AT abbreviation.
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 72 String campath = Environment.getExternalStorageDirectory() + File.separator +
73 Environment.DIRECTORY_DCIM + File.separator + "Camera";
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 298 string separator = ",";
305 buf.Append(separator);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 353 string separator = ",";
363 buf.Append( separator );
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 140 /// The separator is a comma followed by a space i.e. ", ".
152 /// The separator is a comma followed by a space i.e. ", ".
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BitSet.java 302 String separator = ","; local
309 buf.append(separator);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTTreeParser.stg 322 :{if (stream_<it> != NULL) stream_<it>->free(stream_<it>);}; separator="\n">
324 :{if (stream_<it> != NULL) stream_<it>->free(stream_<it>);}; separator="\n">
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarExecTest.java 123 att.put(Attributes.Name.CLASS_PATH, ".." + File.separator + barJar.getParentFile().getName() + File.separator + barJar.getName());
ZipExecTest.java 125 att.put(Attributes.Name.CLASS_PATH, ".." + File.separator + barZip.getParentFile().getName() + File.separator + barZip.getName());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest5.java 156 String slash = System.getProperty("file.separator");
289 String slash = System.getProperty("file.separator");
  /external/bison/m4/
include_next.m4 214 dnl treat backslash as a directory separator, like /.
216 dnl directory separator, inside the
locale-fr.m4 67 /* Check whether the decimal separator is a comma.
195 /* Check whether the decimal separator is a comma.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 54 String nl = System.getProperty("line.separator");
357 String nl = System.getProperty("line.separator");

Completed in 866 milliseconds

<<31323334353637383940>>