Home
last modified time | relevance | path

Searched refs:Unit (Results 1 – 17 of 17) sorted by relevance

/art/compiler/driver/
Dcompiler_options_map.def41 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/
Ddex2oat_options.def51 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/
Druntime_options.def37 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 …]
Dparsed_options.cc782 args.Set(M::AllowInMemoryCompilation, Unit()); in DoParse()
/art/cmdline/
Dunit.h23 struct Unit { struct
24 bool operator==(const Unit&) const {
Dcmdline_parser.h370 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()
Dcmdline_types.h62 struct CmdlineType<Unit> : CmdlineTypeParser<Unit> {
65 return Result::Success(Unit{});
DREADME.md95 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
Dcmdline_parser_test.cc575 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/
Dinfo.txt1 Unit test for float/double rounding.
/art/test/564-checker-bitcount/
Dinfo.txt1 Unit test for 32-bit and 64-bit bit count operation.
/art/test/577-checker-fp2int/
Dinfo.txt1 Unit test for float/double to raw bits conversions.
/art/test/568-checker-onebit/
Dinfo.txt1 Unit test for 32-bit and 64-bit high/low-bit operations.
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h344 void TypedCheck(typename std::enable_if<std::is_same<Unit, T>::value>::type* = 0) {
/art/build/boot/
Dpreloaded-classes1488 java.time.temporal.IsoFields$Unit
3171 [Ljava.time.temporal.IsoFields$Unit;
Dboot-image-profile.txt11611 Ljava/time/temporal/IsoFields$Unit;
13307 [Ljava/time/temporal/IsoFields$Unit;
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt5854 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;