Home
last modified time | relevance | path

Searched defs:Auto (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Parser/
Dcxx0x-in-cxx98.cpp25 struct Auto { struct
28 auto Auto::n = 0; // expected-warning {{'auto' type specifier is a C++11 extension}} argument
/external/zlib/src/contrib/ada/
Dzlib.ads53 type Header_Type is (None, Auto, Default, GZip); literal
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py50 def Auto (argv = [], out = sys.stdout): member in ColorFormatter
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.h15 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm_i.h17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator