/external/webkit/Source/WebCore/platform/ |
D | Length.h | 37 enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic }; enumerator 43 : m_intValue(0), m_quirk(false), m_type(Auto), m_isFloat(false) in Length() 125 case Auto: 142 case Auto: 155 case Auto: in calcFloatValue() 171 bool isAuto() const { return type() == Auto; } in isAuto() 175 …bool isIntrinsicOrAuto() const { return type() == Auto || type() == MinIntrinsic || type() == Intr… in isIntrinsicOrAuto()
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | FixedPositioning.h | 39 enum SkLengthType { Undefined, Auto, Relative, enumerator 61 type = Auto; in setAuto()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | npruntime_internal.h | 38 #undef Auto
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Auto links.text | 11 Auto-links should not occur here: `<http://example.com/>`
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Auto links.text | 11 Auto-links should not occur here: `<http://example.com/>`
|
/external/webkit/Source/WebCore/bridge/ |
D | npruntime_internal.h | 38 #undef Auto
|
/external/markdown/tests/markdown-test/ |
D | auto-links.txt | 15 Auto-links should not occur here: `<http://example.com/>`
|
/external/tcpdump/ |
D | Makefile-devel-adds | 2 # Auto-regenerate configure script or Makefile when things change.
|
/external/webkit/Source/WebCore/rendering/ |
D | FixedTableLayout.cpp | 88 m_width.fill(Length(Auto)); in calcWidthArray() 170 if (m_width[cCol + i].isAuto() && w.type() != Auto) { in calcWidthArray()
|
/external/sonivox/arm-fm-22k/host_src/ |
D | arm-fm-22k.mak | 2 # Auto-generated sample makefile
|
/external/eigen/unsupported/Eigen/ |
D | AutoDiff | 16 * \defgroup AutoDiff_Module Auto Diff module
|
/external/sonivox/arm-hybrid-22k/host_src/ |
D | arm-hybrid-22k.mak | 2 # Auto-generated sample makefile
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebMediaPlayer.h | 85 Auto, enumerator
|
/external/sonivox/arm-wt-22k/host_src/ |
D | arm-wt-22k.mak | 2 # Auto-generated sample makefile
|
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.c | 199 sm->portMode = Auto; in SM_STATE() 368 if ((sm->portControl == Auto && sm->portMode != sm->portControl) || in SM_STEP() 533 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP() 618 if (sm->portControl != Auto || sm->initialize || in SM_STEP() 657 if (sm->initialize || sm->portControl != Auto) { in SM_STEP() 800 sm->portControl = Auto; in eapol_auth_alloc()
|
D | eapol_auth_sm_i.h | 17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator
|
D | eapol_auth_dump.c | 21 case Auto: return "Auto"; in port_type_txt()
|
/external/chromium/chrome/browser/sync/protocol/ |
D | extension_specifics.proto | 29 // Auto-update URL to use for this extension. May be blank, in
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | arm-fm-22k_lib.mak | 2 # Auto-generated sample makefile
|
/external/webkit/Source/WebCore/platform/win/ |
D | WebCoreTextRenderer.cpp | 119 Font::setCodePath(complex ? Font::Complex : Font::Auto); in WebCoreSetAlwaysUsesComplexTextCodePath()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | Font.cpp | 42 Font::CodePath Font::s_codePath = Auto; 275 if (s_codePath != Auto) in codePath()
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | arm-hybrid-22k_lib.mak | 2 # Auto-generated sample makefile
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | arm-wt-22k_lib.mak | 2 # Auto-generated sample makefile
|
/external/zlib/src/contrib/ada/ |
D | zlib.ads | 53 type Header_Type is (None, Auto, Default, GZip); literal
|
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
D | eapol_supp_sm.h | 21 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator
|