Searched refs:directive (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebCore/platform/network/
H A DResourceResponseBase.cpp305 // RFC2616 14.9.1: A no-cache directive with a value is only meaningful for proxy caches.
530 // Get directive name, parse right hand side of equal sign, then add to map
531 String directive = trimToNextSeparator(safeHeader.substring(pos, nextEqualSignPosition - pos).stripWhiteSpace()); local
540 result.append(pair<String, String>(directive, value.substring(1, nextDoubleQuotePosition - 1).stripWhiteSpace()));
550 result.append(pair<String, String>(directive, trimToNextSeparator(value.substring(1, value.length() - 1).stripWhiteSpace())));
558 result.append(pair<String, String>(directive, trimToNextSeparator(value.substring(0, nextCommaPosition2).stripWhiteSpace())));
562 result.append(pair<String, String>(directive, trimToNextSeparator(value)));
567 // Add directive to map with empty string as value
571 // Add last directive to map with empty string as value
/external/webkit/WebKitTools/android/flex-2.5.4a/
H A Dmisc.c388 char directive[MAXLINE], filename[MAXLINE]; local
415 sprintf( directive, line_fmt, linenum, filename );
419 /* Account for the line directive itself. */
422 sprintf( directive, line_fmt, out_linenum, filename );
425 /* If output_file is nil then we should put the directive in
430 fputs( directive, output_file );
433 add_action( directive );
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc1016 OutputDirective directive; local
1017 directive.name = name;
1019 directive.generator = NULL;
1021 directive.generator = generator_info->generator;
1029 directive.output_location = value;
1031 directive.parameter = value.substr(0, colon_pos);
1032 directive.output_location = value.substr(colon_pos + 1);
1035 output_directives_.push_back(directive);
/external/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl47 # modes. To support legacy code a synthetic directive, .picmeup,
419 { package directive; # pick up directives, which start with .
649 if (directive->re(\$line)) {
650 printf "%s",directive->out();
/external/bison/src/
H A Dscan-gram.l153 directive %{letter}({letter}|[0-9]|-)*
260 {directive} {
261 complain_at (*loc, _("invalid directive: %s"), quote (yytext));
/external/bluetooth/glib/glib/gnulib/
H A Dvasnprintf.c338 /* Execute a single directive. */
999 directive. */
1002 /* Don't use the '%n' directive; instead, look
/external/e2fsprogs/intl/
H A Dvasnprintf.c145 /* Allocate a small buffer that will hold a directive passed to
221 /* Execute a single directive. */
770 directive. */
773 /* Don't use the '%n' directive; instead, look
784 It doesn't understand the '%n' directive,
/external/chromium/third_party/icu/source/tools/gensprep/
H A DfilterRFC3454.pl662 --normalize Embed the normalization directive in the output file
/external/icu4c/tools/gensprep/
H A DfilterRFC3454.pl662 --normalize Embed the normalization directive in the output file
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex1522 % This also causes @ to work when the directive name
1536 % This also causes @ to work when the directive name

Completed in 110 milliseconds