Home
last modified time | relevance | path

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

1234567

/external/bison/etc/
Dbench.pl.in30 my ($base, $max, $directives) = @_;
131 my ($base, $max, $directives) = @_;
152 $directives
350 while (my ($name, $directives) = each %test)
354 &$generator ($name, 200, $directives);
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DResponseAuth.java56 Iterator directives = dirList.getIterator(); in checkSemantics() local
60 while (directives.hasNext()) in checkSemantics()
62 directive = (ParsedDirective)directives.next(); in checkSemantics()
DDigestChallenge.java84 Iterator directives = dirList.getIterator(); in checkSemantics() local
88 while (directives.hasNext()) in checkSemantics()
90 directive = (ParsedDirective)directives.next(); in checkSemantics()
DDirectiveList.java49 byte[] directives) in DirectiveList() argument
58 m_directives = new String(directives, "UTF-8"); in DirectiveList()
/external/smack/src/com/novell/sasl/client/
DResponseAuth.java56 Iterator directives = dirList.getIterator(); in checkSemantics() local
60 while (directives.hasNext()) in checkSemantics()
62 directive = (ParsedDirective)directives.next(); in checkSemantics()
DDigestChallenge.java84 Iterator directives = dirList.getIterator(); in checkSemantics() local
88 while (directives.hasNext()) in checkSemantics()
90 directive = (ParsedDirective)directives.next(); in checkSemantics()
DDirectiveList.java49 byte[] directives) in DirectiveList() argument
58 m_directives = new String(directives, "UTF-8"); in DirectiveList()
/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/llvm/test/CodeGen/Mips/
Deh-return64.ll21 ; check that .cfi_offset directives are emitted for $a0-$a3.
61 ; check that .cfi_offset directives are emitted for $a0-$a3.
Deh-return32.ll21 ; check that .cfi_offset directives are emitted for $a0-$a3.
60 ; check that .cfi_offset directives are emitted for $a0-$a3.
/external/llvm/test/MC/X86/AlignedBundling/
Dasm-printing-bundle-directives.s4 # bundling directives.
/external/clang/test/ARCMT/
Dverify.m11 // CHECK: error: no expected directives found: consider use of 'expected-no-diagnostics'
/external/libvpx/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/llvm/test/MC/X86/
Dx86_long_nop.s6 # Ensure alignment directives also emit sequences of 15-byte NOPs on processors
/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/ipsec-tools/src/racoon/
Dcftoken.l178 …; YYDB; yywarn("it is obsoleted. use \"my_identifier\" in each remote directives."); return(IDENT…
/external/chromium/build/
Dgrit_target.gypi11 # do their own custom directives instead.
/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/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td83 "%select{'expected-no-diagnostics' directive|other expected directives}0">;
85 "no expected directives found: consider use of 'expected-no-diagnostics'">;

1234567