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

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/unittest/test/
test_setups.py 475 if phase == 0:
479 if phase == 1:
485 if phase == 2:
489 if phase == 3:
492 if phase == 4:
503 for phase, msg in enumerate(messages):
  /external/python/cpython3/Lib/unittest/test/
test_setups.py 475 if phase == 0:
479 if phase == 1:
485 if phase == 2:
489 if phase == 3:
492 if phase == 4:
499 for phase, msg in enumerate(messages):
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_setups.py 475 if phase == 0:
479 if phase == 1:
485 if phase == 2:
489 if phase == 3:
492 if phase == 4:
503 for phase, msg in enumerate(messages):
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_setups.py 475 if phase == 0:
479 if phase == 1:
485 if phase == 2:
489 if phase == 3:
492 if phase == 4:
503 for phase, msg in enumerate(messages):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py 475 if phase == 0:
479 if phase == 1:
485 if phase == 2:
489 if phase == 3:
492 if phase == 4:
503 for phase, msg in enumerate(messages):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py 475 if phase == 0:
479 if phase == 1:
485 if phase == 2:
489 if phase == 3:
492 if phase == 4:
503 for phase, msg in enumerate(messages):
  /external/lisa/tests/eas/
generic.py 145 for phase in params['phases']:
146 util = (phase.duty_cycle_pct * util_scale / 100.)
148 time += phase.duration_s
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_suppressor.cc 377 const float phase = 2 * ts::kPi * WebRtcSpl_RandU(&seed_) /
382 scaled_mean * cosf(phase);
384 scaled_mean * sinf(phase);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_utils.c 339 cxt->getbits.phase = 0;
429 pcontext->parser_cxt->parse_cubby.phase = 0;
505 pcontext->parser_cxt->parse_cubby.phase = 0;
  /external/autotest/client/cros/audio/
audio_quality_measurement_unittest.py 31 phase = 2.0 * math.pi * frequency * float(index) / float(rate)
32 sine_wave = math.sin(phase)
73 phase = 2.0 * math.pi * self.freq * float(index) / float(self.rate)
74 sine_wave = math.sin(phase)
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 46 static IndexType run( _MKL_DSS_HANDLE_t pt, IndexType maxfct, IndexType mnum, IndexType type, IndexType phase, IndexType n, void *a,
50 ::pardiso(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
58 static IndexType run( _MKL_DSS_HANDLE_t pt, IndexType maxfct, IndexType mnum, IndexType type, IndexType phase, IndexType n, void *a,
62 ::pardiso_64(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
  /external/libchrome/base/
tracked_objects.cc 186 // the current profiling phase.
224 // snapshot from the previous phase. Resetting other fields. Sample values
234 // for a given phase. Hence, we have to reset them to 0. But the potential
235 // damage is limited to getting the previous phase's max to apply for the next
236 // phase, and the error doesn't have a potential to keep growing with new
239 // phase end, so that we start a new uniformly randomized sample selection
246 // sample for the previous phase in the next phase's snapshot because
710 // the current one, then from the previous profiling phase etc., and for
712 // phase, if any. Store the deltas in the result
    [all...]
  /external/libjpeg-turbo/simd/
jidctint-sse2-64.asm 388 movdqa xmm6,xmm5 ; transpose coefficients(phase 1)
391 movdqa xmm1,xmm7 ; transpose coefficients(phase 1)
455 movdqa xmm4,xmm3 ; transpose coefficients(phase 1)
458 movdqa xmm6,xmm0 ; transpose coefficients(phase 1)
462 movdqa xmm1,xmm7 ; transpose coefficients(phase 2)
465 movdqa xmm5,xmm2 ; transpose coefficients(phase 2)
475 movdqa xmm2,xmm0 ; transpose coefficients(phase 2)
478 movdqa xmm5,xmm6 ; transpose coefficients(phase 2)
482 movdqa xmm3,xmm7 ; transpose coefficients(phase 3)
485 movdqa xmm4,xmm1 ; transpose coefficients(phase 3
    [all...]
jidctint-sse2.asm 395 movdqa xmm6,xmm5 ; transpose coefficients(phase 1)
398 movdqa xmm1,xmm7 ; transpose coefficients(phase 1)
462 movdqa xmm4,xmm3 ; transpose coefficients(phase 1)
465 movdqa xmm6,xmm0 ; transpose coefficients(phase 1)
469 movdqa xmm1,xmm7 ; transpose coefficients(phase 2)
472 movdqa xmm5,xmm2 ; transpose coefficients(phase 2)
482 movdqa xmm2,xmm0 ; transpose coefficients(phase 2)
485 movdqa xmm5,xmm6 ; transpose coefficients(phase 2)
489 movdqa xmm3,xmm7 ; transpose coefficients(phase 3)
492 movdqa xmm4,xmm1 ; transpose coefficients(phase 3
    [all...]
  /external/skia/src/gpu/
GrTestUtils.cpp 274 SkScalar phase = random->nextRangeScalar(0, sum); local
275 pe = TestDashPathEffect::Make(intervals.get(), cnt, phase);
280 TestDashPathEffect::TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase) {
284 SkDashPath::CalcDashParameters(phase, intervals, count, &fInitialDashLength,
  /external/skqp/src/gpu/
GrTestUtils.cpp 274 SkScalar phase = random->nextRangeScalar(0, sum); local
275 pe = TestDashPathEffect::Make(intervals.get(), cnt, phase);
280 TestDashPathEffect::TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase) {
284 SkDashPath::CalcDashParameters(phase, intervals, count, &fInitialDashLength,
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 93 EAS_U32 phase; /* current phase for interpolator */ member in struct:s_pcm_state_tag
  /external/tensorflow/tensorflow/python/kernel_tests/
svd_op_test.py 98 # Singular vectors are only unique up to sign (complex phase factor for
198 # Singular vectors are only unique up to an arbitrary phase. We normalize
200 # have phase 0.
209 phase = math_ops.complex(math_ops.cos(angle), math_ops.sin(angle))
211 phase = math_ops.sign(top_rows)
212 tf_u *= phase[..., :m]
213 tf_v *= phase[..., :n]
  /external/v8/src/libplatform/
default-platform.h 61 char phase, const uint8_t* category_enabled_flag, const char* name,
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
BaseIDevicePolicyManager.java 47 abstract void systemReady(int phase);
  /tools/test/connectivity/acts/framework/tests/
audio_quality_measurement_unittest.py 43 phase = 2.0 * math.pi * frequency * float(index) / float(rate)
44 sine_wave = math.sin(phase)
85 phase = 2.0 * math.pi * self.freq * float(index) / float(self.rate)
86 sine_wave = math.sin(phase)
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /art/runtime/
runtime_callbacks.cc 242 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) {
244 cb->NextRuntimePhase(phase);
runtime_callbacks.h 96 virtual void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(Locks::mutator_lock_) = 0;
166 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase)
  /build/soong/android/
env.go 25 // any dependency on an environment variable is added to a list. During the singleton phase

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 91011>>