/external/replicaisland/src/com/replica/replicaisland/ |
AndouKun.java | 160 int completed = prefs.getInt(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED, 0); local 200 completed = 0; 205 completed = 0; 213 completed = 0; 217 LevelTree.updateCompletedState(mLevelRow, completed); 527 LevelTree.get(mLevelRow, mLevelIndex).completed = true; 541 if (currentGroup.levels.get(x).completed == false) { 542 // We haven't completed the group yet. 672 final int completed = LevelTree.packCompletedLevels(mLevelRow); local 675 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED, completed); [all...] |
/external/jpeg/ |
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 */
|
/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/browser/media_galleries/fileapi/ |
native_media_file_util_unittest.cc | 86 bool* completed, 90 EXPECT_TRUE(!*completed); 91 *completed = !has_more; 236 bool completed = false; local 238 url, base::Bind(&DidReadDirectory, &content, &completed)); 240 EXPECT_TRUE(completed);
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_harness.h | 80 // Blocks the caller until this harness has completed a single sync cycle 81 // since the previous one. Returns true if a sync cycle has completed. 84 // Blocks the caller until this harness has completed as many sync cycles as 114 // |partner| have both completed a sync cycle. When calling this method, 117 // from the message queue. Returns true if two sync cycles have completed. 291 // Called from the observer when the current wait state has been completed.
|
/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::__anon9593::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/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 | 197 assertTrue("Mount should have completed", 221 assertTrue("Mount should have completed", observer.waitForCompletion()); 242 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/content/browser/web_contents/ |
web_contents_view_aura.h | 76 // Completes the navigation in response to a completed overscroll gesture. 220 // This is the completed overscroll gesture. This is used for the animation 221 // callback that happens in response to a completed overscroll gesture.
|
/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/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
|
dut_speaker_calibration_no_pass.xml | 25 <!-- equivalent of for loop. all children will be completed before moving to the next
|