Searched refs:rollbacks (Results 1 – 8 of 8) sorted by relevance
/external/autotest/server/site_tests/firmware_RollbackFirmware/ |
D | control | 20 image (built by "build_image --test"). On runtime, this test rollbacks 21 firmware A and results firmware B boot. It then rollbacks firmware B and
|
D | control.dev | 20 image (built by "build_image --test"). On runtime, this test rollbacks 21 firmware A and results firmware B boot. It then rollbacks firmware B and
|
/external/autotest/server/site_tests/firmware_RollbackKernel/ |
D | control | 20 image (built by "build_image --test"). In normal mode, this test rollbacks 21 kernel A and results kernel B boot. It then rollbacks kernel B and
|
D | control.dev | 20 image (built by "build_image --test"). In normal mode, this test rollbacks 21 kernel A and results kernel B boot. It then rollbacks kernel B and
|
/external/libxml2/ |
D | xmlregexp.c | 326 xmlRegExecRollback *rollbacks; member 3107 exec->rollbacks = (xmlRegExecRollback *) xmlMalloc(exec->maxRollbacks * in xmlFARegExecSave() 3109 if (exec->rollbacks == NULL) { in xmlFARegExecSave() 3114 memset(exec->rollbacks, 0, in xmlFARegExecSave() 3121 tmp = (xmlRegExecRollback *) xmlRealloc(exec->rollbacks, in xmlFARegExecSave() 3128 exec->rollbacks = tmp; in xmlFARegExecSave() 3129 tmp = &exec->rollbacks[len]; in xmlFARegExecSave() 3132 exec->rollbacks[exec->nbRollbacks].state = exec->state; in xmlFARegExecSave() 3133 exec->rollbacks[exec->nbRollbacks].index = exec->index; in xmlFARegExecSave() 3134 exec->rollbacks[exec->nbRollbacks].nextbranch = exec->transno + 1; in xmlFARegExecSave() [all …]
|
/external/cros/system_api/dbus/cryptohome/ |
D | signed_secret.proto | 18 // revision, to avoid rollbacks. This secret should be serialized
|
/external/clang/ |
D | ReadmeAndroid.md | 70 This makes rollbacks simpler, and it also reduces churn on the Android build
|
/external/vboot_reference/ |
D | README | 148 image and are used to prevent rollbacks to older version. For testing,
|