Home
last modified time | relevance | path

Searched defs:phase (Results 1 – 25 of 155) sorted by relevance

1234567

/external/proguard/src/proguard/gui/splash/
DSawToothTiming.java31 private final long phase; field in SawToothTiming
39 public SawToothTiming(long period, long phase) in SawToothTiming()
DSineTiming.java31 private final long phase; field in SineTiming
39 public SineTiming(long period, long phase) in SineTiming()
/external/speex/libspeex/
D_kiss_fft_guts.h133 # define KISS_FFT_COS(phase) floor(MIN(32767,MAX(-32767,.5+32768 * cos (phase)))) argument
134 # define KISS_FFT_SIN(phase) floor(MIN(32767,MAX(-32767,.5+32768 * sin (phase)))) argument
137 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument
138 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument
141 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument
142 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument
146 #define kf_cexp(x,phase) \ argument
151 #define kf_cexp2(x,phase) \ argument
/external/chromium_org/third_party/opus/src/celt/
D_kiss_fft_guts.h158 # define KISS_FFT_COS(phase) floor(.5+TWID_MAX*cos (phase)) argument
159 # define KISS_FFT_SIN(phase) floor(.5+TWID_MAX*sin (phase)) argument
162 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument
163 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument
166 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument
167 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument
171 #define kf_cexp(x,phase) \ argument
177 #define kf_cexp2(x,phase) \ argument
/external/chromium_org/ui/v2/public/
Dview_observer.h36 DispositionChangePhase phase; member
52 virtual void OnViewDestroy(View* view, DispositionChangePhase phase) {} in OnViewDestroy()
57 DispositionChangePhase phase) {} in OnViewVisibilityChange()
/external/chromium/chrome/browser/net/
Dload_timing_observer.cc85 net::NetLog::EventPhase phase, in OnAddEntry()
127 net::NetLog::EventPhase phase, in OnAddURLRequestEntry()
222 net::NetLog::EventPhase phase, in OnAddHTTPStreamJobEntry()
294 net::NetLog::EventPhase phase, in OnAddConnectJobEntry()
339 net::NetLog::EventPhase phase, in OnAddSocketEntry()
Dnet_log_logger.cc27 net::NetLog::EventPhase phase, in OnAddEntry()
Dchrome_net_log.cc48 net::NetLog::EventPhase phase, in Entry()
87 EventPhase phase, in AddEntry()
/external/chromium_org/third_party/WebKit/public/web/
DWebDevToolsAgent.h82 GPUEvent(double timestamp, int phase, bool foreign, size_t usedGPUMemoryBytes) : in GPUEvent()
88 int phase; variable
/external/chromium/chrome/browser/debugger/
Ddevtools_netlog_observer.cc43 net::NetLog::EventPhase phase, in OnAddEntry()
64 net::NetLog::EventPhase phase, in OnAddURLRequestEntry()
159 net::NetLog::EventPhase phase, in OnAddHTTPStreamJobEntry()
182 net::NetLog::EventPhase phase, in OnAddSocketEntry()
/external/chromium_org/third_party/skia/src/animator/
DSkDrawDash.h23 SkScalar phase; variable
/external/skia/src/animator/
DSkDrawDash.h23 SkScalar phase; variable
/external/chromium/net/base/
Dnet_log.cc60 const char* NetLog::EventPhaseToString(EventPhase phase) { in EventPhaseToString()
77 NetLog::EventPhase phase, in EntryToDictionaryValue()
113 NetLog::EventPhase phase, in AddEntry()
123 NetLog::EventPhase phase, in AddEntryWithTime()
Dcapturing_net_log.cc12 EventPhase phase, in Entry()
46 EventPhase phase, in AddEntry()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventFactoryMac.mm52 - (NSEventPhase)phase; method in LionSDKDeclarations
/external/chromium_org/third_party/WebKit/Source/wtf/
DComplex.h39 inline Complex complexFromMagnitudePhase(double magnitude, double phase) in complexFromMagnitudePhase()
/external/chromium_org/ppapi/shared_impl/
Dppb_trace_event_impl.cc34 int8_t phase, in AddTraceEvent()
58 int8_t phase, in AddTraceEventWithThreadIdAndTimestamp()
/external/replicaisland/src/com/replica/replicaisland/
DPhasedObject.java25 public int phase; // This is public because the phased is accessed extremely often, so much field in PhasedObject
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTraceEventDispatcher.h62 …TraceEvent(double timestamp, char phase, const char* name, unsigned long long id, ThreadIdentifier… in TraceEvent()
83 char phase() const { return m_phase; } in phase() function
142 …void addListener(const char* name, char phase, ListenerClass* instance, typename TraceEventTarget<… in addListener()
DTraceEventDispatcher.cpp42 void TraceEventDispatcher::dispatchEventOnAnyThread(char phase, const unsigned char*, const char* n… in dispatchEventOnAnyThread() argument
101 void TraceEventDispatcher::innerAddListener(const char* name, char phase, TraceEventTargetBase* ins… in innerAddListener()
/external/chromium_org/third_party/opus/src/celt/tests/
Dtest_unit_mdct.c64 double phase = 2*M_PI*(k+.5+.25*nfft)*(bin+.5)/nfft; in check() local
94 double phase = 2*M_PI*(bin+.5+.25*nfft)*(k+.5)/nfft; in check_inv() local
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DFFTFrame.cpp193 double phase = arg(c); in extractAverageGroupDelay() local
240 double phase = arg(c); in addConstantGroupDelay() local
264 double phase = atan2(realP[i], imagP[i]); in print() local
/external/chromium_org/content/common/gpu/
Ddevtools_gpu_instrumentation.cc38 void GpuEventsDispatcher::DoFireEvent(EventPhase phase, in DoFireEvent()
Ddevtools_gpu_instrumentation.h31 static void FireEvent(EventPhase phase, GpuCommandBufferStub* stub) { in FireEvent()
/external/chromium_org/ui/app_list/cocoa/
Dscroll_view_with_no_scrollbars.mm27 - (NSEventPhase)phase; method in LionAPI

1234567