Home
last modified time | relevance | path

Searched refs:DescribeType (Results 1 – 5 of 5) sorted by relevance

/art/cmdline/
Dcmdline_types.h83 static const char* DescribeType() { return "true|false|1|0|y|n|yes|no|on|off"; }
109 static const char* DescribeType() { return "none|adbconnection|default"; }
196 static const char* DescribeType() {
224 static const char* DescribeType() { return "double value"; }
257 static const char* DescribeType() { return "unsigned integer value"; }
267 static const char* DescribeType() { return "integer value"; }
322 static const char* DescribeType() { return "millisecond value"; }
341 static const char* DescribeType() { return "string value"; }
358 static const char* DescribeType() { return "/path/to/libplugin.so"; }
375 static const char* DescribeType() { return "/path/to/libagent.so=options"; }
[all …]
Dcmdline_type_parser.h57 static const char* DescribeType() { assert(false); return "UnspecializedType"; } in DescribeType() function
/art/compiler/driver/
Dcompiler_options_map-inl.h48 static const char* DescribeType() {
/art/dex2oat/
Ddex2oat_options.cc37 static const char* DescribeType() { return "arm|arm64|x86|x86_64|none"; } in DescribeType() function
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h168 os << "{" << CmdlineType<T>::DescribeType() << "}"; in DumpHelp()