/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
SoundPoolTest.java | 142 mSoundPool.stop(id); 143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); 164 mSoundPool.stop(id); 165 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); 191 mSoundPool.stop(id); 192 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); 217 mSoundPool.stop(id); 232 mSoundPool.stop(id); 237 // stop normal note 239 mSoundPool.stop(normalId) [all...] |
/external/eigen/bench/ |
benchEigenSolver.cpp | 63 timerSa.stop(); 77 timerStd.stop(); 107 timerSa.stop(); 118 // timerStd.stop(); 153 timerSa.stop(); 164 timerStd.stop();
|
sparse_cholesky.cpp | 39 } timer.stop(); } 70 timer.stop(); 114 timer.stop(); 180 timer.stop(); 185 timer.stop();
|
sparse_dense_product.cpp | 34 } timer.stop(); } 79 timer.stop(); 86 timer.stop(); 170 timer.stop(); 177 timer.stop();
|
sparse_product.cpp | 36 } timer.stop(); } 127 timer.stop(); 134 timer.stop(); 141 timer.stop(); 148 timer.stop(); 195 // timer.stop(); 208 // timer.stop(); 214 // timer.stop(); 220 // timer.stop(); 243 // timer.stop(); [all...] |
benchCholesky.cpp | 62 timerNoSqrt.stop(); 73 timerSqrt.stop(); 105 timerSqrt.stop();
|
/external/libmicrohttpd/src/testcurl/ |
perf_get_concurrent.c | 105 * Stop the timer and report performance 110 stop (const char *desc) function 243 stop (poll_flag ? "internal poll" : "internal select"); 260 stop (poll_flag ? "thread with poll" : "thread with select"); 277 stop (poll_flag ? "thread pool with poll" : "thread pool with select"); 327 stop ("external select");
|
/external/libxcam/xcore/ |
image_processor.cpp | 180 _processor_thread->stop (); 181 _results_thread->stop (); 189 ImageProcessor::stop() function in class:XCam::ImageProcessor 196 _processor_thread->stop (); 197 _results_thread->stop ();
|
thread_pool.cpp | 72 XCAM_LOG_DEBUG ("user thread(%s) get null data, need stop", XCAM_STR (_pool->get_name ())); 116 stop (); 126 "ThreadPool(%s) set threads failed, need stop the pool first", XCAM_STR(get_name ())); 173 ThreadPool::stop () function in class:XCam::ThreadPool 200 t->stop ();
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
pitest-4.c | 35 * 6. Stop these threads. 60 volatile int stop; member in struct:thread_param 123 while (!tp->stop) { 317 /* Stop TL thread */ 318 tp[0].stop = 1; 321 /* Stop TP thread */ 322 tp[1].stop = 1; 325 /* Stop TF threads */ 327 tp[i].stop = 1; 330 /* Stop sampler * [all...] |
/external/volley/src/test/java/com/android/volley/ |
RequestQueueIntegrationTest.java | 99 queue.stop(); 131 queue.stop(); 154 queue.stop(); 170 queue.stop(); 185 queue.stop();
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
SimplePlayer.java | 84 ImageButton stop = (ImageButton) stopButton; local 88 stop.setOnClickListener(this); 102 stop(); method 159 public void stop() { method in class:SimplePlayer 161 mMediaPlayer.stop();
|
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/ |
Stream.h | 97 Return<Result> stop() override; 127 Return<Result> stop(); 146 Return<Result> StreamMmap<T>::stop() { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::StreamMmap 147 if (mStream->stop == NULL) return Result::NOT_SUPPORTED; 148 int result = mStream->stop(mStream); 149 return Stream::analyzeStatus("stop", result);
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/tts/ |
TTSHelper.java | 177 mTTSEngine.stop(); 199 mTTSEngine.stop(); 213 mTTSEngine.stop(); 243 mTTSEngine.stop(); 343 mTTSEngine.stop();
|
/packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/ |
QuickSettingGridAdapter.java | 78 void stop(); method in interface:QuickSettingGridAdapter.Tile 104 void stop(); method in interface:QuickSettingGridAdapter.SeekbarTile 123 void stop() { method in class:QuickSettingGridAdapter 125 tile.stop(); 128 tile.stop();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
USBAudioPeripheralRecordActivity.java | 73 mRecorder.stop(); 95 mRecorder.stop(); 99 mPlayer.stop();
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
MyVpnService.java | 43 stop(); method 133 private void stop() { method in class:MyVpnService 151 stop(); method
|
/external/dhcpcd-6.8.2/ |
dev.c | 58 dev_stop1(struct dhcpcd_ctx *ctx, int stop) 62 if (stop) 66 ctx->dev->stop();
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationThreadTest.java | 175 synchronized void stop() { method in class:CollationThreadTest.Control 186 stop(); method 242 control.stop();
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationThreadTest.java | 172 synchronized void stop() { method in class:CollationThreadTest.Control 183 stop(); method 239 control.stop();
|
/external/junit/src/main/java/org/junit/experimental/theories/internal/ |
Assignments.java | 66 public Object[] getActualValues(int start, int stop) 68 Object[] values = new Object[stop - start]; 69 for (int i = start; i < stop; i++) {
|
/external/llvm/lib/CodeGen/ |
LiveIntervalUnion.cpp | 88 OS << " [" << SI.start() << ' ' << SI.stop() << "):" 147 while (VirtRegI->start < LiveUnionI.stop() && 174 if (VirtRegI->start < LiveUnionI.stop())
|
/external/replicaisland/src/com/replica/replicaisland/ |
SoundSystem.java | 106 public final void stop(int stream) { method in class:SoundSystem 107 mSoundPool.stop(stream); 123 stop(mLoopingStreams[x]);
|
/external/skia/src/core/ |
SkFindAndPlaceGlyph.h | 446 const char* stop = text + byteLength; local 450 while (text < stop) { 458 SkASSERT(text == stop); 495 const char* stop = text + byteLength; local 496 while (cursor < stop) { 561 const char* stop = text + byteLength; local 562 while (text < stop) { 583 SkVector stop = MeasureText(glyphFinder, text, byteLength); local 586 stop *= SK_ScalarHalf; 588 offset -= stop; 602 const char* stop = text + byteLength; local [all...] |
SkString.cpp | 97 char* stop = buffer + sizeof(buffer); local 98 while (p < stop) { 441 char* stop = SkStrAppendS32(buffer, dec); local 442 this->insert(offset, buffer, stop - buffer); 447 char* stop = SkStrAppendS64(buffer, dec, minDigits); local 448 this->insert(offset, buffer, stop - buffer); 453 char* stop = SkStrAppendU32(buffer, dec); local 454 this->insert(offset, buffer, stop - buffer); 459 char* stop = SkStrAppendU64(buffer, dec, minDigits); local 460 this->insert(offset, buffer, stop - buffer) 485 char* stop = SkStrAppendScalar(buffer, value); local [all...] |