Searched refs:RUNTIME_OPTIONS_KEY (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | runtime_options.def | 17 #ifndef RUNTIME_OPTIONS_KEY 18 #error "Please #define RUNTIME_OPTIONS_KEY before #including this file" 19 #define RUNTIME_OPTIONS_KEY(...) // Don't display errors in this file in IDEs. 37 RUNTIME_OPTIONS_KEY (Unit, Zygote) 38 RUNTIME_OPTIONS_KEY (Unit, PrimaryZygote) 39 RUNTIME_OPTIONS_KEY (Unit, Help) 40 RUNTIME_OPTIONS_KEY (Unit, ShowVersion) 41 RUNTIME_OPTIONS_KEY (ParseStringList<':'>,BootClassPath) // std::vector<std::string> 42 RUNTIME_OPTIONS_KEY (ParseStringList<':'>,BootClassPathLocations) // std::vector<std::string> 43 RUNTIME_OPTIONS_KEY (std::string, ClassPath) [all …]
|
D | runtime_options.cc | 34 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… macro
|
D | runtime_options.h | 74 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); macro
|