HomeSort by relevance Sort by last modified time
    Searched full:pending (Results 351 - 375 of 4441) sorted by null

<<11121314151617181920>>

  /libcore/dalvik/src/main/java/dalvik/annotation/
ToBeFixed.java 27 * {@hide pending API Council approval}
  /libcore/luni/src/main/java/java/nio/channels/
OverlappingFileLockException.java 21 * a lock that overlaps an existing or pending lock held by this process.
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 45 * Pending intent for alert reminder. This is static so that we don't have to start the
46 * service in order to cancel any pending reminders when user dismisses the alert dialog.
101 * @return true if a pending reminder was set; false if there are no more reminders
160 if (DBG) log("canceling pending play reminder intent");
  /packages/apps/Mms/src/com/android/mms/util/
ItemLoadedFuture.java 22 * Interface for querying the state of a pending item loading request.
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockNamedTaskExecutor.java 48 Assert.assertEquals("Wrong number of pending tasks",
  /packages/experimental/PrintService/res/values/
strings.xml 30 <string name="on_print_job_pending_activity_title">New print job pending. What to do?</string>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigaddrspace.py 33 ### the following test is pending a patch
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigaddrspace.py 33 ### the following test is pending a patch
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplatePreviewPage.java 32 setDescription("Optionally review pending changes");
  /external/chromium-trace/trace-viewer/src/base/
unittest.js 16 PENDING: 2
164 this.results_ = TestResults.PENDING;
235 statusEl.classList.add('pending');
236 statusEl.innerText = 'pending';
244 this.results_ = TestResults.PENDING;
276 if (this.results_ === TestResults.PENDING)
295 status.classList.remove('pending');
  /external/libnfc-nxp/src/
phFriNfc_Llcp.h 354 /**< DISC packet send pending flag*/
357 /**< FRMR packet send pending flag*/
360 /**< Header of pending FRMR packet*/
363 /**< Info field of pending FRMR packet*/
372 /**< Pending send header*/
375 /**< Pending send sequence*/
378 /**< Pending send info*/
  /external/v8/src/x64/
lithium-gap-resolver-x64.cc 86 // mark a move as "pending" on entry to PerformMove in order to detect
94 // Clear this move's destination to indicate a pending move. The actual
96 // multiple moves to be pending.
116 // be created but will be "pending" when we return from PerformMove.
122 // pending, so restore its destination.
132 // The move may be blocked on a (at most one) pending move, in which case
305 // Any unperformed (including pending) move with a source of either
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsRecorder.java 54 * Keeps pending changes in memory until they pass a specific threshold, in
207 * Consider persisting any pending deltas, if they are beyond
220 * Force persisting any pending deltas.
230 Log.wtf(TAG, "problem persisting pending stats", e);
233 Log.wtf(TAG, "problem persisting pending stats", e);
255 // Remove any pending stats
377 pw.print("Pending bytes: "); pw.println(mPending.getTotalBytes());
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h 99 // new requests). Cancels all pending requests.
108 // Force cancels any pending requests for the given |context|. This is
141 // Returns the number of pending requests. This is designed for the unittests
157 // The average private bytes increase of the browser for each new pending
178 // Force cancels any pending requests for the given process.
333 // Force cancels any pending requests for the given route id. This method
337 // The list of all requests that we have pending. This list is not really
338 // optimized, and assumes that we have relatively few requests pending at once
346 // Deletes the pending request identified by the iterator passed in.
351 // Checks all pending requests and updates the load states and uploa
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 27 * struct gas_query_pending - Pending GAS query
52 struct dl_list pending; /* struct gas_query_pending */ member in struct:gas_query
74 dl_list_init(&gas->pending);
108 dl_list_for_each_safe(query, next, &gas->pending,
120 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) {
330 wpa_printf(MSG_DEBUG, "GAS: No pending query found for " MACSTR
439 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) {
480 return -1; /* Too many pending queries */
493 dl_list_add(&gas->pending, &query->list);
515 * gas_query_cancel - Cancel a pending GAS quer
    [all...]
  /external/chromium_org/chrome/browser/metrics/
tracking_synchronizer.cc 148 // Just in case we have any pending tasks, clear them out.
163 // Indicates if we have received all pending processes count.
166 // The number of pending processes (browser, all renderer processes and
193 // Just in case we have any pending tasks, clear them out.
251 // Increment pending process count for sending browser's profiler data.
  /external/chromium_org/media/base/
decryptor.h 79 // |stream_type| has completed. Thus, only one DecryptCB may be pending at
86 // pending DecryptCB immediately with kSuccess and NULL.
87 // Decrypt() should not be called again before the pending DecryptCB for the
143 // decrypt-and-decode operations, and fires any pending
151 // any pending DecoderInitCB/AudioDecodeCB/VideoDecodeCB immediately.
  /external/chromium_org/ppapi/shared_impl/
tcp_socket_shared.cc 47 // It is possible that |connect_callback_| is pending while
69 // It is possible that |ssl_handshake_callback_| is pending while
98 // It is possible that |read_callback_| is pending while |read_buffer_| is
153 return PP_ERROR_INPROGRESS; // Can only have one pending request.
169 return PP_ERROR_INPROGRESS; // Can only have one pending request.
  /external/chromium_org/sync/internal_api/public/
sync_encryption_handler.h 70 // |pending_keys| is a copy of the cryptographer's pending keys, that may be
146 // subsequent requests to set a passphrase. If the cryptographer has pending
148 // pending keys with it, and if that fails, we cache the passphrase for
149 // re-encryption once the pending keys are decrypted.
157 // error to call this when we don't have pending keys.
  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 67 * pending draw operations are immediately flushed and from then on,
98 * Flushes pending draw commands, if any, and returns an image of the
136 * Executes all pending commands without drawing
224 * Called after pending draw commands have been flushed
229 * Called after pending draw commands have been skipped, meaning
  /external/skia/include/utils/
SkDeferredCanvas.h 67 * pending draw operations are immediately flushed and from then on,
98 * Flushes pending draw commands, if any, and returns an image of the
136 * Executes all pending commands without drawing
224 * Called after pending draw commands have been flushed
229 * Called after pending draw commands have been skipped, meaning
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc 220 // keystore keys into the cryptographer here, in case a migration was pending.
281 // with GAIA password and any pending keys resolved).
313 // If the cryptographer is not ready (either it has pending keys or we
356 // Will fail if we already have an explicit passphrase or we have pending
373 // 1. The user has no pending keys and is setting their current GAIA password
377 // 2. The user has no pending keys, and is overwriting an (already provided)
379 // 3. The user has pending keys for an explicit passphrase that is somehow set
381 // 4. The user has pending keys encrypted with their current GAIA passphrase
383 // 5. The user has pending keys encrypted with an older GAIA passphrase
395 // Case 1 and 2. We set a new GAIA passphrase when there are no pending
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 39 enum { PENDING, SUCCESS, FAILURE } state;
69 struct eap_sim_db_pending *pending; member in struct:eap_sim_db_data
377 entry = data->pending;
383 data->pending = entry->next;
396 entry->next = data->pending;
397 data->pending = entry;
416 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No pending entry for the "
494 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No pending entry for the "
763 struct eap_sim_db_pending *pending, *prev_pending; local
789 pending = data->pending
    [all...]
  /external/chromium_org/media/filters/
audio_renderer_impl_unittest.cc 228 // has pending reads.
307 // Drain internal buffer, we should have a pending read.
418 // Drain internal buffer, we should have a pending read.
440 // Drain internal buffer, we should have a pending read.
475 // Drain internal buffer, we should have a pending read.
513 // Drain internal buffer, we should have a pending read.
544 // Simulate the decoder aborting the pending read.
558 // Partially drain internal buffer so we get a pending read.
566 // Simulate the decoder aborting the pending read.
  /external/chromium_org/ppapi/proxy/
ppb_file_ref_proxy.cc 78 // Executes the pending callback with the given ID. See pending_callbacks_.
95 // callbacks, in contrast to most resources which have one possible pending
96 // callback pending (like a Flush callback).
107 // callbacks are invoked. The id of a pending file info will match that of
113 // are invoked. The id of a pending array output will match that of the
194 // Store the pending file info id.
205 // Store the pending read entries output id.
238 // This will happen when the plugin deletes its resource with a pending
240 // the operation may still be pending in the renderer.

Completed in 1020 milliseconds

<<11121314151617181920>>