/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.h | 35 const char *value, bool 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 ". 194 public String nextString(char quote) throws JSONException { 207 if (c == quote) {
|
/external/icu4c/tools/pkgdata/ |
pkgtypes.c | 27 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote) 38 if(quote < 0) { /* remove quotes */ 45 } else if(quote > 0) { /* add quotes */ 73 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) 88 if(quote < 0) { /* remove quotes */ 95 } else if(quote > 0) { /* add quotes */
|
/external/bison/src/ |
scan-gram.l | 35 #include <quote.h> 261 complain_at (*loc, _("invalid directive: %s"), quote (yytext)); 321 complain_at (*loc, _("invalid character: %s"), quote (yytext)); 395 | The initial quote is already eaten. | 414 | The initial quote is already eaten. | 454 complain_at (*loc, _("invalid escape sequence: %s"), quote (yytext)); 456 complain_at (*loc, _("invalid null character: %s"), quote (yytext)); 465 complain_at (*loc, _("invalid escape sequence: %s"), quote (yytext)); 467 complain_at (*loc, _("invalid null character: %s"), quote (yytext)); 486 complain_at (*loc, _("invalid escape sequence: %s"), quote (yytext)) [all...] |
files.c | 28 #include <quote.h> 341 warn (_("conflicting outputs to file %s"), quote (name[i]));
|
vcg.c | 36 quote (char const *name) function 522 fprintf (fout, "\t\ttitle:\t%s\n", quote (n->title)); 524 fprintf (fout, "\t\tlabel:\t%s\n", quote (n->label)); 571 i, quote (n->infos[i])); 581 fprintf (fout, "\t\tsourcename:\t%s\n", quote (e->sourcename)); 583 fprintf (fout, "\t\ttargetname:\t%s\n", quote (e->targetname)); 586 fprintf (fout, "\t\tlabel:\t%s\n", quote (e->label)); 632 fprintf (fout, "\ttitle:\t%s\n", quote (g->title)); 634 fprintf (fout, "\tlabel:\t%s\n", quote (g->label)); 640 fprintf (fout, "\tinfo%d:\t%s\n", i, quote (g->infos[i])) [all...] |
/libcore/luni/src/main/java/java/util/regex/ |
Pattern.java | 58 * <tr> <td> \ </td> <td>Quote the following metacharacter (so {@code \.} matches a literal {@code .}).</td> </tr> 59 * <tr> <td> \Q </td> <td>Quote all following metacharacters until {@code \E}.</td> </tr> 393 icuPattern = quote(pattern); 423 public static String quote(String string) { method in class:Pattern
|
/external/jsilver/src/org/clearsilver/jni/ |
JNI.java | 72 Pattern.quote(File.pathSeparator));
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
confirmdiff.py | 56 url = "file://%s" % urllib.quote(pretty_diff_file.name)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
RenderScriptProcessor.java | 157 command[index++] = quote(sdkOsPath + SdkConstants.OS_SDK_PLATFORM_TOOLS_FOLDER 160 command[index++] = quote(projectTarget.getPath(IAndroidTarget.ANDROID_RS_CLANG)); 162 command[index++] = quote(projectTarget.getPath(IAndroidTarget.ANDROID_RS)); 164 command[index++] = quote(genFolder.getLocation().toOSString()); 166 command[index++] = quote(rawFolder.getLocation().toOSString()); 208 command[depIndex] = quote(getDependencyFolder(sourceFile).getLocation().toOSString()); 209 command[index] = quote(osSourcePath);
|
AidlProcessor.java | 101 command[index++] = quote("-p" + projectTarget.getPath(IAndroidTarget.ANDROID_AIDL)); //$NON-NLS-1$ 109 command[index++] = quote("-I" + f.getLocation().toOSString()); //$NON-NLS-1$ 152 command[index] = quote(osSourcePath); 153 command[index + 1] = quote(data.getOutput().getLocation().toOSString());
|
/external/v8/src/ |
prettyprinter.h | 72 void PrintLiteral(Handle<Object> value, bool quote); 104 void PrintLiteralIndented(const char* info, Handle<Object> value, bool quote);
|
/packages/apps/Browser/src/com/android/browser/ |
PreloadedTabControl.java | 89 "^" + Pattern.quote(fallbackUrl) + "$")); 100 Pattern.quote(currentWithoutFragment) +
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLQuoteElement01.js | 49 docsLoaded += preload(docRef, "doc", "quote"); 99 doc = load(docRef, "doc", "quote");
|
HTMLQuoteElement02.js | 49 docsLoaded += preload(docRef, "doc", "quote"); 100 doc = load(docRef, "doc", "quote");
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLQuoteElement01.js | 49 docsLoaded += preload(docRef, "doc", "quote"); 99 doc = load(docRef, "doc", "quote");
|
HTMLQuoteElement02.js | 49 docsLoaded += preload(docRef, "doc", "quote"); 100 doc = load(docRef, "doc", "quote");
|
/external/webkit/Source/WebCore/rendering/style/ |
ContentData.h | 97 QuoteType quote() const function in struct:WebCore::ContentData
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
iexploder.rb | 170 # sometimes quote it, sometimes not. I doubt the importance 173 quote = rand(2) 174 if (quote > 1) 180 # end the quote when you are done 181 if (quote > 1)
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
help2man | 528 my $quote = /\W/ ? '"' : ''; 529 print ".SH $quote$_$quote\n";
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/io/ |
MockFileOp.java | 223 Pattern.quote(path + (path.endsWith("/") ? "" : '/')) + //$NON-NLS-1$ //$NON-NLS-2$
296 Pattern.quote(path + (path.endsWith("/") ? "" : '/')) + //$NON-NLS-1$ //$NON-NLS-2$
319 "^(" + Pattern.quote(oldPath) + //$NON-NLS-1$
|
/external/mksh/src/ |
eval.c | 191 uint8_t quotep; /* saved value of quote (for ${..[%#]..}) */ 192 uint8_t quotew; /* saved value of quote (for ${..[+-=]..}) */ 202 int quote = 0; /* quoted */ local 258 quote |= 2; /* temporary quote */ 264 quote = 1; 267 quote = st->quotew; 356 st->quotew = st->quotep = quote; 521 st->quotew = quote = 0; 571 quote = st->quotep [all...] |
/libcore/luni/src/main/java/java/text/ |
SimpleDateFormat.java | 85 * <tr> <td>{@code ''}</td> <td>single quote</td> <td>(Literal)</td> <td>'o''clock'</td> </tr> 284 boolean quote = false; 300 quote = !quote; 303 if (!quote 326 if (quote) { 327 throw new IllegalArgumentException("Unterminated quote"); 534 boolean quote = false; 555 quote = !quote; [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
path.py | 115 # FIXME: web browsers don't appear to blindly quote every character 119 return urllib.quote(path, safe='/+:')
|
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
wpas-test.py | 22 r += urllib.quote(chr(c))
|