HomeSort by relevance Sort by last modified time
    Searched refs:directives (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/tests/DumpRenderTree2/assets/
run_apache2.py 71 directives = " -c \"ServerRoot " + android_tree_root + "\""
75 directives += " -c \"Listen 8000\""
80 directives += " -c \"DocumentRoot " + os.path.join(layout_tests_path, "http", "tests/") + "\""
81 directives += " -c \"Alias /LayoutTests " + layout_tests_path + "\""
82 directives += " -c \"Alias /Tools/DumpRenderTree/android " + \
84 directives += " -c \"Alias /ThirdPartyProject.prop " + \
92 directives += " -c \"LoadModule autoindex_module /usr/lib/apache2/modules/mod_autoindex.so\""
94 directives += " -c \"ErrorLog " + error_log_path +"\""
95 directives += " -c \"CustomLog " + custom_log_path + " combined\""
96 directives += " -c \"SSLCertificateFile " + os.path.join(http_conf_path, "webkit-httpd.pem") +
    [all...]
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
ResponseAuth.java 46 * Checks the semantics of the directives in the directive list as parsed
49 * @param dirList the list of directives parsed from the digest challenge
56 Iterator directives = dirList.getIterator(); local
60 while (directives.hasNext())
62 directive = (ParsedDirective)directives.next();
DirectiveList.java 49 byte[] directives)
58 m_directives = new String(directives, "UTF-8");
68 * separated directives, and parses the string into the individual directives
DigestChallenge.java 74 * Checks the semantics of the directives in the directive list as parsed
77 * @param dirList the list of directives parsed from the digest challenge
84 Iterator directives = dirList.getIterator(); local
88 while (directives.hasNext())
90 directive = (ParsedDirective)directives.next();
167 * directives
176 throw new SaslException("Too many qop directives.");
206 throw new SaslException("Too many maxBuf directives.");
221 * directives or Invalid character encoding
228 throw new SaslException("Too many charset directives.")
    [all...]
  /external/smack/src/com/novell/sasl/client/
ResponseAuth.java 46 * Checks the semantics of the directives in the directive list as parsed
49 * @param dirList the list of directives parsed from the digest challenge
56 Iterator directives = dirList.getIterator(); local
60 while (directives.hasNext())
62 directive = (ParsedDirective)directives.next();
DirectiveList.java 49 byte[] directives)
58 m_directives = new String(directives, "UTF-8");
68 * separated directives, and parses the string into the individual directives
DigestChallenge.java 74 * Checks the semantics of the directives in the directive list as parsed
77 * @param dirList the list of directives parsed from the digest challenge
84 Iterator directives = dirList.getIterator(); local
88 while (directives.hasNext())
90 directive = (ParsedDirective)directives.next();
167 * directives
176 throw new SaslException("Too many qop directives.");
206 throw new SaslException("Too many maxBuf directives.");
221 * directives or Invalid character encoding
228 throw new SaslException("Too many charset directives.")
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
asm-printing-bundle-directives.s 4 # bundling directives.
  /external/libvpx/libvpx/vpx_ports/
mem.h 22 #warning No alignment directives known for this compiler.
x86_abi_support.asm 168 ; its register usage. YASM doesn't recognize these directives, so we just
  /external/bison/etc/
bench.pl.in 30 my ($base, $max, $directives) = @_;
131 my ($base, $max, $directives) = @_;
152 $directives
350 while (my ($name, $directives) = each %test)
354 &$generator ($name, 200, $directives);
  /external/llvm/test/MC/X86/
x86_long_nop.s 6 # Ensure alignment directives also emit sequences of 15-byte NOPs on processors
  /external/webkit/Source/WebCore/platform/network/
ResourceResponseBase.cpp 328 Vector<pair<String, String> > directives; local
329 parseCacheHeader(cacheControlValue, directives);
331 size_t directivesSize = directives.size();
335 if (equalIgnoringCase(directives[i].first, noCacheDirective) && directives[i].second.isEmpty())
337 else if (equalIgnoringCase(directives[i].first, noStoreDirective))
339 else if (equalIgnoringCase(directives[i].first, mustRevalidateDirective))
341 else if (equalIgnoringCase(directives[i].first, maxAgeDirective)) {
343 double maxAge = directives[i].second.toDouble(&ok);
  /external/webkit/Source/WebCore/rendering/
RenderCounter.cpp 233 CounterDirectives directives = directivesMap->get(identifier.impl()); local
234 if (directives.m_reset) {
235 value = directives.m_resetValue;
236 if (directives.m_increment)
237 value += directives.m_incrementValue;
241 if (directives.m_increment) {
242 value = directives.m_incrementValue;
568 // directives must occur, in which case, RenderCounter::destroyCounterNodes()
659 // as those created by the increment or reset directives and the re-layout that will happen will
676 // as those created by the increment or reset directives and the re-layout that will happen wil
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 290 * Parse any "sort:" directives, and update |comparisonFunction_| and
294 * Returns |filterText| with all sort directives removed, including
318 * Parse any "is:" directives, and update |filter| accordingly.
320 * Returns |filterText| with all "is:" directives removed, including
340 * Parses all directives that take arbitrary strings as input,
341 * and updates |filter| accordingly. Directives of these types
344 * Returns |filterText| with all recognized directives removed.
347 var directives = ['type', 'id'];
348 for (var i = 0; i < directives.length; ++i) {
350 var directive = directives[i]
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.cc 79 HttpAttributeList directives; local
80 HttpParseAttributes(value.data(), value.size(), directives);
81 // Response Directives Summary:
90 if (HttpHasAttribute(directives, "no-store", NULL)) {
92 } else if (HttpHasAttribute(directives, "public", NULL)) {
  /libcore/
NativeCode.mk 25 # sub.mk. See, the "error" directives immediately below.
  /external/bison/doc/
refcard.tex 322 \key{Don't put {\tt \#line} directives in the parser.} {-l}
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp 3480 CounterDirectives& directives = map.add(identifier.impl(), CounterDirectives()).first->second; local
    [all...]
  /build/core/
config.mk 182 # PRODUCT_VENDOR_KERNEL_HEADERS directives in the product inheritance
  /external/openssh/contrib/redhat/
openssh.spec 791 - Added 'Obsoletes' directives
  /external/v8/test/mjsunit/
strict-mode.js 80 // Multiple directives, including "use strict".
    [all...]
  /dalvik/docs/
prettify.js 624 /** split markup on tags, comments, application directives, and other top
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 

Completed in 2607 milliseconds

1 2