| /external/cronet/base/trace_event/ |
| D | typed_macros_internal.h | 29 #define TRACING_INTERNAL_ADD_TRACE_EVENT(phase, category, name, ...) \ argument 119 inline void AddTypedTraceEventImpl(char phase, in AddTypedTraceEventImpl() 155 inline void AddTypedTraceEvent(char phase, in AddTypedTraceEvent() 170 inline void AddTypedTraceEvent(char phase, in AddTypedTraceEvent() 181 inline void AddTypedTraceEvent(char phase, in AddTypedTraceEvent() 191 inline void AddTypedTraceEvent(char phase, in AddTypedTraceEvent()
|
| D | trace_event.h | 242 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \ argument 309 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \ argument 326 #define INTERNAL_TRACE_EVENT_ADD_WITH_TIMESTAMP(phase, category_group, name, \ argument 343 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument 362 phase, category_group, name, id, thread_id, timestamp, thread_timestamp, \ argument 590 char phase, in AddTraceEventWithThreadIdAndTimestamp() 611 char phase, in AddTraceEventWithThreadIdAndTimestamp() 634 char phase, in AddTraceEventWithThreadIdAndTimestamp() 649 char phase, in AddTraceEvent() 664 char phase, in AddTraceEvent() [all …]
|
| /external/libopus/celt/ |
| D | _kiss_fft_guts.h | 157 # define KISS_FFT_COS(phase) floor(.5+TWID_MAX*cos (phase)) argument 158 # define KISS_FFT_SIN(phase) floor(.5+TWID_MAX*sin (phase)) argument 161 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument 162 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument 165 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument 166 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument 170 #define kf_cexp(x,phase) \ argument 176 #define kf_cexp2(x,phase) \ argument
|
| /external/speex/libspeexdsp/ |
| D | _kiss_fft_guts.h | 133 # 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/rnnoise/src/ |
| D | _kiss_fft_guts.h | 157 # define KISS_FFT_COS(phase) floor(.5+TWID_MAX*cos (phase)) argument 158 # define KISS_FFT_SIN(phase) floor(.5+TWID_MAX*sin (phase)) argument 161 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument 162 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument 165 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument 166 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument 170 #define kf_cexp(x,phase) \ argument 176 #define kf_cexp2(x,phase) \ argument
|
| /external/tensorflow/tensorflow/core/common_runtime/eager/ |
| D | eager_op_rewrite_registry.h | 82 EagerRewriteRegistration(EagerOpRewriteRegistry::Phase phase, int32_t ordinal, in EagerRewriteRegistration() 90 #define REGISTER_REWRITE(phase, ordinal, rewrite) \ argument 94 #define REGISTER_REWRITE_UNIQ_HELPER(ctr, file, line, phase, ordinal, rewrite) \ argument 97 #define REGISTER_REWRITE_UNIQ(ctr, file, line, phase, ordinal, rewrite) \ argument
|
| D | eager_op_rewrite_registry.cc | 25 void EagerOpRewriteRegistry::Register(Phase phase, int32_t ordinal, in Register() 45 Phase phase, EagerOperation* orig_op, in RunRewrite()
|
| /external/cronet/net/test/url_request/ |
| D | url_request_failed_job.cc | 49 URLRequestFailedJob::FailurePhase phase = in MaybeInterceptRequest() local 67 URLRequestFailedJob::FailurePhase phase, in GetMockUrl() 79 FailurePhase phase, in URLRequestFailedJob() 154 GURL URLRequestFailedJob::GetMockHttpUrlWithFailurePhase(FailurePhase phase, in GetMockHttpUrlWithFailurePhase()
|
| /external/cronet/net/log/ |
| D | net_log.cc | 50 NetLogEventPhase phase, in AddEntryAtTimeWithMaterializedParams() 69 NetLogEventPhase phase) { in AddEntry() 215 const char* NetLog::EventPhaseToString(NetLogEventPhase phase) { in EventPhaseToString() 237 NetLogEventPhase phase, in AddEntryInternal() 260 NetLogEventPhase phase, in AddEntryWithMaterializedParams() 268 NetLogEventPhase phase, in AddEntryAtTimeWithMaterializedParams()
|
| /external/proguard/src/proguard/gui/splash/ |
| D | SineTiming.java | 31 private final long phase; field in SineTiming 39 public SineTiming(long period, long phase) in SineTiming()
|
| D | SawToothTiming.java | 31 private final long phase; field in SawToothTiming 39 public SawToothTiming(long period, long phase) in SawToothTiming()
|
| /external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/spm/ |
| D | mt_spm_pmic_wrap.c | 41 enum pmic_wrap_phase_id phase; member 100 void mt_spm_pmic_wrap_set_phase(enum pmic_wrap_phase_id phase) in mt_spm_pmic_wrap_set_phase() 126 void mt_spm_pmic_wrap_set_cmd(enum pmic_wrap_phase_id phase, uint32_t idx, in mt_spm_pmic_wrap_set_cmd() 148 uint64_t mt_spm_pmic_wrap_get_cmd(enum pmic_wrap_phase_id phase, uint32_t idx) in mt_spm_pmic_wrap_get_cmd()
|
| /external/arm-trusted-firmware/plat/mediatek/mt8195/drivers/spm/ |
| D | mt_spm_pmic_wrap.c | 41 enum pmic_wrap_phase_id phase; member 100 void mt_spm_pmic_wrap_set_phase(enum pmic_wrap_phase_id phase) in mt_spm_pmic_wrap_set_phase() 126 void mt_spm_pmic_wrap_set_cmd(enum pmic_wrap_phase_id phase, uint32_t idx, in mt_spm_pmic_wrap_set_cmd() 148 uint64_t mt_spm_pmic_wrap_get_cmd(enum pmic_wrap_phase_id phase, uint32_t idx) in mt_spm_pmic_wrap_get_cmd()
|
| /external/cronet/net/disk_cache/ |
| D | net_log_parameters.cc | 72 net::NetLogEventPhase phase, in NetLogReadWriteData() 84 net::NetLogEventPhase phase, in NetLogReadWriteComplete() 92 net::NetLogEventPhase phase, in NetLogSparseOperation() 102 net::NetLogEventPhase phase, in NetLogSparseReadWrite()
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | optimization_registry.cc | 31 Grouping grouping, int phase, std::unique_ptr<GraphOptimizationPass> pass) { in Register() 65 for (auto& phase : group->second) { in RunGrouping() local 99 for (auto& phase : group->second) { in LogGrouping() local
|
| D | optimization_registry.h | 143 int phase, in OptimizationPassRegistration() 154 #define REGISTER_OPTIMIZATION(grouping, phase, optimization) \ argument 157 #define REGISTER_OPTIMIZATION_UNIQ_HELPER(ctr, grouping, phase, optimization) \ argument 160 #define REGISTER_OPTIMIZATION_UNIQ(ctr, grouping, phase, optimization) \ argument
|
| /external/arm-trusted-firmware/plat/mediatek/mt8183/drivers/spm/ |
| D | spm_pmic_wrap.c | 44 enum pmic_wrap_phase_id phase; member 115 void mt_spm_pmic_wrap_set_phase(enum pmic_wrap_phase_id phase) in mt_spm_pmic_wrap_set_phase() 139 void mt_spm_pmic_wrap_set_cmd(enum pmic_wrap_phase_id phase, uint32_t idx, in mt_spm_pmic_wrap_set_cmd() 160 uint64_t mt_spm_pmic_wrap_get_cmd(enum pmic_wrap_phase_id phase, uint32_t idx) in mt_spm_pmic_wrap_get_cmd()
|
| /external/igt-gpu-tools/tests/amdgpu/ |
| D | amd_cs_nop.c | 198 const struct phase { struct 201 } phase[] = { variable
|
| /external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
| D | RoundedManchesterEncoder.h | 40 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder() local 52 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder() local
|
| /external/cronet/net/disk_cache/simple/ |
| D | simple_net_log_parameters.cc | 45 net::NetLogEventPhase phase, in NetLogSimpleEntryConstruction() 54 net::NetLogEventPhase phase, in NetLogSimpleEntryCreation()
|
| /external/skia/tests/ |
| D | AsADashTest.cpp | 28 const SkScalar phase = 2.0; in DEF_TEST() local 38 const SkScalar phase = 2.0; in DEF_TEST() local
|
| /external/pdfium/core/fxge/ |
| D | cfx_graphstate.cpp | 23 float phase, in SetLineDash() 32 void CFX_GraphState::SetLineDashPhase(float phase) { in SetLineDashPhase()
|
| /external/pffft/ |
| D | bench_mixers.c | 132 float phase = 0.0F; in bench_shift_math_cc() local 168 float phase = 0.0F; in bench_shift_table_cc() local 205 float phase = 0.0F; in bench_shift_addfast() local 241 float phase = 0.0F; in bench_shift_addfast_inp() local 276 float phase = 0.0F; in bench_shift_unroll_oop() local 311 float phase = 0.0F; in bench_shift_unroll_inp() local 523 float phase = 0.0F; in bench_shift_rec_osc_cc_oop() local 561 float phase = 0.0F; in bench_shift_rec_osc_cc_inp() local 595 float phase = 0.0F; in bench_shift_rec_osc_sse_c_inp() local
|
| /external/webrtc/test/pc/e2e/analyzer/video/ |
| D | default_video_quality_analyzer_shared_objects.cc | 53 std::string ToString(FrameDropPhase phase) { in ToString() 70 std::ostream& operator<<(std::ostream& os, FrameDropPhase phase) { in operator <<() 73 rtc::StringBuilder& operator<<(rtc::StringBuilder& sb, FrameDropPhase phase) { in operator <<()
|
| /external/libchrome/base/trace_event/ |
| D | trace_event.h | 309 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \ argument 358 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \ argument 375 #define INTERNAL_TRACE_EVENT_ADD_WITH_TIMESTAMP(phase, category_group, name, \ argument 392 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument 799 char phase, in AddTraceEventWithThreadIdAndTimestamp() 823 char phase, in AddTraceEventWithThreadIdAndTimestamp() 854 char phase, in AddTraceEventWithThreadIdAndTimestamp() 886 char phase, in AddTraceEventWithThreadIdAndTimestamp() 913 char phase, in AddTraceEventWithThreadIdAndTimestamp() 928 char phase, in AddTraceEvent() [all …]
|