/external/bison/linux-lib/sys/ |
wait.h | 375 /* The stopping signal. Only to be accessed if WIFSTOPPED(x) is true. */ 404 /* There are no stopping signals. */
|
/external/guava/guava/src/com/google/common/eventbus/ |
package-info.java | 113 * <p>The Event Bus doesn't specify how you use it; there's nothing stopping your 119 * there's nothing stopping you from doing it that way. Simply have your
|
/external/webrtc/test/functional_test/ |
webrtc_test.html | 242 trace("Stopping showing remote stream"); 245 trace("Stopping call [pc.close()]");
|
/frameworks/base/docs/html/training/location/ |
geofencing.jd | 283 <p>Stopping geofence monitoring when it is no longer needed or desired can help save battery 291 The following snippet removes geofences by {@link android.app.PendingIntent}, stopping all
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestPlayUri.cpp | 301 /* Wait as long as the duration of the content before stopping */ 309 fprintf(stdout, "URI example: stopping playback\n");
|
slesTestSlowDownUri.cpp | 366 * before stopping the loop */ 383 fprintf(stdout, "stopping playback\n");
|
/frameworks/wilhelm/tests/sandbox/streamSource/ |
slesTestPlayStream.cpp | 354 /* Wait as long as the duration of the content before stopping */ 360 fprintf(stdout, "URI example: stopping playback\n");
|
/bionic/libc/bionic/ |
posix_timers.cpp | 196 // Stopping the timer's thread frees the timer data when it's safe.
|
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
chacha_private.h | 188 /* stopping at 2^70 bytes per nonce is user's responsibility */
|
/cts/tests/tests/nativeopengl/standalone/jni/tests/ |
EGLCleanup_test.cpp | 180 ALOGW("failed at iteration %d, stopping test", mIteration);
|
/development/apps/Development/src/com/android/development/ |
BadBehaviorActivity.java | 67 Log.i(TAG, "service hang finished -- stopping and returning");
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ForegroundService.java | 197 * <p>Example of explicitly starting and stopping the {@link ForegroundService}.
|
/external/clang/include/clang/Basic/ |
DiagnosticCommonKinds.td | 19 : Error<"too many errors emitted, stopping now">, DefaultFatal;
|
/external/fio/engines/ |
glusterfs.c | 209 "file, stopping\n");
|
/external/guava/guava/src/com/google/common/io/ |
Resources.java | 149 * Streams lines from a URL, stopping when our callback returns false, or we
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
AbstractHandler.java | 68 LOG.debug("stopping {}",this);
|
/external/jetty/src/java/org/eclipse/jetty/util/component/ |
LifeCycle.java | 81 * @return true if the component is stopping.
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_common.h | 279 UINT32 OSTicksTilStop; /* inactivity delay timer; OS Ticks till stopping system tick */
|
/external/libnfc-nci/src/gki/common/ |
gki_common.h | 279 UINT32 OSTicksTilStop; /* inactivity delay timer; OS Ticks till stopping system tick */
|
/external/libnfc-nci/src/nfa/int/ |
nfa_dta_int.h | 243 #define NFA_DTA_FL_STOPPING 0x00000004 /* DTA is stopping (NFA_DtaStop called) */
|
/external/libunwind/src/aarch64/ |
Gstep.c | 157 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n",
|
/external/libunwind/src/mips/ |
Gstep.c | 143 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n",
|
/external/lldb/include/lldb/Target/ |
StopInfo.h | 215 // needed for before-the-fact watchpoints does not prevent us from stopping
|
/external/lldb/source/Plugins/Process/Linux/ |
ProcessLinux.h | 108 // Flag to avoid recursion when stopping all threads.
|
/external/lldb/source/Plugins/Process/POSIX/ |
ProcessPOSIX.h | 165 /// Adds the thread to the list of threads for which we have received the initial stopping signal.
|