HomeSort by relevance Sort by last modified time
    Searched defs:quotes (Results 1 - 25 of 25) sorted by null

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
AbstractCommandHandler.java 65 * Return the specified text surrounded with double quotes
67 * @param text - the text to surround with quotes
68 * @return the text with leading and trailing double quotes
72 protected static String quotes(String text) { method in class:AbstractCommandHandler
74 final String QUOTES = "\"";
75 return QUOTES + text + QUOTES;
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
AbstractCommandHandler.java 156 * Return the specified text surrounded with double quotes
158 * @param text - the text to surround with quotes
159 * @return the text with leading and trailing double quotes
163 protected static String quotes(String text) { method in class:AbstractCommandHandler
165 final String QUOTES = "\"";
166 return QUOTES + text + QUOTES;
  /external/nist-sip/java/gov/nist/core/
NameValue.java 57 private String quotes; field in class:NameValue
67 this.quotes = "";
85 quotes = "";
112 this.quotes = Separators.DOUBLE_QUOTE;
166 buffer.append(name).append(separator).append(quotes);
168 buffer.append(quotes);
177 return name + separator + quotes + quotes;
181 buffer.append(name).append(separator).append(quotes).append(quotes);
    [all...]
  /external/boringssl/src/crypto/x509/
a_strex.c 134 /* If we don't escape with quotes, signal we need quotes */
178 int type, unsigned char flags, char *quotes, char_io *io_ch,
233 quotes, io_ch, arg);
240 do_esc_char(c, (unsigned char)(flags | orflags), quotes,
341 char quotes; local
343 quotes = 0;
398 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL);
402 if (quotes)
406 if (quotes && !io_ch(arg, "\"", 1)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 1333 const bool quotes = isa<VarDecl>(DR->getDecl()); local
    [all...]
  /external/libmicrohttpd/src/microhttpd/
connection.c 1302 int quotes; local
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 328 QuoteSpan[] quotes = text.getSpans(i, next, QuoteSpan.class); local
330 for (QuoteSpan quote : quotes) {
336 for (QuoteSpan quote : quotes) {
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 278 milliseconds