HomeSort by relevance Sort by last modified time
    Searched full:blocked (Results 201 - 225 of 1310) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 69 /* Process Loc API callbacks to wake up blocked user threads */
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 69 /* Process Loc API callbacks to wake up blocked user threads */
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 69 /* Process Loc API callbacks to wake up blocked user threads */
  /libcore/luni/src/main/java/java/util/concurrent/locks/
package-info.java 37 * synchronizers that rely on queuing blocked threads. The {@link
  /libcore/luni/src/test/java/libcore/java/lang/
EnumTest.java 104 // Should be blocked waiting for the initialization of ComplicatedEnum.
  /libcore/ojluni/src/main/java/sun/nio/ch/
NativeThread.java 32 // thread is blocked in an I/O operation upon that channel does not cause that
  /packages/apps/Dialer/src/com/android/dialer/list/
BlockedListSearchAdapter.java 30 * List adapter to display search results for adding a blocked number.
  /packages/apps/Nfc/nci/jni/
SyncEvent.h 93 ** Description: Notify a blocked thread that the event has occured. Unblocks it.
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationSettingsBase.java 181 boolean blocked = importance == Ranking.IMPORTANCE_NONE || banned;
182 mBlock.setChecked(blocked);
186 final boolean blocked = (Boolean) newValue;
188 blocked ? Ranking.IMPORTANCE_NONE : Ranking.IMPORTANCE_UNSPECIFIED;
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
AsyncBlockCheckFilter.java 27 * An {@link AsyncTask} that checks if a call needs to be blocked.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 11 pyjson = test_support.import_fresh_module('json', blocked=['_json'])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 11 pyjson = test_support.import_fresh_module('json', blocked=['_json'])
  /system/netd/server/
RouteController.h 75 // route that's blocked), "throw" (to indicate the lack of a match), or a regular IP address.
  /system/update_engine/payload_generator/
cycle_breaker.h 56 std::vector<bool> blocked_; // "blocked" in the paper
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
GlobalizationPreferencesTest.java 153 errln("FAIL: reset() must be blocked after frozen");
165 errln("FAIL: setLocales(ULocale[]) must be blocked after frozen");
179 errln("FAIL: setLocales(List) must be blocked after frozen");
191 errln("FAIL: setLocales(String) must be blocked after frozen");
203 errln("FAIL: setLocale(ULocale) must be blocked after frozen");
215 errln("FAIL: setTerritory(String) must be blocked after frozen");
486 logln("setTerritory is blocked");
490 errln("FAIL: setTerritory must be blocked after frozen");
587 logln("setCurrency is blocked");
591 errln("FAIL: setCurrency must be blocked");
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
GlobalizationPreferencesTest.java 149 errln("FAIL: reset() must be blocked after frozen");
161 errln("FAIL: setLocales(ULocale[]) must be blocked after frozen");
175 errln("FAIL: setLocales(List) must be blocked after frozen");
187 errln("FAIL: setLocales(String) must be blocked after frozen");
199 errln("FAIL: setLocale(ULocale) must be blocked after frozen");
211 errln("FAIL: setTerritory(String) must be blocked after frozen");
482 logln("setTerritory is blocked");
486 errln("FAIL: setTerritory must be blocked after frozen");
583 logln("setCurrency is blocked");
587 errln("FAIL: setCurrency must be blocked");
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICURWLock.java 59 * Number of times blocked for read (waiting reader count).
69 * Number of times blocked for write (waiting writer count).
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICURWLock.java 57 * Number of times blocked for read (waiting reader count).
67 * Number of times blocked for write (waiting writer count).
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
OkUrlFactoryTest.java 153 throw new IOException("Blocked");
162 assertEquals("Blocked", e.getMessage());
  /external/toybox/toys/other/
oneit.c 22 Spawns a single child process (because PID 1 has signals blocked)
40 // - Fork a child (PID 1 is special: can't exit, has various signals blocked).
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 83 * not be called from the main application thread. A blocked call will be canceled with
105 * not be called from the main application thread. A blocked call will be canceled with
  /frameworks/base/telecomm/java/android/telecom/
CallScreeningService.java 115 * @return Whether the incoming call should be blocked.
150 * Sets whether the incoming call should be blocked.
  /packages/apps/Dialer/res/values/
colors.xml 113 <!-- Color for blocked call icons. -->
126 <!-- Colors for blocked numbers list -->
  /packages/apps/Dialer/src/com/android/dialer/logging/
ScreenEvent.java 103 // Screen displayed to allow the user to see an overview of all blocked
107 // Screen displayed to allow the user to add a new blocked number.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationListData.java 80 // all blocked participants
94 ParticipantColumns.BLOCKED + "=1", null, null);

Completed in 463 milliseconds

1 2 3 4 5 6 7 891011>>