/external/valgrind/main/drd/tests/ |
pth_cond_race3.vgtest | 3 vgopts: --report-signal-unlocked=no
|
/external/valgrind/main/docs/internals/ |
tm-mutexstates.dot | 11 locked -> unlocking [ label="unlocked\nby owner" ]; 18 dead -> free [ style=dotted, label="unlocked\nafter destroy" ]; 20 locked -> free [ style=dotted, label="unlocked\nby non-owner" ];
|
/external/chromium_org/ui/keyboard/resources/elements/ |
kb-modifier-key.html | 7 <polymer-element name="kb-modifier-key" class="unlocked dark" extends="kb-key" 19 UNLOCKED: "unlocked", // Default state. 35 this.state = KEY_STATES.UNLOCKED; 43 case KEY_STATES.UNLOCKED: 47 this.state = KEY_STATES.UNLOCKED; 66 return this.state != KEY_STATES.UNLOCKED; 88 this.state = KEY_STATES.UNLOCKED; 101 this.state = KEY_STATES.UNLOCKED; 113 if (this.state != KEY_STATES.UNLOCKED) [all...] |
kb-shift-key.html | 15 * Unlocked is the default state. Locked for capslocked, pressed is a 23 UNLOCKED: "unlocked", // Default state. 46 var state = KEY_STATES.UNLOCKED; 71 state = KEY_STATES.UNLOCKED; 92 state = KEY_STATES.UNLOCKED; 102 case KEY_STATES.UNLOCKED: 107 state = KEY_STATES.UNLOCKED; 149 return state != KEY_STATES.UNLOCKED; 181 state = KEY_STATES.UNLOCKED; [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_UnlockSurface.3 | 11 Surfaces that were previously locked using \fBSDL_LockSurface\fP must be unlocked with \fBSDL_UnlockSurface\fP\&. Surfaces should be unlocked as soon as possible\&.
|
SDL_UnlockYUVOverlay.3 | 11 The opposite to \fI\fBSDL_LockYUVOverlay\fP\fR\&. Unlocks a previously locked overlay\&. An overlay must be unlocked before it can be displayed\&.
|
SDL_CondWaitTimeout.3 | 12 Wait on the condition variable \fBcond\fR for, at most, \fBms\fR milliseconds\&. \fBmut\fR is unlocked so it must be locked when the function is called\&. Returns \fBSDL_MUTEX_TIMEDOUT\fP if the condition is not signalled in the allotted time, \fB0\fR if it was signalled or \fB-1\fR on an error\&.
|
SDL_CreateMutex.3 | 12 Create a new, unlocked mutex\&.
|
SDL_mutexP.3 | |
/external/chromium_org/third_party/sqlite/src/test/ |
attach2.test | 186 lock_status 4.1.1 db {main unlocked temp closed file2 unlocked} 187 lock_status 4.1.2 db2 {main unlocked temp closed file2 unlocked} 198 lock_status 4.2.1 db {main shared temp closed file2 unlocked} 199 lock_status 4.2.2 db2 {main unlocked temp closed file2 unlocked} 206 lock_status 4.3.1 db {main shared temp closed file2 unlocked} 207 lock_status 4.3.2 db2 {main unlocked temp closed file2 unlocked} [all...] |
lock7.test | 34 } {main unlocked temp closed} 37 } {main unlocked temp closed} 51 } {main unlocked temp closed}
|
/external/javasqlite/src/main/java/SQLite/ |
BusyHandler.java | 12 * until the table becomes unlocked, or false in order
|
/external/bison/m4/ |
unlocked-io.m4 | 0 # unlocked-io.m4 serial 15 20 [Define to 1 if you want getc etc. to use unlocked I/O if available. 21 Unlocked I/O can improve performance in unithreaded apps,
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
unlocked-io.m4 | 0 # unlocked-io.m4 serial 15 20 [Define to 1 if you want getc etc. to use unlocked I/O if available. 21 Unlocked I/O can improve performance in unithreaded apps,
|
/external/chromium/chrome/browser/chromeos/cros/ |
screen_lock_library.h | 34 // Notifies PowerManager that a user unlocked the screen. 36 // Notifies PowerManager that screen is unlocked.
|
/external/chromium_org/chrome/browser/ui/ |
crypto_module_password_dialog_nss.h | 25 // done (regardless if any modules were successfully unlocked or not). Should 34 // called when done (regardless if module was successfully unlocked or not).
|
/frameworks/wilhelm/src/itf/ |
IDynamicInterfaceManagement.c | 52 // this section runs with mutex unlocked 91 // Make a copy of these, so we can call the callback with mutex unlocked 96 // Note that the mutex is unlocked during the callback 137 // this section runs with mutex unlocked 146 case INTERFACE_ADDING_1A: // operation aborted while mutex unlocked 160 // this section runs with mutex unlocked 308 // this section runs with mutex unlocked 340 // Make a copy of these, so we can call the callback with mutex unlocked 345 // Note that the mutex is unlocked during the callback 385 // this section runs with mutex unlocked [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
screenlock_private.idl | 23 // Fires whenever the screen is locked or unlocked.
|
/external/chromium/chrome/browser/ui/ |
crypto_module_password_dialog.h | 57 // done (regardless if any modules were successfully unlocked or not). Should 65 // called when done (regardless if module was successfully unlocked or not).
|
/external/chromium_org/chrome/browser/resources/user_manager/ |
user_manager.css | 41 /* For local/unlocked profiles, the name box becomes the focused element. 47 /* For local/unlocked profiles, always display the name and not the
|
/frameworks/base/docs/html/google/play/billing/ |
billing_best_practices.jd | 12 <li><a href="#unlocked">Protect Unlocked Content</a></li> 43 <h3 id="unlocked">Protect your unlocked content</h3> 44 <p>To prevent malicious users from redistributing your unlocked content, do not bundle it in your 51 <p>When you deliver content from a remote server or a real-time service, you can store the unlocked 104 <h3 id="revocable">Implement a revocability scheme for unlocked content</h3> 106 purchase state of the unlocked content whenever a user accesses the content. This allows you to
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mutex.py | 7 When the mutex is unlocked while the queue is not empty, 22 """Create a new mutex -- initially unlocked."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mutex.py | 7 When the mutex is unlocked while the queue is not empty, 22 """Create a new mutex -- initially unlocked."""
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
layout_test_runner_unittest.py | 194 locked, unlocked = self.get_shards(num_workers=2, fully_parallel=False) 206 self.assert_shards(unlocked, 216 locked, unlocked = self.get_shards(num_workers=2, fully_parallel=True, max_locked_shards=2) 225 self.assert_shards(unlocked, 235 locked, unlocked = self.get_shards(num_workers=1, fully_parallel=False) 243 self.assert_shards(unlocked, 254 locked, unlocked = self.get_shards(num_workers=1, fully_parallel=False, 257 self.assertEqual(len(unlocked), 1) 260 locked, unlocked = self.get_shards(num_workers=1, fully_parallel=False, 263 self.assertEqual(len(unlocked), 0 [all...] |
/external/chromium_org/content/renderer/ |
mouse_lock_dispatcher.h | 73 // unlocked and desires to relock the mouse. If the mouse is unlocked due
|