Searched defs:signal (Results 76 - 93 of 93) sorted by relevance

1234

/external/v8/src/
H A Dplatform-linux.cc33 #include <signal.h>
398 // Redirect to std abort to signal abnormal program termination.
942 // Android runs a fairly new Linux kernel, so signal info is there,
1028 static void ProfilerSignalHandler(int signal, siginfo_t* info, void* context) { argument
1030 if (signal != SIGPROF) return;
1126 // Start a thread that will send SIGPROF signal to VM threads,
1214 // occuring during signal delivery.
H A Dplatform-openbsd.cc33 #include <signal.h>
218 // Redirect to std abort to signal abnormal program termination.
731 static void ProfilerSignalHandler(int signal, siginfo_t* info, void* context) { argument
733 if (signal != SIGPROF) return;
826 // Start a thread that will send SIGPROF signal to VM threads,
909 // occuring during signal delivery.
H A Dplatform-solaris.cc47 #include <signal.h> // sigemptyset(), etc
211 // Redirect to std abort to signal abnormal program termination.
670 static void ProfilerSignalHandler(int signal, siginfo_t* info, void* context) { argument
672 if (signal != SIGPROF) return;
747 // Start a thread that will send SIGPROF signal to VM threads,
831 // occuring during signal delivery.
/external/v8/tools/
H A Dtest.py37 import signal namespace
430 # Timed out tests will have exit_code -signal.SIGTERM.
434 self.output.exit_code != -signal.SIGABRT
451 os.kill(pid, signal.SIGTERM)
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.cpp359 static void renderThemeEflColorClassSelectionActive(void* data, Evas_Object* object, const char* signal, const char* source) argument
370 static void renderThemeEflColorClassSelectionInactive(void* data, Evas_Object* object, const char* signal, const char* source) argument
381 static void renderThemeEflColorClassFocusRing(void* data, Evas_Object* object, const char* signal, const char* source) argument
392 static void renderThemeEflColorClassButtonText(void* data, Evas_Object* object, const char* signal, const char* source) argument
403 static void renderThemeEflColorClassComboText(void* data, Evas_Object* object, const char* signal, const char* source) argument
414 static void renderThemeEflColorClassEntryText(void* data, Evas_Object* object, const char* signal, const char* source) argument
425 static void renderThemeEflColorClassSearchText(void* data, Evas_Object* object, const char* signal, const char* source) argument
/external/bluetooth/bluez/audio/
H A Dtelephony-maemo5.c221 { "signal", "0-5", 0, TRUE },
924 error("Unexpected parameters in Call.Coming() signal");
960 error("Unexpected parameters in Call.Created() signal");
1017 error("Unexpected paramters in Instance.CallStatus() signal");
1171 error("Conference signal for unknown call %s", path);
1325 int signal; local
1336 signal = (signals_bar + 20) / 21;
1338 telephony_update_indicator(maemo_indicators, "signal", signal);
1342 DBG("Signal strength updated: %u/100, %d/5", signals_bar, signal);
[all...]
/external/bluetooth/bluez/src/
H A Dadapter.c3313 DBusMessage *signal; local
3317 signal = dbus_message_new_signal(path, ADAPTER_INTERFACE,
3319 if (!signal) {
3320 error("Unable to allocate new %s.DeviceFound signal",
3324 dbus_message_iter_init_append(signal, &iter);
3331 g_dbus_send_message(connection, signal);
/external/flac/libFLAC/
H A Dstream_encoder.c186 const FLAC__int32 signal,
194 const FLAC__int32 signal[],
214 const FLAC__int32 signal[],
236 const FLAC__int32 signal[],
295 static unsigned get_wasted_bits_(FLAC__int32 signal[], unsigned samples);
333 unsigned input_capacity; /* current size (in samples) of the signal and residual buffers */
334 FLAC__int32 *integer_signal[FLAC__MAX_CHANNELS]; /* the integer version of the input signal */
335 FLAC__int32 *integer_signal_mid_side[2]; /* the integer version of the mid-side input signal (stereo only) */
337 FLAC__real *real_signal[FLAC__MAX_CHANNELS]; /* (@@@ currently unused) the floating-point version of the input signal */
338 FLAC__real *real_signal_mid_side[2]; /* (@@@ currently unused) the floating-point version of the mid-side input signal (stere
3479 evaluate_constant_subframe_( FLAC__StreamEncoder *encoder, const FLAC__int32 signal, unsigned blocksize, unsigned subframe_bps, FLAC__Subframe *subframe ) argument
3502 evaluate_fixed_subframe_( FLAC__StreamEncoder *encoder, const FLAC__int32 signal[], FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], unsigned raw_bits_per_partition[], unsigned blocksize, unsigned subframe_bps, unsigned order, unsigned rice_parameter, unsigned rice_parameter_limit, unsigned min_partition_order, unsigned max_partition_order, FLAC__bool do_escape_coding, unsigned rice_parameter_search_dist, FLAC__Subframe *subframe, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents ) argument
3564 evaluate_lpc_subframe_( FLAC__StreamEncoder *encoder, const FLAC__int32 signal[], FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], unsigned raw_bits_per_partition[], const FLAC__real lp_coeff[], unsigned blocksize, unsigned subframe_bps, unsigned order, unsigned qlp_coeff_precision, unsigned rice_parameter, unsigned rice_parameter_limit, unsigned min_partition_order, unsigned max_partition_order, FLAC__bool do_escape_coding, unsigned rice_parameter_search_dist, FLAC__Subframe *subframe, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents ) argument
3650 evaluate_verbatim_subframe_( FLAC__StreamEncoder *encoder, const FLAC__int32 signal[], unsigned blocksize, unsigned subframe_bps, FLAC__Subframe *subframe ) argument
4117 get_wasted_bits_(FLAC__int32 signal[], unsigned samples) argument
[all...]
/external/qemu/
H A Dvl-android.c81 #include <signal.h>
520 * drop logs upon receiving a SIGUSR1 signal. We need to clear the logs
1899 void qemu_system_killed(int signal, pid_t pid) argument
1901 shutdown_signal = signal;
2322 * Initializes the SIGUSR1 signal handler to clear Qemu logs.
4090 /* must be after terminal init, SDL library changes signal handlers */
H A Dvl.c26 #include <signal.h>
1695 void qemu_system_killed(int signal, pid_t pid) argument
1697 shutdown_signal = signal;
2945 /* must be after terminal init, SDL library changes signal handlers */
/external/valgrind/main/include/vki/
H A Dvki-ppc32-linux.h78 // From linux-2.6.9/include/asm-ppc/signal.h
85 #define VKI_SIG_SETMASK 2 /* for setting the signal mask */
87 /* Type of a signal handler. */
94 #define VKI_SIG_DFL ((__vki_sighandler_t)0) /* default signal handling */
95 #define VKI_SIG_IGN ((__vki_sighandler_t)1) /* ignore signal */
169 // bits/sigaction.h (which gets dragged in somehow via signal.h)
282 int signal; member in struct:vki_sigcontext
748 /* glibc has 1024-bit signal masks, ours are 64-bit */
H A Dvki-ppc64-linux.h79 // From linux-2.6.13/include/asm-ppc64/signal.h
84 /* Next 9 non-blank lines asm-generic/signal.h */
87 #define VKI_SIG_SETMASK 2 /* for setting the signal mask */
95 #define VKI_SIG_DFL ((__vki_sighandler_t)0) /* default signal handling */
96 #define VKI_SIG_IGN ((__vki_sighandler_t)1) /* ignore signal */
98 /* Back in asm-ppc64/signal.h */
292 * ptrace interface. This allows signal handling and ptrace to use the same
308 int signal; member in struct:vki_sigcontext
/external/kernel-headers/original/linux/
H A Dfb.h479 __u16 signal; /* Signal Type - see FB_SIGNAL_* */ member in struct:fb_monspecs
H A Dsched.h9 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */
13 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */
65 #include <linux/signal.h>
385 /* current thread group signal load-balancing target: */
388 /* shared signal handling: */
395 * - everyone except group_exit_task is stopped during signal delivery
396 * of fatal signals, group_exit_task processes the signal.
481 #define SIGNAL_STOP_DEQUEUED 0x00000002 /* stop signal dequeued */
816 int pdeath_signal; /* The signal sent when the parent dies */
885 /* signal handler
886 struct signal_struct *signal; member in struct:task_struct
[all...]
H A Dvideodev2.h1749 __s32 signal; member in struct:v4l2_tuner
/external/mksh/src/
H A Dsh.h69 #include <signal.h>
714 sig_t shtrap; /* shell signal handler */
715 int signal; /* signal number */ member in struct:trap
721 #define TF_SHELL_USES BIT(0) /* shell uses signal, user can't change */
728 #define TF_TTY_INTR BIT(7) /* tty generated signal (see j_waitj) */
733 #define SS_RESTORE_MASK 0x3 /* how to restore a signal before an exec() */
738 #define SS_FORCE BIT(3) /* set signal even if original signal ignored */
747 EXTERN volatile sig_atomic_t fatal_trap; /* received a fatal signal */
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1386 milliseconds

1234