/external/webkit/WebCore/rendering/ |
D | RenderCounter.cpp | 93 CounterDirectives directives = directivesMap->get(counterName.impl()); in planCounter() local 94 if (directives.m_reset) { in planCounter() 95 value = directives.m_resetValue; in planCounter() 96 if (directives.m_increment) in planCounter() 97 value += directives.m_incrementValue; in planCounter() 101 if (directives.m_increment) { in planCounter() 102 value = directives.m_incrementValue; in planCounter()
|
/external/webkit/WebCore/platform/network/ |
D | ResourceResponseBase.cpp | 293 Vector<pair<String, String> > directives; in parseCacheControlDirectives() local 294 parseCacheHeader(cacheControlValue, directives); in parseCacheControlDirectives() 296 size_t directivesSize = directives.size(); in parseCacheControlDirectives() 300 … if (equalIgnoringCase(directives[i].first, noCacheDirective) && directives[i].second.isEmpty()) in parseCacheControlDirectives() 302 else if (equalIgnoringCase(directives[i].first, noStoreDirective)) in parseCacheControlDirectives() 304 else if (equalIgnoringCase(directives[i].first, mustRevalidateDirective)) in parseCacheControlDirectives() 306 else if (equalIgnoringCase(directives[i].first, maxAgeDirective)) { in parseCacheControlDirectives() 308 double maxAge = directives[i].second.toDouble(&ok); in parseCacheControlDirectives()
|
/external/clearsilver/imd/ |
D | README | 2 To set up imd, you need to add the following directives to an apache
|
/external/ipsec-tools/src/racoon/ |
D | cftoken.l | 178 …; YYDB; yywarn("it is obsoleted. use \"my_identifier\" in each remote directives."); return(IDENT…
|
/external/clearsilver/mod_ecs/ |
D | README | 16 configuration directives for limiting the number of connections that 39 directives:
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample | 3 # "path" affects "include" directives. "path" must be specified before any
|
D | racoon.conf.in | 3 # "path" affects "include" directives. "path" must be specified before any
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | README | 5 Read the file "INSTALL" for general installation directives. Peek near
|
D | NEWS | 212 and multiple directives in the first section of your flex input file. 361 its internal #line directives (see previous item) use "output". 363 - Flex now generates #line directives relating the code it 367 - When generating #line directives, filenames with embedded '\'s 449 - You can now use "#line" directives in the first section of your 695 and "%pointer" directives in the definitions (first) section of 959 flex recognize #line directives). 1131 - % directives which are valid to lex but not to flex are
|
/external/icu4c/config/ |
D | icu-config-bottom | 29 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" 46 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
|
D | Makefile.inc.in | 14 # 5). Data Packaging directives
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.plainrsa | 77 remote public key(s), you should use the following directives: 82 Notice the option "plain_rsa" for both directives.
|
/external/libffi/ |
D | fficonfig.h.in | 30 /* Define if your assembler supports .cfi_* directives. */
|
D | configure.ac | 214 [Define if your assembler supports .cfi_* directives.])
|
D | ChangeLog | 104 (Whole file): Conditionally compile unwinder directives. 105 * src/arm/sysv.S: Add unwinder directives. 649 * include/ffi_common.h: Remove lint directives. 679 * src/debug.c: Remove lint directives. Cleanup white spaces. 685 * src/arm/ffi.c: Remove lint directives. 2334 * src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
D | README.VMS | 52 (use prefix "xyz" instead of "yy", suppress `#line' compiler directives
|
/external/expat/ |
D | README | 96 properly -- appearantly it does not understand .PHONY directives). If
|
/external/bison/ |
D | NEWS | 239 - %union directives can now have a tag before the `{', e.g., the 627 * New directives. 681 directives in the parser file.
|
D | ChangeLog | 446 not work with Sun C 5.7, where previous #line directives affect 447 the working directory used in later #include "..." directives. 921 Allow multiple %union directives, whose contents concatenate. 2490 never had any % directives, we can simply pass it to yyerror. 3627 macro, so that these directives are passed to 3631 the extra Bison directives instead of the whole series. 3640 passed directives already coded in the file. 5549 %union directives can now have a tag before the `{', e.g., the 6338 Use @deffn instead of simple @table to define the directives, 6445 * tests/cations.at (Printers and Destructors): Use Bison directives [all …]
|
/external/bison/tests/ |
D | actions.at | 171 # Be sure to pass all the %directives to this macro to have correct
|
/external/webkit/WebCore/css/ |
D | CSSStyleSelector.cpp | 2859 … CounterDirectives& directives = map.add(identifier.impl(), CounterDirectives()).first->second; in applyCounterList() local 2861 directives.m_reset = true; in applyCounterList() 2862 directives.m_resetValue = value; in applyCounterList() 2864 if (directives.m_increment) in applyCounterList() 2865 directives.m_incrementValue += value; in applyCounterList() 2867 directives.m_increment = true; in applyCounterList() 2868 directives.m_incrementValue = value; in applyCounterList()
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 606 definition `flex' uses by including one of the special directives 691 There are a number of special directives which can be included 1750 instructs `flex' not to generate `#line' directives. Without this 1751 option, `flex' peppers the generated scanner with #line directives 1891 scanner is written to `stdout' but its `#line' directives (see the 1936 This is done by including `%option' directives in the first section of 1938 single `%option' directive, and multiple directives in the first 2675 #line directives
|
D | flex.texi | 734 one of the special directives @samp{%pointer} or @samp{%array} in the 833 There are a number of special directives which can be 2075 instructs @code{flex} not to generate @samp{#line} directives. 2077 scanner with #line directives so error messages in 2245 @code{stdout} but its @samp{#line} directives (see the @samp{-L} option 2299 directives in the first section of the scanner 2301 @samp{%option} directive, and multiple directives in the first 3174 #line directives
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | flex.man | 625 the special directives %pointer or %array in the first 743 There are a number of special directives which can be 2103 -L instructs flex not to generate #line directives. 2105 with #line directives so error messages in the actions 2300 #line directives (see the -L option above) refer to the 2363 directives in the first section of the scanner specifica- 2365 %option directive, and multiple directives in the first sec- 3343 #line directives
|
/external/bison/doc/ |
D | refcard.tex | 323 \key{Don't put {\tt \#line} directives in the parser.} {-l}
|