HomeSort by relevance Sort by last modified time
    Searched refs:phase (Results 251 - 275 of 774) sorted by null

<<11121314151617181920>>

  /frameworks/native/libs/gui/tests/
Surface_test.cpp 999 nsecs_t phase = 4000; local
1041 nsecs_t phase = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
complexobject.c 131 double vabs,len,at,phase; local
146 phase = at*b.real;
149 phase += b.imag*log(vabs);
151 r.real = len*cos(phase);
152 r.imag = len*sin(phase);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
complexobject.c 127 double vabs,len,at,phase; local
142 phase = at*b.real;
145 phase += b.imag*log(vabs);
147 r.real = len*cos(phase);
148 r.imag = len*sin(phase);
    [all...]
  /external/python/cpython2/Objects/
complexobject.c 131 double vabs,len,at,phase; local
146 phase = at*b.real;
149 phase += b.imag*log(vabs);
151 r.real = len*cos(phase);
152 r.imag = len*sin(phase);
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/
maven-core-2.0.9.jar 
  /external/libjpeg-turbo/simd/
jidctred-mmx.asm 305 movq mm6,mm1 ; transpose coefficients(phase 1)
308 movq mm7,mm2 ; transpose coefficients(phase 1)
312 movq mm0,mm1 ; transpose coefficients(phase 2)
315 movq mm3,mm6 ; transpose coefficients(phase 2)
455 movq mm7,mm1 ; transpose coefficients(phase 1)
459 movq mm0,mm1 ; transpose coefficients(phase 2)
jidctred-sse2-64.asm 288 movdqa xmm6,xmm1 ; transpose coefficients(phase 1)
291 movdqa xmm7,xmm2 ; transpose coefficients(phase 1)
295 movdqa xmm0,xmm1 ; transpose coefficients(phase 2)
298 movdqa xmm3,xmm6 ; transpose coefficients(phase 2)
368 movdqa xmm0,xmm4 ; transpose coefficients(phase 1)
372 movdqa xmm6,xmm4 ; transpose coefficients(phase 2)
jidctred-sse2.asm 295 movdqa xmm6,xmm1 ; transpose coefficients(phase 1)
298 movdqa xmm7,xmm2 ; transpose coefficients(phase 1)
302 movdqa xmm0,xmm1 ; transpose coefficients(phase 2)
305 movdqa xmm3,xmm6 ; transpose coefficients(phase 2)
375 movdqa xmm0,xmm4 ; transpose coefficients(phase 1)
379 movdqa xmm6,xmm4 ; transpose coefficients(phase 2)
  /external/mksh/src/
Build.sh 240 phase=x
330 if test $phase = u; then
1416 phase=u
1418 phase=x
1463 NOWARN=$DOWARN; phase=u
    [all...]
  /external/v8/src/compiler/
pipeline.cc 389 template <typename Phase>
391 template <typename Phase, typename Arg0>
393 template <typename Phase, typename Arg0, typename Arg1>
406 void RunPrintAndVerify(const char* phase, bool untyped = false);
713 template <typename Phase>
715 PipelineRunScope scope(this->data_, Phase::phase_name());
716 Phase phase; local
717 phase.Run(this->data_, scope.zone());
720 template <typename Phase, typename Arg0
723 Phase phase; local
730 Phase phase; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
PersistentDataBlockService.java 134 public void onBootPhase(int phase) {
136 if (phase == PHASE_SYSTEM_SERVICES_READY) {
147 super.onBootPhase(phase);
GestureLauncherService.java 147 public void onBootPhase(int phase) {
148 if (phase == PHASE_THIRD_PARTY_APPS_CAN_START) {
  /frameworks/base/services/core/java/com/android/server/display/
NightDisplayService.java 139 public void onBootPhase(int phase) {
140 if (phase >= PHASE_SYSTEM_SERVICES_READY) {
152 if (phase >= PHASE_BOOT_COMPLETED) {
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 73 public void onBootPhase(int phase) {
74 if (phase == SystemService.PHASE_ACTIVITY_MANAGER_READY) {
76 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) {
  /frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
SoundTriggerService.java 89 public void onBootPhase(int phase) {
90 if (PHASE_SYSTEM_SERVICES_READY == phase) {
93 } else if (PHASE_THIRD_PARTY_APPS_CAN_START == phase) {
  /prebuilts/go/darwin-x86/src/runtime/
mstkbar.go 9 // during the concurrent scan phase and when it is re-scanned during
10 // the stop-the-world mark termination phase. Mark termination only
16 // When stacks are scanned during the concurrent scan phase, the stack
59 // Anything unchanged since the concurrent scan phase will be marked
102 // enabling write barriers globally during the concurrent scan phase.
104 // phase.
  /prebuilts/go/linux-x86/src/runtime/
mstkbar.go 9 // during the concurrent scan phase and when it is re-scanned during
10 // the stop-the-world mark termination phase. Mark termination only
16 // When stacks are scanned during the concurrent scan phase, the stack
59 // Anything unchanged since the concurrent scan phase will be marked
102 // enabling write barriers globally during the concurrent scan phase.
104 // phase.
  /external/libchrome/base/mac/
sdk_forward_declarations.h 90 NSEventPhaseNone = 0, // event not associated with a phase.
285 - (NSEventPhase)phase;
293 NSEventPhase phase,
  /external/libchrome/base/trace_event/
trace_event_impl.cc 87 char phase,
107 phase_ = phase;
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Wnd.h 93 CPWL_Dash(int32_t dash, int32_t gap, int32_t phase)
94 : nDash(dash), nGap(gap), nPhase(phase) {}
  /external/skia/tools/lua/
scrape_dashing_full.lua 82 if 0 == de.phase then
  /external/v8/tools/mb/
mb.py 82 subp.add_argument('--phase', type=int,
83 help=('build phase for a given build '
646 if self.args.phase is None:
647 raise MBErr('Must specify a build --phase for %s on %s' %
649 phase = int(self.args.phase)
650 if phase < 1 or phase > len(config):
651 raise MBErr('Phase %d out of bounds for %s on %s' %
652 (phase, self.args.builder, self.args.master)
    [all...]
  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 126 nsecs_t phase, nsecs_t period, size_t numSamplesToUse,
150 int64_t y = divRound(time - phase, period >> kPrecision);
260 ALOGV("priming[%zu] phase:%lld period:%lld",
283 // initialize phase to the current render time
304 ALOGV("new phase:%lld period:%lld", (long long)mPhase, (long long)mPeriod);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 268 // expect form ssa/phase/flag
270 // _ in phase name also matches space
271 phase := name[4:]
273 if i := strings.Index(phase, "/"); i >= 0 {
274 flag = phase[i+1:]
275 phase = phase[:i]
277 err := ssa.PhaseOption(phase, flag, val, valstring)
340 // Phase 1: const, type, and names and types of funcs.
353 // Phase 2: Variable assignments
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
ordering.go 24 // the full type-checking phase.

Completed in 598 milliseconds

<<11121314151617181920>>