/external/valgrind/main/helgrind/tests/ |
tc09_bad_unlock.stderr.exp-glibc25-amd64 | 4 Thread #x unlocked a not-locked lock at 0x........ 41 Thread #x unlocked a not-locked lock at 0x........
|
/frameworks/base/core/jni/ |
android_database_SQLiteQuery.cpp | 186 // The table is locked, retry 187 LOG_WINDOW("Database locked, retrying");
|
/frameworks/base/core/res/res/layout/ |
keyguard_screen_lock.xml | 56 <!-- when sim is missing / locked --> 168 <!-- lock icon with 'screen locked' message
|
/frameworks/base/core/res/res/layout-sw600dp/ |
keyguard_screen_lock.xml | 55 <!-- when sim is missing / locked --> 167 <!-- lock icon with 'screen locked' message
|
/frameworks/base/services/input/ |
SpriteController.h | 248 struct Locked { 275 struct Locked {
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
Connection.java | 53 ICC_ERROR, /* No ICC, ICC locked, or other ICC error */ 60 CDMA_LOCKED_UNTIL_POWER_CYCLE, /* MS is locked until next power cycle */
|
/hardware/ti/omap4xxx/camera/inc/ |
BaseCameraAdapter.h | 71 // Retrieves the current Adapter state - for internal use (not locked) 73 // Retrieves the next Adapter state - for internal use (not locked)
|
/libcore/luni/src/main/java/java/nio/channels/ |
FileLock.java | 23 * A {@code FileLock} represents a locked region of a file. 54 * that attempt to access locked regions of files; whereas other platforms'
|
/development/tools/emulator/opengl/system/gralloc/ |
gralloc.cpp | 511 // 1. cannot be locked for hw access 513 // 3. locked sw access must match usage during alloc time. 561 // locked for write access. fail the lock. 577 // Keep locked region if locked for s/w write access. 602 // if buffer was locked for s/w write, we need to update the host with
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationList.java | 514 * contain locked messages so we'll know how detailed of a UI to display. 516 * @param handler query handler to do the background locked query 530 * contain locked messages so we'll know how detailed of a UI to display. 532 * @param handler query handler to do the background locked query 541 * depending on whether there are locked messages in the thread(s) and whether we're 545 * @param hasLockedMessages whether the thread(s) contain locked messages [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
Texture.cpp | 792 D3DLOCKED_RECT locked; local 793 HRESULT result = img->surface->LockRect(&locked, NULL, 0); 799 loadImageData(0, 0, width, height, format, type, unpackAlignment, pixels, locked.Pitch, locked.pBits, &description); 815 D3DLOCKED_RECT locked; local 816 HRESULT result = img->surface->LockRect(&locked, NULL, 0); 822 memcpy(locked.pBits, pixels, imageSize); 850 D3DLOCKED_RECT locked; local 851 HRESULT result = img->surface->LockRect(&locked, NULL, 0); 857 loadImageData(xoffset, yoffset, width, height, format, type, unpackAlignment, pixels, locked.Pitch, locked.pBits, &description) 894 D3DLOCKED_RECT locked; local [all...] |
/external/dbus/dbus/ |
dbus-message.c | 55 /* Not thread locked, but strictly const/read-only so should be OK 150 * data once a message is locked (with dbus_message_lock()). 161 _dbus_assert (message->locked); 170 * message is locked (with dbus_message_lock()). 180 _dbus_assert (message->locked); 207 _dbus_return_if_fail (!message->locked); 321 * underneath us. Messages are locked when they enter the outgoing 323 * if the message is modified while locked. This function may also 331 if (!message->locked) 340 message->locked = TRUE [all...] |
/external/bluetooth/bluez/audio/ |
unix.c | 75 gboolean locked; member in struct:headset_data 958 error("seid %d not available or locked", client->seid); 973 if (hs->locked) { 978 hs->locked = headset_lock(dev, client->lock); 979 if (!hs->locked) { 1038 if (!hs->locked) { 1110 if (!hs->locked) { 1190 if (!hs->locked) { 1258 if (client->dev && hs->locked) { 1260 hs->locked = FALSE [all...] |
a2dp.c | 74 gboolean locked; member in struct:a2dp_sep 954 if (!a2dp_sep->locked) { [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsProvider.java | 114 { BaseColumns._ID, Mms.DATE, Mms.DATE_SENT, Mms.READ, Mms.THREAD_ID, Mms.LOCKED }; 262 URI_MATCHER.addURI(AUTHORITY, "locked", URI_FIRST_LOCKED_MESSAGE_ALL); 264 URI_MATCHER.addURI(AUTHORITY, "locked/#", URI_FIRST_LOCKED_MESSAGE_BY_THREAD_ID); [all...] |
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerHostTestUtils.java | 94 * Returns the path on the device of forward-locked apps. 96 * @return path of forward-locked apps on the device 105 * @return path of forward-locked apps on the device 114 * @return path of forward-locked apps on the device 241 * Helper method to install a file to device as forward locked 743 * Helper method for installing an app as forward-locked, and 744 * then verifying the app was installed in the proper forward-locked location. [all...] |
/frameworks/base/include/camera/ |
CameraParameters.h | 314 // auto-exposure is locked to its current value and will not 316 // change exposure values. If auto-exposure is already locked, 320 // auto-exposure is locked. Stopping preview or taking a still 333 // auto-white balance is locked to its current value and will not 336 // locked, setting this to true again has no effect (the driver 636 // whether the focus is sharp or not. The focus position is locked after [all...] |
/external/valgrind/main/drd/docs/ |
drd-manual.xml | 391 <function>pthread_cond_timed_wait</function>is not locked at 782 Attempts to unlock a mutex that has not been locked. 787 Attempts to unlock a mutex that was locked by another thread. 799 Destruction or deallocation of a locked mutex. 811 that is not locked, that is locked by another thread or that 812 has been locked recursively. 829 Destruction or deallocation of a locked reader-writer synchronization 836 locked by the calling thread. 878 reader-writer synchronization objects that were locked by that thread [all...] |
/frameworks/base/services/audioflinger/ |
AudioPolicyService.cpp | 543 bool locked = false; local 546 locked = true; 551 return locked; 576 bool locked = tryLock(mLock); local 577 if (!locked) { 594 if (locked) mLock.unlock(); 761 bool locked = tryLock(mLock); local 762 if (!locked) { 780 if (locked) mLock.unlock(); [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 640 * @param deleteAll Delete the whole thread including locked messages 646 String selection = deleteAll ? null : "locked=0"; 655 * @param deleteAll Delete the whole thread including locked messages 658 String selection = deleteAll ? null : "locked=0"; 663 * Check for locked messages in all threads or a specified thread. 665 * upon completion of looking for locked messages 695 * Check for locked messages in all threads or a specified thread. 697 * upon completion of looking for locked messages [all...] |
/dalvik/dexopt/ |
OptMain.cpp | 272 * 3. cache fd (output, read-write, locked with flock) 394 * 3. file descriptor, locked with flock, for DEX file being optimized 411 * The parent has the descriptor locked, and we'll try to lock it again as
|
/development/samples/BrowserPlugin/jni/paint/ |
PaintPlugin.cpp | 145 // if no canvas get a locked canvas 430 // get a canvas that is only locked around the point and draw it 455 // get a canvas that is only locked around the point and draw the path
|
/frameworks/base/include/utils/ |
threads.h | 218 * The mutex must be unlocked by the thread that locked it. They are not 240 // Manages the mutex automatically. It'll be locked when Autolock is 315 * The mutex must be unlocked by the thread that locked it. They are not
|
/frameworks/media/libvideoeditor/osal/src/ |
M4OSA_FileReader.c | 52 * @return M4ERR_FILE_LOCKED: the file is locked by an other 113 /* handle is invalid, or the file is not open for reading, or the file is locked */ 165 or the file is locked */
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
LockSupport.java | 62 * private final AtomicBoolean locked = new AtomicBoolean(false); 73 * !locked.compareAndSet(false, true)) { 85 * locked.set(false);
|