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

1 2

  /external/jcommander/src/test/java/test/
QuotedMainTest.java 16 String quoted = "\" \""; field in class:QuotedMainTest
21 jc.parse(quoted);
  /external/iproute2/tc/
m_ematch.h 18 int quoted; member in struct:bstr
  /external/tensorflow/tensorflow/core/kernels/
decode_csv_op.cc 221 bool quoted = false; local
227 quoted = true;
233 if (!quoted) {
249 // Quoted field needs to be ended with '"' and delim or end
272 errors::InvalidArgument("Quoted field has to end with quote "
  /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
AbstractLauncher.java 71 String quoted = null; local
76 if (quoted != null) {
78 tokenList.add(quoted);
79 quoted = null;
81 quoted += token;
85 quoted = pending;
95 quoted = "";
116 if (quoted != null) {
117 tokenList.add(quoted);
  /external/python/setuptools/
launcher.c 49 char *quoted(char *data) { function
305 *newargsp++ = quoted(ptr);
306 for (i = 1; i<parsedargc; i++) *newargsp++ = quoted(parsedargs[i]);
308 *newargsp++ = quoted(script);
309 for (i = 1; i < argc; i++) *newargsp++ = quoted(argv[i]);
  /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;
398 /* use argvattr to tell which arguments were quoted
399 to avoid comparing quoted arguments, like comments, to -j, */
503 || (argv[arg + 1][0] == '-' /* NOT QUOTED */ )) {
744 int quote_open, quoted; local
783 /* We need to know which args were quoted so we
785 quoted = 0;
799 quoted = 1
    [all...]
  /external/one-true-awk/
b.c 255 int quoted(uschar **pp) /* pick up next thing after a \\ */ function
303 c = quoted(&p);
309 c2 = quoted(&p);
793 rlxval = quoted(&prestr);
  /external/openssh/
auth2-pubkey.c 260 * Splits 's' into an argument vector. Handles quoted string and basic
794 int quoted = 0; local
797 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) {
801 quoted = !quoted;
ssh-keygen.c 934 int quoted = 0; local
937 for (; *cp && (quoted || (*cp != ' ' &&
942 quoted = !quoted;
    [all...]
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 487 // A meta-quoted string, interpreted as a pattern, should always match
490 string quoted = RE::QuoteMeta(unquoted); local
491 RE re(quoted, options);
496 // quoted, should not generally match a string the unquoted string does.
499 string quoted = RE::QuoteMeta(unquoted); local
500 RE re(quoted, options);
504 // 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/libcups/cups/
http-support.c 2015 int quoted; \/* Quoted character *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_csv.c 628 /* start quoted field */
687 /* in quoted field */
721 /* doublequote - seen a quote in an quoted field */
984 int *quoted, int copy_phase)
1008 if (copy_phase && *quoted)
1033 *quoted = 1;
1049 /* If field is empty check if it needs to be quoted.
1054 "single empty field record must be quoted");
1058 *quoted = 1;
1061 if (*quoted) {
1170 int quoted; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_csv.c 618 /* start quoted field */
677 /* in quoted field */
711 /* doublequote - seen a quote in an quoted field */
970 int *quoted, int copy_phase)
994 if (copy_phase && *quoted)
1019 *quoted = 1;
1035 /* If field is empty check if it needs to be quoted.
1040 "single empty field record must be quoted");
1044 *quoted = 1;
1047 if (*quoted) {
1156 int quoted; local
    [all...]
  /external/ImageMagick/coders/
meta.c 305 quoted,
355 &brkused,&next,&quoted)==0)
365 quoted;
370 "", 0,&brkused,&next,&quoted)==0)
404 quoted;
409 "",0,&brkused,&next,&quoted)==0)
617 quoted,
667 &brkused,&next,&quoted)==0)
677 quoted;
682 "",0,&brkused,&next,&quoted)==0
301 quoted, local
361 quoted; local
400 quoted; local
613 quoted, local
673 quoted; local
712 quoted; local
    [all...]
  /external/dng_sdk/source/
dng_xmp.cpp 3131 bool quoted = false; local
    [all...]
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 407 int32_t quoteStart = -1; // Most recent 'single quoted string'
458 // Handle quoted matter
465 /* This loop picks up a run of quoted text of the
644 // Quantifiers. We handle single characters, quoted strings,
660 // The */+ follows a 'quoted string'
1658 UBool quoted = FALSE; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 269 int32_t quoted = 0; local
273 quoted++;
275 else if ((quoted % 2) == 0) {
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 318 UBool quoted = FALSE; local
384 quoted = (UBool)!quoted;
390 if (c == STARTCOMMAND && !quoted)
401 else if (c == HASH && !quoted) {
419 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
    [all...]
  /external/python/cpython2/Modules/
_csv.c 630 /* start quoted field */
689 /* in quoted field */
723 /* doublequote - seen a quote in a quoted field */
985 int *quoted, int copy_phase)
1017 if (copy_phase && *quoted)
1042 *quoted = 1;
1058 /* If field is empty check if it needs to be quoted.
1063 "single empty field record must be quoted");
1067 *quoted = 1;
1070 if (*quoted) {
1179 int quoted; local
    [all...]
  /external/python/cpython3/Modules/
_csv.c 613 /* start quoted field */
683 /* in quoted field */
717 /* doublequote - seen a quote in a quoted field */
993 Py_ssize_t field_len, int *quoted,
1022 if (copy_phase && *quoted)
1047 *quoted = 1;
1063 if (*quoted) {
1100 join_append(WriterObj *self, PyObject *field, int quoted)
1177 int quoted; local
    [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 808 bool quoted = false; local
813 quoted = !quoted;
814 } else if (c == what && !quoted) {
874 ALOGE("Expected quoted string for %s attribute, "
914 ALOGE("Expected quoted string for %s attribute, "
1127 ALOGE("Expected quoted string for GROUP-ID, got '%s' instead.",
1139 ALOGE("Expected quoted string for LANGUAGE, got '%s' instead.",
1151 ALOGE("Expected quoted string for NAME, got '%s' instead.",
    [all...]
  /external/python/cpython3/PC/
launcher.c 1357 BOOL 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...]

Completed in 1804 milliseconds

1 2