/third_party/backends/backend/ |
H A D | u12-hw.c | 433 /* ------- Wait for scan state stop ------- */ 477 SANE_Byte state; local 626 state = (_SS_MONO | _SS_STEP); 628 state = (_SS_COLOR | _SS_STEP); 632 *pState = state; 641 /* ------- Wait for scan state stop ------- */
|
H A D | u12-image.c | 734 SANE_Byte b, state; in u12image_ReadOneImageLine() local 743 state = u12io_GetScanState( dev ); in u12image_ReadOneImageLine() 744 dev->scan.bNowScanState = (state & _SCANSTATE_MASK); in u12image_ReadOneImageLine() 746 if( state & _SCANSTATE_STOP ) { in u12image_ReadOneImageLine()
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 779 const TypedTestSuitePState* state, const char* case_name, in Register() 786 if (!state->TestExists(test_name)) { in Register() 794 const CodeLocation& test_location = state->GetCodeLocation(test_name); in Register() 805 state, case_name, in Register() 816 const TypedTestSuitePState* /*state*/, in Register() 866 // doesn't use global state (and therefore can't interfere with user 778 Register(const char* prefix, CodeLocation code_location, const TypedTestSuitePState* state, const char* case_name, const char* test_names, const std::vector<std::string>& type_names = GenerateNames<DefaultNameGenerator, Types>()) Register() argument
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 72 to get a snapshot of the CPU registers (machine-state). Then you 106 by definition, only the \emph{preserved} machine state can be accessed 107 during an unwind operation. Normally, this state consists of the 191 arguments to fetch the initial machine state. \Prog{Libunwind} never
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_queue.c | 300 * event signal operation which sets the event to the signaled state. in handle_set_event_cpu_job() 315 p_atomic_set(&info->event->state, info->state); in handle_set_event_cpu_job() 327 if (!p_atomic_read(&info->events[i]->state)) in check_wait_events_complete() 1104 * barrier state to limit the queues we serialize against. in v3dv_queue_driver_submit() 1106 if (cmd_buffer->state.barrier.dst_mask) { in v3dv_queue_driver_submit()
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 751 const TypedTestSuitePState* state, const char* case_name, in Register() 757 if (!state->TestExists(test_name)) { in Register() 765 const CodeLocation& test_location = state->GetCodeLocation(test_name); in Register() 776 state, case_name, in Register() 787 const TypedTestSuitePState* /*state*/, in Register() 830 // doesn't use global state (and therefore can't interfere with user 750 Register(const char* prefix, CodeLocation code_location, const TypedTestSuitePState* state, const char* case_name, const char* test_names, const std::vector<std::string>& type_names = GenerateNames<DefaultNameGenerator, Types>()) Register() argument
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 881 function setPauseOnExceptions(state) { 883 Debugger.setPauseOnExceptions({ state }), 885 pauseOnExceptionState = state; 1186 await Debugger.setPauseOnExceptions({ state: pauseOnExceptionState });
|
/third_party/nghttp2/src/ |
H A D | shrpx_downstream.cc | 622 void Downstream::set_request_state(DownstreamState state) { in set_request_state() argument 623 request_state_ = state; in set_request_state() 739 void Downstream::set_response_state(DownstreamState state) { in set_response_state() argument 740 response_state_ = state; in set_response_state() 1114 // state, especially for HTTP/1.1 in can_detach_downstream_connection()
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 764 const TypedTestSuitePState* state, const char* case_name, in Register() 771 if (!state->TestExists(test_name)) { in Register() 779 const CodeLocation& test_location = state->GetCodeLocation(test_name); in Register() 790 state, case_name, in Register() 801 const TypedTestSuitePState* /*state*/, in Register() 851 // doesn't use global state (and therefore can't interfere with user 763 Register(const char* prefix, CodeLocation code_location, const TypedTestSuitePState* state, const char* case_name, const char* test_names, const std::vector<std::string>& type_names = GenerateNames<DefaultNameGenerator, Types>()) Register() argument
|
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 995 inline const char* InlineCacheState2String(InlineCacheState state) { in InlineCacheState2String() argument 996 switch (state) { in InlineCacheState2String() 1651 constexpr bool Is##Name(TieringState state) { \ 1652 return state == TieringState::k##Name; \
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.cc | 1050 DebugInfo::SideEffectState state = BuiltinGetSideEffectState(builtin); in FunctionGetSideEffectState() 1051 return state; in FunctionGetSideEffectState() 1199 DebugInfo::SideEffectState state = BuiltinGetSideEffectState(caller); in VerifyTransitiveBuiltins() local 1200 if (state != DebugInfo::kHasNoSideEffect) continue; in VerifyTransitiveBuiltins()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-function.cc | 235 length_lookup.state() != LookupIterator::ACCESSOR || in CopyNameAndLength() 253 DCHECK_EQ(LookupIterator::ACCESSOR, it.state()); in CopyNameAndLength() 270 name_lookup.state() != LookupIterator::ACCESSOR || in CopyNameAndLength() 294 DCHECK_EQ(LookupIterator::ACCESSOR, it.state()); in CopyNameAndLength()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_gfx_cs.c | 356 struct pipe_vertex_state *state, in si_draw_vstate_tmz_preamble() 364 sctx->real_draw_vertex_state(ctx, state, partial_velem_mask, info, draws, num_draws); in si_draw_vstate_tmz_preamble() 465 u_bit_consecutive(0, ctx->framebuffer.state.nr_cbufs); in si_begin_new_gfx_cs() 467 ctx->framebuffer.dirty_zsbuf = ctx->framebuffer.state.zsbuf != NULL; in si_begin_new_gfx_cs() 993 /* VGT state synchronization. */ in si_emit_cache_flush() 355 si_draw_vstate_tmz_preamble(struct pipe_context *ctx, struct pipe_vertex_state *state, uint32_t partial_velem_mask, struct pipe_draw_vertex_state_info info, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) si_draw_vstate_tmz_preamble() argument
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_context.c | 329 struct panfrost_shader_state state = { 0 }; in panfrost_create_shader_state() local 333 so->nir, &state); in panfrost_create_shader_state() 351 panfrost_bo_unreference(shader_state->state.bo); in panfrost_delete_shader_state() 356 panfrost_bo_unreference(shader_state->xfb->state.bo); in panfrost_delete_shader_state() 1171 /* Create a syncobj in a signaled state. Will be updated to point to the in panfrost_create_context()
|
/third_party/skia/src/gpu/v1/ |
H A D | Device.cpp | 308 ClipStack::ClipState state = fClip.clipState(); in onGetClipType() local 309 if (state == ClipStack::ClipState::kEmpty) { in onGetClipType() 311 } else if (state == ClipStack::ClipState::kDeviceRect || in onGetClipType() 312 state == ClipStack::ClipState::kWideOpen) { in onGetClipType()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jdsample-mmx.asm | 183 emms ; empty MMX state 512 emms ; empty MMX state 613 emms ; empty MMX state 718 emms ; empty MMX state
|
/third_party/python/Lib/test/ |
H A D | test_imaplib.py | 207 self._send_tagged(tag, 'OK', 'Returned to authenticated state. (Success)') 255 if self.client is not None and self.client.state != 'LOGOUT': 509 self.assertEqual(client.state, 'AUTH') 519 self.assertEqual(client.state, 'LOGOUT') 541 self.assertEqual(data[0], b'Returned to authenticated state. (Success)') 542 self.assertEqual(client.state, 'AUTH')
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource14.js | 561 var path: TypeScript.AstPath = walker.state; 567 var path: TypeScript.AstPath = walker.state; 1064 var path = walker.state;
1070 var path = walker.state;
|
H A D | parserRealSource8.js | 391 var context:AssignScopeContext = walker.state; 426 var context:AssignScopeContext = walker.state; 801 var context = walker.state;
835 var context = walker.state;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
H A D | hash_test.cc | 717 H AbslHashValue(H state, CustomHashType<Tags...> t) { 719 return H::combine(std::move(state), 940 void HashValue(absl::HashState state) const { in HashValue() 941 absl::HashState::combine(std::move(state), n); in HashValue()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_macsec_linux.c | 991 u64 sci, unsigned char an, Boolean state) in set_active_rx_sa() 1009 NLA_PUT_U8(msg, MACSEC_SA_ATTR_ACTIVE, !!state); in set_active_rx_sa() 1301 unsigned char an, Boolean state) in set_active_tx_sa() 1316 NLA_PUT_U8(msg, MACSEC_SA_ATTR_ACTIVE, !!state); in set_active_tx_sa() 990 set_active_rx_sa(const struct macsec_genl_ctx *ctx, int ifindex, u64 sci, unsigned char an, Boolean state) set_active_rx_sa() argument 1300 set_active_tx_sa(const struct macsec_genl_ctx *ctx, int ifindex, unsigned char an, Boolean state) set_active_tx_sa() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_macsec_linux.c | 992 u64 sci, unsigned char an, bool state) in set_active_rx_sa() 1010 NLA_PUT_U8(msg, MACSEC_SA_ATTR_ACTIVE, !!state); in set_active_rx_sa() 1302 unsigned char an, bool state) in set_active_tx_sa() 1317 NLA_PUT_U8(msg, MACSEC_SA_ATTR_ACTIVE, !!state); in set_active_tx_sa() 991 set_active_rx_sa(const struct macsec_genl_ctx *ctx, int ifindex, u64 sci, unsigned char an, bool state) set_active_rx_sa() argument 1301 set_active_tx_sa(const struct macsec_genl_ctx *ctx, int ifindex, unsigned char an, bool state) set_active_tx_sa() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | sae.c | 835 if (sae->state == SAE_COMMITTED && group != sae->group) { in sae_group_allowed() 944 * the peer and it is in Authenticated state, the new Commit Message in sae_parse_commit_scalar() 948 if (sae->state == SAE_ACCEPTED && sae->peer_commit_scalar && in sae_parse_commit_scalar() 1335 const char * sae_state_txt(enum sae_state state) in sae_state_txt() argument 1337 switch (state) { in sae_state_txt()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_proc.c | 553 static hi_void proc_run_state(hdmi_proc_entry *file, hi_u32 state)
in proc_run_state() argument 557 if (state > 0) {
in proc_run_state() 559 if (state & (1 << i)) {
in proc_run_state() 568 static hi_void proc_transition_state(hdmi_proc_entry *file, hi_u32 state)
in proc_transition_state() argument 572 if (state > 0) {
in proc_transition_state() 574 if (state & (1 << i)) {
in proc_transition_state()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/ |
H A D | mali_kbase_tracepoints.h | 173 u32 state); 1017 * atom state 1021 * @state: Atom state 1026 state \ 1033 atom, state); \ 1415 * PM state 1419 * @core_state_bitset: 64bits bitmask reporting power state of the cores 2075 * @cqs_obj_inherit_error: Flag which indicates if the CQS object error state should be inherited by the queue 3632 #define KBASE_TLSTREAM_AUX_PM_STATE(kbdev, core_type, state) \ [all...] |