/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/ |
obb.h | 40 * Destroy the AObbInfo object. You must call this when finished with the object.
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/ |
obb.h | 40 * Destroy the AObbInfo object. You must call this when finished with the object.
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/ |
obb.h | 40 * Destroy the AObbInfo object. You must call this when finished with the object.
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/ |
obb.h | 40 * Destroy the AObbInfo object. You must call this when finished with the object.
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/ |
obb.h | 40 * Destroy the AObbInfo object. You must call this when finished with the object.
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/ |
obb.h | 40 * Destroy the AObbInfo object. You must call this when finished with the object.
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/ |
obb.h | 40 * Destroy the AObbInfo object. You must call this when finished with the object.
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/ |
obb.h | 40 * Destroy the AObbInfo object. You must call this when finished with the object.
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/ |
obb.h | 40 * Destroy the AObbInfo object. You must call this when finished with the object.
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/ |
obb.h | 40 * Destroy the AObbInfo object. You must call this when finished with the object.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_dummy_threading.py | 32 print self.name, 'is finished.', running, 'tasks are running'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_dummy_threading.py | 32 print self.name, 'is finished.', running, 'tasks are running'
|
/libcore/crypto/src/main/java/org/conscrypt/ |
ClientHandshakeImpl.java | 76 if (clientHello != null && this.status != FINISHED) { 238 computerReferenceVerifyDataTLS("server finished"); 290 case 20: // FINISHED 295 serverFinished = new Finished(io_stream, length); 304 status = FINISHED; 334 * Creates and sends Finished message 341 computerVerifyDataTLS("client finished", verify_data); 346 clientFinished = new Finished(verify_data); 350 status = FINISHED; 353 computerReferenceVerifyDataTLS("server finished"); [all...] |
/external/chromium_org/remoting/protocol/ |
message_reader_unittest.cc | 128 // finished processing the previous message. 174 // finished processing the previous message. 210 // finished processing the second message. 254 // finished processing the previous message. 272 // finished processing the previous message.
|
/external/chromium_org/third_party/sqlite/src/test/ |
notify2.test | 200 unset -nocomplain finished 202 thread_spawn finished($ii) $ThreadSetup $ThreadProgram 206 if {![info exists finished($ii)]} { vwait finished($ii) } 207 set finished($ii)
|
/packages/apps/Dialer/tests/src/com/android/dialer/util/ |
FakeAsyncTaskExecutor.java | 154 * This method blocks until the AsyncTask has completely finished executing. 170 * This method blocks until the AsyncTask objects have completely finished executing. 187 // Block until the onPostExecute or onCancelled has finished. 189 // code to the main ui thread, the best we can do is wait for the Status to be FINISHED. 194 if (submittedTask.getAsyncTask().getStatus() == AsyncTask.Status.FINISHED) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
MtpDeviceIndex.java | 116 Uninitialized, Initialized, Pending, Started, Sorting, Finished 164 return mProgress == Progress.Finished; 195 return mProgress == Progress.Finished ? mUnifiedLookupIndex.length : 0; 206 if (mProgress != Progress.Finished) return null; 233 if (mProgress != Progress.Finished) return null; 252 if (mProgress != Progress.Finished) return -1; 282 if (mProgress != Progress.Finished) return -1; 303 return mProgress == Progress.Finished ? mMtpObjects.length : 0; 560 mProgress = Progress.Finished;
|
/external/chromium_org/content/browser/renderer_host/input/ |
synthetic_gesture_controller_unittest.cc | 38 MockSyntheticGesture(bool* finished, int num_steps) 39 : finished_(finished), 272 bool GestureFinished() const { return state_ == FINISHED; } 279 FINISHED 307 state_ = FINISHED; 309 case FINISHED: 340 state_ = FINISHED; 342 case FINISHED: 393 bool finished; local 395 new MockSyntheticGesture(&finished, 3)) 407 bool finished; local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
AdvancedSearchController.js | 116 * @param {boolean} finished 118 _onIndexingFinished: function(finished) 121 this._searchView.indexingFinished(finished); 122 if (!finished) 162 * @param {boolean} finished 164 _onSearchFinished: function(searchId, finished) 170 this._searchView.searchFinished(finished); 317 * @param {boolean} finished 319 indexingFinished: function(finished) 321 this._searchMessageElement.textContent = finished ? "" : WebInspector.UIString("Indexing interrupted.") [all...] |
Drawer.js | 211 * @param {boolean} finished 214 function animationCallback(finished) 218 if (!finished) 265 * @param {boolean} finished 268 function animationCallback(finished) 271 if (!finished) {
|
/external/ppp/pppd/ |
fsm.c | 232 if( f->callbacks->finished ) 233 (*f->callbacks->finished)(f); 294 if( f->callbacks->finished ) 295 (*f->callbacks->finished)(f); 311 if( (f->flags & OPT_PASSIVE) == 0 && f->callbacks->finished ) 312 (*f->callbacks->finished)(f); 651 if( f->callbacks->finished ) 652 (*f->callbacks->finished)(f); 657 if( f->callbacks->finished ) 658 (*f->callbacks->finished)(f) [all...] |
/external/chromium_org/chrome/browser/translate/ |
translate_browsertest.cc | 186 // Wait for the page title is changed after the test finished. 216 // Wait for the page title is changed after the test finished. 251 // Wait for the page title is changed after the test finished. 285 // Wait for the page title is changed after the test finished. 319 // Wait for the page title is changed after the test finished. 353 // Wait for the page title is changed after the test finished.
|
/external/chromium_org/cc/animation/ |
layer_animation_controller_unittest.cc | 150 EXPECT_EQ(Animation::Finished, 275 // Ensure that a finished animation is eventually deleted by both the 314 // There should be a Finished event for the animation. 316 EXPECT_EQ(AnimationEvent::Finished, (*events)[0].type); 785 bool finished() { return finished_; } function in class:cc::__anon3802::FakeAnimationDelegate 792 // Tests that impl-only animations lead to start and finished notifications [all...] |
layer_animation_controller.cc | 116 // Remove finished impl side animations only after pushing, 425 // have already finished. In this case, the impl thread animation will 579 active_animations_[i]->SetRunState(Animation::Finished, monotonic_time); 588 // AnimationEvent::Finished event is sent or received. This means that if 590 // have received a finished event before marking them for deletion. 612 // on the impl thread, we only mark a Finished main thread animation for 613 // deletion once it has received a Finished event from the impl thread. 616 // If an animation is finished, and not already marked for deletion, 617 // find out if all other animations in the same group are also finished. 618 if (active_animations_[i]->run_state() == Animation::Finished & [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssl_stat.c | 97 case SSL_ST_OK: str="SSL negotiation finished successfully"; break; 112 case SSL2_ST_SEND_CLIENT_FINISHED_A: str="SSLv2 write client finished A"; break; 113 case SSL2_ST_SEND_CLIENT_FINISHED_B: str="SSLv2 write client finished B"; break; 120 case SSL2_ST_GET_SERVER_FINISHED_A: str="SSLv2 read server finished A"; break; 121 case SSL2_ST_GET_SERVER_FINISHED_B: str="SSLv2 read server finished B"; break; 132 case SSL2_ST_GET_CLIENT_FINISHED_A: str="SSLv2 read client finished A"; break; 133 case SSL2_ST_GET_CLIENT_FINISHED_B: str="SSLv2 read client finished B"; break; 134 case SSL2_ST_SEND_SERVER_FINISHED_A: str="SSLv2 write server finished A"; break; 135 case SSL2_ST_SEND_SERVER_FINISHED_B: str="SSLv2 write server finished B"; break; 174 case SSL3_ST_SW_FINISHED_A: str="SSLv3 write finished A"; break [all...] |