Home
last modified time | relevance | path

Searched refs:unlocked (Results 1 – 25 of 59) sorted by relevance

123

/external/ltp/testcases/kernel/security/mmc_security/
DREADME11 the card or assigning a new password to an unlocked card.
12 - change_password.sh: used to change the password from a unlocked card.
16 - remove_password.sh: used to remove the passwor from a card previously unlocked.
38 2) Assigning a password to an unlocked card:
42 3) Changing the password (card must be unlocked first):
46 4) Removing the password (card must be unlocked first):
/external/avb/examples/uefi/
Dmain.c40 bool unlocked = true; in efi_main() local
56 if (ops->read_is_device_unlocked(ops, &unlocked) != AVB_IO_RESULT_OK) { in efi_main()
60 unlocked ? "UNLOCKED" : "LOCKED", in efi_main()
65 if (unlocked) { in efi_main()
/external/toolchain-utils/cros_utils/
Dlocks.py42 unlocked = True
48 unlocked = False
52 return unlocked
/external/mtools/
Dmzip.c494 const char *unlocked; in mzip() local
497 unlocked = " and unlocked until eject"; in mzip()
499 unlocked = ""; in mzip()
507 drive, unlocked); in mzip()
511 drive, unlocked); in mzip()
515 drive, unlocked); in mzip()
/external/python/cpython3/Doc/library/
Dasyncio-sync.rst73 This method waits until the lock is *unlocked*, sets it to
77 waiting for the lock to be unlocked, only one coroutine
87 When the lock is *locked*, reset it to *unlocked* and return.
89 If the lock is *unlocked*, a :exc:`RuntimeError` is raised.
213 This method waits until the underlying lock is *unlocked*,
222 released shortly after. If called with an *unlocked* lock
237 released shortly after. If called with an *unlocked* lock
244 When invoked on an unlocked lock, a :exc:`RuntimeError` is
Dthreading.rst459 A primitive lock is in one of two states, "locked" or "unlocked". It is created
460 in the unlocked state. It has two basic methods, :meth:`~Lock.acquire` and
461 :meth:`~Lock.release`. When the state is unlocked, :meth:`~Lock.acquire`
464 thread changes it to unlocked, then the :meth:`~Lock.acquire` call resets it
466 called in the locked state; it changes the state to unlocked and returns
467 immediately. If an attempt is made to release an unlocked lock, a
473 state to turn to unlocked, only one thread proceeds when a :meth:`~Lock.release`
474 call resets the state to unlocked; which one of the waiting threads proceeds
496 block until the lock is unlocked, then set it to locked and return ``True``.
524 When the lock is locked, reset it to unlocked, and return. If any other threads
[all …]
Dmsvcrt.rst43 regions are not merged; they must be unlocked individually.
/external/autotest/client/site_tests/desktopui_ScreenLocker/
Dcontrol15 autotestPrivate.lockScreen, or cannot be unlocked with the correct password,
16 or if the screen is unlocked with an incorrect password.
/external/python/cpython2/Doc/library/
Dthreading.rst409 A primitive lock is in one of two states, "locked" or "unlocked". It is created
410 in the unlocked state. It has two basic methods, :meth:`acquire` and
411 :meth:`release`. When the state is unlocked, :meth:`acquire` changes the state
413 blocks until a call to :meth:`release` in another thread changes it to unlocked,
416 state to unlocked and returns immediately. If an attempt is made to release an
417 unlocked lock, a :exc:`ThreadError` will be raised.
420 turn to unlocked, only one thread proceeds when a :meth:`release` call resets
421 the state to unlocked; which one of the waiting threads proceeds is not defined,
432 block until the lock is unlocked, then set it to locked and return ``True``.
443 When the lock is locked, reset it to unlocked, and return. If any other threads
[all …]
Dmutex.rst25 Create a new (unlocked) mutex.
30 acquire the lock. When the mutex is unlocked while the queue is not empty, the
Dmsvcrt.rst37 regions are not merged; they must be unlocked individually.
/external/libese/apps/boot/
DREADME.md10 includes whether the device is unlocked or locked, whether it is unlockable,
40 unlocked, or cleared. If it is non-zero, then the lock is locked. Any
53 in production and can only be unlocked if provided a cryptographic signature.
157 both `LOCK_CARRIER` and `LOCK_DEVICE` are cleared/unlocked.
170 operating system. This allows an unlocked device (`LOCK_BOOT=0x0`) to
181 device to be unlocked implies both physical access the `LOCK_DEVICE`
380 or from an unlocked OS image.
/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/locks/
DSynchronized.kt94 val unlocked = LockState(UNLOCKED, 0, 0) in unlock() constant
95 if (lock.compareAndSet(state, unlocked)) in unlock()
/external/autotest/server/site_tests/firmware_Cr50Unlock/
Dcontrol16 DOC = """Verify cr50 can be unlocked with a password"""
Dcontrol.faft_cr50_tot17 Verify cr50 can be unlocked with a password
/external/pigweed/pw_sync_baremetal/
Ddocs.rst34 and asserts if the mutex is unlocked too many times or destroyed while locked.
/external/ukey2/src/main/proto/
Dproximity_payloads.proto47 // device to be unlocked. Used by FindEligibleUnlockDevicesRequest, with
/external/rust/crates/parking_lot/
DCHANGELOG.md193 - `MutexGuard` (and other guard types) add the `unlocked` method which
203 support the `unlocked` and `bump` methods, and can't be used with `CondVar`.
/external/rust/crates/lock_api/src/
Drwlock.rs1254 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
1379 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
1540 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
1713 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
1883 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
2114 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
Dmutex.rs557 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
723 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
Dremutex.rs677 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
815 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
/external/libwebsockets/lib/system/
DREADME.md49 unlocked and the return passed back.
/external/mesa3d/docs/relnotes/
D10.5.6.rst64 - clover: Wrap event::_status in a method to prevent unlocked access.
/external/cronet/crypto/
Dapple_keychain_ios.mm83 // Only allow access when the device has been unlocked.
/external/oboe/apps/OboeTester/docs/
DAutomatedTesting.md219 unlocked.frames = 2528 # frames spent trying to lock onto the signal
233 unlocked.frames = 0

123