Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_types.h84 static const char* DescribeType() { return "true|false|1|0|y|n|yes|no|on|off"; }
110 static const char* DescribeType() { return "none|adbconnection|default"; }
197 static const char* DescribeType() {
225 static const char* DescribeType() { return "double value"; }
258 static const char* DescribeType() { return "unsigned integer value"; }
268 static const char* DescribeType() { return "unsigned 16-bit integer value"; }
279 static const char* DescribeType() { return "integer value"; }
334 static const char* DescribeType() { return "millisecond value"; }
353 static const char* DescribeType() { return "string value"; }
370 static const char* DescribeType() { return "/path/to/libplugin.so"; }
[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|riscv64|x86|x86_64|none"; } in DescribeType() function
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h169 os << "{" << CmdlineType<T>::DescribeType() << "}"; in DumpHelp()