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

1 2 3 4 5 6 7

  /external/tpm2/
Quote.c 28 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,
Quote_fp.h 20 TPM2B_ATTEST quoted; member in struct:__anon24749
  /external/jcommander/src/test/java/test/
QuotedMainTest.java 16 String quoted = "\" \""; field in class:QuotedMainTest
21 jc.parse(quoted);
  /external/dbus/dbus/
dbus-shell.c 36 * 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 field.
353 dbus_bool_t quoted;; local
    [all...]
  /external/iproute2/tc/
m_ematch.h 18 int quoted; member in struct:bstr
  /ndk/build/core/
definitions-utils.mk 206 # Function: left-justify-quoted-15
208 # Returns: A quoted string that can be used in command scripts to print
211 # Usage: ---->@$(call host-echo, $(call left-justify-quoted-15,$(_TEXT)): Do stuff)
214 left-justify-quoted-15 = $(call -left-justify,$1,xxxxxxxxxxxxxxx)
216 -test-left-justify-quoted-15 = \
217 $(call test-expect," ",$(call left-justify-quoted-15,))\
218 $(call test-expect,"Foo Bar ",$(call left-justify-quoted-15,Foo Bar))\
220 $(call left-justify-quoted-15,Very long string over 15 characters wide)))
222 # Used internally to compute a quoted left-justified text string.
225 # Return: A quoted string with the input text left-justified appropriately
    [all...]
  /external/iptables/iptables/
iptables-xml.c 81 /* arg meta data, were they quoted, frinstance */
104 add_argv(char *what, int quoted)
109 newargvattr[newargc] = quoted;
397 /* use argvattr to tell which arguments were quoted
398 to avoid comparing quoted arguments, like comments, to -j, */
502 || (argv[arg + 1][0] == '-' /* NOT QUOTED */ )) {
742 int quote_open, quoted; local
781 /* We need to know which args were quoted so we
783 quoted = 0;
797 quoted = 1
    [all...]
  /external/pcre/dist/
pcrecpp_unittest.cc 484 // 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,
    [all...]
  /external/ppp/pppd/
utils.c 124 * %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) {
options.c 1147 int quoted, comment; local
1156 quoted = 0;
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 382 // 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...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 254 int quoted(char **pp) /* pick up next thing after a \\ */ function
302 c = quoted((char **) &p);
308 c2 = quoted((char **) &p);
789 rlxval = quoted((char **) &prestr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
argp.h 341 int quoted;
337 int quoted; member in struct:argp_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
argp.h 341 int quoted;
337 int quoted; member in struct:argp_state
  /external/ImageMagick/coders/
meta.c 299 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)==0
295 quoted, local
355 quoted; local
394 quoted; local
591 quoted, local
651 quoted; local
690 quoted; local
    [all...]
  /external/dng_sdk/source/
dng_xmp.cpp 3131 bool quoted = false; local
    [all...]
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 405 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
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 265 int32_t quoted = 0; local
269 quoted++;
271 else if ((quoted % 2) == 0) {
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 316 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))
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlet/
DefaultServlet.java 689 QuotedStringTokenizer quoted = new QuotedStringTokenizer(ifm,", ",false,true); local
690 while (!match && quoted.hasMoreTokens())
692 String tag = quoted.nextToken();
732 QuotedStringTokenizer quoted = new QuotedStringTokenizer(ifnm,", ",false,true); local
733 while (quoted.hasMoreTokens())
735 String tag = quoted.nextToken();
    [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 778 bool quoted = false; local
783 quoted = !quoted;
784 } else if (c == what && !quoted) {
844 ALOGE("Expected quoted string for %s attribute, "
884 ALOGE("Expected quoted string for %s attribute, "
1094 ALOGE("Expected quoted string for GROUP-ID, got '%s' instead.",
1106 ALOGE("Expected quoted string for LANGUAGE, got '%s' instead.",
1118 ALOGE("Expected quoted string for NAME, got '%s' instead.",
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
listing.c 1536 int quoted; local
    [all...]
  /external/squashfs-tools/squashfs-tools/
action.c 110 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) {
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 1556 int quoted = 0; local
    [all...]
  /system/core/adb/
commandline.cpp 1175 std::string quoted = escape_arg(log_tags == nullptr ? "" : log_tags); local
    [all...]

Completed in 1635 milliseconds

1 2 3 4 5 6 7