HomeSort by relevance Sort by last modified time
    Searched full:unblock (Results 1 - 25 of 462) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/src/Common/
Resource.cpp 46 unblock.wait();
73 unblock.signal();
92 unblock.wait();
116 unblock.signal();
143 unblock.signal();
Resource.hpp 49 Event unblock; member in class:sw::Resource
  /packages/apps/Dialer/java/com/android/dialer/commandline/impl/
Blocking.java 30 /** Block or unblock a number. */
36 return "block or unblock numbers";
42 return "blocking block|unblock|isblocked number\n\n" + "number should be e.164 formatted";
78 if ("unblock".equals(command)) {
84 asyncQueryHandler.unblock((unusedRows, unusedValues) -> {}, id);
  /external/autotest/client/site_tests/cellular_SIMLocking/
control.pseudomodem 29 - Unblock a puk-locked SIM.
30 - Attempt to unblock a puk-locked SIM with incorrect sim-puk, until the SIM
  /packages/apps/Dialer/java/com/android/dialer/blockreportspam/res/values/
strings.xml 33 <!-- Unblock number alert dialog button [CHAR LIMIT=32] -->
34 <string name="unblock_number_ok">UNBLOCK</string>
45 <!-- Text in alert dialog after clicking on Unblock. [CHAR LIMIT=100] -->
48 <!-- Title of alert dialog after clicking on Unblock. [CHAR LIMIT=100] -->
49 <string name="unblock_report_number_alert_title">Unblock <xliff:g id="number">%1$s</xliff:g>?</string>
  /external/toybox/toys/net/
rfkill.c 21 unblock DEVICE Enable device
39 if (!strcmp((char *[]){"list", "block", "unblock"}[tvar], *optargs)) break;
62 // block/unblock
  /system/core/toolbox/upstream-netbsd/bin/dd/
extern.h 43 __dead void unblock(void);
48 void unblock(void);
65 void unblock(void);
  /external/valgrind/helgrind/tests/
tc23_bogus_condwait.c 18 /* wait for, and unblock, the first wait */
22 /* wait for, and unblock, the second wait */
26 /* wait for, and unblock, the third wait */
30 /* wait for, and unblock, the fourth wait */
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
ContentLockTest.java 57 mLock.unblock();
73 mLock.unblock();
  /packages/apps/Dialer/java/com/android/dialer/blocking/res/values-en-rAU/
strings.xml 28 <string name="unblock_number_confirmation_title" msgid="7897778825085659941">"Unblock <xliff:g id="NUMBER">%1$s</xliff:g>?"</string>
29 <string name="unblock_number_ok" msgid="5089057152966269355">"UNBLOCK"</string>
41 <string name="unblock_report_number_alert_title" msgid="2221901995393696882">"Unblock <xliff:g id="NUMBER">%1$s</xliff:g>?"</string>
  /packages/apps/Dialer/java/com/android/dialer/blocking/res/values-en-rGB/
strings.xml 28 <string name="unblock_number_confirmation_title" msgid="7897778825085659941">"Unblock <xliff:g id="NUMBER">%1$s</xliff:g>?"</string>
29 <string name="unblock_number_ok" msgid="5089057152966269355">"UNBLOCK"</string>
41 <string name="unblock_report_number_alert_title" msgid="2221901995393696882">"Unblock <xliff:g id="NUMBER">%1$s</xliff:g>?"</string>
  /packages/apps/Dialer/java/com/android/dialer/blocking/res/values-en-rIN/
strings.xml 28 <string name="unblock_number_confirmation_title" msgid="7897778825085659941">"Unblock <xliff:g id="NUMBER">%1$s</xliff:g>?"</string>
29 <string name="unblock_number_ok" msgid="5089057152966269355">"UNBLOCK"</string>
41 <string name="unblock_report_number_alert_title" msgid="2221901995393696882">"Unblock <xliff:g id="NUMBER">%1$s</xliff:g>?"</string>
  /libcore/ojluni/src/main/java/java/nio/channels/
MembershipKey.java 49 * #unblock unblock} methods can be used to block or unblock multicast datagrams
128 * Unblock multicast datagrams from the given source address that was
132 * The source address to unblock
140 public abstract MembershipKey unblock(InetAddress source); method in class:MembershipKey
  /external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
ptrace-tar.c 45 /* Unblock the parent now */
110 /* Unblock the child now */
  /packages/apps/Dialer/java/com/android/dialer/historyitemactions/res/values/
strings.xml 39 <!-- Options shown in a call log/voicemail menu to unblock a number. [CHAR LIMIT=30] -->
40 <string name="unblock_number">Unblock</string>
  /system/chre/platform/include/chre/platform/
condition_variable.h 48 * Unblock one thread that is waiting on this condition variable.
63 * Same behavior as the wait function, but with a timeout to unblock the
  /external/autotest/client/site_tests/audio_CrasSanity/
control 12 # Temporarily remove the test to unblock PFQ. See crbug/718171 in detail.
  /external/compiler-rt/test/asan/TestCases/Linux/
signal_during_stop_the_world.cc 38 // but at least one of them ought to unblock waitpid.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
assertions.xml 5 shall unblock all threads currently blocked on the specified condition
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
assertions.xml 5 shall unblock at least one of the threads currently blocked on
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
posix_signal_blocker.hpp 61 void unblock() function in class:asio::detail::posix_signal_blocker
  /external/v8/src/compiler/
gap-resolver.h 36 // Performs the given move, possibly performing other moves to unblock the
  /external/v8/src/compiler-dispatcher/
optimizing-compile-dispatcher.cc 138 if (FLAG_block_concurrent_recompilation) Unblock();
155 if (FLAG_block_concurrent_recompilation) Unblock();
169 if (FLAG_block_concurrent_recompilation) Unblock();
229 void OptimizingCompileDispatcher::Unblock() {
  /external/valgrind/gdbserver_tests/solaris/
nlcontrolc.stdinB.gdb 14 # After the timeout expires, threads will unblock.
  /libcore/luni/src/test/java/libcore/java/nio/channels/
MembershipKeyTest.java 210 key.unblock(Inet4Address.getByName("127.0.0.2"));
219 key.unblock(sourceAddress);
242 key.unblock(sourceAddress);
249 key.unblock(sourceAddress);

Completed in 499 milliseconds

1 2 3 4 5 6 7 8 91011>>