Home
last modified time | relevance | path

Searched refs:state (Results 4976 - 5000 of 5634) sorted by relevance

1...<<191192193194195196197198199200>>...226

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c43 /* All the generic state handling.. In case of CSO's that are specific
267 /* Do this *after* checking that the framebuffer state is actually in fd_set_framebuffer_state()
269 * to restore the current pfb state, which should not trigger us in fd_set_framebuffer_state()
460 * state as dirty as well:
615 fd_bind_compute_state(struct pipe_context *pctx, void *state) in_dt
618 ctx->compute = state;
619 /* NOTE: Don't mark FD_DIRTY_PROG for compute specific state */
626 * the UBO/image state to avoid the rest of the driver needing to
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Ds390x.rs120 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
122 d.hash(state); in hash()
/third_party/popt/src/
H A Dlookup3.c936 uint32_t state[HASHSTATE]; in driver4() local
940 state[i] = 1; in driver4()
/third_party/python/Lib/
H A Dstatistics.py1389 def __setstate__(self, state):
1390 self._mu, self._sigma = state
H A Ddataclasses.py1127 def _dataclass_setstate(self, state):
1128 for field, value in zip(fields(self), state):
H A Dthreading.py204 def _acquire_restore(self, state):
206 self._count, self._owner = state
274 self._lock.release() # No state to save
277 self._lock.acquire() # Ignore saved state
318 try: # restore state no matter what (e.g., KeyboardInterrupt)
634 # since the previous cycle. In addition, a 'resetting' state exists which is
636 # and a 'broken' state in which all threads get the exception.
703 #see if the barrier is in a broken state
714 # enter draining state
743 """Reset the barrier to the initial state
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramVk.cpp141 ProgramVk::ProgramVk(const gl::ProgramState &state) : ProgramImpl(state) in ProgramVk() argument
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp595 void GrVkOpsRenderPass::inlineUpload(GrOpFlushState* state, GrDeferredTextureUploadFn& upload) { in inlineUpload() argument
608 state->doUpload(upload, true); in inlineUpload()
872 // After we draw into the command buffer via the drawable, cached state we have may be invalid. in onExecuteDrawable()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djsimd.c1194 jsimd_huff_encode_one_block(void *state, JOCTET *buffer, JCOEFPTR block, in jsimd_huff_encode_one_block() argument
1198 return jsimd_huff_encode_one_block_sse2(state, buffer, block, last_dc_val, in jsimd_huff_encode_one_block()
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c196 # Declare all the variables that are needed to maintain the parser state
214 /* The state stack. */
550 /* YYFINAL -- State number of the termination state. */
683 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
769 /* Given a state stack such that *YYBOTTOM is its bottom, such that
797 should never need to grow larger than the main state stack
846 performed in an inconsistent state (which, for the purposes of LAC,
1095 about the unexpected token YYTOKEN for the state stack whose top is
1121 - If this state is a consistent state wit
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_sidebar.py100 state = self.linenumber.sidebar_text.config()['state']
101 self.assertEqual(state[-1], tk.DISABLED)
/third_party/python/Objects/stringlib/
H A Dunicode_format.h27 /* Keeps track of our auto-numbering state, and which number field we're on */
84 autonumber_state_error(AutoNumberState state, int field_name_is_empty) in autonumber_state_error() argument
86 if (state == ANS_MANUAL) { in autonumber_state_error()
367 /* Initialize our auto numbering state if this is the first in field_name_split()
373 /* Make sure our state is consistent with what we're doing in field_name_split()
/third_party/pulseaudio/src/pulsecore/
H A Ddbus-util.c675 void *state = NULL; in pa_dbus_append_proplist() local
683 while ((key = pa_proplist_iterate(proplist, &state))) { in pa_dbus_append_proplist()
/third_party/pulseaudio/src/tests/
H A Djson-test.c380 void *state; in START_TEST() local
401 PA_HASHMAP_FOREACH_KV(k, v, pa_json_object_get_object_member_hashmap(o), state) { in START_TEST()
/third_party/python/Objects/
H A Dtupleobject.c1088 tupleiter_setstate(tupleiterobject *it, PyObject *state) in tupleiter_setstate() argument
1090 Py_ssize_t index = PyLong_AsSsize_t(state); in tupleiter_setstate()
1103 PyDoc_STRVAR(reduce_doc, "Return state information for pickling.");
1104 PyDoc_STRVAR(setstate_doc, "Set state information for unpickling.");
1257 /* Print summary info about the state of the optimized allocator */
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_invitation.c584 if (p2p->state != P2P_IDLE) in p2p_invite_send()
708 if (p2p->state != P2P_IDLE) in p2p_invite()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dibss_rsn.c48 static void supp_set_state(void *ctx, enum wpa_states state) in supp_set_state() argument
51 peer->supp_state = state; in supp_set_state()
427 wpa_printf(MSG_DEBUG, "AUTH: Initializing group state machine"); in ibss_rsn_auth_init_group()
871 * started an EAPOL session. We should reinit state machines in ibss_rsn_handle_auth_1_of_2()
873 * recreating the state machine in ibss_rsn_handle_auth_1_of_2()
H A Dmesh_rsn.c37 if (sta->sae->state != SAE_ACCEPTED) { in mesh_auth_timer()
55 sta->sae->state = SAE_NOTHING; in mesh_auth_timer()
156 wpa_printf(MSG_DEBUG, "AUTH: Initializing group state machine"); in __mesh_rsn_auth_init()
381 "mesh: Failed to initialize RSN state machine"); in mesh_rsn_auth_sae_sta()
732 * standard does not state the same about IGTKdata, that same constraint in mesh_rsn_process_ampe()
H A Dwpa_supplicant_i.h871 int p2p_long_listen; /* remaining time in long Listen state in ms */
1277 const char * wpa_supplicant_state_txt(enum wpa_states state);
1295 enum wpa_states state);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_invitation.c636 if (p2p->state != P2P_IDLE) in p2p_invite_send()
769 if (p2p->state != P2P_IDLE) in p2p_invite()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dibss_rsn.c48 static void supp_set_state(void *ctx, enum wpa_states state) in supp_set_state() argument
51 peer->supp_state = state; in supp_set_state()
458 wpa_printf(MSG_DEBUG, "AUTH: Initializing group state machine"); in ibss_rsn_auth_init_group()
902 * started an EAPOL session. We should reinit state machines in ibss_rsn_handle_auth_1_of_2()
904 * recreating the state machine in ibss_rsn_handle_auth_1_of_2()
H A Dmesh_rsn.c37 if (sta->sae->state != SAE_ACCEPTED) { in mesh_auth_timer()
55 sta->sae->state = SAE_NOTHING; in mesh_auth_timer()
161 wpa_printf(MSG_DEBUG, "AUTH: Initializing group state machine"); in __mesh_rsn_auth_init()
391 "mesh: Failed to initialize RSN state machine"); in mesh_rsn_auth_sae_sta()
740 * standard does not state the same about IGTKdata, that same constraint in mesh_rsn_process_ampe()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.h88 ContextImpl *createContext(const gl::State &state, gl::ErrorSet *errorSet) override;
404 FramebufferImpl *createDefaultFramebuffer(const gl::FramebufferState &state) override;
587 // Created objects state tracking
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp172 void OnDragMessage(DragState state) override
177 FI_HILOGD("%{public}s, state:%{public}s", moduleName_.c_str(), PrintDragMessage(state).c_str());
180 std::string PrintDragMessage(DragState state) in PrintDragMessage() argument
189 auto item = stateType.find(state); in PrintDragMessage()
209 FI_HILOGD("Received notification event for subscriptListener, %{public}s, state:%{public}s",
830 * @tc.desc: Get coordination state
839 auto fun = [](bool state) { in HWTEST_F()
840 FI_HILOGD("Get coordination state failed, state in HWTEST_F()
[all...]
/third_party/f2fs-tools/fsck/
H A Dfsck.c622 if (child->state & FSCK_UNMATCHED_EXTENT) in check_extent_info()
625 if ((child->state & FSCK_INLINE_INODE) && ei->len) in check_extent_info()
631 child->state |= FSCK_UNMATCHED_EXTENT; in check_extent_info()
662 child->state |= FSCK_UNMATCHED_EXTENT; in check_extent_info()
905 child.state |= FSCK_INLINE_INODE; in fsck_chk_inode_blk()
930 child.state |= FSCK_INLINE_INODE; in fsck_chk_inode_blk()
1041 if (child.state & FSCK_UNMATCHED_EXTENT) { in fsck_chk_inode_blk()

Completed in 49 milliseconds

1...<<191192193194195196197198199200>>...226