Searched defs:quoted (Results 1 - 25 of 43) sorted by relevance

12

/external/tpm2/
H A DQuote.c28 TPMS_ATTEST quoted; local
38 &quoted);
49 quoted.type = TPM_ST_ATTEST_QUOTE;
62 &quoted.attested.quote.pcrDigest);
66 quoted.attested.quote.pcrSelect = in->PCRselect;
77 &quoted,
79 &out->quoted,
H A DQuote_fp.h20 TPM2B_ATTEST quoted; member in struct:__anon18235
/external/jcommander/src/test/java/test/
H A DQuotedMainTest.java16 String quoted = "\" \""; field in class:QuotedMainTest
21 jc.parse(quoted);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DDelphiTarget.java84 public String getTargetStringLiteralFromString(String s, boolean quoted) { argument
89 if ( quoted ) {
110 if ( quoted ) {
H A DTarget.java287 * depending on the quoted arg.
289 public String getTargetStringLiteralFromString(String s, boolean quoted) { argument
295 if ( quoted ) {
310 if ( quoted ) {
/external/dbus/dbus/
H A Ddbus-shell.c36 * in the quoted text, you have to do something like 'foo'\''bar'
153 * The @quoted_string need not actually contain quoted or
161 * \' - if you want a ' in the quoted text, you have to do something
166 * @quoted_string: shell-quoted string
194 /* Append all non-quoted chars, honoring backslash escape
266 * note that tokenization ignores the internals of a quoted
275 * double-quote (\, ' or ") and it is not quoted, it will affect
276 * quoting for subsequent characters up to the end of the quoted
283 * mark and the end of the quoted text. The token will not be
284 * delimited by the end of the quoted fiel
353 dbus_bool_t quoted;; local
[all...]
H A Ddbus-auth-script.c50 const DBusString *quoted)
57 while (i < _dbus_string_get_length (quoted))
61 b = _dbus_string_get_byte (quoted, i);
103 break; /* end on whitespace if not quoted */
490 _dbus_warn ("failed to append quoted string line %d\n",
668 _dbus_warn ("failed to append quoted string line %d\n",
729 _dbus_warn ("failed to append quoted string line %d\n",
49 append_quoted_string(DBusString *dest, const DBusString *quoted) argument
/external/iproute2/tc/
H A Dm_ematch.h18 int quoted; member in struct:bstr
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParserFactory.java47 * Indicates that the attribute value is Javascript-quoted. Only takes
50 * HTML quoted.
71 * Indicates that the parser is inside a quoted {@code String}. Only
186 * @param quoted whether the attribute value is enclosed in double quotes
194 boolean quoted, Set<AttributeOptions> options) {
201 quoted ? parserInDefaultAttrQ : parserInDefaultAttr);
206 quoted ? parserInUriAttrQPartial : parserInUriAttrPartial);
209 quoted ? parserInUriAttrQComplete : parserInUriAttrComplete);
213 // inside a Javascript quoted string that is in an unquoted HTML
216 // quoted attribut
192 createParserInAttribute( HtmlParser.ATTR_TYPE attrtype, boolean quoted, Set<AttributeOptions> options) argument
[all...]
/external/ImageMagick/MagickCore/
H A Dtoken.c662 % non-quoted token.
664 % o break set: One or more characters that separates non-quoted tokens.
728 % char *breaker,int *next,char *quoted)
734 % 1 => convert non-quoted tokens to upper case
735 % 2 => convert non-quoted tokens to lower case
736 % 0 => do not convert non-quoted tokens
781 % token. If the token was quoted, this will be the quote used. If
790 % o quoted: set to True if the token was quoted and MagickFalse
849 int *next,char *quoted)
838 Tokenizer(TokenInfo *token_info,const unsigned flag, char *token,const size_t max_token_length,const char *line,const char *white, const char *break_set,const char *quote,const char escape,char *breaker, int *next,char *quoted) argument
[all...]
/external/ppp/pppd/
H A Dutils.c124 * %q (quoted string), %t (current time) and %I (IP address) formats.
164 int base, len, neg, quoted; local
306 case 'q': /* quoted string */
307 quoted = c == 'q';
321 if (!quoted && c >= 0x80) {
326 if (quoted && (c == '"' || c == '\\'))
329 if (quoted) {
H A Doptions.c1147 int quoted, comment; local
1156 quoted = 0;
1315 * Not escaped: check for the start or end of a quoted
1318 if (quoted) {
1319 if (c == quoted) {
1320 quoted = 0;
1325 quoted = c;
1360 if (quoted)
1361 option_error("warning: quoted word runs to end of file (%.20s...)",
/external/regex-re2/re2/testing/
H A Dre2_test.cc382 // A meta-quoted string, interpreted as a pattern, should always match
386 string quoted = RE2::QuoteMeta(unquoted); local
387 RE2 re(quoted, options);
389 "Unquoted='" + unquoted + "', quoted='" + quoted + "'."); local
392 // A meta-quoted string, interpreted as a pattern, should always match
396 string quoted = RE2::QuoteMeta(unquoted); local
397 RE2 re(quoted, options);
399 "Unquoted='" + unquoted + "', quoted='" + quoted local
[all...]
/external/iptables/iptables/
H A Diptables-xml.c81 /* arg meta data, were they quoted, frinstance */
104 add_argv(char *what, int quoted) argument
109 newargvattr[newargc] = quoted;
397 /* use argvattr to tell which arguments were quoted
398 to avoid comparing quoted arguments, like comments, to -j, */
742 int quote_open, quoted; local
781 /* We need to know which args were quoted so we
783 quoted = 0;
797 quoted = 1;
830 add_argv(param_buffer, quoted);
[all...]
/external/pcre/dist/
H A Dpcrecpp_unittest.cc484 // A meta-quoted string, interpreted as a pattern, should always match
487 string quoted = RE::QuoteMeta(unquoted); local
488 RE re(quoted, options);
493 // quoted, should not generally match a string the unquoted string does.
496 string quoted = RE::QuoteMeta(unquoted); local
497 RE re(quoted, options);
501 // Tests that quoted meta characters match their original strings,
/external/ImageMagick/coders/
H A Dmeta.c299 quoted,
349 &brkused,&next,&quoted)==0)
359 quoted;
364 "", 0,&brkused,&next,&quoted)==0)
398 quoted;
403 "",0,&brkused,&next,&quoted)==0)
595 quoted,
645 &brkused,&next,&quoted)==0)
655 quoted;
660 "",0,&brkused,&next,&quoted)
295 quoted, local
355 quoted; local
394 quoted; local
591 quoted, local
651 quoted; local
690 quoted; local
[all...]
/external/dng_sdk/source/
H A Ddng_xmp.cpp3131 bool quoted = false; local
3144 quoted = true;
3154 if (quoted)
3172 quoted = false;
3216 if (quoted)
/external/icu/icu4c/source/i18n/
H A Drbt_pars.cpp405 int32_t quoteStart = -1; // Most recent 'single quoted string'
456 // Handle quoted matter
463 /* This loop picks up a run of quoted text of the
642 // Quantifiers. We handle single characters, quoted strings,
658 // The */+ follows a 'quoted string'
1656 UBool quoted = FALSE; local
1668 quoted = (UBool)!quoted;
1670 else if (!quoted) {
1714 quoted
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c265 int32_t quoted = 0; local
269 quoted++;
271 else if ((quoted % 2) == 0) {
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp316 UBool quoted = FALSE; local
382 quoted = (UBool)!quoted;
388 if (c == STARTCOMMAND && !quoted)
399 else if (c == HASH && !quoted) {
417 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
/external/squashfs-tools/squashfs-tools/
H A Daction.c110 int cur_size, i, quoted; local
140 quoted = 0;
145 quoted = !quoted;
149 /* inside quoted string EOF, otherwise end of string */
150 if(quoted)
156 if(!quoted) {
/external/guice/extensions/struts2/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 1326 milliseconds

12