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

1 2 3

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
alias.c 29 char quoted = 0; local
37 if (!quoted && isspace(c)) {
47 } else if (!quoted && (c == '\'' || c == '"')) {
48 quoted = c;
50 } else if (c == quoted) {
51 quoted = 0;
54 if (c == '\\' && quoted != '\'') {
70 if (quoted) {
  /external/iproute2/tc/
m_ematch.h 17 int quoted; member in struct:bstr
  /external/chromium_org/third_party/icu/source/test/intltest/
dadrcoll.cpp 93 UBool quoted = FALSE; local
99 if(!quoted) {
119 quoted = TRUE;
123 quoted = TRUE;
135 quoted = FALSE;
140 quoted = FALSE;
  /ndk/build/core/
definitions-utils.mk 180 # Function: left-justify-quoted-15
182 # Returns: A quoted string that can be used in command scripts to print
185 # Usage: ---->@$(call host-echo, $(call left-justify-quoted-15,$(_TEXT)): Do stuff)
188 left-justify-quoted-15 = $(call -left-justify,$1,xxxxxxxxxxxxxxx)
190 -test-left-justify-quoted-15 = \
191 $(call test-expect," ",$(call left-justify-quoted-15,))\
192 $(call test-expect,"Foo Bar ",$(call left-justify-quoted-15,Foo Bar))\
194 $(call left-justify-quoted-15,Very long string over 15 characters wide)))
196 # Used internally to compute a quoted left-justified text string.
199 # Return: A quoted string with the input text left-justified appropriately
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 389 // A meta-quoted string, interpreted as a pattern, should always match
393 string quoted = RE2::QuoteMeta(unquoted); local
394 RE2 re(quoted, options);
396 "Unquoted='" + unquoted + "', quoted='" + quoted + "'."); local
399 // A meta-quoted string, interpreted as a pattern, should always match
403 string quoted = RE2::QuoteMeta(unquoted); local
404 RE2 re(quoted, options);
406 "Unquoted='" + unquoted + "', quoted='" + quoted + "'.") local
    [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 130 * %q (quoted string), %t (current time) and %I (IP address) formats.
170 int base, len, neg, quoted; local
318 case 'q': /* quoted string */
319 quoted = c == 'q';
331 if (!quoted && c >= 0x80) {
336 if (quoted && (c == '"' || c == '\\'))
339 if (quoted) {
options.c 1117 int quoted, comment; local
1184 * Save the delimiter for quoted strings.
1187 quoted = c;
1190 quoted = 0;
1286 if (quoted) {
1287 if (c == quoted
    [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.6/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.11-4.8/sysroot/usr/include/
argp.h 341 int quoted;
337 int quoted; member in struct:argp_state
  /external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c 265 int32_t quoted = 0; local
269 quoted++;
271 else if ((quoted % 2) == 0) {
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.cpp 286 UBool quoted = FALSE; local
352 quoted = (UBool)!quoted;
358 if (c == STARTCOMMAND && !quoted)
369 else if (c == HASH && !quoted) {
387 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
    [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 308 UBool quoted = FALSE; local
374 quoted = (UBool)!quoted;
380 if (c == STARTCOMMAND && !quoted)
391 else if (c == HASH && !quoted) {
409 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
    [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 705 bool quoted = false; local
710 quoted = !quoted;
711 } else if (c == what && !quoted) {
771 ALOGE("Expected quoted string for %s attribute, "
788 ALOGE("Expected quoted string for %s attribute, "
1007 ALOGE("Expected quoted string for GROUP-ID, got '%s' instead.",
1019 ALOGE("Expected quoted string for LANGUAGE, got '%s' instead.",
1031 ALOGE("Expected quoted string for NAME, got '%s' instead.",
1088 ALOGE("Expected quoted string for URI, got '%s' instead."
    [all...]
  /system/core/adb/
commandline.c 828 char *quoted; local
831 quoted = escape_arg(log_tags == NULL ? "" : log_tags);
833 "shell:export ANDROID_LOG_TAGS=\"%s\"; exec logcat", quoted);
834 free(quoted);
843 quoted = escape_arg(*argv++);
845 strncat(buf, quoted, sizeof(buf) - 1);
846 free(quoted);
1357 char *quoted = escape_arg(*argv++); local
1400 char *quoted = escape_arg(*argv++); local
1850 char *quoted = escape_arg(*argv++); local
1881 char* quoted; local
1989 char *quoted = escape_arg(argv[i]); local
    [all...]
  /external/chromium_org/third_party/simplejson/
_speedups.c 195 PyObject* quoted = PyString_FromFormat("\"%s\"", local
198 encoded = quoted;
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 1556 int quoted = 0; local
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 5135 char quoted = 0; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
cdi-api-1.0.jar 

Completed in 1220 milliseconds

1 2 3