/external/autotest/server/site_tests/firmware_Fingerprint/ |
D | control.obeys_rollback | 10 Verify that fingerprint firmware rollback functions correctly. 13 Fails if the rollback minimum version is not updated or min rollback version 25 Flashes new RW firmware with a rollback ID of '1' and verifies that all 26 rollback state is set correctly. Then attempts to flash RW firmware with 27 rollback ID of '0' and verifies that the RO version of firmware is running 28 (i.e., not running older version). Finally, flashes RW firmware with rollback
|
D | control.ro_can_update_rw | 25 (has rollback ID '0') and validates that it is running. Then flashes RW 26 firmware with version string that ends in '.dev' (also has rollback ID '0')
|
/external/selinux/libselinux/utils/ |
D | togglesebool.c | 13 static __attribute__ ((__noreturn__)) void rollback(int argc, char **argv) in rollback() function 50 rollback(i, argv); in main() 60 rollback(i, argv); in main() 70 rollback(i, argv); in main()
|
/external/libxml2/ |
D | pattern.c | 513 goto rollback; in xmlPatMatch() 521 goto rollback; in xmlPatMatch() 524 goto rollback; in xmlPatMatch() 528 goto rollback; in xmlPatMatch() 530 goto rollback; in xmlPatMatch() 535 goto rollback; in xmlPatMatch() 538 goto rollback; in xmlPatMatch() 540 goto rollback; in xmlPatMatch() 552 goto rollback; in xmlPatMatch() 567 goto rollback; in xmlPatMatch() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_split_tmp.h | 63 const unsigned rollback = first - incr; in FUNC() local 103 seg_start += seg_max - rollback; in FUNC() 125 seg_start += seg_max - rollback; in FUNC() 148 seg_start += seg_max - rollback; in FUNC()
|
/external/autotest/server/site_tests/firmware_Cr50Update/ |
D | firmware_Cr50Update.py | 117 rollback = (cr50_utils.GetNewestVersion(running_ver[1], image_rw) != 120 "rollback" if rollback else "update", running_ver_str, 125 if use_usb_update or rollback: 126 self.cr50_update(image_path, rollback=rollback,
|
/external/python/cpython2/Lib/sqlite3/test/ |
D | py25tests.py | 31 def rollback(self): member in MyConnection 34 sqlite.Connection.rollback(self) 55 self.con.rollback()
|
/external/autotest/server/site_tests/autoupdate_Rollback/ |
D | control.powerwash_before_rollback | 16 This is a rollback test for Chrome OS releases. It first updates a machine and 17 then invokes rollback to boot from its previously booted partition. 21 It tests rollback using the update_engine_client rather than manipulating the
|
D | control | 20 This is a rollback test for Chrome OS releases. It first updates a machine and 21 then invokes rollback to boot from its previously booted partition. It tests 22 rollback using the update_engine_client rather than manipulating the UI.
|
/external/autotest/server/site_tests/firmware_RollbackKernel/ |
D | control.dev | 9 PURPOSE = "Servo based kernel rollback test." 10 CRITERIA = "This test will fail if kernel rollback doesn't fail verification." 23 rollback check so it remains unchanged.
|
D | control | 9 PURPOSE = "Servo based kernel rollback test." 10 CRITERIA = "This test will fail if kernel rollback doesn't fail verification." 23 rollback check so it remains unchanged.
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | transactions.py | 147 con.rollback() 178 self.con.rollback() 187 self.con.rollback() 196 self.con.rollback()
|
/external/autotest/server/site_tests/provision_Cr50Update/ |
D | provision_Cr50Update.py | 239 rollback = (cr50_utils.GetNewestVersion(running_rw, self.image_rw) != 244 need_rollback = rollback or set_bid 268 self.cr50_update(self.local_path, rollback=need_rollback,
|
/external/autotest/server/site_tests/firmware_RollbackFirmware/ |
D | control | 9 PURPOSE = "Servo based firmware rollback test." 10 CRITERIA = "This test will fail if firmware rollback doesn't fail verification."
|
D | control.dev | 9 PURPOSE = "Servo based firmware rollback test." 10 CRITERIA = "This test will fail if firmware rollback doesn't fail verification."
|
/external/u-boot/doc/ |
D | README.avb2 | 14 * Provides capabilities for rollback protection. 29 avb read_rb <num> - read rollback index at location <num> 30 avb write_rb <num> <rb> - write rollback index <rb> to <num>
|
/external/webrtc/webrtc/base/ |
D | diskcache.h | 99 CacheLock(DiskCache* cache, const std::string& id, bool rollback = false) 100 : cache_(cache), id_(id), rollback_(rollback) in cache_()
|
/external/autotest/server/cros/faft/ |
D | cr50_test.py | 235 self.cr50_update(self._original_cr50_image, rollback=True, 607 def cr50_update(self, path, rollback=False, erase_nvmem=False, argument 641 if erase_nvmem and rollback: 644 if rollback: 645 self.cr50.rollback(chip_bid=chip_bid, chip_flags=chip_flags) 649 self._cr50_verify_update(expected_rw, rollback or expect_rollback)
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | TestHelper_Connection1.java | 155 public void rollback() throws SQLException { in rollback() method in TestHelper_Connection1 158 public void rollback(Savepoint savepoint) throws SQLException { in rollback() method in TestHelper_Connection1
|
/external/avb/examples/things/ |
D | README.md | 5 lib_avb and lib_avb_atx. The implementation includes rollback index management
|
/external/ukey2/src/main/proto/ |
D | ukey.proto | 75 optional int32 version = 1; // highest supported version for rollback 92 optional int32 version = 1; // highest supported version for rollback
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
D | TokenRewriteStream.java | 191 public void rollback(int instructionIndex) { in rollback() method in TokenRewriteStream 192 rollback(DEFAULT_PROGRAM_NAME, instructionIndex); in rollback() 199 public void rollback(String programName, int instructionIndex) { in rollback() method in TokenRewriteStream 212 rollback(programName, MIN_TOKEN_INDEX); in deleteProgram()
|
/external/avb/ |
D | README.md | 107 known security flaws. Each VBMeta struct has a *rollback index* baked 110 ![AVB rollback indexes](docs/avb-rollback-indexes.png) 114 fixed. Additionally the device stores the last seen rollback index in 117 ![AVB stored rollback indexes](docs/avb-stored-rollback-indexes.png) 137 Note how the rollback indexes differ between slots - for slot A the 138 rollback indexes are `[42, 101]` and for slot B they are `[43, 103]`. 158 useful if the root-of-trust and/or stored rollback indexes are only available 516 `foobar` uses rollback index 8 and that the public key in AVB format 615 To prevent rollback attacks, the rollback index should be increased on 616 a regular basis. The rollback index can be set with the [all …]
|
/external/libese/apps/boot/ |
D | README.md | 280 the locks or rollback storage can be read, the bootloader will need to 327 rollback state may be changed. 329 #### Checking rollback values 331 - Read and write rollback values as per libavb using the API 336 As rollback index values can only be written when inBootloader signal is set, 342 does not include integration into libavb or include use of rollback index 381 - If the verified boot design dictates that rollback indices are clear on
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCConnection.java | 215 rollback(); in close() 306 public void rollback() throws SQLException { in rollback() method in JDBCConnection 413 public void rollback(Savepoint x) throws SQLException { in rollback() method in JDBCConnection
|