Home
last modified time | relevance | path

Searched defs:state1 (Results 1 – 18 of 18) sorted by relevance

/external/v8/test/unittests/heap/
Dmemory-reducer-unittest.cc86 MemoryReducer::State state0(DoneState()), state1(DoneState()); in TEST() local
102 MemoryReducer::State state0(DoneState()), state1(DoneState()); in TEST() local
127 MemoryReducer::State state0(WaitState(2, 1000.0)), state1(DoneState()); in TEST() local
184 MemoryReducer::State state0(WaitState(0, 1000.0)), state1(DoneState()); in TEST() local
205 MemoryReducer::State state0(WaitState(2, 0.0)), state1(DoneState()); in TEST() local
232 MemoryReducer::State state0(RunState(1, 0.0)), state1(DoneState()); in TEST() local
263 MemoryReducer::State state0(RunState(2, 0.0)), state1(DoneState()); in TEST() local
283 MemoryReducer::State state0(RunState(2, 0.0)), state1(DoneState()); in TEST() local
/external/v8/src/base/utils/
Drandom-number-generator.h93 static inline double ToDouble(uint64_t state0, uint64_t state1) { in ToDouble()
102 static inline void XorShift128(uint64_t* state0, uint64_t* state1) { in XorShift128()
/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java110 TestState state1 = new TestState(); in testEviction_keyOverlap_2x() local
158 TestState state1 = new TestState(); in testNoEviction_keyOverlap_2x() local
186 TestState state1 = new TestState(); in testEviction_keyAndSourceOverlap_null() local
229 TestState state1 = new TestState(); in testEviction_keyAndSourceOverlap_nonNull() local
275 TestState state1 = new TestState(); in testEviction_keyOverlap_3x() local
/external/webrtc/webrtc/common_audio/signal_processing/
Dresample_by_2.c76 register int32_t state1 = filtState[1]; in WebRtcSpl_DownsampleBy2() local
134 register int32_t state1 = filtState[1]; in WebRtcSpl_UpsampleBy2() local
Dresample_by_2_mips.c39 register int32_t state1 = filtState[1]; in WebRtcSpl_DownsampleBy2() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_code.c87 unsigned rc_constants_add_state(struct rc_constant_list * c, unsigned state0, unsigned state1) in rc_constants_add_state()
/external/libweave/src/states/
Dstate_change_queue_unittest.cc42 const std::string state1 = "{'prop': {'name1': 23}}"; in TEST_F() local
/external/v8/src/runtime/
Druntime-maths.cc118 uint64_t state1 = double_to_uint64(array[kState1Offset]); in RUNTIME_FUNCTION() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilterbanks_mips.c113 int32_t state1 = state[1]; in WebRtcIsacfix_HighpassFilterFixDec32MIPS() local
Dfilterbanks.c101 int32_t state1 = state[1]; in WebRtcIsacfix_HighpassFilterFixDec32C() local
/external/curl/lib/
Dcurl_sasl.c265 saslstate state1 = SASL_STOP; in Curl_sasl_start() local
/external/aac/libSBRenc/src/
Dresampler.cpp391 FIXP_BQS state1, state2, state1b, state2b; in AdvanceFilter() local
/external/webrtc/webrtc/libjingle/xmpp/
Dpubsubstateclient.h156 virtual bool StatesEqual(const C& state1, const C& state2) { in StatesEqual()
Dhangoutpubsubclient.cc99 virtual bool StatesEqual(const bool& state1, const bool& state2) { in StatesEqual()
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
DCollision.java99 public static final void getPointStates(final PointState[] state1, final PointState[] state2, in getPointStates()
/external/libweave/src/
Dcomponent_manager_unittest.cc912 auto state1 = CreateDictionaryValue(kState1); in TEST_F() local
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4142 uint32_t state1[2] = { 0, 0 }; in TestHiragana() local
/external/libxml2/
Drelaxng.c1346 xmlRelaxNGValidStatePtr state1, in xmlRelaxNGEqualValidState()