Home
last modified time | relevance | path

Searched refs:state (Results 4451 - 4475 of 4641) sorted by relevance

1...<<171172173174175176177178179180>>...186

/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc25 InterpreterAssembler::InterpreterAssembler(CodeAssemblerState* state, in InterpreterAssembler() argument
28 : CodeStubAssembler(state), in InterpreterAssembler()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c534 iris_bo_madvise(struct iris_bo *bo, int state) in iris_bo_madvise() argument
541 .madv = state, in iris_bo_madvise()
2153 * back to the default logical HW state and attempt to continue on to in iris_hw_context_set_unrecoverable()
2155 * the previous GPU state is preserved, and only emit commands needed in iris_hw_context_set_unrecoverable()
2156 * to incrementally change that state. In particular, we inherit the in iris_hw_context_set_unrecoverable()
2440 * "PSDunit is dropping MSB of the blend state pointer from SD FIFO" in iris_bufmgr_create()
2443 * We restrict the dynamic state pool to 2GB so that we don't ever get a in iris_bufmgr_create()
2445 * full 4GB for dynamic state anyway. in iris_bufmgr_create()
2453 /* Leave the last 4GB out of the high vma range, so that no state in iris_bufmgr_create()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c1114 cfg.state = pan_blitter_get_rsd(pool->dev, &views); in pan_preload_emit_dcd()
1580 cfg.state = ctx->rsd; in pan_blit()
/third_party/node/deps/uv/include/
H A Duv.h767 UV_EXTERN void uv_tty_set_vterm_state(uv_tty_vtermstate_t state);
768 UV_EXTERN int uv_tty_get_vterm_state(uv_tty_vtermstate_t* state);
1043 * Spawn the child process in a detached state - this will make it a process
/third_party/rust/crates/libc/src/unix/haiku/
H A Dnative.rs264 pub state: thread_state,
1020 pub fn disable_debugger(state: ::c_int) -> ::c_int; in disable_debugger()
/third_party/python/Lib/idlelib/
H A Dpyshell.py1087 state = 'disabled' if self.executing else 'normal'
1088 self.update_menu_state('debug', '*tack*iewer', state)
/third_party/pulseaudio/src/pulsecore/
H A Dresampler.c42 struct AVResampleContext *state; member
701 /* Restore queue to original state and reset resampler */ in pa_resampler_prepare()
1415 pa_xfree(m->state); in free_remap()
H A Dcli-command.c199 { "dump-volumes", pa_cli_command_dump_volumes, "Debug: Show the state of all volumes", 1 },
1878 pa_strbuf_printf(buf, "suspend-sink %s %s\n", sink->name, pa_yes_no(sink->state == PA_SINK_SUSPENDED)); in pa_cli_command_dump()
1891 pa_strbuf_printf(buf, "suspend-source %s %s\n", source->name, pa_yes_no(source->state == PA_SOURCE_SUSPENDED)); in pa_cli_command_dump()
/third_party/pulseaudio/speex/libspeexdsp/
H A Dpreprocess.c176 /** Speex pre-processor state. */
1044 EXPORT int speex_preprocess_ctl(SpeexPreprocessState *state, int request, void *ptr) in speex_preprocess_ctl() argument
1048 st=(SpeexPreprocessState*)state; in speex_preprocess_ctl()
/third_party/python/Lib/
H A D_pyio.py429 # in an unusable state, so ignore.
788 state.
827 # file state.
1872 unusable state.
1957 def setstate(self, state):
1958 buf, flag = state
2046 self._snapshot = None # info for reconstructing decoder state
2086 # where dec_flags is the second (integer) item of the decoder state
2299 # len(dec_buffer) bytes ago with decoder state (b'', dec_flags).
2503 # Restore the decoder to its state fro
[all...]
/third_party/openSLES/api/1.1/
H A DOpenSLES.h226 /* Object state definitions */
1059 SLuint32 state
1290 SLuint32 state
1518 /** Buffer queue state **/
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h217 /* Object state definitions */
940 SLuint32 state
1163 SLuint32 state
1378 /** Buffer queue state **/
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp300 bool graphicsPipelineHasDynamicState(const VkGraphicsPipelineCreateInfo& gpCI, VkDynamicState state) in graphicsPipelineHasDynamicState() argument
309 if (gpCI.pDynamicState->pDynamicStates[i] == state) in graphicsPipelineHasDynamicState()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp193 /* Translate the current start state into a value that can be later handed
194 * to BEGIN to return to the state. The YYSTATE alias is for lex
199 /* Action number for EOF rule of a given start state. */
200 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
218 /* The state buf must be large enough to hold one state per character in the main buffer.
340 * "scanner state".
970 /* Holds the entire state of the reentrant scanner. */
1219 yyg->yy_start = 1; /* first start state */
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp377 /* Translate the current start state into a value that can be later handed
378 * to BEGIN to return to the state. The YYSTATE alias is for lex
383 /* Action number for EOF rule of a given start state. */
384 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
402 /* The state buf must be large enough to hold one state per character in the main buffer.
503 * "scanner state".
762 /* Holds the entire state of the reentrant scanner. */
1011 yyg->yy_start = 1; /* first start state */
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp341 Buffer11::Buffer11(const gl::BufferState &state, Renderer11 *renderer) in Buffer11() argument
342 : BufferD3D(state, renderer), in Buffer11()
1746 // the pack buffer according to the current pack state. in map()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationESEXT.cpp479 const State &state = context->getState(); in ValidateMultiDrawElementsIndirectEXT() local
480 TransformFeedback *curTransformFeedback = state.getCurrentTransformFeedback(); in ValidateMultiDrawElementsIndirectEXT()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp263 /* Translate the current start state into a value that can be later handed
264 * to BEGIN to return to the state. The YYSTATE alias is for lex
269 /* Action number for EOF rule of a given start state. */
270 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
290 /* The state buf must be large enough to hold one state per character in the main buffer.
424 * "scanner state".
1201 /* Holds the entire state of the reentrant scanner. */
1561 yyg->yy_start = 1; /* first start state */
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp497 /* Translate the current start state into a value that can be later handed
498 * to BEGIN to return to the state. The YYSTATE alias is for lex
503 /* Action number for EOF rule of a given start state. */
504 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
524 /* The state buf must be large enough to hold one state per character in the main buffer.
639 * "scanner state".
988 /* Holds the entire state of the reentrant scanner. */
1348 yyg->yy_start = 1; /* first start state */
[all...]
/third_party/openSLES/api/1.0/
H A DOpenSLES.h217 /* Object state definitions */
937 SLuint32 state
1157 SLuint32 state
1372 /** Buffer queue state **/
/third_party/python/Python/
H A Dbltinmodule.c615 PyDoc_STRVAR(reduce_doc, "Return state information for pickling.");
2874 PyDoc_STRVAR(setstate_doc, "Set state information for unpickling.");
2877 zip_setstate(zipobject *lz, PyObject *state) in zip_setstate() argument
2879 int strict = PyObject_IsTrue(state); in zip_setstate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_capa.c1381 enum nl80211_dfs_state state = in phy_info_freq() local
1384 switch (state) { in phy_info_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dap.c694 wpa_printf(MSG_DEBUG, "AP interface setup completed - state %s", in wpas_ap_configured_cb()
695 hostapd_state_text(wpa_s->ap_iface->state)); in wpas_ap_configured_cb()
696 if (wpa_s->ap_iface->state == HAPD_IFACE_DISABLED) { in wpas_ap_configured_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.c511 /* station activity detected; reset timeout state */ in ap_handle_timer()
1403 p2pStaConnectStateParam.state = 1; in ap_sta_set_authorized()
1472 p2pStaConnectStateParam.state = 0; in ap_sta_set_authorized()
1712 * STA PS state gets cleared and configuration gets updated. To handle in ap_sta_re_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_go_neg.c1103 if (p2p->state != P2P_IDLE) in p2p_process_go_neg_req()
1298 if (p2p->state == P2P_CONNECT_LISTEN) in p2p_process_go_neg_resp()
1625 p2p_dbg(p2p, "Unexpected GO Neg state - do not know which end becomes GO"); in p2p_process_go_neg_conf()

Completed in 80 milliseconds

1...<<171172173174175176177178179180>>...186