HomeSort by relevance Sort by last modified time
    Searched full:completed (Results 501 - 525 of 3541) sorted by null

<<21222324252627282930>>

  /external/qemu/distrib/jpeg-6b/
jdcoefct.c 221 /* Completed an MCU row, but perhaps not an iMCU row */
224 /* Completed the iMCU row, advance counters for next one */
230 /* Completed the scan */
341 /* Completed an MCU row, but perhaps not an iMCU row */
344 /* Completed the iMCU row, advance counters for next one */
349 /* Completed the scan */
432 /* Completed an MCU row, but perhaps not an iMCU row */
435 /* Completed the iMCU row, advance counters for next one */
440 /* Completed the scan */
530 /* Completed an MCU row, but perhaps not an iMCU row *
    [all...]
jccoefct.c 136 * Returns TRUE if the iMCU row is completed, FALSE if suspended.
211 /* Completed an MCU row, but perhaps not an iMCU row */
214 /* Completed the iMCU row, advance counters for next one */
335 * Returns TRUE if the iMCU row is completed, FALSE if suspended.
388 /* Completed an MCU row, but perhaps not an iMCU row */
391 /* Completed the iMCU row, advance counters for next one */
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 109 * of detail: {@link #isDone} is true if a task completed in any way
111 * {@link #isCompletedNormally} is true if a task completed without
125 * CountedCompleter} for those in which completed actions trigger
204 * values until completed, upon which status (anded with
252 * exec and records status if completed, but doesn't wait for
258 int s; boolean completed;
261 completed = exec();
265 if (completed)
272 * Tries to set SIGNAL status unless already completed. Used by
335 * only cases of already-completed, external wait, an
    [all...]
  /external/oprofile/events/ppc64/power6/
events 27 event:0X0011 counters:1 um:zero minimum:10000 name:PM_INST_CMPL_GRP1 : (Group 1 pm_utilization) Instructions completed
104 event:0X00E0 counters:0 um:zero minimum:10000 name:PM_INST_CMPL_GRP14 : (Group 14 pm_dlatencies2) Instructions completed
110 event:0X00F0 counters:0 um:zero minimum:10000 name:PM_INST_CMPL_GRP15 : (Group 15 pm_dlatencies3) Instructions completed
296 event:0X02E0 counters:0 um:zero minimum:1000 name:PM_LWSYNC_GRP46 : (Group 46 pm_sync) Isync instruction completed
345 event:0X0361 counters:1 um:zero minimum:1000 name:PM_THRD_GRP_CMPL_BOTH_CYC_GRP54 : (Group 54 pm_thread_cyc) Cycles group completed by both threads
350 event:0X0370 counters:0 um:zero minimum:1000 name:PM_1PLUS_PPC_CMPL_GRP55 : (Group 55 pm_misc) One or more PPC instruction completed
    [all...]
  /external/chromium_org/chrome_frame/test/
ie_configurator.cc 169 // initialization has been completed.
171 // This DWORD value is non-zero once initialization has been completed.
172 const wchar_t* completed; member in struct:chrome_frame_test::__anon7137::ModernIEConfigurator::RunOnceValueNames
447 // See if setup was completed.
454 // See if setup was completed after the last time the prompt was shown.
515 setter_.AddDWORDValue(root, kKeyIEMain, run_once_value_names_->completed,
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractListeningExecutorServiceTest.java 67 * Completed submit(callable) returns result
77 * Completed submit(runnable) returns successfully
87 * Completed submit(runnable, result) returns result
393 * invokeAll(c) returns results of all completed tasks in c
593 * timed invokeAll(c) returns results of all completed tasks in c
612 * timed invokeAll cancels tasks not completed by timeout
  /external/jpeg/
jccoefct.c 136 * Returns TRUE if the iMCU row is completed, FALSE if suspended.
211 /* Completed an MCU row, but perhaps not an iMCU row */
214 /* Completed the iMCU row, advance counters for next one */
335 * Returns TRUE if the iMCU row is completed, FALSE if suspended.
388 /* Completed an MCU row, but perhaps not an iMCU row */
391 /* Completed the iMCU row, advance counters for next one */
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.h 25 /** Authentication completed successfully and data connection enabled */
33 /** Password change was completed successfully */
49 /** EAP authentication completed successfully */
70 /** RSN IBSS 4-way handshakes completed with specified peer */
71 #define IBSS_RSN_COMPLETED "IBSS-RSN-COMPLETED "
90 /** WPS registration completed successfully */
  /frameworks/base/core/java/android/content/
IntentSender.java 83 * completed. Primarily for use with a IntentSender that is
91 * Called when a send operation as completed.
138 * when the send has completed.
147 * completed, or null for no callback.
164 * when the send has completed.
173 * completed, or null for no callback.
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryService.java 136 * this call has completed.
322 * Called when an asynchronous query is completed.
336 * Called when an asynchronous insert is completed.
351 * Called when an asynchronous update is completed.
366 * Called when an asynchronous delete is completed.
382 * completed.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 159 completed = self._complete_string(self.start)
160 self._change_start(completed)
161 i = self._binary_search(completed)
162 if self.completions[i] == completed and \
164 self.completions[i+1][:len(completed)] != completed):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 159 completed = self._complete_string(self.start)
160 self._change_start(completed)
161 i = self._binary_search(completed)
162 if self.completions[i] == completed and \
164 self.completions[i+1][:len(completed)] != completed):
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 231 assertTrue("Mount should have completed",
255 assertTrue("Mount should have completed", observer.waitForCompletion());
276 assertTrue("Unmount should have completed",
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.h 45 // as when a page load has completed. In this mode, the renderer uses a
63 // already completed, and will not need this instance any further.
126 // to update histograms, and to signal that thread when updates are completed.
  /external/chromium/webkit/glue/media/
buffered_resource_loader.h 71 // |event_callback| is called when the response is completed, data is
222 // True if resource loading has completed.
249 // read has completed or failed.
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
async_util.js 24 * completed.
111 * Enqueues a closure to be executed after dependencies are completed.
145 * Runs enqueued pending tasks whose dependencies are completed.
  /external/chromium_org/content/browser/loader/
cross_site_resource_handler.cc 168 // If we've already completed the transition, or we're canceling the
182 // Also continue with the logic below to remember that we completed
223 // If the response completed during the transition, notify the next
  /external/chromium_org/content/browser/streams/
stream_unittest.cc 85 bool completed() const { function in class:content::TestStreamReader
163 EXPECT_TRUE(reader.completed());
190 EXPECT_TRUE(reader.completed());
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 73 // Completes the navigation in response to a completed overscroll gesture.
216 // This is the completed overscroll gesture. This is used for the animation
217 // callback that happens in response to a completed overscroll gesture.
  /external/chromium_org/google_apis/gcm/
gcm_client.h 84 // |checkin_info|: valid if the checkin completed successfully.
89 // Called when the registration completed successfully or an error occurs.
91 // |registration_id|: non-empty if the registration completed successfully.
  /external/chromium_org/net/base/
io_buffer.h 41 // operation has completed (at which point it transfers back to the caller).
44 // until the operation has completed.
72 // it is not destroyed until after the synchronous operation has completed.
  /external/chromium_org/ppapi/thunk/
enter.cc 66 // know it will be completed asynchronously. So by this point it should be
91 // The function completed synchronously.
98 // the callback as completed so that it won't be issued later.
  /external/oprofile/events/i386/p4/
unit_masks 22 0x01 load split completed, excluding UC/WC loads
23 0x02 any split stores completed
24 0x04 uncacheable load split completed
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 148 assertTrue("Mount should have completed",
174 assertTrue("Mount should have completed", observer.waitForCompletion());
201 assertTrue("Unmount should have completed",
  /cts/suite/audio_quality/test_description/
dut_speaker_calibration.xml 25 <!-- equivalent of for loop. all children will be completed before moving to the next

Completed in 1291 milliseconds

<<21222324252627282930>>