Home
last modified time | relevance | path

Searched refs:state (Results 3576 - 3600 of 4728) sorted by relevance

1...<<141142143144145146147148149150>>...190

/third_party/curl/lib/vtls/
H A Drustls.c513 if(ssl_connection_none == connssl->state) { in cr_connect_common()
519 connssl->state = ssl_connection_negotiating; in cr_connect_common()
528 * handlers, and update the state machine. in cr_connect_common()
533 connssl->state = ssl_connection_complete; in cr_connect_common()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_epfile.c294 if (epfile->dev->state != GENERIC_ACTIVE) in generic_epfile_handle_open()
296 usb_err("%s: state is not active\n", __FUNCTION__); in generic_epfile_handle_open()
334 if (epfile->dev->state != GENERIC_ACTIVE) in generic_epfile_handle_read()
336 usb_err("%s: state is not active\n", __FUNCTION__); in generic_epfile_handle_read()
378 if (epfile->dev->state != GENERIC_ACTIVE) in generic_epfile_handle_write()
380 usb_err("%s: state is not active\n", __FUNCTION__); in generic_epfile_handle_write()
/third_party/libwebsockets/lib/roles/http/
H A Dcookie.c213 enum lws_cookie_nsc_f state = LWSC_NSC_DOMAIN; in lws_cookie_parse_nsc() local
228 switch (state) { in lws_cookie_parse_nsc()
274 state++; in lws_cookie_parse_nsc()
/third_party/libwebsockets/plugins/deaddrop/
H A Dprotocol_lws_deaddrop.c265 char *buf, int _len, enum lws_spa_fileupload_states state) in file_upload_cb()
274 switch (state) { in file_upload_cb()
329 if (state == LWS_UFS_CONTENT) in file_upload_cb()
264 file_upload_cb(void *data, const char *name, const char *filename, char *buf, int _len, enum lws_spa_fileupload_states state) file_upload_cb() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_surface.c367 zink_batch_usage_set(&new_surface->batch_uses, ctx->batch.state); in zink_rebind_surface()
392 zink_batch_usage_set(&surface->batch_uses, ctx->batch.state); in zink_rebind_surface()
443 util_dynarray_append(&ctx->batch.state->dead_swapchains, VkImageView, surface->old_swapchain[i]); in zink_surface_swapchain_update()
/third_party/node/deps/v8/tools/release/
H A Dtest_scripts.py240 return MakeStep(step_class=Step, state=self._state,
672 state = json.loads(FileToText("%s-state.json"
675 self.assertEquals("abc123", state["candidate"])
809 # Test that state recovery after restarting the script works.
933 # Test that state recovery after restarting the script works.
/third_party/node/src/
H A Dnode_util.cc108 int state = promise->State(); in GetPromiseDetails() local
109 Local<Value> values[2] = { Integer::New(isolate, state) }; in GetPromiseDetails()
111 if (state != Promise::PromiseState::kPending) in GetPromiseDetails()
/third_party/node/src/quic/
H A Dtlscontext.cc561 auto& state = BindingData::Get(env); in From() local
567 env, &options, params, state.name##_string()) in From()
571 env, &options, params, state.name##_string()) in From()
/third_party/mesa3d/src/mesa/program/
H A Dprog_print.c404 char *state = _mesa_program_state_string(param->StateIndexes); in reg_string() local
405 sprintf(str, "%s", state); in reg_string()
406 free(state); in reg_string()
920 fprintf(f, "dirty state flags: 0x%x\n", list->StateFlags); in _mesa_fprint_parameter_list()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c249 nvc0->screen->save_state = nvc0->state; in nvc0_destroy()
287 screen->cur_ctx->state.flushed = true; in nvc0_default_kick_notify()
501 nvc0->state = screen->save_state; in nvc0_create()
/third_party/lwip/src/include/lwip/
H A Dopt.h2779 * allows updating some state or even dropping a packet.
2785 * struct tcp_pcb_listen if pcb->state == LISTEN)
2799 * ATTENTION: don't call any tcp api functions that might change tcp state (pcb
2800 * state or any pcb lists) from this callback!
2816 * struct tcp_pcb_listen if pcb->state == LISTEN)
2821 * ATTENTION: don't call any tcp api functions that might change tcp state (pcb
2822 * state or any pcb lists) from this callback!
2839 * struct tcp_pcb_listen if pcb->state == LISTEN)
2845 * ATTENTION: don't call any tcp api functions that might change tcp state (pcb
2846 * state o
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.cc16 #include "src/execution/vm-state-inl.h"
63 if (sample->state == JS) ++js_sample_count_;
64 if (sample->state == EXTERNAL) ++external_sample_count_;
239 tick_sample.state, tick_sample.embedder_state, in SymbolizeAndAddToProfiles()
304 // elapsed. If this was not due to a change in running state, a in Run()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.h70 * Dirty flags. When state changes, we flag some combination of these
126 * Per-stage dirty flags. When state changes, we flag some combination of
187 * Non-orthogonal state (NOS) dependency flags.
189 * Shader programs may depend on non-orthogonal state. These flags are
190 * used to indicate that a shader's key depends on the state provided by
301 * based on non-orthogonal state dependencies, recorded in the shader key.
326 /** Surface state for const_data */
364 * as well as program data and other packets needed by state upload.
367 * (crocus_uncompiled_shader), due to state-based recompiles (brw_*_prog_key).
400 * API context state tha
682 } state; global() member
[all...]
/third_party/python/Tools/unittestgui/
H A Dunittestgui.py286 self.stopGoButton['state'] = tk.NORMAL
323 command=self.runClicked, state=tk.DISABLED)
373 self.stopGoButton.config(state=tk.DISABLED)
378 self.stopGoButton.config(state=tk.DISABLED)
/third_party/python/Lib/idlelib/
H A Ddebugger.py155 b.configure(state="disabled")
238 b.configure(state="normal")
249 b.configure(state="disabled")
/third_party/skia/src/codec/
H A DSkWebpCodec.cpp61 WebPDemuxState state; in MakeFromStream() local
62 SkAutoTCallVProc<WebPDemuxer, WebPDemuxDelete> demux(WebPDemuxPartial(&webpData, &state)); in MakeFromStream()
63 switch (state) { in MakeFromStream()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteString.java851 * sequence. This method accepts and returns a partial state result, allowing the bytes for a
854 * @param state either {@code 0} (if this is the initial decoding operation) or the value returned
860 * apparently terminated in the middle of a character, an opaque integer "state" value
864 protected abstract int partialIsValidUtf8(int state, int offset, int length); in partialIsValidUtf8() argument
1410 protected final int partialIsValidUtf8(int state, int offset, int length) { in partialIsValidUtf8() argument
1412 return Utf8.partialIsValidUtf8(state, bytes, index, index + length); in partialIsValidUtf8()
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel-source-new.c312 if (PA_SOURCE_IS_OPENED(u->source->thread_info.state)) in stream_state_cb()
478 if (!PA_SOURCE_IS_LINKED(u->source->thread_info.state)) { in source_process_msg_cb()
521 if (new_state == s->thread_info.state) in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/pulse/
H A Dchannelmap.c518 const char *state; in pa_channel_map_parse() local
587 state = NULL; in pa_channel_map_parse()
590 while ((p = pa_split(s, ",", &state))) { in pa_channel_map_parse()
/third_party/python/Modules/_io/
H A Dfileio.c549 _PyIO_State *state = IO_STATE(); local
550 if (state != NULL)
551 PyErr_Format(state->unsupported_operation,
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_allocator_test.cc109 AllocState* state = state_.get(); in track_alloc() local
110 ++state->num_allocs; in track_alloc()
111 if (!state->owned.insert(ptr).second) in track_alloc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.h27 void (*set_state)(void *ctx, enum wpa_states state);
191 int wpa_sm_set_p2p_legacyGO_state(struct wpa_sm *sm, int state);
332 static inline int wpa_sm_set_p2p_legacyGO_state(struct wpa_sm *sm, int state) in wpa_sm_set_p2p_legacyGO_state() argument
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
H A Davplayerndk.cpp853 AVPlayerState state; in OhAvPlayerGetState() local
863 errCode = ((fourthParam == PARAM_1) ? OH_AVPlayer_GetState(player, &state) : OH_AVPlayer_GetState(nullptr, &state)); in OhAvPlayerGetState()
982 void HandleOnInfoStateChange(OH_AVPlayer *player, AVPlayerState state);
998 int32_t state = -1; member
1142 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_STATE, &this->state); in OnStateChangeCb()
1144 LOG("AV_INFO_TYPE_STATE_CHANGE state: %d ,stateChangeReason: %d", this->state, this->stateChangeReason); in OnStateChangeCb()
1145 this->avState = static_cast<AVPlayerState>(this->state); in OnStateChangeCb()
1267 void NdkAVPlayerUser::HandleOnInfoStateChange(OH_AVPlayer *player, AVPlayerState state) in HandleOnInfoStateChange() argument
[all...]
/third_party/nghttp2/src/
H A Dnghttp.cc353 timing.state = RequestState::ON_REQUEST; in record_request_start_time()
358 timing.state = RequestState::ON_RESPONSE; in record_response_start_time()
363 timing.state = RequestState::ON_COMPLETE; in record_response_end_time()
610 state(ClientState::IDLE), in HttpClient()
756 state = ClientState::IDLE; in disconnect()
858 if (state == ClientState::IDLE) { in connect_fail()
863 auto cur_state = state; in connect_fail()
884 state = ClientState::CONNECTED; in connected()
1551 if (req->timing.state != RequestState::ON_COMPLETE) { in output_har()
2199 if (req->timing.state in print_stats()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dsme.c667 wpa_s->sme.sae.state = start ? SAE_COMMITTED : SAE_CONFIRMED; in sme_send_authentication()
896 wpa_s->sme.sae.state = SAE_NOTHING; in sme_authenticate()
947 wpa_s->sme.sae.state = SAE_COMMITTED; in sme_external_auth_send_sae_commit()
1014 wpa_s->sme.sae.state = SAE_CONFIRMED; in sme_external_auth_send_sae_confirm()
1046 wpa_s->sme.sae.state = SAE_NOTHING; in sme_external_auth_trigger()
1071 wpa_s->sme.sae.state == SAE_COMMITTED && in sme_sae_auth()
1111 wpa_s->sme.sae.state == SAE_COMMITTED && in sme_sae_auth()
1150 if (wpa_s->sme.sae.state != SAE_COMMITTED) in sme_sae_auth()
1180 if (wpa_s->sme.sae.state != SAE_CONFIRMED) in sme_sae_auth()
1184 wpa_s->sme.sae.state in sme_sae_auth()
[all...]

Completed in 38 milliseconds

1...<<141142143144145146147148149150>>...190