/external/wpa_supplicant_8/ |
CONTRIBUTIONS | 68 ===[ start quote from http://developercertificate.org/ ]======================= 107 ===[ end quote from http://developercertificate.org/ ]=========================
|
/ndk/sources/host-tools/make-3.81/glob/ |
glob.h | 82 #define GLOB_NOESCAPE (1 << 6)/* Backslashes don't quote metacharacters. */ 198 Metacharacters can be quoted with backslashes if QUOTE is nonzero.
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/ |
Symbols.java | 81 // Variations of the "double quote" key's "more keys" on the 3rd row. 100 // Variations of the "single quote" key's "more keys" on the 3rd row.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-ranlib.1 | 20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man7/ |
fsf-funding.7 | 28 .\" double quote, and \*(R" will give a right double quote. \*(C+ will
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
robotparser.py | 139 url = urllib.quote(url) 163 self.path = urllib.quote(path)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_json.so | |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
robotparser.py | 139 url = urllib.quote(url) 163 self.path = urllib.quote(path)
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DecimalFormat.java | 144 * Two exceptions are the currency sign and quote, which are not localized. 230 * <td>Used to quote special characters in a prefix or suffix, 232 * <code>"#123"</code>. To create a single quote 292 * padChar := '\u0000'..'\uFFFD' - quote [all...] |
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/ |
middleware.py | 59 def preserve_whitespace(v, quote=True): 61 Quote a value for HTML, preserving whitespace (translating 64 If ``quote`` is true, then the value will be HTML quoted first. 66 if quote: 289 % (preserve_whitespace(input_html, quote=False), 486 preserve_whitespace(value, quote=False)))
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/ |
rcssmin.c | 349 rchar c, quote = source[-1]; local 351 *target++ = quote; 361 if (c == quote) { 402 rchar c, quote = source[-1]; local 404 *target++ = quote; 417 if (c == quote) {
|
/external/clang/lib/AST/ |
CommentLexer.cpp | 187 /// Returns pointer to closing quote. 190 const char Quote = *BufferPtr; 191 assert(Quote == '\"' || Quote == '\''); 196 if (C == Quote && BufferPtr[-1] != '\\') 652 if (TokenPtr != CommentEnd) // Skip closing quote.
|
/external/icu/icu4c/source/common/ |
uidna.cpp | 482 // <quote> 485 // </quote> 590 // <quote> 593 // </quote> 797 // <quote> 800 // </quote>
|
/libcore/json/src/main/java/org/json/ |
JSONTokener.java | 185 * Returns the string up to but not including {@code quote}, unescaping any 186 * character escape sequences encountered along the way. The opening quote 187 * should have already been read. This consumes the closing quote, but does 190 * @param quote either ' or ". 192 public String nextString(char quote) throws JSONException { 205 if (c == quote) {
|
/external/openssh/ |
sftp.c | 1045 * The "sloppy" flag allows for recovery from missing terminating quote, for 1054 * last argument's quote has been properly terminated or 0 otherwise. 1110 /* Unescape quote we are in */ 1949 char **argv, *line, quote; local [all...] |
/external/pcre/dist/testdata/ |
testinput1 | 478 " (?: # opening quote... 479 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 482 )* " # closing quote 492 " (?: # opening quote... 493 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 496 )* " # closing quote 529 " (?: # opening quote... 530 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 533 )* " # closing quote 541 " (?: # opening quote.. [all...] |
/external/bison/src/ |
scan-gram.l | 41 #include <quote.h> 222 complain_at (*loc, _("invalid directive: %s"), quote (yytext)); 250 complain_at (*loc, _("invalid identifier: %s"), quote (yytext)); 355 quote (yytext)); 442 | The initial quote is already eaten. | 468 | The initial quote is already eaten. | 568 /* Quote only if escaping won't make the character visible. */ 570 p = quote (p); 783 complain_at (loc, _("integer out of range: %s"), quote (number)); 885 token_end = quote (token_end) [all...] |
files.c | 27 #include <quote.h> 355 quote (*file_name)); 365 quote (*file_name));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 81 * quote. 83 * opening quote, where the opening quote is a single quote, and the replacement items use [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
MessageRegression.java | 153 errln("quote format test (w/ params) failed."); 157 errln("quote format test (w/ null) failed."); 547 * against MessageFormat.) The single quote is used to quote the 549 * is a quote literal. 680 errln("quote format test (w/ params) failed."); 684 errln("quote format test (w/ null) failed."); [all...] |
/external/jetty/src/java/org/eclipse/jetty/util/ajax/ |
JSON.java | 425 QuotedStringTokenizer.quote(buffer,entry.getKey().toString()); 570 QuotedStringTokenizer.quote(buffer,string); 1091 // Missing end quote, but return string anyway ? [all...] |
/external/lldb/test/pexpect-2.4/examples/ |
cgishell.cgi | 413 // hack to set quote key to show both single quote and double quote 414 document.form['quote'].value = "'" + ' "'; 681 <input type="button" id="quote" value="'" onclick="type_key('\\x27\\x22')" />
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVT.java | 272 String quote = lookahead; local 274 // Consume stuff 'till next quote 277 while (!lookahead.equals(quote))
|
/external/bison/build-aux/ |
gitlog-to-changelog | 128 # If it contains white space, quotes, etc., quote it, and return the new string. 134 # Convert each single quote to '\'' 136 # Then single quote the string.
|
/external/clang/unittests/Tooling/ |
CompilationDatabaseTest.cpp | 329 std::vector<std::string> Quote = unescapeJsonCommandLine("a\\\\\\\""); 330 ASSERT_EQ(1ul, Quote.size()); 331 EXPECT_EQ("a\"", Quote[0]);
|