HomeSort by relevance Sort by last modified time
    Searched refs:quote (Results 26 - 50 of 213) sorted by null

12 3 4 5 6 7 8 9

  /external/linux-tools-perf/util/
alias.c 72 return error("unclosed quote");
config.c 55 int quote = 0, comment = 0, space = 0; local
64 if (quote)
71 if (isspace(c) && !quote) {
75 if (!quote) {
111 quote = 1-quote;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.h 29 const char *value, bool quote);
  /external/v8/src/
prettyprinter.h 72 void PrintLiteral(Handle<Object> value, bool quote);
103 void PrintLiteralIndented(const char* info, Handle<Object> 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/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
http_header_util.py 198 quote = False
205 quote = True
212 if quote:
  /external/bison/src/
muscle-tab.c 29 #include "quote.h"
450 _("%%define variable %s redefined"), quote (variable));
491 "muscle_percent_define_get_loc", quote (variable));
505 "muscle_percent_define_get_syncline", quote (variable));
551 quote (variable));
557 "muscle_percent_define_flag", quote (variable));
610 quote (*variablep), quote_n (1, value));
614 quote (*values));
625 "muscle_percent_define_check_values", quote (*variablep));
scan-code.l 40 #include <quote.h>
522 quote (text));
611 quote (text));
649 quote (text));
664 quote (text));
762 quote (effective_rule->content.sym->tag));
765 quote (rule->content.sym->tag));
787 cp, quote (effective_rule->content.sym->tag));
files.c 27 #include <quote.h>
355 quote (*file_name));
365 quote (*file_name));
reader.c 24 #include <quote.h>
137 quote (merge_function->name), type,
209 quote (sym->tag));
  /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>
400 icuPattern = quote(pattern);
430 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)
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java 279 pos.stepEnd++; // Absorb the '=', remember the quote.
280 char quote = pos.path.charAt(pos.stepEnd); local
281 if (quote != '\'' && quote != '"')
284 "Invalid quote in array selector", XMPError.BADXPATH);
287 pos.stepEnd++; // Absorb the leading quote.
290 if (pos.path.charAt(pos.stepEnd) == quote)
292 // check for escaped quote
294 || pos.path.charAt(pos.stepEnd + 1) != quote)
305 throw new XMPException("No terminating quote for array selector"
    [all...]
  /external/bison/lib/
argmatch.c 37 #include "quote.h"
159 fprintf (stderr, "\n - %s", quote (arglist[i]));
164 fprintf (stderr, ", %s", quote (arglist[i]));
  /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";
  /external/mksh/src/
eval.c 196 uint8_t quotep; /* saved value of quote (for ${..[%#]..}) */
197 uint8_t quotew; /* saved value of quote (for ${..[+-=]..}) */
207 int quote = 0; /* quoted */ local
268 /* temporary quote */
269 quote |= 2;
275 quote = 1;
278 quote = st->quotew;
392 st->quotew = st->quotep = quote;
627 st->quotew = quote = 0;
685 quote = st->quotep
    [all...]
  /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());

Completed in 1481 milliseconds

12 3 4 5 6 7 8 9