Home
last modified time | relevance | path

Searched refs:directive (Results 1 – 25 of 53) sorted by relevance

123

/external/webkit/WebKitTools/android/flex-2.5.4a/
Dmisc.c388 char directive[MAXLINE], filename[MAXLINE]; local
415 sprintf( directive, line_fmt, linenum, filename );
422 sprintf( directive, line_fmt, out_linenum, filename );
430 fputs( directive, output_file );
433 add_action( directive );
DNEWS127 - The new %option directive can be used in the first section of
211 You can specify multiple options with a single %option directive,
268 a "%option stack" directive.
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in4 # "include" directive with relative file path.
5 # you can overwrite "path" directive afterwards, however, doing so may add
30 # if no listen directive is specified, racoon will listen on all
Dracoon.conf.sample4 # "include" directive with relative file path.
5 # you can overwrite "path" directive afterwards, however, doing so may add
/external/webkit/WebCore/platform/network/
DResourceResponseBase.cpp524 …String directive = trimToNextSeparator(safeHeader.substring(pos, nextEqualSignPosition - pos).stri… in parseCacheHeader() local
533 …result.append(pair<String, String>(directive, value.substring(1, nextDoubleQuotePosition - 1).stri… in parseCacheHeader()
543 …result.append(pair<String, String>(directive, trimToNextSeparator(value.substring(1, value.length(… in parseCacheHeader()
551 …result.append(pair<String, String>(directive, trimToNextSeparator(value.substring(0, nextCommaPosi… in parseCacheHeader()
555 result.append(pair<String, String>(directive, trimToNextSeparator(value))); in parseCacheHeader()
/external/openssl/crypto/perlasm/
Dx86_64-xlate.pl318 { package directive; # pick up directives, which start with . package
448 if (directive->re(\$line)) {
449 printf "%s",directive->out();
/external/icu4c/config/
Dicu-config-bottom45 …echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflag…
47 echo " --ldflags-searchpath Print only -L (search path) directive"
49 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
50 …echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (r…
/external/clearsilver/java-jni/
DREADME-bin.txt16 find it by using the java command line directive:
DREADME.txt22 the java command line directive:
/external/ipsec-tools/src/racoon/doc/
DREADME.plainrsa66 your keys and place it in one directory and use the global directive
71 process. So, write the directive like the following:
97 the "path certificate" directive. Keep in mind that privilege
/external/dhcpcd/
DREADME54 duid directive in dhcpcd.conf.
/external/bison/
DNEWS84 If you do not want or can update to this scheme, the directive
151 - New directive: %initial-action.
152 This directive allows the user to run arbitrary code (including
155 - A new directive "%expect-rr N" specifies the expected number of
199 This new directive is preferred over YYERROR_VERBOSE.
240 directive `%union foo {...}' now generates the C code
/external/libffi/
Dconfigure.ac266 [Define to the flags needed for the .section .eh_frame directive.])
269 [Define to the flags needed for the .section .eh_frame directive.])
Dfficonfig.h.in11 /* Define to the flags needed for the .section .eh_frame directive. */
DChangeLog.libffi155 * src/mips/ffi.c: Remove extra '>' from include directive.
/external/ipsec-tools/src/racoon/samples/roadwarrior/
DREADME56 add this directive to the remote section of racoon.conf:
/external/bison/src/
Dscan-gram.l153 directive %{letter}({letter}|[0-9]|-)*
260 {directive} {
/external/e2fsprogs/
DMCONFIG.in103 # An include directive pointing to a directory holding enough linux-like
/external/ipsec-tools/src/racoon/
DTODO9 o split log file based on client. printf-like config directive, i.e.
/external/webkit/WebKit/qt/docs/
Dqtwebkit.qdoc68 directive:
/external/tinyxml/
Dreadme.txt389 This is the only directive/special tag parsed by by TinyXml.
390 Generally directive targs are stored in TiXmlUnknown so the
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
Ddescrip.mms71 MUNG = search_/Exact/Match=NOR # to strip unwanted `#module' directive
/external/dbus/
DINSTALL78 you may also need to use the --with-qt-moc directive to point to the
/external/bison/tests/
Dregression.at327 input.y:5.1-17: invalid directive: `%a-does-not-exist'
/external/bison/doc/
Dbison.texinfo1422 The @code{#define} directive defines the macro @code{YYSTYPE}, thus
1430 The @code{#include} directive is used to declare the exponentiation
3696 Bison will convert this into a @code{#define} directive in
3895 parsing. The @code{%initial-action} directive allows for such arbitrary
3934 The @code{%destructor} directive defines code that is called when a
4257 your source file (the grammar file). This directive causes them to
4718 If you invoke the directive @code{%error-verbose} in the Bison
6658 @item the directive @samp{%debug}
6660 Add the @code{%debug} directive (@pxref{Decl Summary, ,Bison
7031 to Bison, or include the directive @samp{%skeleton "lalr1.cc"} in the
[all …]

123