HomeSort by relevance Sort by last modified time
    Searched refs:phase (Results 176 - 200 of 769) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/include/libplatform/
v8-tracing.h 41 char phase, const uint8_t* category_enabled_flag, const char* name,
49 char phase, const uint8_t* category_enabled_flag, const char* name,
59 char phase() const { return phase_; } function in class:v8::platform::tracing::TraceObject
235 char phase, const uint8_t* category_enabled_flag, const char* name,
  /frameworks/av/media/libaudioprocessing/
AudioResamplerSinc.h 55 int32_t* out, uint32_t phase, const int16_t *samples, uint32_t vRL);
  /frameworks/av/media/libstagefright/include/media/stagefright/
VideoFrameScheduler.h 58 // keep current estimate, but restart phase
79 bool fit(nsecs_t phase, nsecs_t period, size_t numSamples,
  /frameworks/base/services/core/java/com/android/server/
SystemService.java 41 * until {@link #PHASE_BOOT_COMPLETED} is sent, which is the last boot phase. Each phase
58 * After receiving this boot phase, services can obtain lock settings data.
63 * After receiving this boot phase, services can safely call into core system services
69 * After receiving this boot phase, services can safely call into device specific services.
74 * After receiving this boot phase, services can broadcast Intents.
79 * After receiving this boot phase, services can start/bind to third party apps.
85 * After receiving this boot phase, services can allow user interaction with the device.
86 * This phase occurs when boot has completed and the home application has started.
87 * System services may prefer to listen to this phase rather than registering
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
writebarrier_test.go 13 // Make sure writebarrier phase works even StoreWB ops are not in dependency order
35 // Make sure writebarrier phase works for single-block loop, where
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
writebarrier_test.go 13 // Make sure writebarrier phase works even StoreWB ops are not in dependency order
35 // Make sure writebarrier phase works for single-block loop, where
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/
plexus-velocity-1.1.7.jar 
  /external/libjpeg-turbo/simd/
jidctfst-mmx.asm 260 movq mm3,mm6 ; transpose coefficients(phase 1)
263 movq mm0,mm5 ; transpose coefficients(phase 1)
281 movq mm4,mm7 ; transpose coefficients(phase 1)
284 movq mm2,mm1 ; transpose coefficients(phase 1)
288 movq mm0,mm6 ; transpose coefficients(phase 2)
291 movq mm5,mm3 ; transpose coefficients(phase 2)
303 movq mm6,mm1 ; transpose coefficients(phase 2)
306 movq mm0,mm2 ; transpose coefficients(phase 2)
446 movq mm2,mm6 ; transpose coefficients(phase 1)
449 movq mm0,mm3 ; transpose coefficients(phase 1
    [all...]
jfdctint-mmx.asm 136 movq mm4,mm0 ; transpose coefficients(phase 1)
139 movq mm5,mm2 ; transpose coefficients(phase 1)
154 movq mm4,mm6 ; transpose coefficients(phase 1)
157 movq mm2,mm1 ; transpose coefficients(phase 1)
161 movq mm7,mm6 ; transpose coefficients(phase 2)
164 movq mm3,mm2 ; transpose coefficients(phase 2)
180 movq mm7,mm4 ; transpose coefficients(phase 2)
183 movq mm6,mm1 ; transpose coefficients(phase 2)
378 movq mm4,mm0 ; transpose coefficients(phase 1)
381 movq mm5,mm2 ; transpose coefficients(phase 1
    [all...]
  /external/skia/src/effects/
SkDashPathEffect.cpp 15 SkDashImpl::SkDashImpl(const SkScalar intervals[], int count, SkScalar phase)
30 SkDashPath::CalcDashParameters(phase, fIntervals, fCount,
102 // right of the bounds (keeping our new line "in phase" with the dash,
133 // bottom of the bounds (keeping our new line "in phase" with the dash,
368 const SkScalar phase = buffer.readScalar();
372 return SkDashPathEffect::Make(intervals.get(), SkToInt(count), phase);
380 str->appendf("count: %d phase %.2f intervals: (", fCount, fPhase);
393 sk_sp<SkPathEffect> SkDashPathEffect::Make(const SkScalar intervals[], int count, SkScalar phase) {
394 if (!SkDashPath::ValidDashPath(phase, intervals, count)) {
397 return sk_sp<SkPathEffect>(new SkDashImpl(intervals, count, phase));
    [all...]
  /external/skqp/src/effects/
SkDashPathEffect.cpp 15 SkDashImpl::SkDashImpl(const SkScalar intervals[], int count, SkScalar phase)
30 SkDashPath::CalcDashParameters(phase, fIntervals, fCount,
102 // right of the bounds (keeping our new line "in phase" with the dash,
133 // bottom of the bounds (keeping our new line "in phase" with the dash,
368 const SkScalar phase = buffer.readScalar();
372 return SkDashPathEffect::Make(intervals.get(), SkToInt(count), phase);
380 str->appendf("count: %d phase %.2f intervals: (", fCount, fPhase);
393 sk_sp<SkPathEffect> SkDashPathEffect::Make(const SkScalar intervals[], int count, SkScalar phase) {
394 if (!SkDashPath::ValidDashPath(phase, intervals, count)) {
397 return sk_sp<SkPathEffect>(new SkDashImpl(intervals, count, phase));
    [all...]
  /external/ImageMagick/www/api/
fourier.php 90 <p>ForwardFourierTransformImage() implements the discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair.</p>
111 <dd>if true, return as transform as a magnitude / phase pair otherwise a real / imaginary image pair. </dd>
121 <p>InverseFourierTransformImage() implements the inverse discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair.</p>
143 <dd>the phase or imaginary image. </dd>
147 <dd>if true, return transform as a magnitude / phase pair otherwise a real / imaginary image pair. </dd>
  /art/openjdkjvmti/
ti_search.cc 85 // In the on-load phase we have to modify java.class.path to influence the system classloader.
189 void NextRuntimePhase(RuntimePhase phase) OVERRIDE REQUIRES_SHARED(art::Locks::mutator_lock_) {
190 if (phase == RuntimePhase::kStart) {
252 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); local
254 if (phase == jvmtiPhase::JVMTI_PHASE_ONLOAD) {
259 } else if (phase != jvmtiPhase::JVMTI_PHASE_LIVE) {
ti_phase.cc 59 void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(art::Locks::mutator_lock_) OVERRIDE {
61 switch (phase) {
144 art::ScopedSuspendAll ssa("Add phase callback");
151 art::ScopedSuspendAll ssa("Remove phase callback");
  /external/libchrome/base/trace_event/
trace_log.cc     [all...]
  /external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c 80 * phase 1:
87 * phase 2:
167 static int phase; /* flag for phase1 or phase2 of */ variable
387 phase = 1; /* tell handler that we do not want to catch signals */
442 phase = 2; /* let handler know we are now expecting signals */
445 printf("child: PHASE II\n");
525 * The signal handler has two functions depending on which phase
552 * handler() : child's interrupt handler for all signals. The phase variable
554 * The phase 1 section will be run if the child process catches a signal
557 * The phase 2 section will be run if the child process catches
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/
maven-plugin-descriptor-2.0.9.jar 
  /external/v8/src/compiler/
graph-visualizer.cc 33 const char* phase,
48 SNPrintF(filename, "turbo-none-%s", phase);
68 if (phase == nullptr && !source_available) {
70 } else if (phase != nullptr && !source_available) {
71 SNPrintF(full_filename, "%s-%s.%s", filename.start(), phase, suffix);
72 } else if (phase == nullptr && source_available) {
77 source_file.start(), phase, suffix);
261 void PrintSchedule(const char* phase, const Schedule* schedule,
264 void PrintLiveRanges(const char* phase, const RegisterAllocationData* data);
412 void GraphC1Visualizer::PrintSchedule(const char* phase,
    [all...]
  /external/boringssl/ios-arm/crypto/fipsmodule/
ghashv8-armx32.S 42 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase
48 vext.8 q10,q0,q0,#8 @ 2nd phase
85 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction
91 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
178 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction
191 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
218 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction
224 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
  /external/boringssl/linux-arm/crypto/fipsmodule/
ghashv8-armx32.S 41 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase
47 vext.8 q10,q0,q0,#8 @ 2nd phase
82 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction
88 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
173 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction
186 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
213 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction
219 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
  /external/libchrome/base/test/
trace_event_analyzer.h 39 // Query(EVENT_PHASE) == Query::Phase(TRACE_EVENT_PHASE_BEGIN) &&
164 char phase; member in struct:trace_analyzer::TraceEvent
205 // Compare with the given phase.
206 static Query Phase(char phase);
259 static Query EventPhaseIs(char phase) {
260 return Query(EVENT_PHASE) == Query::Phase(phase);
326 static Query OtherPhaseIs(char phase) {
327 return Query(OTHER_PHASE) == Query::Phase(phase)
    [all...]
  /external/libmojo/base/trace_event/
trace_event_android.cc 43 char phase,
52 std::string out = StringPrintf("%c|%d|%s", phase, getpid(), name);
  /external/pdfium/core/fpdfapi/page/
cpdf_allstates.cpp 35 void CPDF_AllStates::SetLineDash(CPDF_Array* pArray, float phase, float scale) {
36 m_GraphState.SetLineDash(pArray, phase, scale);
  /external/skia/tests/
DashPathEffectTest.cpp 22 SkScalar phase = SK_ScalarInfinity; // Used to force a nonsense effect. local
23 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, count, phase));
  /external/skqp/tests/
DashPathEffectTest.cpp 22 SkScalar phase = SK_ScalarInfinity; // Used to force a nonsense effect. local
23 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, count, phase));

Completed in 519 milliseconds

1 2 3 4 5 6 78 91011>>