Searched defs:Auto (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/Parser/
H A Dcxx0x-in-cxx98.cpp25 struct Auto { struct
28 auto Auto::n = 0; // expected-warning {{'auto' type specifier is a C++11 extension}}
29 auto Auto::m = 0; // expected-error {{no member named 'm' in 'Auto'}}
/external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
H A DMediaPlayer.h99 enum Preload { None, MetaData, Auto }; enumerator in enum:blink::MediaPlayer::Preload
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.h269 Auto, enumerator in enum:blink::CSSPropertyParser::SizeParameterType
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py50 def Auto (argv = [], out = sys.stdout): member in class:ColorFormatter
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLength.h41 Auto, Percent, Fixed, enumerator in enum:blink::LengthType
70 : m_intValue(0), m_quirk(false), m_type(Auto), m_isFloat(false)
128 // Reset |length|'s type to Auto to make sure its destructor
131 length.m_type = Auto;
144 // Reset |length|'s type to Auto to make sure its destructor
147 length.m_type = Auto;
274 bool isAuto() const { return type() == Auto; }
277 bool isIntrinsicOrAuto() const { return type() == Auto || isLegacyIntrinsic() || isIntrinsic(); }
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h15 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator in enum:__anon33724
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h15 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator in enum:__anon33977
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h15 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator in enum:__anon34228
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.h338 Auto enumerator in enum:blink::WebGLRenderingContextBase::AutoRecoveryMethod
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm_i.h17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator in enum:__anon33710
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm_i.h17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator in enum:__anon33963
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm_i.h17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator in enum:__anon34214
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 1182 milliseconds