/third_party/iowow/src/fs/tests/ |
D | iwfs_test2.c | 236 IWFS_FSMDBG_STATE state1, state2; in test_fsm_open_close() local 240 rc = iwfs_fsmdbg_state(&fsm, &state1); in test_fsm_open_close() 242 CU_ASSERT_TRUE((aunit * 8 - state1.lfbklen) * 64 == 2 * aunit); // allocated first 2 pages in test_fsm_open_close() 251 CU_ASSERT_EQUAL(state1.bmlen, state2.bmlen); in test_fsm_open_close() 252 CU_ASSERT_EQUAL(state1.bmoff, state2.bmoff); in test_fsm_open_close() 253 CU_ASSERT_EQUAL(state1.lfbklen, state2.lfbklen); in test_fsm_open_close() 254 CU_ASSERT_EQUAL(state1.lfbkoff, state2.lfbkoff); in test_fsm_open_close() 255 CU_ASSERT_EQUAL(state1.state.block_size, state2.state.block_size); in test_fsm_open_close() 256 CU_ASSERT_EQUAL(state1.state.blocks_num, state2.state.blocks_num); in test_fsm_open_close() 257 CU_ASSERT_EQUAL(state1.state.hdrlen, state2.state.hdrlen); in test_fsm_open_close() [all …]
|
/third_party/ninja/src/ |
D | deps_log_test.cc | 43 State state1; in TEST_F() local 51 deps.push_back(state1.GetNode("foo.h", 0)); in TEST_F() 52 deps.push_back(state1.GetNode("bar.h", 0)); in TEST_F() 53 log1.RecordDeps(state1.GetNode("out.o", 0), 1, deps); in TEST_F() 56 deps.push_back(state1.GetNode("foo.h", 0)); in TEST_F() 57 deps.push_back(state1.GetNode("bar2.h", 0)); in TEST_F() 58 log1.RecordDeps(state1.GetNode("out2.o", 0), 2, deps); in TEST_F() 60 DepsLog::Deps* log_deps = log1.GetDeps(state1.GetNode("out.o", 0)); in TEST_F() 95 State state1; in TEST_F() local 106 deps.push_back(state1.GetNode(buf, 0)); in TEST_F() [all …]
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | IsValidUtf8TestUtil.java | 300 int state1 = Utf8.partialIsValidUtf8(Utf8.COMPLETE, bytes, 0, i); 301 int state2 = Utf8.partialIsValidUtf8(state1, bytes, i, j); 304 System.out.printf("state=%04x %04x %04x i=%d j=%d%n", state1, state2, state3, i, j); 321 assertEquals(state1, x.partialIsValidUtf8(Utf8.COMPLETE, 0, i)); 322 assertEquals(state1, x.substring(0, i).partialIsValidUtf8(Utf8.COMPLETE, 0, i)); 323 assertEquals(state2, x.partialIsValidUtf8(state1, i, j - i)); 324 assertEquals(state2, x.substring(i, j).partialIsValidUtf8(state1, 0, j - i));
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | slivers_keepalive_test.dart | 166 final _WidgetTest1State state1 = tester.state(find.byType(WidgetTest1)); 184 expect(state1.hasBeenDisposed, false); 210 final _WidgetTest1State state1 = tester.state(find.byType(WidgetTest1)); 228 expect(state1.hasBeenDisposed, true); 253 final _WidgetTest1State state1 = tester.state(find.byType(WidgetTest1)); 271 expect(state1.hasBeenDisposed, true); 285 final _WidgetTest1State state1 = tester.state(find.byType(WidgetTest1)); 312 expect(state1.hasBeenDisposed, false); 326 final _WidgetTest1State state1 = tester.state(find.byType(WidgetTest1)); 362 expect(state1.hasBeenDisposed, true); [all …]
|
D | heroes_test.dart | 2150 final _SimpleState state1 = key1.currentState; 2151 state1.state = 1; 2156 expect(state1.mounted, isTrue); 2159 expect(state1.state, 1); 2161 expect(state1.mounted, isTrue); 2167 expect(state1.state, 1); 2169 expect(state1.mounted, isTrue);
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_code.c | 87 unsigned rc_constants_add_state(struct rc_constant_list * c, unsigned state0, unsigned state1) in rc_constants_add_state() argument 95 c->Constants[index].u.State[1] == state1) in rc_constants_add_state() 104 constant.u.State[1] = state1; in rc_constants_add_state()
|
D | radeon_code.h | 98 unsigned rc_constants_add_state(struct rc_constant_list * c, unsigned state1, unsigned state2);
|
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_fir_interpolate_f32.c | 316 float32_t state0, state1, state2, state3; in arm_fir_interpolate_f32() local 329 state1 = ptr1[1]; in arm_fir_interpolate_f32() 340 acc = vfmaq_n_f32(acc, vecCoef, state1); in arm_fir_interpolate_f32() 365 state1 = ptr1[1]; in arm_fir_interpolate_f32() 375 acc = vfmaq_n_f32(acc, vecCoef, state1); in arm_fir_interpolate_f32()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_preamble.c | 324 const def_state *state1 = *(def_state **)data1; in candidate_sort() local 327 float value1 = state1->value / state1->size; in candidate_sort()
|
/third_party/skia/experimental/sorttoy/ |
D | sorttoy.cpp | 185 auto state1 = s.snapState(); in mcstack_test() local 186 check_state(state1.get(), s1Trans, expectedS1Clips); in mcstack_test() 207 SkASSERT(state1 == state3); in mcstack_test()
|
/third_party/mesa3d/src/intel/isl/tests/ |
D | isl_aux_info_test.cpp | 144 #define E(state1, usage, op, state2) \ argument 146 isl_aux_state_transition_aux_op(ISL_AUX_STATE_ ## state1, \ 324 #define E(state1, usage, full_surface, state2) \ argument 326 isl_aux_state_transition_write(ISL_AUX_STATE_ ## state1, \
|
/third_party/lz4/tests/ |
D | fuzzer.c | 1178 LZ4_stream_t state1; in FUZ_unitTests() member 1187 …(void*)&(shc->state1), (void*)&(shc->state2), (void*)&(shc->state3), (unsigned)sizeof(LZ4_stream_t… in FUZ_unitTests() 1188 …CHECKTEST( LZ4_initStream(&(shc->state1), sizeof(shc->state1)) == NULL, "state1 (%p) failed init",… in FUZ_unitTests() 1191 FUZ_CHECKTEST( LZ4_initStream((char*)&(shc->state1) + 1, sizeof(shc->state1)) != NULL, in FUZ_unitTests() 1192 … "hc1+1 (%p) init must fail, due to bad alignment", (void*)((char*)&(shc->state1) + 1) ); in FUZ_unitTests()
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | app_test.dart | 76 final StateMarkerState state1 = tester.state(find.byType(StateMarker)); 77 state1.marker = 'original'; 87 expect(state1, equals(state2));
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_cmd_buffer.c | 307 pvr_csb_emit (&sub_cmd->control_stream, VDMCTRL_PPP_STATE1, state1) { in pvr_cmd_buffer_emit_ppp_state() 308 state1.addrlsb = framebuffer->ppp_state_bo->vma->dev_addr; in pvr_cmd_buffer_emit_ppp_state() 3262 pvr_csb_emit (csb, VDMCTRL_PDS_STATE1, state1) { in pvr_emit_dirty_pds_state() 3263 state1.pds_data_addr = PVR_DEV_ADDR(pds_vertex_descriptor_data_offset); in pvr_emit_dirty_pds_state() 3264 state1.sd_type = PVRX(VDMCTRL_SD_TYPE_NONE); in pvr_emit_dirty_pds_state() 4144 pvr_csb_emit (control_stream, VDMCTRL_PPP_STATE1, state1) { in pvr_emit_ppp_state() 4145 state1.addrlsb = pvr_bo->vma->dev_addr; in pvr_emit_ppp_state() 4358 pvr_csb_emit (csb, VDMCTRL_VDM_STATE1, state1) { in pvr_emit_dirty_vdm_state() 4365 state1.cut_index = 0xFFFFFFFF; in pvr_emit_dirty_vdm_state() 4369 state1.cut_index = 0xFFFF; in pvr_emit_dirty_vdm_state()
|
/third_party/libxml2/ |
D | relaxng.c | 669 xmlRelaxNGValidStatePtr state1, 1347 xmlRelaxNGValidStatePtr state1, in xmlRelaxNGEqualValidState() argument 1352 if ((state1 == NULL) || (state2 == NULL)) in xmlRelaxNGEqualValidState() 1354 if (state1 == state2) in xmlRelaxNGEqualValidState() 1356 if (state1->node != state2->node) in xmlRelaxNGEqualValidState() 1358 if (state1->seq != state2->seq) in xmlRelaxNGEqualValidState() 1360 if (state1->nbAttrLeft != state2->nbAttrLeft) in xmlRelaxNGEqualValidState() 1362 if (state1->nbAttrs != state2->nbAttrs) in xmlRelaxNGEqualValidState() 1364 if (state1->endvalue != state2->endvalue) in xmlRelaxNGEqualValidState() 1366 if ((state1->value != state2->value) && in xmlRelaxNGEqualValidState() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | dxv.c | 746 int ret, state0 = 0, state1 = 0; in dxv_decompress_cocg() local 781 &dst, &state1, tab2, tab3, 8); in dxv_decompress_cocg()
|
/third_party/python/Lib/test/ |
D | test_random.py | 27 state1 = self.gen.getstate() 31 self.assertNotEqual(state1, state2)
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 4140 uint32_t state1[2] = { 0, 0 }; in TestHiragana() local 4171 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status); in TestHiragana()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 3013 - zink: move dynamic state1 pipeline members into substruct 3014 - zink: move viewport count into dynamic state1 part of pipeline hash 3015 - zink: zero viewport and scissor count in pipeline with dynamic state1
|
D | 22.2.0.rst | 4533 - zink: reorder pipeline dynamic state1 substruct 4534 - zink: improve packing for pipeline dynamic state1 info 4535 - zink: break out dynamic state1 pipeline info to struct 4536 - zink: use memcmp for comparing dynamic state1 info
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/ |
D | gles31-khr-master.txt | 895 KHR-GLES31.core.vertex_attrib_binding.basic-state1
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/ |
D | gles31-khr-master.txt | 895 KHR-GLES31.core.vertex_attrib_binding.basic-state1
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/ |
D | gles31-khr-master.txt | 895 KHR-GLES31.core.vertex_attrib_binding.basic-state1
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/ |
D | gles31-khr-master.txt | 895 KHR-GLES31.core.vertex_attrib_binding.basic-state1
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/src/ |
D | gles31-khr-master.txt | 1825 KHR-GLES31.core.vertex_attrib_binding.basic-state1
|