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

  /external/libvpx/vpx_ports/
mem.h 22 #warning No alignment directives known for this compiler.
x86_abi_support.asm 100 ; its register usage. YASM doesn't recognize these directives, so we just
  /external/webkit/WebCore/platform/network/
ResourceResponseBase.cpp 300 Vector<pair<String, String> > directives; local
301 parseCacheHeader(cacheControlValue, directives);
303 size_t directivesSize = directives.size();
307 if (equalIgnoringCase(directives[i].first, noCacheDirective) && directives[i].second.isEmpty())
309 else if (equalIgnoringCase(directives[i].first, noStoreDirective))
311 else if (equalIgnoringCase(directives[i].first, mustRevalidateDirective))
313 else if (equalIgnoringCase(directives[i].first, maxAgeDirective)) {
315 double maxAge = directives[i].second.toDouble(&ok);
  /external/webkit/WebCore/rendering/
RenderCounter.cpp 69 CounterDirectives directives = directivesMap->get(identifier.impl()); local
70 if (directives.m_reset) {
71 value = directives.m_resetValue;
72 if (directives.m_increment)
73 value += directives.m_incrementValue;
77 if (directives.m_increment) {
78 value = directives.m_incrementValue;
400 // directives must occur, in which case, RenderCounter::destroyCounterNodes()
465 // as those created by the increment or reset directives and the re-layout that will happen will
482 // as those created by the increment or reset directives and the re-layout that will happen wil
    [all...]
  /libcore/
NativeCode.mk 31 # sub.mk. See, the "error" directives immediately below.
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 2955 CounterDirectives& directives = map.add(identifier.impl(), CounterDirectives()).first->second; local
    [all...]
  /external/bison/doc/
refcard.tex 324 \key{Don't put {\tt \#line} directives in the parser.} {-l}
  /dalvik/docs/
prettify.js 624 /** split markup on tags, comments, application directives, and other top
    [all...]

Completed in 78 milliseconds