Searched defs:force (Results 1 - 6 of 6) sorted by relevance

/device/google/dragon/recovery/updater/
H A Dupdate_fw.cpp169 int update_fw(const Value *fw_file, const Value *ec_file, int force) argument
193 /* TODO: force update if keyblock does not match */
194 if (!strncmp(version, fwid, size) && !force) {
/device/google/contexthub/firmware/os/core/
H A Dbl.c468 static void blLoader(bool force) argument
477 if (blHostActive() || force) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dlistobject.c2144 const Py_ssize_t force = nremaining <= minrun ? local
2146 if (binarysort(lo, lo + force, lo + n, compare) < 0)
2148 n = force;
H A Dobject.c46 /* Insert op at the front of the list of all objects. If force is true,
48 * force is false amd _ob_prev or _ob_next are non-NULL, do nothing.
49 * force should be true if and only if op points to freshly allocated,
58 _Py_AddToAllObjects(PyObject *op, int force) argument
61 if (!force) {
68 if (force || op->_ob_prev == NULL) {
2326 /* Hack to force loading of capsule.o */
2330 /* Hack to force loading of cobject.o */
2334 /* Hack to force loading of abstract.o */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dlistobject.c2143 const Py_ssize_t force = nremaining <= minrun ? local
2145 if (binarysort(lo, lo + force, lo + n, compare) < 0)
2147 n = force;
H A Dobject.c46 /* Insert op at the front of the list of all objects. If force is true,
48 * force is false amd _ob_prev or _ob_next are non-NULL, do nothing.
49 * force should be true if and only if op points to freshly allocated,
58 _Py_AddToAllObjects(PyObject *op, int force) argument
61 if (!force) {
68 if (force || op->_ob_prev == NULL) {
2305 /* Hack to force loading of capsule.o */
2309 /* Hack to force loading of cobject.o */
2313 /* Hack to force loading of abstract.o */

Completed in 462 milliseconds