HomeSort by relevance Sort by last modified time
    Searched refs:state3 (Results 1 - 14 of 14) sorted by null

  /external/webrtc/webrtc/common_audio/signal_processing/
resample_by_2_mips.c 41 register int32_t state3 = filtState[3]; local
122 "subu %[diff1], %[tmp21], %[state3] \n\t"
127 "extr.w %[state3], $ac0, 16 \n\t"
129 "addu %[state3], %[state2], %[state3] \n\t"
136 "addu %[out32], %[state3], %[state7] \n\t"
139 : [state3] "+r" (state3), [state6] "+r" (state6),
163 diff = tmp2 - state3;
164 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2)
    [all...]
resample_by_2.c 78 register int32_t state3 = filtState[3]; local
93 diff = tmp2 - state3;
94 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2);
110 out32 = (state3 + state7 + 1024) >> 11;
119 filtState[3] = state3;
136 register int32_t state3 = filtState[3]; local
151 diff = tmp2 - state3;
152 state3 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state2);
156 out32 = (state3 + 512) >> 10;
178 filtState[3] = state3;
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
StateSetTest.java 180 int state3 = 0; local
183 assertFalse(StateSet.stateSetMatches(stateSpec10, state3));
186 assertFalse(StateSet.stateSetMatches(stateSpec10, state3));
189 assertTrue(StateSet.stateSetMatches(stateSpec10, state3));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
iter_fold_impl.hpp 91 typedef typename apply2< ForwardOp,state2,iter2 >::type state3; typedef in struct:boost::mpl::aux::iter_fold_impl
95 typedef state3 state;
113 typedef typename apply2< ForwardOp,state2,iter2 >::type state3; typedef in struct:boost::mpl::aux::iter_fold_impl
115 typedef typename apply2< ForwardOp,state3,iter3 >::type state4;
fold_impl.hpp 91 typedef typename apply2< ForwardOp, state2, typename deref<iter2>::type >::type state3; typedef in struct:boost::mpl::aux::fold_impl
95 typedef state3 state;
113 typedef typename apply2< ForwardOp, state2, typename deref<iter2>::type >::type state3; typedef in struct:boost::mpl::aux::fold_impl
115 typedef typename apply2< ForwardOp, state3, typename deref<iter3>::type >::type state4;
  /external/protobuf/java/src/test/java/com/google/protobuf/
IsValidUtf8TestUtil.java 244 int state3 = Utf8.partialIsValidUtf8(state2, bytes, j, numBytes);
245 if (isRoundTrippable != (state3 == Utf8.COMPLETE)) {
247 state1, state2, state3, i, j);
250 assertEquals(isRoundTrippable, (state3 == Utf8.COMPLETE));
264 assertEquals(state3,
275 assertEquals(state3,
277 assertEquals(state3,
  /cts/tests/tests/print/src/android/print/cts/
PrintJobTest.java 400 for (final int state3 : states) {
402 if (state1 == state2 && state2 == state3) {
408 || knownFailures[state2][state3]) {
417 Log.i(LOG_TAG, "Test " + state1 + " -> " + state2 + " -> " + state3);
445 knownFailures[state2][state3] = true;
447 success = setState(printJob, state3);
448 assertEquals(isStateTransitionAllowed(state2, state3), success);
452 checkState(printJob, state3);
454 knownFailures[state2][state3] = false;
  /external/autotest/client/common_lib/
base_job_unittest.py 560 state3 = base_job.job_state()
561 state3.read_from_file('backing_file')
562 self.assertEqual('value1', state3.get('ns', 'var1'))
563 self.assertEqual('value2', state3.get('ns', 'var2'))
607 state3 = base_job.job_state()
608 state3.read_from_file('second_file')
609 self.assertEqual(0, state3.get('ns0', 'var0x'))
610 self.assertEqual(100, state3.get('ns0', 'var1x'))
623 state3 = base_job.job_state()
624 state3.read_from_file('first_file'
    [all...]
  /external/guice/core/test/com/google/inject/internal/
WeakKeySetTest.java 277 TestState state3 = new TestState(); local
291 set.add(key3, state3, source3);
325 state3 = null;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_random.py 53 state3 = self.gen.getstate() # s/b distinct from state2
54 self.assertNotEqual(state2, state3)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_random.py 53 state3 = self.gen.getstate() # s/b distinct from state2
54 self.assertNotEqual(state2, state3)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 53 state3 = self.gen.getstate() # s/b distinct from state2
54 self.assertNotEqual(state2, state3)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 53 state3 = self.gen.getstate() # s/b distinct from state2
54 self.assertNotEqual(state2, state3)
  /external/libweave/src/
component_manager_unittest.cc 975 auto state3 = CreateDictionaryValue(kState3); local
976 ASSERT_TRUE(manager_.SetStateProperties("comp1.comp2[1].comp3.comp4", *state3,
    [all...]

Completed in 3113 milliseconds