HomeSort by relevance Sort by last modified time
    Searched full:phase (Results 276 - 300 of 1908) sorted by null

<<11121314151617181920>>

  /external/sonivox/arm-wt-22k/lib_src/
ARM_synth_constants_gnu.inc 61 @/* macros for fractional phase accumulator */
66 @ shift for phase accumulator when fraction carries over
  /external/speex/libspeex/
kiss_fftr.c 64 spx_word32_t phase = i+(nfft>>1); local
66 phase = -phase;
67 kf_cexp2(st->super_twiddles+i, DIV32(SHL32(phase,16),nfft));
72 double phase = pi*(((double)i) /nfft + .5); local
74 phase = -phase;
75 kf_cexp(st->super_twiddles+i, phase );
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.h 52 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
73 * eap_type - EAP method used in Phase 1 (EAP_TYPE_TLS/PEAP/TTLS/FAST)
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteDiscoveryFragment.java 28 * during the activity's {@link android.app.Activity#onStart onStart()} phase
29 * and removing it during the {@link android.app.Activity#onStart onStop()} phase.
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
include 54 # the -include suppressed it during the makefile read phase, we should
55 # see one during the makefile run phase).
  /external/antlr/antlr-3.4/
pom.xml 166 <phase>verify</phase>
274 <phase>validate</phase>
  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyKeyAgreementSpi.java 47 throw new IllegalStateException("last Phase is false");
  /external/chromium_org/net/quic/congestion_control/
available_channel_estimator.h 13 // Note 2: During this phase we should not update the overuse detector.
  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimedItemCalculationsTest.cpp 44 // calculateActiveTime(activeDuration, localTime, parentPhase, phase, timing)
46 // Before Phase
57 // Active Phase
73 // After Phase
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 35 unsigned char Phase[4];
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.h 10 // This file defines a phase which implements part of the floating point
MipsOs16.h 10 // This file defines an optimization phase for the MIPS target.
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 35 unsigned char Phase[4];
  /external/tcpdump/tests/
isakmp3.new 1 IP (tos 0x0, ttl 255, id 41068, offset 0, flags [none], proto: UDP (17), length: 312) 127.0.0.1.501 > 127.0.0.1.500: isakmp 1.0 msgid : phase 1 I ident:
isakmp3.out 1 IP (tos 0x0, ttl 255, id 41068, offset 0, flags [none], proto: UDP (17), length: 312) 127.0.0.1.501 > 127.0.0.1.500: isakmp 1.0 msgid : phase 1 I ident:
  /external/wpa_supplicant_8/src/eap_server/
eap_tls_common.h 42 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
  /frameworks/base/docs/html/tools/workflow/
index.jd 28 <p>During this phase you install and set up your development environment. You also create
36 <p>During this phase you set up and develop your Android project, which contains all of the
41 <p>During this phase you build your project into a debuggable <code>.apk</code> package that you
57 <p>During this phase you configure and build your application for release and distribute your
  /frameworks/base/docs/html/tools/
workflow.jd 28 <p>During this phase you install and set up your development environment. You also create
36 <p>During this phase you set up and develop your Android project, which contains all of the
41 <p>During this phase you build your project into a debuggable <code>.apk</code> package that you
57 <p>During this phase you configure and build your application for release and distribute your
  /frameworks/base/services/java/com/android/server/am/
UserStartedState.java 32 // User is in the final phase of stopping, sending Intent.ACTION_SHUTDOWN.
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyKeyAgreementSpi.java 48 throw new IllegalStateException("last Phase is false");
  /packages/apps/Mms/src/org/w3c/dom/smil/
TimeEvent.java 41 * times during that phase if necessary. If called multiple times, the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
user.py 16 namespace. Errors during this phase are not caught; that's up to the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
user.py 16 namespace. Errors during this phase are not caught; that's up to the
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.pom 82 <phase>generate-resources</phase>
98 <phase>clean</phase>
  /prebuilts/tools/common/m2/internal/org/objenesis/objenesis-parent/1.2/
objenesis-parent-1.2.pom 181 <phase>prepare-package</phase>
299 <phase>generate-sources</phase>

Completed in 1077 milliseconds

<<11121314151617181920>>