/system/extras/tests/bootloader/ |
D | bootloadertest.py | 122 slots = [chr(slotnum+ord('a')) for slotnum in range(slotcount)] 123 self.exists_validvals("current-slot", var_all, slots) 126 for slot in slots: 162 slots = [chr(slotnum+ord('a')) for slotnum in range(slotcount)] 163 self.get_exists_validvals("current-slot", slots) 166 for slot in slots: 179 slots = [chr(slotnum+ord('a')) for slotnum in range(slotcount)] 180 for slot in slots:
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.h | 67 bool slots; // Does it have slots member 73 return os << "<hashable=" << pinfo.hashable << " slots=" << pinfo.slots 93 bool slots; // Does it have slots member
|
D | README.md | 80 | slots | "yes" or "no" | Is this partition is slotted … 89 <part value="boot" slots="yes" test="yes" hashable="yes" parsed="yes"/> 90 <part value="modem" slots="yes" test="yes" hashable="yes"/> 91 <part value="userdata" slots="no" test="yes" hashable="no"/> 103 which lists the name of this pseudo partition, and a `slots` attribute, 113 <part value="bootloader" slots="yes"> 131 the correct slots are being flashed. 216 <part value="boot" slots="yes" test="yes" hashable="yes" parsed="yes"/> 217 <part value="modem" slots="yes" test="yes" hashable="yes"/> 218 <part value="userdata" slots="no" test="yes" hashable="no"/> [all …]
|
D | main.cpp | 987 if (GetParam().second.slots) { in TEST_P() 1332 if (info.slots) { in TEST_P() 1337 EXPECT_FALSE(config.partitions[part].slots) in TEST_P() 1345 info.slots ? android::base::StringPrintf("_%c", 'a' + i) : ""; in TEST_P() 1350 const std::string suffix = part_info.slots ? packed_suffix : ""; in TEST_P() 1370 const std::string suffix = config.partitions[part].slots ? packed_suffix : ""; in TEST_P() 1381 const std::string suffix = part_info.slots ? packed_suffix : ""; in TEST_P() 1411 if (info.slots) { in TEST_P() 1416 EXPECT_FALSE(config.partitions[part].slots) in TEST_P() 1424 info.slots ? android::base::StringPrintf("_%c", 'a' + i) : ""; in TEST_P() [all …]
|
D | extensions.cpp | 108 XMLAssert(XMLYesNo(part, "slots", &part_info.slots), part, in ExtractPartitions() 140 XMLAssert(XMLYesNo(part, "slots", &packed_info.slots), part, in ExtractPacked()
|
D | fixtures.cpp | 328 real_parts = GeneratePartitionNames(name, GetParam().second.slots ? num_slots : 0); in SetUp()
|
/system/bt/gd/hci/facade/ |
D | le_advertising_manager_facade.proto | 37 // Unit: number of Bluetooth slots in 0.125 ms increment 39 // Unit: number of Bluetooth slots in 0.125 ms increment
|
/system/core/fastboot/ |
D | fastboot.bash | 74 local slots="a all b other" 75 COMPREPLY=( $(compgen -W "${slots}" -- ${cur}) )
|
/system/extras/partition_tools/ |
D | README.md | 13 * `-s,--metadata-slots` - The number of slots available for storing metadata. This should match the… 30 --metadata-slots 2 \
|
D | lpadd.cc | 285 uint32_t slots = std::min(metadata_->geometry.metadata_slot_count, (uint32_t)2); in UpdateSuper() local 286 for (uint32_t i = 0; i < slots; i++) { in UpdateSuper()
|
/system/gsid/tests/ |
D | boot_tests.cpp | 72 EXPECT_GE(hw_config.slots, 16); in TEST()
|
/system/libsysprop/srcs/android/sysprop/ |
D | TelephonyProperties.sysprop | 458 # Number of physical SIM slots on the device. This includes both eSIM and pSIM slots, and is 460 # For example, a multi-sim device can have 2 phones/logical modems, but 3 physical slots, or 461 # a single SIM device can have 1 phones/logical modems, but 2 physical slots (one eSIM and
|
/system/chre/build/sys_support/qcom/ |
D | uimage_v2.lcs | 119 /* GOT slots for PLT section */
|
/system/update_engine/ |
D | dynamic_partition_control_android_unittest.cc | 162 void SetSlots(const TestParam& slots) { slots_ = slots; } in SetSlots() argument
|
/system/core/fs_mgr/liblp/ |
D | builder_test.cpp | 244 static constexpr uint64_t slots = 2; in TEST_F() local 245 unique_ptr<MetadataBuilder> builder = MetadataBuilder::New(total, metadata, slots); in TEST_F() 251 total - (metadata * slots + geometry) * 2 - LP_PARTITION_RESERVED_BYTES; in TEST_F()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | system_server.te | 1020 # communicate which slots are available for use.
|
/system/sepolicy/private/ |
D | system_server.te | 1138 # communicate which slots are available for use.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | system_server.te | 1115 # communicate which slots are available for use.
|