Home
last modified time | relevance | path

Searched refs:unlocked (Results 1 – 25 of 52) 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.py41 unlocked = True
46 unlocked = False
49 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.
215 This method waits until the underlying lock is *unlocked*,
224 released shortly after. If called with an *unlocked* lock
239 released shortly after. If called with an *unlocked* lock
246 When invoked on an unlocked lock, a :exc:`RuntimeError` is
Dthreading.rst419 A primitive lock is in one of two states, "locked" or "unlocked". It is created
420 in the unlocked state. It has two basic methods, :meth:`~Lock.acquire` and
421 :meth:`~Lock.release`. When the state is unlocked, :meth:`~Lock.acquire`
424 thread changes it to unlocked, then the :meth:`~Lock.acquire` call resets it
426 called in the locked state; it changes the state to unlocked and returns
427 immediately. If an attempt is made to release an unlocked lock, a
433 state to turn to unlocked, only one thread proceeds when a :meth:`~Lock.release`
434 call resets the state to unlocked; which one of the waiting threads proceeds
456 block until the lock is unlocked, then set it to locked and return ``True``.
484 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/
Dcontrol10 autotestPrivate.lockScreen, or cannot be unlocked with the correct password,
11 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.
Dthread.rst85 initially unlocked.
/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/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/autotest/server/site_tests/firmware_Cr50Unlock/
Dcontrol15 DOC = """Verify cr50 can be unlocked with a password"""
Dcontrol.faft_cr50_tot16 Verify cr50 can be unlocked with a password
/external/rust/crates/parking_lot/
DCHANGELOG.md134 - `MutexGuard` (and other guard types) add the `unlocked` method which
144 support the `unlocked` and `bump` methods, and can't be used with `CondVar`.
/external/ukey2/src/main/proto/
Dproximity_payloads.proto47 // device to be unlocked. Used by FindEligibleUnlockDevicesRequest, with
/external/libwebsockets/lib/system/
DREADME.md49 unlocked and the return passed back.
/external/oboe/apps/OboeTester/docs/
DAutomatedTesting.md161 unlocked.frames = 2528 # frames spent trying to lock onto the signal
175 unlocked.frames = 0
/external/mesa3d/docs/relnotes/
D10.5.6.rst64 - clover: Wrap event::_status in a method to prevent unlocked access.
/external/rust/crates/spin/
DREADME.md41 to the data. When this guard is dropped, the lock will be unlocked.
/external/rust/crates/lock_api/src/
Drwlock.rs941 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
1113 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
1289 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
Dmutex.rs478 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() method
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc99 // while locked_, the underlying mutex is unlocked. Mutex supports

123