Searched refs:Fixed (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/tools/aapt2/ |
D | readme.md | 5 - 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/ |
D | BitcodeWriter.cpp | 167 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/ |
D | BitcodeWriter.cpp | 195 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/ |
D | BitcodeWriter.cpp | 195 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/ |
D | SlidersExpandableViewModel.kt | 30 data object Fixed : SlidersExpandableViewModel object
|
D | AudioVolumeComponentViewModel.kt | 86 flowOf(SlidersExpandableViewModel.Fixed) in <lambda>() 112 flowOf(SlidersExpandableViewModel.Fixed) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/ |
D | InfiniteGridLayout.kt | 57 TileLazyGrid(modifier = modifier, columns = GridCells.Fixed(columns)) { in <lambda>() 89 columns = GridCells.Fixed(columns), in <lambda>()
|
D | StretchedGridLayout.kt | 79 TileLazyGrid(columns = GridCells.Fixed(columns), modifier = modifier) { in <lambda>() 102 columns = GridCells.Fixed(columns), in <lambda>()
|
D | PartitionedGridLayout.kt | 80 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/ |
D | flags.aconfig | 8 # Fixed read-only is required as the flag is read during zygote init.
|
/frameworks/base/core/java/android/view/flags/ |
D | view_flags.aconfig | 8 " cleanup. Fixed readonly version."
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
D | MainActivity.kt | 91 Fixed, in <lambda>() 117 RandomSeedType.Fixed -> FIXED_RANDOM_SEED in randomSeed()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ |
D | CommunalHub.kt | 481 rows = GridCells.Fixed(CommunalContentSize.FULL.span), in CommunalHubLazyGrid()
|