Home
last modified time | relevance | path

Searched refs:Fixed (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/tools/aapt2/
Dreadme.md5 - Fixed issue with resource deduplication. (bug 64397629)
9 - Fixed an issue where multiple permissions defined in AndroidManifest.xml would generate
18 - Fixed issue where enum values were interpreted as integers and range checked. (bug 62358540)
19 - Fixed issue where ints and floats with trailing whitespace would not be parsed. (bug 62902869)
20 - Fixed issue where `--custom-package` was not honored when writing Manifest.java. (bug 62826426)
23 - Fixed issue where Java classes referenced from fragments and menus were not added to
25 - Fixed issue where escaped unicode characters would generate malformed UTF-8. (bug 62839202)
26 - Fixed issue where apostrophes or quotes used in XML attribute values were ignored.
31 - Fixed issue where symlinks would not be followed when compiling PNGs. (bug 62144459)
32 - Fixed issue where overlays that declared `<add-resource>` did not compile. (bug 38355988)
[all …]
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp167 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteTypeSymbolTable()
170 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7)); in WriteTypeSymbolTable()
224 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
231 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg in WriteTypeTable()
234 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
241 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in WriteTypeTable()
243 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
250 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
444 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteModuleInfo()
446 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Constant. in WriteModuleInfo()
[all …]
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp195 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
202 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg in WriteTypeTable()
205 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
211 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in WriteTypeTable()
213 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
226 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in WriteTypeTable()
228 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
235 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
442 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteModuleInfo()
444 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Constant. in WriteModuleInfo()
[all …]
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp195 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
202 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg in WriteTypeTable()
204 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
211 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in WriteTypeTable()
213 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
227 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in WriteTypeTable()
229 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
237 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
455 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteModuleInfo()
457 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Constant. in WriteModuleInfo()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/ui/viewmodel/
DSlidersExpandableViewModel.kt30 data object Fixed : SlidersExpandableViewModel object
DAudioVolumeComponentViewModel.kt86 flowOf(SlidersExpandableViewModel.Fixed) in <lambda>()
112 flowOf(SlidersExpandableViewModel.Fixed) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/
DInfiniteGridLayout.kt57 TileLazyGrid(modifier = modifier, columns = GridCells.Fixed(columns)) { in <lambda>()
89 columns = GridCells.Fixed(columns), in <lambda>()
DStretchedGridLayout.kt79 TileLazyGrid(columns = GridCells.Fixed(columns), modifier = modifier) { in <lambda>()
102 columns = GridCells.Fixed(columns), in <lambda>()
DPartitionedGridLayout.kt80 TileLazyGrid(modifier = modifier, columns = GridCells.Fixed(columns)) { in <lambda>()
190 columns = GridCells.Fixed(columns), in <lambda>()
204 columns = GridCells.Fixed(columns), in <lambda>()
244 columns = GridCells.Fixed(columns), in <lambda>()
/frameworks/base/core/java/com/android/internal/os/
Dflags.aconfig8 # Fixed read-only is required as the flag is read during zygote init.
/frameworks/base/core/java/android/view/flags/
Dview_flags.aconfig8 " cleanup. Fixed readonly version."
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DMainActivity.kt91 Fixed, in <lambda>()
117 RandomSeedType.Fixed -> FIXED_RANDOM_SEED in randomSeed()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt481 rows = GridCells.Fixed(CommunalContentSize.FULL.span), in CommunalHubLazyGrid()