/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_rename_regs.c | 41 * SSA form. After this function has completed, most of the register are only
|
/external/objenesis/tck/src/org/objenesis/tck/ |
Reporter.java | 72 * Report that tests have been completed for a particular Objenesis instance and candidate.
|
/external/qemu/android/ |
async-io-common.h | 38 /* Asynchronous I/O has been successfuly completed. (4) */
|
/external/qemu/ |
iolooper.h | 45 * sequential I/O should be completed within given time interval. For instance,
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMediaPlayer.java | 175 * Allows test cases to simulate 'completed' state by invoking callback.
|
/external/skia/gm/tests/ |
rebaseline.sh | 66 echo "Rebaseline completed. If you run run.sh now, it should succeed."
|
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
TranscriptSearch.java | 28 * IQ packet for retrieving the transcript search form, submiting the completed search form
|
/external/webrtc/src/system_wrappers/source/ |
cpu_wrapper_unittest.cc | 50 // Since the initialization is lazy we need to wait until it is completed.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
omxtypes_s.h | 14 OMX_Sts_NoErr EQU 0 ;// No error the function completed successfully
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
omxtypes_s.h | 14 OMX_Sts_NoErr EQU 0 ;// No error the function completed successfully
|
/frameworks/base/core/java/android/app/backup/ |
IRestoreObserver.aidl | 59 * The restore operation has completed.
|
RestoreObserver.java | 68 * The restore process has completed. This method will always be called,
|
/frameworks/base/core/java/android/print/ |
package.html | 22 layout is completed the application calls back to the system passing a
|
/frameworks/base/core/java/android/printservice/ |
PrintJob.java | 114 * being printed and can be completed or canceled or failed. 143 * Gets whether this print job is completed. Such a print job 146 * @return Whether the print job is completed. 229 * @return Whether the job as completed.
|
/frameworks/base/core/java/android/speech/tts/ |
UtteranceProgressListener.java | 25 * Called when an utterance has successfully completed processing.
|
/frameworks/base/docs/html/training/in-app-billing/ |
purchase-iab-products.jd | 42 <li>The fourth argument is a listener that is notified when the purchase operation has completed and handles the purchase response from Google Play.</li> 54 <p>The following example shows how you can handle the purchase response in the listener, depending on whether the purchase order was completed successfully, and whether the user purchased gas or a premium upgrade. In this example, gas is an in-app product that can be purchased multiple times, so you should consume the purchase to allow the user to buy it again. To learn how to consume purchases, see the <a href="{@docRoot}training/in-app-billing/purchase-iab-products.html#Consume">Consuming Products</a> section. The premium upgrade is a one-time purchase so you don?t need to consume it. It is good practice to update the UI immediately so that your users can see their newly purchased items.</p> 80 <p>To retrieve the user?s purchases from your app, call {@code queryInventoryAsync(QueryInventoryFinishedListener)} on your {@code IabHelper} instance. The {@code QueryInventoryFinishedListener} argument specifies a listener that is notified when the query operation has completed and handles the query response. It is safe to make this call fom your main thread.</p> 110 <p>To record a purchase consumption, call {@code consumeAsync(Purchase, OnConsumeFinishedListener)} on your {@code IabHelper} instance. The first argument that the method takes is the {@code Purchase} object representing the item to consume. The second argument is a {@code OnConsumeFinishedListener} that is notified when the consumption operation has completed and handles the consumption response from Google Play. It is safe to make this call fom your main thread.</p>
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
OneShotScheduler.java | 75 if (mLogVerbose) Log.v(TAG, "One pass through graph completed.");
|
/frameworks/native/libs/gui/ |
SyncFeatures.cpp | 49 // GLES reads for a given buffer have completed.
|
/libcore/luni/src/main/java/javax/xml/transform/sax/ |
TemplatesHandler.java | 36 * which the caller can get once the SAX events have been completed.
|
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ |
ImapResponseParserTest.java | 75 "100 OK STATUS completed\r\n" + 79 "101 OK STATUS completed %!(\r\n" + 98 new ImapSimpleString("STATUS completed") // one string 120 new ImapSimpleString("STATUS completed %!(") // one string
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
TrimControllerOverlay.java | 95 // the video completed and current == trimEnd. Both request a replay.
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
CacheStorageUsageInfo.java | 40 // number of bytes used for the cache if all pending downloads (and removals) are completed.
|
/system/netd/ |
ResponseCode.h | 33 // 200 series - Requested action has been successfully completed
|
/system/vold/ |
ResponseCode.h | 31 // 200 series - Requested action has been successfully completed
|
/external/chromium_org/net/dns/ |
host_resolver_impl_unittest.cc | 247 bool completed() const { return result_ != ERR_IO_PENDING; } function in class:net::__anon9055::Request 265 if (completed()) 599 EXPECT_FALSE(req0->completed()); 729 EXPECT_TRUE(requests_[3]->completed()); 918 EXPECT_FALSE(requests_[1]->completed()); 919 EXPECT_FALSE(requests_[2]->completed()); [all...] |