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. 35 RUNTIME_OPTIONS_KEY (Unit, Zygote) 36 RUNTIME_OPTIONS_KEY (Unit, Help) 37 RUNTIME_OPTIONS_KEY (Unit, ShowVersion) 38 RUNTIME_OPTIONS_KEY (std::string, BootClassPath) 39 RUNTIME_OPTIONS_KEY (ParseStringList<':'>,BootClassPathLocations) // std::vector<std::string> 40 RUNTIME_OPTIONS_KEY (std::string, ClassPath) 41 RUNTIME_OPTIONS_KEY (std::string, Image) [all …]
|
D | runtime_options.cc | 29 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… macro
|
D | runtime_options.h | 76 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> Name; macro
|