/external/llvm/test/YAMLParser/ |
D | spec-07-13.data | 5 !foo "No directives" 8 !bar "With directives"
|
D | spec-07-05.data | 3 # We don't currently parse TAG directives.
|
/external/webkit/Source/WebCore/platform/network/ |
D | ResourceResponseBase.cpp | 328 Vector<pair<String, String> > directives; in parseCacheControlDirectives() local 329 parseCacheHeader(cacheControlValue, directives); in parseCacheControlDirectives() 331 size_t directivesSize = directives.size(); in parseCacheControlDirectives() 335 … if (equalIgnoringCase(directives[i].first, noCacheDirective) && directives[i].second.isEmpty()) in parseCacheControlDirectives() 337 else if (equalIgnoringCase(directives[i].first, noStoreDirective)) in parseCacheControlDirectives() 339 else if (equalIgnoringCase(directives[i].first, mustRevalidateDirective)) in parseCacheControlDirectives() 341 else if (equalIgnoringCase(directives[i].first, maxAgeDirective)) { in parseCacheControlDirectives() 343 double maxAge = directives[i].second.toDouble(&ok); in parseCacheControlDirectives()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderCounter.cpp | 233 CounterDirectives directives = directivesMap->get(identifier.impl()); in planCounter() local 234 if (directives.m_reset) { in planCounter() 235 value = directives.m_resetValue; in planCounter() 236 if (directives.m_increment) in planCounter() 237 value += directives.m_incrementValue; in planCounter() 241 if (directives.m_increment) { in planCounter() 242 value = directives.m_incrementValue; in planCounter()
|
/external/libvpx/vpx_ports/ |
D | mem.h | 22 #warning No alignment directives known for this compiler.
|
/external/llvm/test/Transforms/BranchFolding/ |
D | 2007-10-19-InlineAsmDirectives.ll | 3 ;; We don't want branch folding to fold asm directives.
|
/external/chromium/chrome/browser/resources/net_internals/ |
D | eventsview.js | 347 var directives = ['type', 'id']; 348 for (var i = 0; i < directives.length; ++i) { 350 var directive = directives[i];
|
/external/chromium/build/ |
D | grit_target.gypi | 11 # do their own custom directives instead.
|
/external/ipsec-tools/src/racoon/ |
D | cftoken.l | 178 …; YYDB; yywarn("it is obsoleted. use \"my_identifier\" in each remote directives."); return(IDENT…
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | httpclient.cc | 79 HttpAttributeList directives; in HttpShouldCache() local 80 HttpParseAttributes(value.data(), value.size(), directives); in HttpShouldCache() 90 if (HttpHasAttribute(directives, "no-store", NULL)) { in HttpShouldCache() 92 } else if (HttpHasAttribute(directives, "public", NULL)) { in HttpShouldCache()
|
/external/llvm/lib/Target/MBlaze/ |
D | TODO | 19 - The assembly parser does not use many MicroBlaze specific directives.
|
/external/openssh/regress/ |
D | README.regress | 32 TEST_SSH_SSH_CONFOPTS: Configuration directives to be added to ssh_config 34 TEST_SSH_SSHD_CONFOTPS: Configuration directives to be added to sshd_config
|
/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/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 166 this case, you can use CHECK: and CHECK-NEXT: directives to specify this. If 192 CHECK-NEXT: directives reject the input unless there is exactly one newline 228 The CHECK: and CHECK-NOT: directives both take a pattern to match. For most
|
/external/webkit/Tools/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/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/icu4c/config/ |
D | icu-config-bottom | 31 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" 48 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
|
/external/llvm/test/CodeGen/X86/ |
D | global-sections.ll | 149 ;; Zero sized objects should round up to 1 byte in zerofill directives.
|
/external/llvm/include/llvm/Config/ |
D | llvm-config.h.in | 12 directives. This is a C file so we can include it in the llvm-c headers. */
|
D | llvm-config.h.cmake | 12 directives. This is a C file so we can include it in the llvm-c headers. */
|
/external/libffi/ |
D | fficonfig.h.in | 30 /* Define if your assembler supports .cfi_* directives. */
|
/external/chromium/testing/gmock/scripts/generator/ |
D | README.cppclean | 6 to unnecessary #include directives. Unnecessary #includes can cause
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
D | README.VMS | 52 (use prefix "xyz" instead of "yy", suppress `#line' compiler directives
|