Home
last modified time | relevance | path

Searched refs:directives (Results 1 – 25 of 107) sorted by relevance

12345

/external/llvm/test/YAMLParser/
Dspec-07-13.data5 !foo "No directives"
8 !bar "With directives"
Dspec-07-05.data3 # We don't currently parse TAG directives.
/external/webkit/Source/WebCore/platform/network/
DResourceResponseBase.cpp328 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/
DRenderCounter.cpp233 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/
Dmem.h22 #warning No alignment directives known for this compiler.
/external/llvm/test/Transforms/BranchFolding/
D2007-10-19-InlineAsmDirectives.ll3 ;; We don't want branch folding to fold asm directives.
/external/chromium/chrome/browser/resources/net_internals/
Deventsview.js347 var directives = ['type', 'id'];
348 for (var i = 0; i < directives.length; ++i) {
350 var directive = directives[i];
/external/chromium/build/
Dgrit_target.gypi11 # do their own custom directives instead.
/external/ipsec-tools/src/racoon/
Dcftoken.l178 …; YYDB; yywarn("it is obsoleted. use \"my_identifier\" in each remote directives."); return(IDENT…
/external/chromium/third_party/libjingle/source/talk/base/
Dhttpclient.cc79 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/
DTODO19 - The assembly parser does not use many MicroBlaze specific directives.
/external/openssh/regress/
DREADME.regress32 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/
Dracoon.conf.sample3 # "path" affects "include" directives. "path" must be specified before any
Dracoon.conf.in3 # "path" affects "include" directives. "path" must be specified before any
/external/llvm/docs/CommandGuide/
DFileCheck.rst166 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/
DREADME5 Read the file "INSTALL" for general installation directives. Peek near
DNEWS212 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/
DREADME.plainrsa77 remote public key(s), you should use the following directives:
82 Notice the option "plain_rsa" for both directives.
/external/icu4c/config/
Dicu-config-bottom31 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/
Dglobal-sections.ll149 ;; Zero sized objects should round up to 1 byte in zerofill directives.
/external/llvm/include/llvm/Config/
Dllvm-config.h.in12 directives. This is a C file so we can include it in the llvm-c headers. */
Dllvm-config.h.cmake12 directives. This is a C file so we can include it in the llvm-c headers. */
/external/libffi/
Dfficonfig.h.in30 /* Define if your assembler supports .cfi_* directives. */
/external/chromium/testing/gmock/scripts/generator/
DREADME.cppclean6 to unnecessary #include directives. Unnecessary #includes can cause
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
DREADME.VMS52 (use prefix "xyz" instead of "yy", suppress `#line' compiler directives

12345