/cts/tests/tests/media/src/android/media/cts/ |
AudioRecordingConfigurationTest.java | 125 // stopping recording: verify there are less active record configurations 152 // stopping recording: callback is called with no match
|
/external/chromium-trace/catapult/telemetry/telemetry/ |
benchmark.py | 106 stopping the browser, stopping local server, etc. So the browser will not be
|
/external/deqp/execserver/ |
xsPosixTestProcess.cpp | 160 // Buffer must be in canceled state or otherwise stopping reader might block. 269 // \note Info buffer must be canceled before stopping pipe readers.
|
/external/deqp/framework/delibs/destream/ |
deRingbuffer.c | 118 /* If ringbuffer is stopping return error on write */ 226 /* If not stopping block until there is more input */
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
IterativeSolverBase.h | 119 /** \returns the tolerance threshold used by the stopping criteria */ 122 /** Sets the tolerance threshold used by the stopping criteria */
|
/frameworks/base/services/core/java/com/android/server/ |
SystemService.java | 153 * Called when an existing user is stopping, for system services to finalize any per-user 162 * Called when an existing user is stopping, for system services to finalize any per-user
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTest_playStates.cpp | 178 fprintf(stdout, "----- Stopping\n"); 189 fprintf(stdout, "----- Stopping\n");
|
/libcore/ojluni/src/main/java/java/util/stream/ |
PipelineHelper.java | 115 * element, stopping if cancellation is requested. 130 * element, and stopping if cancellation is requested.
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoTouchListener.java | 111 // distance travelled before stopping 114 // ending posiiton after stopping
|
/frameworks/av/media/libstagefright/ |
MediaCodecSource.cpp | 182 // mark stopping before actually reaching kWhatStop on the looper, so the pulling will 728 ALOGE("Failed to start while we're stopping"); 948 ALOGI("encoder (%s) stopping", mIsVideo ? "video" : "audio"); 963 // nothing to do if we're already stopping, reply will be posted 996 ALOGV("source (%s) stopping", mIsVideo ? "video" : "audio");
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
StreamService.java | 68 * <li>{@linkplain State#STOPPING STOPPING} : All streams have closed but some threads may still 133 @Override public void stopping(State from) {}
|
ServerSocketService.java | 62 * <li>{@linkplain State#STOPPING STOPPING} : The server socket is closing and all pending
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
DialpadFragment.java | 212 Log.d(this, "Stopping the tone for '" + c + "'"); 253 /*if (DBG) log("Stopping the last played tone."); 264 Log.d(this, "Stopping the tone for '" + c + "'");
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ServiceManager.java | 30 import static com.google.common.util.concurrent.Service.State.STOPPING; 75 * provides methods for {@linkplain #startAsync() starting}, {@linkplain #stopAsync() stopping} and 111 * // stopping timed out 445 || states.contains(STOPPING) 751 @Override public void stopping(State from) { method in class:ServiceManager.ServiceListener 754 state.transitionService(service, from, STOPPING);
|
/external/strace/ |
README-linux-ptrace | 148 details. If WSTOPSIG(status) == stopping signal, this may be a 192 Stopping signals cause (all threads of) process to enter group-stop. 205 When a (possibly multi-threaded) process receives a stopping signal, 207 Note that stopping signal will first cause signal-delivery-stop (on one 221 SIGTTIN or SIGTTOU - only these four signals are stopping signals. If 232 Currently, it causes a problem with transparent handling of stopping
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
Camera2MultiViewTestCase.java | 302 * stopping preview. No need to release the SurfaceTexture here as it 410 "Stopping camera " + mCameraId +" preview and waiting for idle");
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorIntegrationTests.java | 205 * This test verifies that starting/stopping a particular Sensor client in the System does not 207 * the test is used to validate that starting/stopping operations are independent on several
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPUnitDebuggeeProcessWrapper.java | 111 logWriter.println("InterruptedException in stopping outRedirector: " + e); 122 logWriter.println("InterruptedException in stopping errRedirector: " + e);
|
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
update_engine_performance_monitor.py | 252 sys.stderr.write('Stopping background collection.\n') 259 # If stopping a background instance, check that the FIFO is
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
TestThread.java | 73 // so there is no object state put at risk by stopping the threads abruptly. In some cases a test 257 // SynchronousQueue sometimes throws InterruptedException while the threads are stopping.
|
/external/libchrome/base/threading/ |
thread.h | 76 // Destroys the thread, stopping it if necessary. 222 // If true, we're in the middle of stopping, and shouldn't access
|
/external/libnfc-nci/halimpl/pn54x/hal/ |
phNxpNciHal_NfcDepSWPrio.c | 293 NXPLOG_NCIHAL_D(">> NFC-DEP Detected - stopping the custom poll timer"); 303 NXPLOG_NCIHAL_D(">> detected other technology- stopping the custom poll timer");
|
/external/netperf/doc/examples/ |
runemomniaggdemo.sh | 58 echo "Netperfs stopping $NOW for $TEST" | tee -a $TESTLOG 112 echo "Netperfs stopping $NOW for $TEST" | tee -a $TESTLOG
|
/external/opencv3/modules/cudaoptflow/include/opencv2/ |
cudaoptflow.hpp | 314 * Stopping criterion threshold used in the numerical scheme, which is a trade-off between precision and running time. 321 * Stopping criterion iterations number used in the numerical scheme.
|
/external/skia/src/core/ |
SkAdvancedTypefaceMetrics.cpp | 138 // The cost of stopping and starting the range is 7 characers 140 // The cost of stopping and starting the range plus a run is 22
|