HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 176 - 200 of 1888) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/autotest/client/site_tests/enterprise_PowerManagement/
enterprise_PowerManagement.py 87 exception=error.TestFail('User is not locked'),
90 desc='Expects to find Chrome locked.')
  /external/autotest/scheduler/
monitor_db_cleanup_test.py 33 self.hosts[1].locked = True
59 self.hosts[1].locked = True
  /external/guice/core/test/com/google/inject/internal/
CycleDetectingLockTest.java 30 * <p>This should succeed, even though T1 was locked on T2 and T2 is locked on T1 when T2 locks
  /external/libcxx/src/
condition_variable.cpp 43 "condition_variable::wait: mutex not locked");
56 "condition_variable::timed wait: mutex not locked");
  /external/libmicrohttpd/src/include/
platform_interface.h 285 * If mutex was already locked by other thread, function
295 * If mutex was already locked by other thread, function
309 * @return #MHD_YES if mutex is locked, #MHD_NO if
310 * mutex was not locked.
319 * @return #MHD_YES if mutex is locked, #MHD_NO if
320 * mutex was not locked.
328 * Unlock previously created and locked mutex.
336 * Unlock previously created and locked mutex.
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 93 MutexGuard locked(lock);
105 MutexGuard locked(lock);
110 MutexGuard locked(lock);
137 MutexGuard locked(lock);
142 MutexGuard locked(lock);
180 MutexGuard locked(lock);
226 MutexGuard locked(lock);
242 MutexGuard locked(lock);
257 MutexGuard locked(lock);
283 MutexGuard locked(lock)
    [all...]
  /external/skia/src/core/
SkBitmapCache.h 44 * result will be set to the matching bitmap with its pixels already locked.
57 * result will be set to the matching bitmap with its pixels already locked.
  /external/skia/tests/
CachedDataTest.cpp 40 // returns with the data locked by client and cache
67 * SkCachedData behaves differently (regarding its locked/unlocked state) depending on
  /external/valgrind/drd/tests/
tc23_bogus_condwait.stderr.exp-linux-x86 7 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
16 Mutex not locked: mutex 0x........, recursion count 0, owner 0.
24 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
44 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
56 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 2.
64 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
76 The impossible happened: mutex is locked simultaneously by two threads: mutex 0x........, recursion count 1, owner 2.
84 Mutex not locked by calling thread: mutex 0x........, recursion count 2, owner 1.
  /frameworks/base/packages/Keyguard/test/SampleTrustAgent/res/layout/
sample_trust_agent_settings.xml 52 android:text="Report device locked or unlocked" />
60 android:text="Device locked?" />
  /frameworks/base/packages/MtpDocumentsProvider/res/values/
strings.xml 30 <!-- Error message shown in Files app when the connected MTP device may be locked. [CHAR LIMIT=150]-->
31 <string name="error_locked_device">No files found. The other device may be locked. If so, unlock it and try again.</string>
  /frameworks/wilhelm/src/
handlers.h 69 * is called. The handler is called with the object's mutex locked,
70 * and should return with mutex locked. The handler returns a bitmask of the attributes which
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
condition_variable.cpp 41 "condition_variable::wait: mutex not locked");
54 "condition_variable::timed wait: mutex not locked");
  /external/autotest/site_utils/
host_history_utils.py 64 """Converts lock history into a list of intervals of locked times.
70 This dictionary should contain keys 'locked' and 'time_recorded'
72 represent beginning and end of intervals of locked, respectively.
80 #If it is locked, then we put into locked_intervals
86 state_prev = entry['locked']
142 fields=['time_recorded', 'locked'])
145 t_lock_val = lock_history_recent.get('locked', None)
157 fields_returned=['locked', 'time_recorded'],
164 # lock history will show the dut being locked while host still has status
169 # 2. The host status has changes after the lock history starts as locked
    [all...]
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
AutoFocusStateMachine.java 42 * @param locked True if the lens has been locked from moving, false otherwise.
44 void onAutoFocusSuccess(CaptureResult result, boolean locked);
49 * @param locked False if the AF is still scanning, true if needs a restart.
51 void onAutoFocusFail(CaptureResult result, boolean locked);
158 mListener.onAutoFocusSuccess(result, /*locked*/true);
162 mListener.onAutoFocusFail(result, /*locked*/true);
166 mListener.onAutoFocusSuccess(result, /*locked*/false);
169 mListener.onAutoFocusFail(result, /*locked*/false);
209 * {@code locked == true} will be invoked. If the lock fails
    [all...]
  /cts/common/device-side/preconditions/src/com/android/compatibility/common/preconditions/
ScreenLockHelper.java 24 * ScreenLockHelper is used to check whether the device is protected by a locked screen.
  /cts/libs/view/src/com/android/view/
SurfaceRenderer.java 30 * @param surfaceCanvas the locked surface canvas corresponding to a single
  /external/autotest/client/site_tests/security_SMMLocked/
security_SMMLocked.py 13 Verify SMM has SMRAM unmapped and that the SMM registers are locked.
  /external/autotest/contrib/
reverify_unknown 16 # Locked hosts are skipped because they can't run jobs, and because
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/
parsing_unit.js 29 //NOTE: don't enter parsing loop if it is locked. Without this lock _runParsingLoop() may be called
  /external/compiler-rt/test/tsan/
longjmp4.cc 50 // CHECK: WARNING: ThreadSanitizer: destroy of a locked mutex
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 34 # define RLIMIT_MEMLOCK 8 /* max locked-in-memory address space */
  /external/kernel-headers/original/uapi/sound/
firewire.h 20 unsigned int status; /* 0/1 = unlocked/locked */
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
Mutex.h 86 ** Returns: True if the mutex is locked.
  /external/llvm/test/MC/ARM/AlignedBundling/
group-bundle-arm.s 5 # instructions should not be inserted. However, for bundle-locked groups

Completed in 307 milliseconds

1 2 3 4 5 6 78 91011>>