HomeSort by relevance Sort by last modified time
    Searched defs:state1 (Results 1 - 21 of 21) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
fold_impl.hpp 49 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1; typedef in struct:boost::mpl::aux::fold_impl
53 typedef state1 state;
67 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1; typedef in struct:boost::mpl::aux::fold_impl
69 typedef typename apply2< ForwardOp, state1, typename deref<iter1>::type >::type state2;
87 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1; typedef in struct:boost::mpl::aux::fold_impl
89 typedef typename apply2< ForwardOp, state1, typename deref<iter1>::type >::type state2;
109 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1; typedef in struct:boost::mpl::aux::fold_impl
111 typedef typename apply2< ForwardOp, state1, typename deref<iter1>::type >::type state2;
iter_fold_impl.hpp 49 typedef typename apply2< ForwardOp,state0,iter0 >::type state1; typedef in struct:boost::mpl::aux::iter_fold_impl
53 typedef state1 state;
67 typedef typename apply2< ForwardOp,state0,iter0 >::type state1; typedef in struct:boost::mpl::aux::iter_fold_impl
69 typedef typename apply2< ForwardOp,state1,iter1 >::type state2;
87 typedef typename apply2< ForwardOp,state0,iter0 >::type state1; typedef in struct:boost::mpl::aux::iter_fold_impl
89 typedef typename apply2< ForwardOp,state1,iter1 >::type state2;
109 typedef typename apply2< ForwardOp,state0,iter0 >::type state1; typedef in struct:boost::mpl::aux::iter_fold_impl
111 typedef typename apply2< ForwardOp,state1,iter1 >::type state2;
  /external/chromium_org/net/http/
disk_cache_based_quic_server_info_unittest.cc 126 const QuicServerInfo::State& state1 = quic_server_info->state(); local
127 EXPECT_EQ(server_config_a, state1.server_config);
128 EXPECT_EQ(source_address_token_a, state1.source_address_token);
129 EXPECT_EQ(server_config_sig_a, state1.server_config_sig);
130 EXPECT_EQ(2U, state1.certs.size());
131 EXPECT_EQ(cert_a, state1.certs[0]);
132 EXPECT_EQ(cert_b, state1.certs[1]);
152 QuicServerInfo::State* state1 = quic_server_info1->mutable_state(); local
153 EXPECT_TRUE(state1->certs.empty());
159 state1->server_config = server_config_a
272 const QuicServerInfo::State& state1 = quic_server_info->state(); local
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
resample_by_2.c 76 register int32_t state1 = filtState[1]; local
87 diff = in32 - state1;
91 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1);
92 state1 = tmp1;
117 filtState[1] = state1;
134 register int32_t state1 = filtState[1]; local
145 diff = in32 - state1;
149 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state1);
150 state1 = tmp1;
176 filtState[1] = state1;
    [all...]
resample_by_2_mips.c 39 register int32_t state1 = filtState[1]; local
72 "subu %[diff1], %[in321], %[state1] \n\t"
77 : [state1] "r" (state1), [state5] "r" (state5)
103 "addu %[tmp21], %[state1], %[tmp21] \n\t"
106 "addiu %[state1], %[tmp11], 0 \n\t"
110 [state1] "+r" (state1),
157 diff = in32 - state1;
161 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1);
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2.c 75 register WebRtc_Word32 state1 = filtState[1]; local
86 diff = in32 - state1;
90 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1);
91 state1 = tmp1;
116 filtState[1] = state1;
132 register WebRtc_Word32 state1 = filtState[1]; local
143 diff = in32 - state1;
147 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state1);
148 state1 = tmp1;
174 filtState[1] = state1;
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 62 WebRtc_Word32 state1 = state[1]; local
75 "smmulr %[b2], %[tmp_coeff1], %[state1]\n\t"
79 "smmulr %[b1], %[tmp_coeff1], %[state1]\n\t"
88 [state1]"r"(state1)
94 b1 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[7], coefficient[6], state1);
98 b2 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[3], coefficient[2], state1);
107 state1 = state0;
111 state[1] = state1;
  /cts/tests/tests/util/src/android/util/cts/
StateSetTest.java 152 int state1; local
155 state1 = 1;
156 assertTrue(StateSet.stateSetMatches(stateSpec8, state1));
158 state1 = 2;
159 assertFalse(StateSet.stateSetMatches(stateSpec8, state1));
162 assertFalse(StateSet.stateSetMatches(stateSpec8, state1));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 98 int32_t state1 = state[1]; local
111 "smmulr %[b2], %[tmp_coeff1], %[state1]\n\t"
115 "smmulr %[b1], %[tmp_coeff1], %[state1]\n\t"
124 [state1]"r"(state1)
130 b1 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[7], coefficient[6], state1);
134 b2 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[3], coefficient[2], state1);
143 state1 = state0;
147 state[1] = state1;
  /external/aac/libSBRenc/src/
resampler.cpp 391 FIXP_BQS state1, state2, state1b, state2b; local
393 state1 = states[0][s1];
405 state0 = input + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]);
417 state1 = state1b;
433 FIXP_BQS state1, state2; local
437 state1 = states[i][s1];
440 state0 = input - fMult(state1, coeff[A1]) - fMult(state2, coeff[A2]);
441 y = state0 + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]);
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.cc 805 State state1 = static_cast<State>(state1_int); local
    [all...]
fullscreen_controller_state_unittest.cc 395 State state1 = static_cast<State>(state1_int); local
398 if (ShouldSkipStateAndEventPair(state1, EVENT_INVALID) ||
402 if (NextTransitionInShortestPath(state1, state2, NUM_STATES).state ==
405 << GetStateString(state1) << " " << GetStateString(state2);
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 1946 TestInterstitialPage::InterstitialState state1 = local
1999 TestInterstitialPage::InterstitialState state1 = local
2085 TestInterstitialPage::InterstitialState state1 = local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 5449 uint32_t state1[2] = { 0, 0 }; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 4138 uint32_t state1[2] = { 0, 0 }; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1517 milliseconds