Searched refs:directive (Results 1 – 25 of 53) sorted by relevance
123
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | misc.c | 388 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 );
|
D | NEWS | 127 - 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/ |
D | racoon.conf.in | 4 # "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
|
D | racoon.conf.sample | 4 # "include" directive with relative file path. 5 # you can overwrite "path" directive afterwards, however, doing so may add
|
/external/webkit/WebCore/platform/network/ |
D | ResourceResponseBase.cpp | 524 …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/ |
D | x86_64-xlate.pl | 318 { package directive; # pick up directives, which start with . package 448 if (directive->re(\$line)) { 449 printf "%s",directive->out();
|
/external/icu4c/config/ |
D | icu-config-bottom | 45 …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/ |
D | README-bin.txt | 16 find it by using the java command line directive:
|
D | README.txt | 22 the java command line directive:
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.plainrsa | 66 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/ |
D | README | 54 duid directive in dhcpcd.conf.
|
/external/bison/ |
D | NEWS | 84 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/ |
D | configure.ac | 266 [Define to the flags needed for the .section .eh_frame directive.]) 269 [Define to the flags needed for the .section .eh_frame directive.])
|
D | fficonfig.h.in | 11 /* Define to the flags needed for the .section .eh_frame directive. */
|
D | ChangeLog.libffi | 155 * src/mips/ffi.c: Remove extra '>' from include directive.
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/ |
D | README | 56 add this directive to the remote section of racoon.conf:
|
/external/bison/src/ |
D | scan-gram.l | 153 directive %{letter}({letter}|[0-9]|-)* 260 {directive} {
|
/external/e2fsprogs/ |
D | MCONFIG.in | 103 # An include directive pointing to a directory holding enough linux-like
|
/external/ipsec-tools/src/racoon/ |
D | TODO | 9 o split log file based on client. printf-like config directive, i.e.
|
/external/webkit/WebKit/qt/docs/ |
D | qtwebkit.qdoc | 68 directive:
|
/external/tinyxml/ |
D | readme.txt | 389 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/ |
D | descrip.mms | 71 MUNG = search_/Exact/Match=NOR # to strip unwanted `#module' directive
|
/external/dbus/ |
D | INSTALL | 78 you may also need to use the --with-qt-moc directive to point to the
|
/external/bison/tests/ |
D | regression.at | 327 input.y:5.1-17: invalid directive: `%a-does-not-exist'
|
/external/bison/doc/ |
D | bison.texinfo | 1422 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