Home
last modified time | relevance | path

Searched refs:state (Results 2951 - 2975 of 7456) sorted by relevance

1...<<111112113114115116117118119120>>...299

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h98 const struct lp_rast_state *last_state; /* most recent state set in bin */
108 * Examples include triangle data and state data. The commands in
178 * data blocks and counts all bins, state, resource references and
351 const struct lp_rast_state *state, in lp_scene_bin_cmd_with_state()
357 if (state != bin->last_state) { in lp_scene_bin_cmd_with_state()
358 bin->last_state = state; in lp_scene_bin_cmd_with_state()
361 lp_rast_arg_state(state))) in lp_scene_bin_cmd_with_state()
349 lp_scene_bin_cmd_with_state(struct lp_scene *scene, unsigned x, unsigned y, const struct lp_rast_state *state, enum lp_rast_op cmd, union lp_rast_cmd_arg arg) lp_scene_bin_cmd_with_state() argument
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/
H A Dminimal-ws-client-spam.c33 int state; member
70 clients[idx].state = CLIENT_CONNECTING; in connect_client()
76 clients[idx].state = CLIENT_IDLE; in connect_client()
108 clients[n].state = CLIENT_IDLE; in callback_minimal_spam()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.h18 explicit RegExpBuiltinsAssembler(compiler::CodeAssemblerState* state) in RegExpBuiltinsAssembler() argument
19 : CodeStubAssembler(state) {} in RegExpBuiltinsAssembler()
172 explicit RegExpMatchAllAssembler(compiler::CodeAssemblerState* state) in RegExpMatchAllAssembler() argument
173 : RegExpBuiltinsAssembler(state) {} in RegExpMatchAllAssembler()
/third_party/node/deps/v8/src/heap/
H A Dincremental-marking.h100 State state() const { in state() function in v8::internal::final
113 inline bool IsStopped() const { return state() == STOPPED; } in IsStopped()
115 inline bool IsMarking() const { return state() >= MARKING; } in IsMarking()
117 inline bool IsComplete() const { return state() == COMPLETE; } in IsComplete()
294 // Atomic since main thread can complete marking (= changing state), while a
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_image.c148 /* Build combined image/SSBO "IBO" state, returns ownership of state reference */
156 struct fd_ringbuffer *state = fd_submit_new_ringbuffer( in fd6_build_ibo_state() local
166 fd6_emit_single_plane_descriptor(state, bufso->sb[i].buffer, descriptor); in fd6_build_ibo_state()
170 fd6_emit_image_descriptor(ctx, state, &imgso->si[i - v->num_ssbos], true); in fd6_build_ibo_state()
173 return state; in fd6_build_ibo_state()
/third_party/libcoap/src/
H A Dcoap_netif.c79 coap_log_debug("* %s: netif: failed to read %zd bytes (%s) state %d\n", in coap_netif_dgrm_read()
81 coap_socket_strerror(), session->state); in coap_netif_dgrm_read()
139 coap_log_debug("* %s: netif: failed to send %zd bytes (%s) state %d\n", in coap_netif_dgrm_write()
141 coap_socket_strerror(), session->state); in coap_netif_dgrm_write()
221 coap_log_debug("* %s: netif: failed to receive any bytes (%s) state %d\n", in coap_netif_strm_read()
222 coap_session_str(session), coap_socket_strerror(), session->state); in coap_netif_strm_read()
240 coap_log_debug("* %s: netif: failed to send %zd bytes (%s) state %d\n", in coap_netif_strm_write()
242 coap_socket_strerror(), session->state); in coap_netif_strm_write()
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dapinames.c258 State state = STATE_START; in read_header_file() local
279 switch ( state ) in read_header_file()
300 state = STATE_TYPE; in read_header_file()
330 state = STATE_START; in read_header_file()
/third_party/python/Modules/_sqlite/
H A Drow.c222 pysqlite_state *state = pysqlite_get_state_by_type(Py_TYPE(self)); in pysqlite_row_richcompare() local
223 if (PyObject_TypeCheck(_other, state->RowType)) { in pysqlite_row_richcompare()
273 pysqlite_state *state = pysqlite_get_state(module); in pysqlite_row_setup_types() local
274 state->RowType = (PyTypeObject *)type; in pysqlite_row_setup_types()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboStateQueryTests.cpp21 * \brief Fbo state query tests.
60 StateQueryMemoryWriteGuard<GLint> state; in checkAttachmentParam() local
61 gl.glGetFramebufferAttachmentParameteriv(target, attachment, pname, &state); in checkAttachmentParam()
63 if (state.verifyValidity(testCtx)) in checkAttachmentParam()
64 checkIntEquals(testCtx, state, reference); in checkAttachmentParam()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_test.cpp143 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); in HWTEST_F() local
144 EXPECT_EQ(AbilityLifecycleExecutor::LifecycleState::ACTIVE, state); in HWTEST_F()
159 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); in HWTEST_F() local
160 EXPECT_EQ(AbilityLifecycleExecutor::LifecycleState::UNINITIALIZED, state); in HWTEST_F()
499 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); in HWTEST_F() local
503 EXPECT_EQ(AbilityLifecycleExecutor::LifecycleState::STARTED_NEW, state); in HWTEST_F()
520 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); in HWTEST_F() local
523 EXPECT_EQ(AbilityLifecycleExecutor::LifecycleState::UNINITIALIZED, state); in HWTEST_F()
610 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); in HWTEST_F() local
614 EXPECT_EQ(AbilityLifecycleExecutor::LifecycleState::INITIAL, state); in HWTEST_F()
631 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
719 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
740 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
834 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
855 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
924 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
946 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
975 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
1005 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
1030 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
1058 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
1126 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
1176 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
1594 auto state = ability->GetContinuationState(); HWTEST_F() local
1644 auto state = ability->OnContinue(wantParams); HWTEST_F() local
2741 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
[all...]
/third_party/libinput/test/
H A Dtest-pointer.c367 test_button_event(struct litest_device *dev, unsigned int button, int state) in test_button_event() argument
371 litest_button_click_debounced(dev, li, button, state); in test_button_event()
375 state ? LIBINPUT_BUTTON_STATE_PRESSED : in test_button_event()
1646 enum libinput_config_scroll_button_lock_state state; in START_TEST() local
1648 state = libinput_device_config_scroll_get_button_lock(dev->libinput_device); in START_TEST()
1649 ck_assert_int_eq(state, LIBINPUT_CONFIG_SCROLL_BUTTON_LOCK_DISABLED); in START_TEST()
1650 state = libinput_device_config_scroll_get_default_button_lock(dev->libinput_device); in START_TEST()
1651 ck_assert_int_eq(state, LIBINPUT_CONFIG_SCROLL_BUTTON_LOCK_DISABLED); in START_TEST()
1659 enum libinput_config_scroll_button_lock_state state; in START_TEST() local
1661 state in START_TEST()
2807 enum libinput_config_middle_emulation_state state; START_TEST() local
2841 enum libinput_config_middle_emulation_state state; START_TEST() local
2870 enum libinput_config_middle_emulation_state state; START_TEST() local
2897 enum libinput_config_middle_emulation_state state; START_TEST() local
2916 enum libinput_config_middle_emulation_state state; START_TEST() local
[all...]
/foundation/ability/ability_runtime/tools/aa/src/
H A Daccessibility_ability_command.cpp66 const std::string ACCESSIBILITY_SET_SCREEN_MAGNIFICATION_STATE_OK = "set screen magnification state successfully.";
67 const std::string ACCESSIBILITY_SET_SCREEN_MAGNIFICATION_STATE_NG = "error: failed to set screen magnification state\n";
68 const std::string ACCESSIBILITY_SET_SHORT_KEY_STATE_OK = "set short key state successfully.";
69 const std::string ACCESSIBILITY_SET_SHORT_KEY_STATE_NG = "error: failed to set short key state.\n";
70 const std::string ACCESSIBILITY_SET_MOUSE_KEY_STATE_OK = "set mouse key state successfully.";
71 const std::string ACCESSIBILITY_SET_MOUSE_KEY_STATE_NG = "error: failed to set mouse key state.\n";
72 const std::string ACCESSIBILITY_SET_CAPTION_STATE_OK = "set caption state successfully.";
73 const std::string ACCESSIBILITY_SET_CAPTION_STATE_NG = "error: failed to set caption state.\n";
74 const std::string ACCESSIBILITY_SET_HIGH_CONTRAST_TEXT_STATE_OK = "set high contrast text state successfully.";
75 const std::string ACCESSIBILITY_SET_HIGH_CONTRAST_TEXT_STATE_NG = "error: failed to set high contrast text state
755 bool state = std::atoi(argument.value.c_str()) == 1; RunAsSetScreenMagnificationState() local
784 bool state = std::atoi(argument.value.c_str()) == 1; RunAsSetShortKeyState() local
813 bool state = std::atoi(argument.value.c_str()) == 1; RunAsSetMouseKeyState() local
842 bool state = std::atoi(argument.value.c_str()) == 1; RunAsSetCaptionState() local
925 bool state = std::atoi(argument.value.c_str()) == 1; RunAsSetHighContrastTextState() local
954 bool state = std::atoi(argument.value.c_str()) == 1; RunAsSetInvertColorState() local
1065 bool state = std::atoi(argument.value.c_str()) == 1; RunAsSetAnimationOffState() local
1124 bool state = std::atoi(argument.value.c_str()) == 1; RunAsSetAudioMonoState() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp389 double& offset, int32_t source, NestedState state) in HandleScrollParentFirst()
393 if (state == NestedState::CHILD_OVER_SCROLL) { in HandleScrollParentFirst()
416 if (state == NestedState::CHILD_SCROLL) { in HandleScrollParentFirst()
429 double& offset, int32_t source, NestedState state) in HandleScrollSelfFirst()
433 if (state == NestedState::CHILD_OVER_SCROLL) { in HandleScrollSelfFirst()
460 if (state == NestedState::CHILD_SCROLL) { in HandleScrollSelfFirst()
471 double& offset, int32_t source, NestedState state)
485 if (state == NestedState::CHILD_SCROLL) {
487 } else if (state == NestedState::GESTURE) {
497 double& offset, int32_t source, NestedState state) in HandleScrollParallel()
388 HandleScrollParentFirst( double& offset, int32_t source, NestedState state) HandleScrollParentFirst() argument
428 HandleScrollSelfFirst( double& offset, int32_t source, NestedState state) HandleScrollSelfFirst() argument
496 HandleScrollParallel( double& offset, int32_t source, NestedState state) HandleScrollParallel() argument
538 HandleScroll(double offset, int32_t source, NestedState state) HandleScroll() argument
780 ExecuteScrollFrameBegin(double& mainDelta, ScrollState state) ExecuteScrollFrameBegin() argument
[all...]
/third_party/eudev/src/udev/
H A Dudevd.c92 enum event_state state; member
124 enum worker_state state; member
209 worker->state = WORKER_RUNNING; in worker_attach_event()
211 event->state = EVENT_RUNNING; in worker_attach_event()
423 event->state = EVENT_QUEUED; in worker_spawn()
450 if (worker->state != WORKER_IDLE) in event_run()
458 worker->state = WORKER_KILLED; in event_run()
497 event->state = EVENT_QUEUED; in event_queue_insert()
507 if (worker->state == WORKER_KILLED) in worker_kill()
510 worker->state in worker_kill()
[all...]
/third_party/ffmpeg/libavformat/
H A Dftp.c69 FTPState state; /**< State of data connection */ member
235 s->state = DISCONNECTED; in ftp_close_data_connection()
439 s->state = DOWNLOADING; in ftp_retrieve()
458 s->state = UPLOADING; in ftp_store()
526 s->state = LISTING_DIR; in ftp_list()
642 s->state = READY; in ftp_connect_data_connection()
692 s->state = DISCONNECTED; in ftp_connect()
825 if (s->state == ENDOFFILE) in ftp_read()
827 if (s->state == DISCONNECTED) { in ftp_read()
831 if (s->state in ftp_read()
[all...]
/third_party/lwip/src/core/
H A Dnetif.c279 netif_add_noaddr(struct netif *netif, struct net_group *group, void *state, netif_init_fn init, netif_input_fn input) in netif_add_noaddr() argument
281 netif_add_noaddr(struct netif *netif, void *state, netif_init_fn init, netif_input_fn input) in netif_add_noaddr()
292 state, init, input); in netif_add_noaddr()
303 * @param state opaque data passed to the new netif
331 void *state, netif_init_fn init, netif_input_fn input)
368 /* reset new interface configuration state */
411 /* remember netif specific state information data */
412 netif->state = state;
981 args.status_changed.state
324 netif_add(struct netif *netif, struct net_group *group, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask, const ip4_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) global() argument
1537 netif_ip6_addr_set_state(struct netif *netif, s8_t addr_idx, u8_t state) global() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc51 explicit KeyedStoreGenericAssembler(compiler::CodeAssemblerState* state, in KeyedStoreGenericAssembler() argument
53 : AccessorAssembler(state), mode_(mode) {} in KeyedStoreGenericAssembler()
188 void KeyedStoreGenericGenerator::Generate(compiler::CodeAssemblerState* state) { in Generate() argument
189 KeyedStoreGenericAssembler assembler(state, StoreMode::kSet); in Generate()
194 compiler::CodeAssemblerState* state) { in Generate()
195 KeyedStoreGenericAssembler assembler(state, StoreMode::kDefineKeyedOwn); in Generate()
199 void StoreICNoFeedbackGenerator::Generate(compiler::CodeAssemblerState* state) { in Generate() argument
200 KeyedStoreGenericAssembler assembler(state, StoreMode::kSet); in Generate()
205 compiler::CodeAssemblerState* state) { in Generate()
208 KeyedStoreGenericAssembler assembler(state, StoreMod in Generate()
193 Generate( compiler::CodeAssemblerState* state) Generate() argument
204 Generate( compiler::CodeAssemblerState* state) Generate() argument
212 SetProperty( compiler::CodeAssemblerState* state, TNode<Context> context, TNode<JSReceiver> receiver, TNode<BoolT> is_simple_receiver, TNode<Name> name, TNode<Object> value, LanguageMode language_mode) SetProperty() argument
221 SetProperty( compiler::CodeAssemblerState* state, TNode<Context> context, TNode<Object> receiver, TNode<Object> key, TNode<Object> value, LanguageMode language_mode) SetProperty() argument
229 CreateDataProperty( compiler::CodeAssemblerState* state, TNode<Context> context, TNode<JSObject> receiver, TNode<Object> key, TNode<Object> value) CreateDataProperty() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DRenderer.cpp660 auto &state = drawCall->setupState; in setupSolidTriangles() local
662 int ms = state.multiSampleCount; in setupSolidTriangles()
705 auto &state = drawCall->setupState; in setupWireframeTriangles() local
707 int ms = state.multiSampleCount; in setupWireframeTriangles()
726 bool frontFacing = (state.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE) ? (A >= 0.0f) : (A <= 0.0f); in setupWireframeTriangles()
728 if(state.cullMode & VK_CULL_MODE_FRONT_BIT) in setupWireframeTriangles()
732 if(state.cullMode & VK_CULL_MODE_BACK_BIT) in setupWireframeTriangles()
760 auto &state = drawCall->setupState; in setupPointTriangles() local
762 int ms = state.multiSampleCount; in setupPointTriangles()
775 bool frontFacing = (state in setupPointTriangles()
805 auto &state = drawCall->setupState; setupLines() local
826 auto &state = drawCall->setupState; setupPoints() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DTextureD3D12.cpp69 // There is no STENCIL_READ state. Readonly for stencil is bundled with DEPTH_READ. in D3D12TextureUsage()
648 Texture::Texture(Device* device, const TextureDescriptor* descriptor, TextureState state) in Texture() argument
649 : TextureBase(device, descriptor, state), in Texture()
762 StateAndDecay* state, in TransitionSubresourceRange()
767 if (state->lastState == newState) { in TransitionSubresourceRange()
771 D3D12_RESOURCE_STATES lastState = state->lastState; in TransitionSubresourceRange()
773 // The COMMON state represents a state where no write operations can be pending, and in TransitionSubresourceRange()
777 // state, or 2) multiple read states. Textures will implicitly decay to the COMMON in TransitionSubresourceRange()
778 // state whe in TransitionSubresourceRange()
760 TransitionSubresourceRange(std::vector<D3D12_RESOURCE_BARRIER>* barriers, const SubresourceRange& range, StateAndDecay* state, D3D12_RESOURCE_STATES newState, ExecutionSerial pendingCommandSerial) const TransitionSubresourceRange() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c269 if (!PA_SINK_IS_LINKED(u->sink->thread_info.state) || in sink_process_msg_cb()
270 !PA_SINK_INPUT_IS_LINKED(u->sink_input->thread_info.state)) { in sink_process_msg_cb()
293 static int sink_set_state_in_main_thread_cb(pa_sink *s, pa_sink_state_t state, pa_suspend_cause_t suspend_cause) { in sink_set_state_in_main_thread_cb() argument
299 if (!PA_SINK_IS_LINKED(state) || in sink_set_state_in_main_thread_cb()
300 !PA_SINK_INPUT_IS_LINKED(u->sink_input->state)) in sink_set_state_in_main_thread_cb()
303 pa_sink_input_cork(u->sink_input, state == PA_SINK_SUSPENDED); in sink_set_state_in_main_thread_cb()
316 if (PA_SINK_IS_OPENED(new_state) && s->thread_info.state == PA_SINK_INIT) { in sink_set_state_in_io_thread_cb()
317 pa_log_debug("Requesting rewind due to state change."); in sink_set_state_in_io_thread_cb()
332 if (!PA_SINK_IS_LINKED(u->sink->thread_info.state) || in sink_request_rewind_cb()
333 !PA_SINK_INPUT_IS_LINKED(u->sink_input->thread_info.state)) in sink_request_rewind_cb()
[all...]
/third_party/icu/icu4c/source/common/
H A Dubidi.cpp453 State state; in getDirProps() local
464 /* The following stack contains the last known state before in getDirProps()
481 state=NOT_SEEKING_STRONG; in getDirProps()
483 state=SEEKING_STRONG_FOR_PARA; in getDirProps()
487 state=NOT_SEEKING_STRONG; in getDirProps()
507 if(state==SEEKING_STRONG_FOR_PARA) { in getDirProps()
509 state=NOT_SEEKING_STRONG; in getDirProps()
511 else if(state==SEEKING_STRONG_FOR_FSI) { in getDirProps()
517 state=LOOKING_FOR_PDI; in getDirProps()
523 if(state in getDirProps()
1780 int32_t state; /* current state */ global() member
[all...]
/third_party/lzma/C/
H A DXzDec.c954 p->state = XZ_STATE_STREAM_HEADER; in XzUnpacker_Init()
998 p->state = XZ_STATE_BLOCK_HEADER; in XzUnpacker_PrepareToRandomBlockDecoding()
1030 if (p->state == XZ_STATE_BLOCK) in XzUnpacker_Code()
1106 p->state = XZ_STATE_BLOCK_FOOTER; in XzUnpacker_Code()
1124 if (srcRem == 0 && p->state != XZ_STATE_BLOCK_FOOTER) in XzUnpacker_Code()
1130 switch (p->state) in XzUnpacker_Code()
1150 p->state = XZ_STATE_BLOCK_HEADER; in XzUnpacker_Code()
1172 p->state = XZ_STATE_STREAM_INDEX; in XzUnpacker_Code()
1195 p->state = XZ_STATE_BLOCK; in XzUnpacker_Code()
1245 p->state in XzUnpacker_Code()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dubidi.cpp453 State state; in getDirProps() local
464 /* The following stack contains the last known state before in getDirProps()
481 state=NOT_SEEKING_STRONG; in getDirProps()
483 state=SEEKING_STRONG_FOR_PARA; in getDirProps()
487 state=NOT_SEEKING_STRONG; in getDirProps()
507 if(state==SEEKING_STRONG_FOR_PARA) { in getDirProps()
509 state=NOT_SEEKING_STRONG; in getDirProps()
511 else if(state==SEEKING_STRONG_FOR_FSI) { in getDirProps()
517 state=LOOKING_FOR_PDI; in getDirProps()
523 if(state in getDirProps()
1780 int32_t state; /* current state */ global() member
[all...]
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs517 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
518 self.ut_type.hash(state); in hash()
519 self.ut_tv.hash(state); in hash()
520 self.ut_id.hash(state); in hash()
521 self.ut_pid.hash(state); in hash()
522 self.ut_user.hash(state); in hash()
523 self.ut_line.hash(state); in hash()
524 self.ut_host.hash(state); in hash()
525 self.__ut_reserved.hash(state); in hash()
550 fn hash<H: ::hash::Hasher>(&self, state
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidi.cpp453 State state; in getDirProps() local
464 /* The following stack contains the last known state before in getDirProps()
481 state=NOT_SEEKING_STRONG; in getDirProps()
483 state=SEEKING_STRONG_FOR_PARA; in getDirProps()
487 state=NOT_SEEKING_STRONG; in getDirProps()
507 if(state==SEEKING_STRONG_FOR_PARA) { in getDirProps()
509 state=NOT_SEEKING_STRONG; in getDirProps()
511 else if(state==SEEKING_STRONG_FOR_FSI) { in getDirProps()
517 state=LOOKING_FOR_PDI; in getDirProps()
523 if(state in getDirProps()
1780 int32_t state; /* current state */ global() member
[all...]

Completed in 39 milliseconds

1...<<111112113114115116117118119120>>...299