/libcore/luni/src/main/java/java/util/concurrent/locks/ |
Condition.java | 146 * unblocked the thread. An implementation should document this behavior.
|
/packages/apps/Dialer/res/values-en-rAU/ |
strings.xml | 31 <string name="snackbar_number_unblocked" msgid="4854738171099045912">"<xliff:g id="NUMBER">%1$s</xliff:g> unblocked"</string>
|
/packages/apps/Dialer/res/values-en-rGB/ |
strings.xml | 31 <string name="snackbar_number_unblocked" msgid="4854738171099045912">"<xliff:g id="NUMBER">%1$s</xliff:g> unblocked"</string>
|
/packages/apps/Dialer/res/values-en-rIN/ |
strings.xml | 31 <string name="snackbar_number_unblocked" msgid="4854738171099045912">"<xliff:g id="NUMBER">%1$s</xliff:g> unblocked"</string>
|
/packages/apps/Messaging/res/values/ |
strings.xml | 337 <!-- The text of the toast/snack message shown when a contact is unblocked --> 338 <string name="unblocked_toast_message">Contact unblocked & unarchived</string> [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
runtime2.go | 498 _SigUnblock // unblocked in minit
|
/prebuilts/go/linux-x86/src/runtime/ |
runtime2.go | 498 _SigUnblock // unblocked in minit
|
/toolchain/binutils/binutils-2.25/gold/ |
readsyms.cc | 166 // and it will be unblocked automatically at the end of the task.
|
/external/chromium-trace/catapult/tracing/tracing/extras/android/ |
android_auditor.html | 679 description: 'Sync stage between the UI thread and the RenderThread, where the UI thread hands off a frame (including information about modified Views). Time in this method primarily consists of uploading modified Bitmaps to the GPU. After this sync is completed, the UI thread is unblocked, and the RenderThread starts to render the frame.'}); // @suppress longLineCheck [all...] |
/external/strace/ |
syscall.c | 990 * signal to be unblocked and set to SIG_DFL (and thus cause [all...] |
strace.c | 997 * Grandparent's wait() is unblocked by our death, [all...] |
/external/valgrind/coregrind/ |
m_signals.c | 76 always unblocked). 184 temporarily unblocked them for the duration of the syscall, [all...] |
/frameworks/base/core/java/android/net/ |
VpnService.java | 579 * This method allows an address family to be unblocked even without adding an address, [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/ |
WebViewUpdateServiceTest.java | 416 // second package done, the other thread should now be unblocked [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/resources/ |
soundmanager2-jsmin.js | 75 checkSWF:"See SWF output for more debug info.",localFail:"soundManager: Non-HTTP page ("+m.location.protocol+" URL?) Review Flash player security settings for this special case:\nhttp://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html\nMay need to add/allow path, eg. c:/sm2/ or /users/me/sm2/",waitFocus:"soundManager: Special case: Waiting for SWF to load with window focus...",waitForever:"soundManager: Waiting indefinitely for Flash (will recover if unblocked)...", [all...] |
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/html/war/ |
soundmanager2-jsmin.js | 75 checkSWF:"See SWF output for more debug info.",localFail:"soundManager: Non-HTTP page ("+m.location.protocol+" URL?) Review Flash player security settings for this special case:\nhttp://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html\nMay need to add/allow path, eg. c:/sm2/ or /users/me/sm2/",waitFocus:"soundManager: Special case: Waiting for SWF to load with window focus...",waitForever:"soundManager: Waiting indefinitely for Flash (will recover if unblocked)...", [all...] |
/external/libgdx/tests/gdx-tests-gwt/war/ |
soundmanager2-jsmin.js | 75 checkSWF:"See SWF output for more debug info.",localFail:"soundManager: Non-HTTP page ("+m.location.protocol+" URL?) Review Flash player security settings for this special case:\nhttp://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html\nMay need to add/allow path, eg. c:/sm2/ or /users/me/sm2/",waitFocus:"soundManager: Special case: Waiting for SWF to load with window focus...",waitForever:"soundManager: Waiting indefinitely for Flash (will recover if unblocked)...", [all...] |
/frameworks/base/services/core/java/com/android/server/ |
ConnectivityService.java | 456 // NetworkInfo blocked and unblocked String log entries [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_wext.c | 749 wpa_printf(MSG_DEBUG, "WEXT: RFKILL unblocked"); [all...] |
/frameworks/base/core/java/android/view/ |
WindowManagerPolicy.java | [all...] |
/packages/apps/Dialer/res/values/ |
strings.xml | 70 unblocked</string> [all...] |
/packages/services/Telephony/res/values-en-rAU/ |
strings.xml | 48 <string name="puk_unlocked" msgid="2284912838477558454">"Your SIM card has been unblocked. Your phone is unlocking?"</string> [all...] |
/packages/services/Telephony/res/values-en-rGB/ |
strings.xml | 48 <string name="puk_unlocked" msgid="2284912838477558454">"Your SIM card has been unblocked. Your phone is unlocking?"</string> [all...] |
/packages/services/Telephony/res/values-en-rIN/ |
strings.xml | 48 <string name="puk_unlocked" msgid="2284912838477558454">"Your SIM card has been unblocked. Your phone is unlocking?"</string> [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | 486 * an unblocked task and its continuation to progress. Instead we 545 * parallelism number of unblocked threads running at any given [all...] |