Searched
full:signals (Results
426 -
450 of
1722) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/prerender/ |
prerender_contents.h | 79 // Signals that the prerender has started running. 82 // Signals that the prerender has had its load event. 85 // Signals that the prerender has had its 'DOMContentLoaded' event. 88 // Signals that the prerender has stopped running. A PrerenderContents with 93 // Signals that this prerender has just become a MatchComplete replacement.
|
/external/chromium_org/mojo/public/cpp/system/ |
core.h | 205 MojoHandleSignals signals, 207 return MojoWait(handle.value(), signals, deadline); 217 const FlagsVectorType& signals, 219 if (signals.size() != handles.size()) 228 const MojoHandleSignals& first_signals = signals[0];
|
/external/bison/darwin-lib/ |
signal.h | 397 /* A set or mask of signals. */ 422 /* Define SIGPIPE to a value that does not overlap with other signals. */ 502 /* This code supports only 32 signals. */ 561 /* Fill a signal set with all possible signals. */ 573 /* Return the set of those blocked signals that are pending. */ 580 /* If OLD_SET is not NULL, put the current set of blocked signals in *OLD_SET. 581 Then, if SET is not NULL, affect the current set of blocked signals by
|
/external/bison/linux-lib/ |
signal.h | 397 /* A set or mask of signals. */ 422 /* Define SIGPIPE to a value that does not overlap with other signals. */ 502 /* This code supports only 32 signals. */ 561 /* Fill a signal set with all possible signals. */ 573 /* Return the set of those blocked signals that are pending. */ 580 /* If OLD_SET is not NULL, put the current set of blocked signals in *OLD_SET. 581 Then, if SET is not NULL, affect the current set of blocked signals by
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_ts_frames.c | 337 UINT8 signals; local 341 signals = p_pars->modem_signal; 361 ((signals & MODEM_SIGNAL_DTRDSR) ? RFCOMM_MSC_RTC : 0) | 362 ((signals & MODEM_SIGNAL_RTSCTS) ? RFCOMM_MSC_RTR : 0) | 363 ((signals & MODEM_SIGNAL_RI) ? RFCOMM_MSC_IC : 0) | 364 ((signals & MODEM_SIGNAL_DCD) ? RFCOMM_MSC_DV : 0); 815 p_rx_frame->u.msc.signals = *p_data++;
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
noise_shape_analysis_FIX.c | 191 /* Reduce gains for periodic signals */ 194 /* For unvoiced signals and low-quality input, adjust the quality slower than SNR_dB setting */ 236 /* Increase coding SNR for sparse signals */ 243 /* More BWE for signals with high prediction gain */ 380 /* Reduce low frequencies quantization noise for periodic signals, depending on pitch lag */ 412 /* More harmonic boost for noisy input signals */ 422 /* Less harmonic noise shaping for less periodic signals */
|
/external/libopus/silk/fixed/ |
noise_shape_analysis_FIX.c | 191 /* Reduce gains for periodic signals */ 194 /* For unvoiced signals and low-quality input, adjust the quality slower than SNR_dB setting */ 236 /* Increase coding SNR for sparse signals */ 243 /* More BWE for signals with high prediction gain */ 380 /* Reduce low frequencies quantization noise for periodic signals, depending on pitch lag */ 412 /* More harmonic boost for noisy input signals */ 422 /* Less harmonic noise shaping for less periodic signals */
|
/external/chromium_org/mojo/system/ |
dispatcher.cc | 218 MojoHandleSignals signals, 224 return AddWaiterImplNoLock(waiter, signals, context); 350 MojoHandleSignals /*signals*/,
|
/external/chromium_org/net/base/ |
network_change_notifier.h | 260 // ConnectionTypeChanged signals. Delay parameters control how long to delay 261 // producing NetworkChanged signal after particular input signals so as to 327 // Computes NetworkChange signal from IPAddress and ConnectionType signals.
|
/external/chromium_org/third_party/opus/src/silk/ |
stereo_LR_to_MS.c | 42 opus_int32 mid_side_rates_bps[], /* O Bitrates for mid and side signals */ 62 /* Convert to basic mid/side signals */ 103 /* Ratio of the norms of residual and mid signals */
|
/external/chromium_org/ui/compositor/ |
compositor.h | 206 // Signals swap has been posted. 209 // Signals swap has completed. 212 // Signals swap has aborted (e.g. lost context).
|
/external/libopus/silk/ |
stereo_LR_to_MS.c | 42 opus_int32 mid_side_rates_bps[], /* O Bitrates for mid and side signals */ 62 /* Convert to basic mid/side signals */ 103 /* Ratio of the norms of residual and mid signals */
|
/art/compiler/utils/x86_64/ |
constants_x86_64.h | 75 kNoX87Register = -1 // Signals an illegal register.
|
/bionic/libc/arch-arm64/bionic/ |
setjmp.S | 44 /* block all signals an retrieve signal mask */
|
/bionic/libc/include/ |
signal.h | 64 /* We take a few real-time signals for ourselves. May as well use the same names as glibc. */
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cos.c | 40 * trig(+-INF) is NaN, with signals;
|
s_sin.c | 40 * trig(+-INF) is NaN, with signals;
|
s_tan.c | 39 * trig(+-INF) is NaN, with signals;
|
/bootable/recovery/ |
adb_install.cpp | 123 // Calling stat() on this magic filename signals the minadbd
|
fuse_sdcard_provider.c | 134 // Calling stat() on this magic filename signals the fuse
|
/development/ndk/platforms/android-L/include/ |
signal.h | 64 /* We take a few real-time signals for ourselves. May as well use the same names as glibc. */
|
/device/generic/goldfish/qemu-props/ |
qemu-props.c | 88 /* lone NUL-byte signals end of properties */
|
/external/aac/libPCMutils/include/ |
pcmutils_lib.h | 142 given number of output channels. Mono signals will be 159 signals. See PSEUDO_SURROUND_MODE type for details. */ 170 and signal level differences for non-compatible signals. */ 175 STEREO_MODE = 0x0, /*!< Leave stereo signals as they are. */
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
InterruptTest.java | 55 * <BR>After sending Interrupt command, the test waits signals via synchronization
|
OwnedMonitorsStackDepthInfoDebuggee.java | 31 * <code>SGNL_CONTINUE</code> signals.
|
Completed in 2229 milliseconds
<<11121314151617181920>>