Searched refs:Unit (Results 1 – 17 of 17) sorted by relevance
/art/compiler/driver/ |
D | compiler_options_map.def | 41 COMPILER_OPTIONS_KEY (Unit, PIC) 47 COMPILER_OPTIONS_KEY (Unit, Debuggable) 48 COMPILER_OPTIONS_KEY (Unit, Baseline) 49 COMPILER_OPTIONS_KEY (Unit, ProfileBranches) 56 COMPILER_OPTIONS_KEY (Unit, DumpCFGAppend) 60 COMPILER_OPTIONS_KEY (Unit, CountHotnessInCompiledCode) 62 COMPILER_OPTIONS_KEY (Unit, DumpTimings) 63 COMPILER_OPTIONS_KEY (Unit, DumpPassTimings) 64 COMPILER_OPTIONS_KEY (Unit, DumpStats)
|
/art/dex2oat/ |
D | dex2oat_options.def | 51 DEX2OAT_OPTIONS_KEY (Unit, Strip) 64 DEX2OAT_OPTIONS_KEY (Unit, ForceJitZygote) 71 DEX2OAT_OPTIONS_KEY (Unit, Host) 72 DEX2OAT_OPTIONS_KEY (Unit, DumpTiming) 73 DEX2OAT_OPTIONS_KEY (Unit, DumpPasses) 74 DEX2OAT_OPTIONS_KEY (Unit, DumpStats) 76 DEX2OAT_OPTIONS_KEY (Unit, AvoidStoringInvocation) 86 DEX2OAT_OPTIONS_KEY (Unit, ForceDeterminism) 98 DEX2OAT_OPTIONS_KEY (Unit, CheckLinkageConditions) 99 DEX2OAT_OPTIONS_KEY (Unit, CrashOnLinkageViolation) [all …]
|
/art/runtime/ |
D | runtime_options.def | 37 RUNTIME_OPTIONS_KEY (Unit, Zygote) 38 RUNTIME_OPTIONS_KEY (Unit, PrimaryZygote) 39 RUNTIME_OPTIONS_KEY (Unit, Help) 40 RUNTIME_OPTIONS_KEY (Unit, ShowVersion) 49 RUNTIME_OPTIONS_KEY (Unit, ForceJitZygote) 50 RUNTIME_OPTIONS_KEY (Unit, AllowInMemoryCompilation) 51 RUNTIME_OPTIONS_KEY (Unit, CheckJni) 52 RUNTIME_OPTIONS_KEY (Unit, JniOptsForceCopy) 76 RUNTIME_OPTIONS_KEY (Unit, DumpGCPerformanceOnShutdown) 77 RUNTIME_OPTIONS_KEY (Unit, DumpRegionInfoBeforeGC) [all …]
|
D | parsed_options.cc | 782 args.Set(M::AllowInMemoryCompilation, Unit()); in DoParse()
|
/art/cmdline/ |
D | unit.h | 23 struct Unit { struct 24 bool operator==(const Unit&) const {
|
D | cmdline_parser.h | 370 Builder& IntoKey(const TVariantMapKey<Unit>& key) { in IntoKey() 371 return CreateTypedBuilder<Unit>().IntoKey(key); in IntoKey() 413 template <typename TArg = Unit> 414 typename std::enable_if<std::is_same<TArg, Unit>::value>::type 417 std::vector<Unit> values(names_.size(), Unit{}); in InitializeTypedBuilder() 495 auto&& builder = Define(ignore_name).template WithType<Unit>().IntoIgnore(); in Ignore()
|
D | cmdline_types.h | 62 struct CmdlineType<Unit> : CmdlineTypeParser<Unit> { 65 return Result::Success(Unit{});
|
D | README.md | 95 If this call is omitted, the parser generator assumes you are building a `Unit` type (i.e. an 174 It's semantically equivalent to making a series of argument definitions that map to `Unit` but don't 243 `Either<int ErrorCode, Unit>` where the right side simply indicates success. When values are
|
D | cmdline_parser_test.cc | 575 EXPECT_KEY_VALUE(map, M::Help, Unit{}); in TEST_F() 577 EXPECT_KEY_VALUE(map, M::MethodTrace, Unit{}); in TEST_F()
|
/art/test/580-checker-round/ |
D | info.txt | 1 Unit test for float/double rounding.
|
/art/test/564-checker-bitcount/ |
D | info.txt | 1 Unit test for 32-bit and 64-bit bit count operation.
|
/art/test/577-checker-fp2int/ |
D | info.txt | 1 Unit test for float/double to raw bits conversions.
|
/art/test/568-checker-onebit/ |
D | info.txt | 1 Unit test for 32-bit and 64-bit high/low-bit operations.
|
/art/cmdline/detail/ |
D | cmdline_parse_argument_detail.h | 344 void TypedCheck(typename std::enable_if<std::is_same<Unit, T>::value>::type* = 0) {
|
/art/build/boot/ |
D | preloaded-classes | 1488 java.time.temporal.IsoFields$Unit 3171 [Ljava.time.temporal.IsoFields$Unit;
|
D | boot-image-profile.txt | 11611 Ljava/time/temporal/IsoFields$Unit; 13307 [Ljava/time/temporal/IsoFields$Unit;
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 5854 Ljava/time/temporal/IsoFields$Unit;->duration:Ljava/time/Duration; 5855 Ljava/time/temporal/IsoFields$Unit;->name:Ljava/lang/String; 5856 Ljava/time/temporal/IsoFields$Unit;->QUARTER_YEARS:Ljava/time/temporal/IsoFields$Unit; 5857 Ljava/time/temporal/IsoFields$Unit;->valueOf(Ljava/lang/String;)Ljava/time/temporal/IsoFields$Unit; 5858 Ljava/time/temporal/IsoFields$Unit;->values()[Ljava/time/temporal/IsoFields$Unit; 5859 Ljava/time/temporal/IsoFields$Unit;->WEEK_BASED_YEARS:Ljava/time/temporal/IsoFields$Unit;
|