Searched refs:Auto (Results 1 - 25 of 95) sorted by relevance

1234

/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/harfbuzz_ng/test/shaping/
H A Dhb-diff-colorize5 formatter = ColorFormatter.Auto (sys.argv)
/external/scrypt/
H A Dbuild-config.mk0 # Auto-generated - DO NOT EDIT!
/external/chromium_org/tools/stats_viewer/
H A Dwin32.cs29 [DllImport("kernel32", SetLastError=true, CharSet=CharSet.Auto)]
40 [DllImport("kernel32", SetLastError=true, CharSet=CharSet.Auto)]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLengthFunctions.cpp45 case Auto:
76 case Auto:
109 case Auto:
H A DLength.h41 Auto, Percent, Fixed, enumerator in enum:WebCore::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/chromium_org/third_party/openssl/openssl/
H A Dbuild-config.mk0 # Auto-generated - DO NOT EDIT!
/external/openssl/
H A Dbuild-config-static-32.mk0 # Auto-generated - DO NOT EDIT!
H A Dbuild-config-static-64.mk0 # Auto-generated - DO NOT EDIT!
H A Dbuild-config-32.mk0 # Auto-generated - DO NOT EDIT!
H A Dbuild-config-64.mk0 # Auto-generated - DO NOT EDIT!
H A Dbuild-config-trusty.mk0 # Auto-generated - DO NOT EDIT!
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dcharmap.pl67 /* Auto generated with chartype.pl script.
/external/openssl/crypto/asn1/
H A Dcharmap.pl67 /* Auto generated with chartype.pl script.
/external/sonivox/arm-fm-22k/host_src/
H A Darm-fm-22k.mak2 # Auto-generated sample makefile
/external/sonivox/arm-hybrid-22k/host_src/
H A Darm-hybrid-22k.mak2 # Auto-generated sample makefile
/external/sonivox/arm-wt-22k/host_src/
H A Darm-wt-22k.mak2 # Auto-generated sample makefile
/external/sonivox/arm-fm-22k/lib_src/
H A Darm-fm-22k_lib.mak2 # Auto-generated sample makefile
/external/sonivox/arm-hybrid-22k/lib_src/
H A Darm-hybrid-22k_lib.mak2 # Auto-generated sample makefile
/external/sonivox/arm-wt-22k/lib_src/
H A Darm-wt-22k_lib.mak2 # Auto-generated sample makefile
/external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
H A DMediaPlayer.h146 enum Preload { None, MetaData, Auto }; enumerator in enum:WebCore::MediaPlayer::Preload
/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:__anon32828
/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:__anon33081
/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:__anon33332
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFixedTableLayout.cpp89 m_width.fill(Length(Auto));
156 if (m_width[currentColumn].isAuto() && logicalWidth.type() != Auto) {

Completed in 429 milliseconds

1234