/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
BiquadFilterNode.h | 63 // Get the magnitude and phase response of the filter at the given 64 // set of frequencies (in Hz). The phase response is in radians.
|
BiquadProcessor.h | 60 // Get the magnitude and phase response of the filter at the given 61 // set of frequencies (in Hz). The phase response is in radians.
|
/external/chromium_org/ui/app_list/cocoa/ |
scroll_view_with_no_scrollbars.mm | 27 - (NSEventPhase)phase; 94 [event phase] == NSEventPhaseEnded);
|
/external/iproute2/include/linux/can/ |
netlink.h | 27 __u32 phase_seg1; /* Phase buffer segment 1 in TQs */ 28 __u32 phase_seg2; /* Phase buffer segment 2 in TQs */
|
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | 48 negotiates security associations for itself (ISAKMP SA, or phase 1 SA) 49 and for kernel IPsec (IPsec SA, or phase 2 SA). 260 The maximum time it should take to complete phase 1. 263 The maximum time it should take to complete phase 2. 371 Specifies the IKE phase 1 parameters for each remote node. 397 Defines the exchange mode for phase 1 when racoon is the initiator. 420 and the type to use in the phase 1 negotiation. 532 Tells racoon to act on unencrypted deletion messages during phase 1. 561 Shell scripts that get executed when a phase 1 SA goes up or down. 570 The local address of the phase 1 SA [all...] |
/external/kernel-headers/original/linux/can/ |
netlink.h | 27 __u32 phase_seg1; /* Phase buffer segment 1 in TQs */ 28 __u32 phase_seg2; /* Phase buffer segment 2 in TQs */
|
/external/tcpdump/ |
print-isakmp.c | 420 const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, 469 cp = isakmp_sub_print(ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0, 480 const u_char *ep, u_int32_t phase, u_int32_t doi0, 503 cp = isakmp_sub_print(ISAKMP_NPTYPE_T, ext, ep, phase, doi0, 570 const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_, 638 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, 661 const u_char *ep _U_, u_int32_t phase, u_int32_t doi _U_, 692 printf(" [phase=%d doi=%d proto=%d]", phase, doi, proto); 694 switch (phase) { 1288 int phase; local [all...] |
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava-parent/14.0/ |
guava-parent-14.0.pom | 69 <phase>verify</phase>
|
/prebuilts/tools/common/m2/internal/org/objenesis/objenesis/1.2/ |
objenesis-1.2.pom | 78 <phase>package</phase>
|
/prebuilts/tools/common/m2/repository/com/google/guava/guava-parent/13.0.1/ |
guava-parent-13.0.1.pom | 69 <phase>verify</phase>
|
/external/chromium_org/chrome/browser/renderer_host/ |
chrome_render_widget_host_view_mac_history_swiper.mm | 299 if ([theEvent phase] == NSEventPhaseNone) 365 NSEventPhase phase, 368 if (phase == NSEventPhaseBegan) { 374 BOOL ended = phase == NSEventPhaseEnded; 417 // fact that `phase` and `momentumPhase` both return NSEventPhaseNone. 420 // artificial callbacks. `phase` returns NSEventPhaseNone, but 426 if (![theEvent respondsToSelector:@selector(phase)]) 430 if ([theEvent phase] == NSEventPhaseNone && 440 if ([theEvent phase] == NSEventPhaseBegan || 441 [theEvent phase] == NSEventPhaseMayBegin) [all...] |
/external/chromium_org/net/base/ |
net_log.cc | 136 entry_dict->SetInteger("phase", static_cast<int>(phase_)); 157 EventPhase phase, 163 phase_(phase), 333 const char* NetLog::EventPhaseToString(EventPhase phase) { 334 switch (phase) { 384 EventPhase phase, 389 Entry entry(type, source, phase, base::TimeTicks::Now(), 398 NetLog::EventPhase phase) const { 401 net_log_->AddEntry(type, source_, phase, NULL); 406 NetLog::EventPhase phase, [all...] |
/external/chromium_org/third_party/freetype/src/cff/ |
cffparse.c | 137 FT_UInt phase; local 157 phase = 4; 161 /* If we entered this iteration with phase == 4, we need to */ 163 if ( phase ) 173 nib = ( p[0] >> phase ) & 0xF; 174 phase = 4 - phase; 198 /* If we entered this iteration with phase == 4, we need */ 200 if ( phase ) 210 nib = ( p[0] >> phase ) & 0xF [all...] |
/external/freetype/src/cff/ |
cffparse.c | 137 FT_UInt phase; local 157 phase = 4; 161 /* If we entered this iteration with phase == 4, we need to */ 163 if ( phase ) 173 nib = ( p[0] >> phase ) & 0xF; 174 phase = 4 - phase; 198 /* If we entered this iteration with phase == 4, we need */ 200 if ( phase ) 210 nib = ( p[0] >> phase ) & 0xF [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_config.h | 211 * ca_cert2 - File path to CA certificate file (PEM/DER) (Phase 2) 220 * This field is like ca_cert, but used for phase 2 (inside 229 * ca_path2 - Directory path for CA certificate files (PEM) (Phase 2) 237 * This field is like ca_path, but used for phase 2 (inside 245 * This field is like client_cert, but used for phase 2 (inside 258 * This field is like private_key, but used for phase 2 (inside 271 * This field is like private_key_passwd, but used for phase 2 (inside 279 * This field is like dh_file, but used for phase 2 (inside 292 * This field is like subject_match, but used for phase 2 (inside 300 * This field is like altsubject_match, but used for phase 2 (insid [all...] |
/external/chromium/chrome/browser/net/ |
chrome_net_log.h | 43 net::NetLog::EventPhase phase, 51 net::NetLog::EventPhase phase; member in struct:ChromeNetLog::Entry 86 EventPhase phase, 113 EventPhase phase,
|
net_log_logger.h | 32 net::NetLog::EventPhase phase,
|
/external/chromium_org/chrome/browser/ |
process_singleton_startup_lock.cc | 46 // we are probably in a first run critical phase.
|
/external/chromium_org/content/common/input/ |
synthetic_web_input_event_builders.cc | 49 WebMouseWheelEvent::Phase phase) { 52 result.phase = phase;
|
/external/chromium_org/net/quic/congestion_control/ |
inter_arrival_probe.h | 5 // Class that handle the initial probing phase of inter arrival congestion
|
/external/chromium_org/remoting/codec/ |
audio_encoder_opus_unittest.cc | 24 // Phase shift between left and right channels. 51 // defines frequency of the signal. |channel| is used to calculate phase shift 87 // Decoded data is normally shifted in phase relative to the original signal. 104 // phase shift from the original signal, then calculates standard deviation of
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderScrollbarPart.cpp | 190 paintInfo.phase = PaintPhaseChildBlockBackgrounds; 192 paintInfo.phase = PaintPhaseFloat; 194 paintInfo.phase = PaintPhaseForeground; 196 paintInfo.phase = PaintPhaseOutline;
|
/external/chromium_org/third_party/opus/src/celt/tests/ |
test_unit_mdct.c | 64 double phase = 2*M_PI*(k+.5+.25*nfft)*(bin+.5)/nfft; local 65 double re = cos(phase); 94 double phase = 2*M_PI*(bin+.5+.25*nfft)*(k+.5)/nfft; local 95 double re = cos(phase);
|
/external/chromium_org/third_party/protobuf/java/ |
pom.xml | 77 <phase>generate-sources</phase> 95 <phase>generate-test-sources</phase>
|
/external/chromium_org/third_party/skia/include/core/ |
SkTileGridPicture.h | 33 * them to tile-grid space. This can be used to adjust the "phase"
|