HomeSort by relevance Sort by last modified time
    Searched full:signum (Results 251 - 275 of 432) sorted by null

<<1112131415161718

  /libcore/luni/src/main/java/java/lang/
Long.java 736 * Returns the value of the {@code signum} function for the specified long
745 public static int signum(long v) { method in class:Long
  /external/blktrace/btreplay/
btreplay.c 366 * setup_signal - Set up a signal handler for the specified signum
368 static inline void setup_signal(int signum, sighandler_t handler)
370 if (signal(signum, handler) == SIG_ERR) {
372 signum);
    [all...]
  /external/chromium_org/build/android/pylib/
android_commands.py 746 def KillAll(self, process, signum=9, with_su=False):
751 signum: signal to use, 9 (SIGKILL) by default.
759 cmd = 'kill -%d %s' % (signum, ' '.join(pids))
766 def KillAllBlocking(self, process, timeout_sec, signum=9, with_su=False):
775 signum: same as |KillAll|
780 processes_killed = self.KillAll(process, signum=signum, with_su=with_su)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 1056 int KernelProxy::sigaction(int signum,
1065 switch (signum) {
1112 // Unknown signum
    [all...]
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 554 return Long.signum((long) lhs.getWidth() * lhs.getHeight() -
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 554 return Long.signum((long) lhs.getWidth() * lhs.getHeight() -
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
Camera2VideoFragment.java 554 return Long.signum((long) lhs.getWidth() * lhs.getHeight() -
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 236 bool IsDeadlySignal(int signum);
sanitizer_win.cc 484 bool IsDeadlySignal(int signum) {
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 56 return x.signum() > 0 && x.getLowestSetBit() == x.bitLength() - 1;
  /external/qemu/
posix-aio-compat.c 504 static void aio_signal_handler(int signum)
  /external/qemu-pc-bios/bochs/
bochs.h 469 void CDECL bx_signal_handler(int signum);
  /frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
CameraTooActivity.java 115 return Long.signum((long) lhs.getWidth() * lhs.getHeight() -
  /ndk/sources/host-tools/make-3.81/
make.h 292 extern char *strsignal PARAMS ((int signum));
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 446 animateOut(downView, Math.signum(diff) * mFlingVelocity, diff);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
signal.h 58 #include <bits/signum.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
signal.h 58 #include <bits/signum.h>
  /system/core/liblog/
log_read.c 563 static void caught_signal(int signum __unused)
  /system/core/logd/tests/
logd_test.cpp 356 static void caught_signal(int signum __unused) { }
  /external/e2fsprogs/misc/
fsck.c 533 static int kill_all(int signum)
541 kill(inst->pid, signum);
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 232 static int KilledExitStatus(int signum) {
235 raise(signum);
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 92 static void signalCatcher(int signum)
95 switch (signum) {
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 469 * <code>lhs.signum()*rhs.signum()!=-1</code> or both of them are
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]

Completed in 1816 milliseconds

<<1112131415161718