Home
last modified time | relevance | path

Searched refs:state0 (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dslivers_keepalive_test.dart17 final _WidgetTest0State state0 = tester.state(find.byType(WidgetTest0));
29 expect(state0.hasBeenDisposed, true);
40 final _WidgetTest0State state0 = tester.state(find.byType(WidgetTest0));
52 expect(state0.hasBeenDisposed, true);
63 final _WidgetTest0State state0 = tester.state(find.byType(WidgetTest0));
75 expect(state0.hasBeenDisposed, true);
86 final _WidgetTest0State state0 = tester.state(find.byType(WidgetTest0));
97 expect(state0.hasBeenDisposed, false);
108 final _WidgetTest0State state0 = tester.state(find.byType(WidgetTest0));
119 expect(state0.hasBeenDisposed, false);
[all …]
/third_party/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() argument
94 if (c->Constants[index].u.State[0] == state0 && in rc_constants_add_state()
103 constant.u.State[0] = state0; in rc_constants_add_state()
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_interpolate_f32.c316 float32_t state0, state1, state2, state3; in arm_fir_interpolate_f32() local
328 state0 = ptr1[0]; in arm_fir_interpolate_f32()
336 acc = vfmaq_n_f32(acc, vecCoef, state0); in arm_fir_interpolate_f32()
364 state0 = ptr1[0]; in arm_fir_interpolate_f32()
371 acc = vfmaq_n_f32(acc, vecCoef, state0); in arm_fir_interpolate_f32()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_cmd_buffer.c302 pvr_csb_emit (&sub_cmd->control_stream, VDMCTRL_PPP_STATE0, state0) { in pvr_cmd_buffer_emit_ppp_state()
303 state0.addrmsb = framebuffer->ppp_state_bo->vma->dev_addr; in pvr_cmd_buffer_emit_ppp_state()
304 state0.word_count = framebuffer->ppp_state_size; in pvr_cmd_buffer_emit_ppp_state()
3250 pvr_csb_emit (csb, VDMCTRL_PDS_STATE0, state0) { in pvr_emit_dirty_pds_state()
3251 state0.usc_target = PVRX(VDMCTRL_USC_TARGET_ALL); in pvr_emit_dirty_pds_state()
3253 state0.usc_common_size = in pvr_emit_dirty_pds_state()
3257 state0.pds_data_size = DIV_ROUND_UP( in pvr_emit_dirty_pds_state()
4139 pvr_csb_emit (control_stream, VDMCTRL_PPP_STATE0, state0) { in pvr_emit_ppp_state()
4140 state0.word_count = ppp_state_words_count; in pvr_emit_ppp_state()
4141 state0.addrmsb = pvr_bo->vma->dev_addr; in pvr_emit_ppp_state()
[all …]
/third_party/skia/experimental/sorttoy/
Dsorttoy.cpp176 auto state0 = s.snapState(); in mcstack_test() local
178 check_state(state0.get(), { 0, 0 }, expectedS0Clips); in mcstack_test()
213 SkASSERT(state0 == state4); in mcstack_test()
/third_party/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc84 const uint32 state0; member
380 const uint8* Tbl0 = &st->state_table[st->state0]; in InStateZero()
399 const uint8* Tbl_0 = &st->state_table[st->state0]; in UTF8GenericScan()
/third_party/python/Lib/test/
Dtest_audioop.py385 d0, state0 = audioop.ratecv(datas[w], w, 1, 8000, 16000, None)
392 self.assertEqual(state, state0)
/third_party/ffmpeg/libavcodec/
Ddxv.c746 int ret, state0 = 0, state1 = 0; in dxv_decompress_cocg() local
777 &dst, &state0, tab0, tab1, 8); in dxv_decompress_cocg()
/third_party/icu/icu4c/source/common/
Ducnvmbcs.cpp5631 const int32_t *state0; in ucnv_MBCSGetStarters() local
5634 state0=cnv->sharedData->mbcs.stateTable[cnv->sharedData->mbcs.dbcsOnlyState]; in ucnv_MBCSGetStarters()
5637 starters[i]= (UBool)MBCS_ENTRY_IS_TRANSITION(state0[i]); in ucnv_MBCSGetStarters()
/third_party/node/deps/icu-small/source/common/
Ducnvmbcs.cpp5631 const int32_t *state0; in ucnv_MBCSGetStarters() local
5634 state0=cnv->sharedData->mbcs.stateTable[cnv->sharedData->mbcs.dbcsOnlyState]; in ucnv_MBCSGetStarters()
5637 starters[i]= (UBool)MBCS_ENTRY_IS_TRANSITION(state0[i]); in ucnv_MBCSGetStarters()
/third_party/skia/third_party/externals/icu/source/common/
Ducnvmbcs.cpp5631 const int32_t *state0; in ucnv_MBCSGetStarters() local
5634 state0=cnv->sharedData->mbcs.stateTable[cnv->sharedData->mbcs.dbcsOnlyState]; in ucnv_MBCSGetStarters()
5637 starters[i]= (UBool)MBCS_ENTRY_IS_TRANSITION(state0[i]); in ucnv_MBCSGetStarters()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnvmbcs.cpp5631 const int32_t *state0; in ucnv_MBCSGetStarters() local
5634 state0=cnv->sharedData->mbcs.stateTable[cnv->sharedData->mbcs.dbcsOnlyState]; in ucnv_MBCSGetStarters()
5637 starters[i]= (UBool)MBCS_ENTRY_IS_TRANSITION(state0[i]); in ucnv_MBCSGetStarters()