/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-richards.js | 196 * Release a task that is currently blocked and return the next block to run. 212 * to run. The blocked task will not be made runnable until it is explicitly 279 * The task is not currently running. The task is not blocked as such and may 285 * The task is blocked and cannot be run until it is explicitly released.
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-richards.js | 196 * Release a task that is currently blocked and return the next block to run. 212 * to run. The blocked task will not be made runnable until it is explicitly 279 * The task is not currently running. The task is not blocked as such and may 285 * The task is blocked and cannot be run until it is explicitly released.
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-richards.js | 196 * Release a task that is currently blocked and return the next block to run. 212 * to run. The blocked task will not be made runnable until it is explicitly 279 * The task is not currently running. The task is not blocked as such and may 285 * The task is blocked and cannot be run until it is explicitly released.
|
/external/webkit/Source/WebCore/platform/graphics/cocoa/ |
FontPlatformDataCocoa.mm | 59 // have blocked font loading, in which case we'll only have the real loaded font file after the call to loadFont().
|
/external/webkit/Source/WebCore/platform/network/android/ |
ResourceHandleAndroid.cpp | 114 // FIXME, need to check whether connection pipe is blocked.
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
WebResourceRequest.cpp | 43 // In the case that the embedder has blocked network loads, we only
|
/external/webkit/Source/WebKit/chromium/public/ |
WebContextMenuData.h | 74 // Whether the image in context has been blocked.
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
mocktool.py | 284 blocked=None, 294 if blocked: 295 log("blocked: %s" % blocked)
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Mutex.c | 208 * @note No hypotheses can be made on which thread will be un-blocked
|
/frameworks/av/services/audioflinger/ |
StateQueue.h | 45 // if odd, then mutator is currently blocked inside push()
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothServerSocket.java | 136 * <p>Causes blocked calls on this socket in other threads to immediately
|
/frameworks/base/core/java/android/nfc/tech/ |
NfcA.java | 109 * not be called from the main application thread. A blocked call will be canceled with
|
NfcB.java | 104 * not be called from the main application thread. A blocked call will be canceled with
|
NfcF.java | 108 * not be called from the main application thread. A blocked call will be canceled with
|
/frameworks/base/core/java/android/speech/tts/ |
SynthesisPlaybackQueueItem.java | 188 // would have woken up when stop() is called (if it was blocked) and will
|
/frameworks/base/docs/html/training/basics/location/ |
geocoding.jd | 61 // AsyncTask encapsulating the reverse-geocoding API. Since the geocoder API is blocked,
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
SyncRunner.java | 198 // If a node is still open, it is blocked (by input or output)
|
/frameworks/support/volley/src/com/android/volley/toolbox/ |
HurlStack.java | 81 throw new IOException("URL blocked by rewriter: " + url);
|
/libcore/luni/src/test/java/libcore/java/io/ |
InterruptedStreamTest.java | 40 * Test that interrupting a thread blocked on I/O causes that thread to throw
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupExchange.java | 136 * AutoDiscover blocked (used for unit testing only)
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
AdbWrapper.java | 83 // to make sure the process isn't blocked if it's output isn't read. However
|
/system/core/libcutils/ |
selector.c | 73 // We only need to write wake-up data if we're blocked in select().
|
/tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/permissions/ |
BlockedPermissionCondition.java | 134 //if blocked permission, create a result data
|
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/devicespecification/internal/ |
PlatformRules.java | 70 * Text file from blocked permissions
104 * List of blocked permissions
560 * Checks whether permission is blocked.
564 * @return Returns <code>true</code> if blocked (need special system certificate), false if not
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
AbstractQueuedLongSynchronizer.java | 148 * blocked (via park), so the current node must [all...] |