HomeSort by relevance Sort by last modified time
    Searched full:quote (Results 201 - 225 of 1323) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
StreamTokenizerTest.java 56 assertEquals("the next token returned should be the quote character",
58 assertEquals("the next token returned should be the quote character",
77 assertEquals("the next token returned should be the quote character",
79 assertEquals("the next token returned should be the quote character",
95 assertTrue("the next token returned should be the quote character",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 110 commandList.add(quote("-p" + projectTarget.getPath(IAndroidTarget.ANDROID_AIDL))); //$NON-NLS-1$
118 commandList.add(quote("-I" + f.getLocation().toOSString())); //$NON-NLS-1$
126 commandList.add(quote("-I" + aidlFile.getAbsolutePath())); //$NON-NLS-1$
185 commands[index] = quote(osSourcePath);
186 commands[index + 1] = quote(data.getOutput().getLocation().toOSString());
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduComposer.java 286 * Text-string = [Quote] *TEXT End-of-string
288 * ; a Quote character must precede it. Otherwise the Quote character
289 * ;must be omitted. The Quote is not part of the contents.
307 * Text-string = [Quote] *TEXT End-of-string
309 * ; a Quote character must precede it. Otherwise the Quote character
310 * ;must be omitted. The Quote is not part of the contents.
408 * Value-length = Short-length | (Length-quote Length)
411 * Length-quote = <Octet 31
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduComposer.java 293 * Text-string = [Quote] *TEXT End-of-string
295 * ; a Quote character must precede it. Otherwise the Quote character
296 * ;must be omitted. The Quote is not part of the contents.
314 * Text-string = [Quote] *TEXT End-of-string
316 * ; a Quote character must precede it. Otherwise the Quote character
317 * ;must be omitted. The Quote is not part of the contents.
415 * Value-length = Short-length | (Length-quote Length)
418 * Length-quote = <Octet 31
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Address.java 54 * Name part. No surrounding double quote, and no MIME/base64 encoding.
160 * Get name part as UTF-16 string. No surrounding double quote, and no MIME/base64 encoding.
169 * Set personal part from UTF-16 string. Optional surrounding double quote will be removed.
179 * Decodes name from UTF-16 string. Optional surrounding double quote will be removed.
296 * Ensures that the given string starts and ends with the double quote character. The string is
297 * not modified in any way except to add the double quote character to start and end if it's not
358 * It may be surrounded by double quote or quoted and MIME/base64 encoded if necessary.
  /packages/services/Telephony/src/com/android/phone/common/mail/
Address.java 53 * Name part. No surrounding double quote, and no MIME/base64 encoding.
159 * Get name part as UTF-16 string. No surrounding double quote, and no MIME/base64 encoding.
168 * Set personal part from UTF-16 string. Optional surrounding double quote will be removed.
178 * Decodes name from UTF-16 string. Optional surrounding double quote will be removed.
295 * Ensures that the given string starts and ends with the double quote character. The string is
296 * not modified in any way except to add the double quote character to start and end if it's not
357 * It may be surrounded by double quote or quoted and MIME/base64 encoded if necessary.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 43 # Match any flavor of string; the terminating quote is optional
262 quote = ch
263 if str[i-1:i+2] == quote * 3:
264 quote = quote * 3
266 w = len(quote) - 1
275 if str[i-1:i+w] == quote:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 43 # Match any flavor of string; the terminating quote is optional
262 quote = ch
263 if str[i-1:i+2] == quote * 3:
264 quote = quote * 3
266 w = len(quote) - 1
275 if str[i-1:i+w] == quote:
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 620 int quote = nextNonWhitespace(); local
621 switch (quote) {
625 name = nextString((char) quote);
798 * Returns the string up to but not including {@code quote}, unescaping any
799 * character escape sequences encountered along the way. The opening quote
800 * should have already been read. This consumes the closing quote, but does
803 * @param quote either ' or ".
807 private String nextString(char quote) throws IOException {
815 if (c == quote) {
    [all...]
  /frameworks/base/core/java/android/util/
JsonReader.java 652 int quote = nextNonWhitespace(); local
653 switch (quote) {
657 name = nextString((char) quote);
870 * Returns the string up to but not including {@code quote}, unescaping any
871 * character escape sequences encountered along the way. The opening quote
872 * should have already been read. This consumes the closing quote, but does
875 * @param quote either ' or ".
879 private String nextString(char quote) throws IOException {
887 if (c == quote) {
    [all...]
  /cts/tools/dasm/src/dasm/
Scanner.java 341 readNextChar(); // skip closing quote
435 readNextChar(); // skip closing quote
492 readNextChar(); // skip close quote
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
cgiapp.py 10 from six.moves.urllib.parse import quote namespace
73 quote(environ.get('SCRIPT_NAME', ''))
74 + quote(environ.get('PATH_INFO', '')))
proxy.py 34 from six.moves.urllib.parse import quote namespace
105 path_info = quote(environ['PATH_INFO'])
231 path = quote(path)
  /external/e2fsprogs/lib/blkid/
tag.c 219 * have to both quote and escape quote so that the quotes make it to
241 goto errout; /* missing closing quote */
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetSCSU.java 29 private static final short SQ0=0x01; /* Quote from window pair 0 */
30 private static final short SQ7=0x08; /* Quote from window pair 7 */
33 private static final short SQU=0x0E; /* Quote a single Unicode character */
44 private static final short UQU=0xF0; /* Quote a single Unicode character */
    [all...]
  /dalvik/dx/src/com/android/multidex/
Path.java 56 for (String filePath : definition.split(Pattern.quote(File.pathSeparator))) {
  /external/antlr/antlr-3.4/gunit/
CHANGES.txt 29 (I had to quote the "^(" root tokens):
  /external/bison/tests/
atlocal.in 90 # Use simple quotes (lib/quote.c).
  /external/boringssl/src/util/bot/
vs_toolchain.py 54 os.environ['GYP_DEFINES'] = ' '.join('%s=%s' % (k, pipes.quote(str(v)))
  /external/deqp/doc/testspecs/GLES2/
functional.negative_api.txt 44 Test log includes a quote from the specification indicating the conditions
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONObject.java 72 * quote)</small>.</li>
73 * <li>Strings do not need to be quoted at all if they do not begin with a quote
74 * or single quote, and if they do not contain leading or trailing spaces,
516 throw new JSONException("JSONObject[" + quote(key) +
542 throw new JSONException("JSONObject[" + quote(key) +
561 throw new JSONException("JSONObject[" + quote(key) +
596 throw new JSONException("JSONObject[" + quote(key) +
614 throw new JSONException("JSONObject[" + quote(key) +
1128 public static String quote(String string) { method in class:JSONObject
1334 sb.append(quote(o.toString())); method
1388 sb.append(quote(o.toString())); method
1403 sb.append(quote(o.toString())); method
1551 writer.write(quote(k.toString())); method
    [all...]
  /external/jsilver/src/org/clearsilver/jni/
JNI.java 72 Pattern.quote(File.pathSeparator));
  /external/lldb/source/Interpreter/
OptionValueFileSpec.cpp 96 error.SetErrorString("please supply a single path argument for this file or quote the path if it contains spaces");
  /external/mksh/src/
emacsfn.h 52 FN(literal, "quote", 0)
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PVisitedNetworkIDParser.java 137 // Got to the terminating quote.

Completed in 348 milliseconds

1 2 3 4 5 6 7 891011>>