| /frameworks/base/core/java/android/app/ |
| NotificationManager.java | 97 * Intent that is broadcast when an application is blocked or unblocked. 110 * (when {@link NotificationChannel#getImportance()} is {@link #IMPORTANCE_NONE}) or unblocked 149 * this channel or group is now unblocked. 155 * {@link NotificationChannelGroup#isBlocked() blocked} or unblocked. [all...] |
| /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/ |
| WorkSpec.java | 108 * For one-off work, this is the time that the work was unblocked by prerequisites.
|
| /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/utils/ |
| EnqueueRunnable.java | 253 // will set their scheduled times when they are unblocked.
|
| /packages/services/Telecomm/res/values-en-rAU/ |
| strings.xml | 66 <string name="blocked_numbers_number_unblocked_message" msgid="977894647366750418">"<xliff:g id="UNBLOCKED_NUMBER">%1$s</xliff:g> unblocked"</string>
|
| /packages/services/Telecomm/res/values-en-rCA/ |
| strings.xml | 66 <string name="blocked_numbers_number_unblocked_message" msgid="977894647366750418">"<xliff:g id="UNBLOCKED_NUMBER">%1$s</xliff:g> unblocked"</string>
|
| /packages/services/Telecomm/res/values-en-rGB/ |
| strings.xml | 66 <string name="blocked_numbers_number_unblocked_message" msgid="977894647366750418">"<xliff:g id="UNBLOCKED_NUMBER">%1$s</xliff:g> unblocked"</string>
|
| /packages/services/Telecomm/res/values-en-rIN/ |
| strings.xml | 66 <string name="blocked_numbers_number_unblocked_message" msgid="977894647366750418">"<xliff:g id="UNBLOCKED_NUMBER">%1$s</xliff:g> unblocked"</string>
|
| /packages/services/Telecomm/res/values-en-rXC/ |
| strings.xml | 66 <string name="blocked_numbers_number_unblocked_message" msgid="977894647366750418">"????????????????????????????????????????????????????????????????????????????????????????????????????<xliff:g id="UNBLOCKED_NUMBER">%1$s</xliff:g>???????? unblocked??????"</string>
|
| /packages/services/Telecomm/res/values/ |
| strings.xml | 149 <!-- Message to show when a number is unblocked. --> 150 <string name="blocked_numbers_number_unblocked_message"><xliff:g id="unblocked_number">%1$s</xliff:g> unblocked</string>
|
| /frameworks/base/services/core/java/com/android/server/display/ |
| DisplayPowerController.java | [all...] |
| /prebuilts/go/darwin-x86/src/internal/trace/ |
| parser.go | 469 // For example, a goroutine was unblocked on a mutex, but another goroutine got 946 EvGoUnblock = 21 // goroutine is unblocked [timestamp, goroutine id, seq, stack] 964 EvGoUnblockLocal = 39 // goroutine is unblocked on the same P as the last event [timestamp, goroutine id, stack]
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| trace.go | 43 traceEvGoUnblock = 21 // goroutine is unblocked [timestamp, goroutine id, seq, stack] 61 traceEvGoUnblockLocal = 39 // goroutine is unblocked on the same P as the last event [timestamp, goroutine id, stack] 92 // goroutine was futile. For example, a goroutine was unblocked on a mutex, [all...] |
| netpoll.go | 178 // Can happen if timeout has fired and unblocked us,
|
| /prebuilts/go/linux-x86/src/internal/trace/ |
| parser.go | 469 // For example, a goroutine was unblocked on a mutex, but another goroutine got 946 EvGoUnblock = 21 // goroutine is unblocked [timestamp, goroutine id, seq, stack] 964 EvGoUnblockLocal = 39 // goroutine is unblocked on the same P as the last event [timestamp, goroutine id, stack]
|
| /prebuilts/go/linux-x86/src/runtime/ |
| trace.go | 43 traceEvGoUnblock = 21 // goroutine is unblocked [timestamp, goroutine id, seq, stack] 61 traceEvGoUnblockLocal = 39 // goroutine is unblocked on the same P as the last event [timestamp, goroutine id, stack] 92 // goroutine was futile. For example, a goroutine was unblocked on a mutex, [all...] |
| netpoll.go | 178 // Can happen if timeout has fired and unblocked us,
|
| /external/avb/contrib/linux/4.4/ |
| 0002-ANDROID-AVB-error-handler-to-invalidate-vbmeta-parti.patch | 147 + /* Ensure we do synchronous unblocked I/O. We may also need
|
| /external/eigen/Eigen/src/Core/products/ |
| TriangularSolverMatrix.h | 295 // unblocked triangular solve
|
| /external/eigen/Eigen/src/SVD/ |
| UpperBidiagonalization.h | 335 // However, if B is too small, or A22 empty, then let's use an unblocked strategy
|
| /external/ltp/testcases/kernel/sched/pthreads/ |
| pth_str01.c | 287 printf("thread %d is now unblocked\n", my_index);
|
| /external/webrtc/talk/app/webrtc/ |
| datachannel_unittest.cc | 172 // to unblocked.
|
| /libcore/ojluni/src/main/java/java/util/concurrent/locks/ |
| Lock.java | 159 * shown that the interrupt occurred after another action may have unblocked
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
| BluetoothOppObexServerSession.java | 323 Log.d(TAG, "Server unblocked ");
|
| /system/core/adb/client/ |
| usb_linux.cpp | 477 ** will get unblocked
|
| /external/strace/ |
| README-linux-ptrace | 141 signal-delivery-stop doesn't happen until signal is unblocked, with the 260 vfork/clone+CLONE_VFORK, but after vfork child unblocked this tracee by
|