/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | clock_benchmark.cc | 28 void BM_Clock_Now_AbslTime(benchmark::State& state) { in BM_Clock_Now_AbslTime() argument 29 while (state.KeepRunning()) { in BM_Clock_Now_AbslTime() 35 void BM_Clock_Now_GetCurrentTimeNanos(benchmark::State& state) { in BM_Clock_Now_GetCurrentTimeNanos() argument 36 while (state.KeepRunning()) { in BM_Clock_Now_GetCurrentTimeNanos() 42 void BM_Clock_Now_AbslTime_ToUnixNanos(benchmark::State& state) { in BM_Clock_Now_AbslTime_ToUnixNanos() argument 43 while (state.KeepRunning()) { in BM_Clock_Now_AbslTime_ToUnixNanos() 49 void BM_Clock_Now_CycleClock(benchmark::State& state) { in BM_Clock_Now_CycleClock() argument 50 while (state.KeepRunning()) { in BM_Clock_Now_CycleClock() 57 static void BM_Clock_Now_gettimeofday(benchmark::State& state) { in BM_Clock_Now_gettimeofday() argument 59 while (state in BM_Clock_Now_gettimeofday() 65 BM_Clock_Now_clock_gettime(benchmark::State& state) BM_Clock_Now_clock_gettime() argument [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_lower_multiview.c | 50 build_instance_id(struct lower_multiview_state *state) in build_instance_id() argument 52 assert(state->builder.shader->info.stage == MESA_SHADER_VERTEX); in build_instance_id() 54 if (state->instance_id == NULL) { in build_instance_id() 55 nir_builder *b = &state->builder; in build_instance_id() 63 state->instance_id = in build_instance_id() 65 nir_imm_int(b, util_bitcount(state->view_mask))); in build_instance_id() 68 return state->instance_id; in build_instance_id() 72 build_view_index(struct lower_multiview_state *state) in build_view_index() argument 74 if (state->view_index == NULL) { in build_view_index() 75 nir_builder *b = &state in build_view_index() 213 struct lower_multiview_state state = { anv_nir_lower_multiview() local [all...] |
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 98 RState state = GetString(idItem, outValue); in GetStringById() local 99 if (state != SUCCESS && state != ERROR_CODE_RES_REF_TOO_MUCH) { in GetStringById() 102 return state; in GetStringById() 112 RState state = GetString(idItem, outValue); in GetStringByName() local 113 if (state != SUCCESS && state != ERROR_CODE_RES_REF_TOO_MUCH) { in GetStringByName() 116 return state; in GetStringByName() 151 RState state = GetStringById(id, outValue); in GetStringFormatById() local 152 if (state ! in GetStringFormatById() 169 RState state = GetStringByName(name, outValue); GetStringFormatByName() local 211 RState state = GetStringArray(idItem, outValue); GetStringArrayById() local 226 RState state = GetStringArray(idItem, outValue); GetStringArrayByName() local 271 RState state = GetPattern(idItem, outValue); GetPatternById() local 285 RState state = GetPattern(idItem, outValue); GetPatternByName() local 539 RState state = GetBoolean(idItem, outValue); GetBooleanById() local 553 RState state = GetBoolean(idItem, outValue); GetBooleanByName() local 566 RState state = ResolveReference(idItem->value_, temp); GetBoolean() local 593 RState state = ParseFloat(result.c_str(), outValue, unit); GetThemeFloat() local 608 RState state = ParseFloat(result.c_str(), outValue, unit); GetThemeFloat() local 626 RState state = GetFloat(idItem, outValue, unit); GetFloatById() local 649 RState state = GetFloat(idItem, outValue, unit); GetFloatById() local 673 RState state = GetFloat(idItem, outValue, unit); GetFloatByName() local 733 RState state = ResolveReference(idItem->value_, temp); GetFloat() local 747 RState state = GetInteger(idItem, outValue); GetIntegerById() local 761 RState state = GetInteger(idItem, outValue); GetIntegerByName() local 774 RState state = ResolveReference(idItem->value_, temp); GetInteger() local 830 RState state = ProcessReference(idItem->value_, idItems); GetThemeColor() local 852 RState state = GetColor(idItem, outValue); GetColorById() local 872 RState state = GetColor(idItem, outValue); GetColorByName() local 885 RState state = ResolveReference(idItem->value_, temp); GetColor() local 899 RState state = GetSymbol(idItem, outValue); GetSymbolById() local 913 RState state = GetSymbol(idItem, outValue); GetSymbolByName() local 926 RState state = ResolveReference(idItem->value_, temp); GetSymbol() local 972 RState state = GetTheme(idItem, outValue); GetThemeById() local 986 RState state = GetTheme(idItem, outValue); GetThemeByName() local 1011 RState state = hapManager_->GetFilePath(qd, ResType::PROF, outValue); GetProfileById() local 1023 RState state = hapManager_->GetFilePath(qd, ResType::PROF, outValue); GetProfileByName() local 1038 RState state = hapManager_->GetFilePath(qd, ResType::MEDIA, outValue); GetMediaById() local 1053 RState state = hapManager_->GetFilePath(qd, ResType::MEDIA, outValue); GetMediaByName() local 1159 RState state = UpdateFakeLocaleFlag(resConfig); UpdateResConfig() local 1237 RState state = hapManager_->GetMediaData(qd, len, outValue); GetMediaDataById() local 1261 RState state = hapManager_->GetMediaData(qd, len, outValue); GetMediaDataByName() local 1296 RState state = hapManager_->GetMediaBase64Data(qd, outValue); GetMediaBase64DataById() local 1318 RState state = hapManager_->GetMediaBase64Data(qd, outValue); GetMediaBase64DataByName() local 1486 RState state = hapManager_->GetMediaData(qd, len, outValue); GetDrawableInfoById() local 1518 RState state = hapManager_->GetMediaData(qd, len, outValue); GetDrawableInfoByName() local 1526 RState state = GetStringById(id, outValue); GetStringFormatById() local 1541 RState state = GetStringByName(name, outValue); GetStringFormatByName() local [all...] |
/base/powermgr/display_manager/state_manager/service/native/src/ |
H A D | screen_action.cpp | 58 DisplayState state = DisplayState::DISPLAY_UNKNOWN; in GetDisplayState() local 63 state = DisplayState::DISPLAY_ON; in GetDisplayState() 66 state = DisplayState::DISPLAY_DIM; in GetDisplayState() 69 state = DisplayState::DISPLAY_SUSPEND; in GetDisplayState() 72 state = DisplayState::DISPLAY_OFF; in GetDisplayState() 77 DISPLAY_HILOGI(FEAT_STATE, "state=%{public}u displayId=%{public}u", static_cast<uint32_t>(state), displayId_); in GetDisplayState() 78 return state; in GetDisplayState() 89 bool ScreenAction::SetDisplayState(DisplayState state, const std::function<void(DisplayState)>& callback) in SetDisplayState() argument 91 DISPLAY_HILOGI(FEAT_STATE, "[UL_POWER] SetDisplayState displayId=%{public}u, state in SetDisplayState() 163 SetDisplayPower(DisplayState state, uint32_t reason) SetDisplayPower() argument [all...] |
/third_party/backends/backend/escl/ |
H A D | escl_mupdf.c | 57 fz_file_stream_escl *state = stm->state; in next_file_escl() local 60 n = fread(state->buffer, 1, sizeof(state->buffer), state->file); in next_file_escl() 61 if (n < sizeof(state->buffer) && ferror(state->file)) in next_file_escl() 63 stm->rp = state->buffer; in next_file_escl() 64 stm->wp = state->buffer + n; in next_file_escl() 75 fz_file_stream_escl *state in drop_file_escl() local 85 fz_file_stream_escl *state = stm->state; seek_file_escl() local 106 fz_file_stream_escl *state = fz_malloc_struct(ctx, fz_file_stream_escl); fz_open_file_ptr_escl() local [all...] |
/test/xts/hats/hdf/display/composer/benchmark/ |
H A D | display_benchmark_test.cpp | 49 void TearDown(const ::benchmark::State &state);
55 void DisplayBenchmarkTest::TearDown(const ::benchmark::State &state)
in TearDown() argument 197 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_0100)(benchmark::State &state)
in BENCHMARK_F() 201 for (auto _ : state) {
in BENCHMARK_F() 214 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_0200)(benchmark::State &state)
in BENCHMARK_F() 218 for (auto _ : state) {
in BENCHMARK_F() 231 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_0300)(benchmark::State &state)
in BENCHMARK_F() 235 for (auto _ : state) {
in BENCHMARK_F() 248 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_0400)(benchmark::State &state)
in BENCHMARK_F() 252 for (auto _ : state) {
in BENCHMARK_F() [all...] |
/third_party/benchmark/test/ |
H A D | complexity_test.cc | 70 void BM_Complexity_O1(benchmark::State &state) { in BM_Complexity_O1() argument 71 for (auto _ : state) { in BM_Complexity_O1() 76 state.SetComplexityN(state.range(0)); in BM_Complexity_O1() 119 void BM_Complexity_O_N(benchmark::State &state) { in BM_Complexity_O_N() argument 120 auto v = ConstructRandomVector(state.range(0)); in BM_Complexity_O_N() 122 const int64_t item_not_in_vector = state.range(0) * 2; in BM_Complexity_O_N() 123 for (auto _ : state) { in BM_Complexity_O_N() 127 state.SetComplexityN(state in BM_Complexity_O_N() 162 BM_Complexity_O_N_log_N(benchmark::State &state) BM_Complexity_O_N_log_N() argument 205 BM_ComplexityCaptureArgs(benchmark::State &state, int n) BM_ComplexityCaptureArgs() argument [all...] |
/third_party/libwebsockets/lib/abstract/ |
H A D | test-sequencer.c | 47 int state; member 114 s->args.tests[s->state].expect_array; in test_sequencer_cb() 121 s->state = 0; /* first thing we'll do is the first url */ in test_sequencer_cb() 138 __func__, s->state); in test_sequencer_cb() 142 lwsl_user("%s: seq timed out at step %d\n", __func__, s->state); in test_sequencer_cb() 144 s->args.results[s->state] = LPE_FAILED_UNEXPECTED_TIMEOUT; in test_sequencer_cb() 153 __func__, s->state); in test_sequencer_cb() 158 lwsl_user("%s: seq failed at step %d\n", __func__, s->state); in test_sequencer_cb() 160 s->args.results[s->state] = LPE_FAILED; in test_sequencer_cb() 171 s->state); in test_sequencer_cb() [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_binder.c | 67 struct iris_binder *binder = &ice->state.binder; in binder_realloc() 91 ice->state.dirty |= IRIS_DIRTY_RENDER_BUFFER; in binder_realloc() 92 ice->state.stage_dirty |= IRIS_ALL_STAGE_DIRTY_BINDINGS; in binder_realloc() 113 struct iris_binder *binder = &ice->state.binder; in iris_binder_reserve() 132 struct iris_binder *binder = &ice->state.binder; in iris_binder_reserve_3d() 137 if (!(ice->state.dirty & IRIS_DIRTY_RENDER_BUFFER) && in iris_binder_reserve_3d() 138 !(ice->state.stage_dirty & IRIS_ALL_STAGE_DIRTY_BINDINGS_FOR_RENDER)) in iris_binder_reserve_3d() 154 if (ice->state.stage_dirty & (IRIS_STAGE_DIRTY_BINDINGS_VS << stage)) in iris_binder_reserve_3d() 177 if (ice->state.stage_dirty & (IRIS_STAGE_DIRTY_BINDINGS_VS << stage)) { in iris_binder_reserve_3d() 179 iris_record_state_size(ice->state in iris_binder_reserve_3d() [all...] |
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | aarch64.rs | 73 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 74 self.gp_x.hash(state); in hash() 75 self.gp_lr.hash(state); in hash() 76 self.gp_sp.hash(state); in hash() 77 self.gp_elr.hash(state); in hash() 78 self.gp_spsr.hash(state); in hash() 79 self.gp_pad.hash(state); in hash() 104 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 105 self.fp_q.hash(state); in hash() 106 self.fp_sr.hash(state); in hash() [all...] |
/test/xts/acts/multimedia/media/media_js_standard/ |
H A D | AVPlayerTestBase.js | 245 avPlayer.on('stateChange', async (state, reason) => { 246 console.info(`case stateChange called, state is ${state}, reason is ${reason}`); 252 console.info(`case state is ${state}`); 253 switch (state) { 255 expect(avPlayer.state).assertEqual(AV_PLAYER_STATE.INITIALIZED); 270 expect(avPlayer.state).assertEqual(AV_PLAYER_STATE.PREPARED); 285 expect(avPlayer.state).assertEqual(AV_PLAYER_STATE.PLAYING); 290 expect(avPlayer.state) [all...] |
/test/xts/hats/hdf/codec/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 127 void SetUp(benchmark::State &state)
in SetUp() argument 138 void TearDown(benchmark::State &state)
in TearDown() argument 162 BENCHMARK_F(CodecBenchmarkOmxTest, GetComponentVersion)(benchmark::State &state)
in BENCHMARK_F() 167 for (auto _ : state) {
in BENCHMARK_F() 176 BENCHMARK_F(CodecBenchmarkOmxTest, GetParameter)(benchmark::State &state)
in BENCHMARK_F() 182 for (auto _ : state) {
in BENCHMARK_F() 191 BENCHMARK_F(CodecBenchmarkOmxTest, SetParameter)(benchmark::State &state)
in BENCHMARK_F() 200 for (auto _ : state) {
in BENCHMARK_F() 209 BENCHMARK_F(CodecBenchmarkOmxTest, GetConfig)(benchmark::State &state)
in BENCHMARK_F() 219 for (auto _ : state) {
in BENCHMARK_F() 456 CodecStateType state = CODEC_STATE_INVALID; BENCHMARK_F() local [all...] |
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-thumb.c | 34 thumb_state_to_str(enum tp_thumb_state state) in thumb_state_to_str() argument 36 switch(state){ in thumb_state_to_str() 52 enum tp_thumb_state state) in tp_thumb_set_state() 56 if (tp->thumb.state == state && tp->thumb.index == index) in tp_thumb_set_state() 62 thumb_state_to_str(tp->thumb.state), in tp_thumb_set_state() 63 thumb_state_to_str(state)); in tp_thumb_set_state() 65 tp->thumb.state = state; in tp_thumb_set_state() 72 tp->thumb.state in tp_thumb_reset() 50 tp_thumb_set_state(struct tp_dispatch *tp, struct tp_touch *t, enum tp_thumb_state state) tp_thumb_set_state() argument [all...] |
/third_party/python/Modules/ |
H A D | _curses_panel.c | 27 void *state = PyModule_GetState(module); in get_curses_panel_state() local 28 assert(state != NULL); in get_curses_panel_state() 29 return (_curses_panel_state *)state; in get_curses_panel_state() 35 _curses_panel_state *state = get_curses_panel_state(mod); in _curses_panel_clear() local 36 Py_CLEAR(state->PyCursesError); in _curses_panel_clear() 37 Py_CLEAR(state->PyCursesPanel_Type); in _curses_panel_clear() 45 _curses_panel_state *state = get_curses_panel_state(mod); in _curses_panel_traverse() local 46 Py_VISIT(state->PyCursesError); in _curses_panel_traverse() 47 Py_VISIT(state->PyCursesPanel_Type); in _curses_panel_traverse() 65 PyCursesCheckERR(_curses_panel_state *state, in argument 192 _curses_panel_state *state = PyType_GetModuleState(cls); _curses_panel_panel_bottom_impl() local 210 _curses_panel_state *state = PyType_GetModuleState(cls); _curses_panel_panel_hide_impl() local 226 _curses_panel_state *state = PyType_GetModuleState(cls); _curses_panel_panel_show_impl() local 242 _curses_panel_state *state = PyType_GetModuleState(cls); _curses_panel_panel_top_impl() local 249 PyCursesPanel_New(_curses_panel_state *state, PANEL *pan, PyCursesWindowObject *wo) PyCursesPanel_New() argument 383 _curses_panel_state *state = PyType_GetModuleState(cls); _curses_panel_panel_move_impl() local 417 _curses_panel_state *state = PyType_GetModuleState(cls); _curses_panel_panel_replace_impl() local 463 _curses_panel_state *state = PyType_GetModuleState(cls); _curses_panel_panel_set_userptr_impl() local 480 _curses_panel_state *state = PyType_GetModuleState(cls); _curses_panel_panel_userptr_impl() local 575 _curses_panel_state *state = get_curses_panel_state(module); _curses_panel_new_panel_impl() local 652 _curses_panel_state *state = get_curses_panel_state(mod); _curses_panel_exec() local [all...] |
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl_standard.cpp | 218 auto state = resourceManager_->GetColorById(resId, result); in GetColor() local 219 if (state != Global::Resource::SUCCESS) { in GetColor() 232 auto state = resourceManager_->GetColorByName(actualResName.c_str(), result); in GetColorByName() local 233 if (state != Global::Resource::SUCCESS) { in GetColorByName() 245 auto state = resourceManager_->GetFloatById(resId, dimensionFloat, unit); in GetDimension() local 246 if (state != Global::Resource::SUCCESS) { in GetDimension() 260 auto state = resourceManager_->GetFloatByName(actualResName.c_str(), dimensionFloat, unit); in GetDimensionByName() local 261 if (state != Global::Resource::SUCCESS) { in GetDimensionByName() 272 auto state = resourceManager_->GetStringById(resId, strResult); in GetString() local 273 if (state ! in GetString() 285 auto state = resourceManager_->GetStringByName(actualResName.c_str(), strResult); GetStringByName() local 298 auto state = resourceManager_->GetPluralStringById(resId, quantity, strResult); GetPluralString() local 311 auto state = resourceManager_->GetPluralStringByName(actualResName.c_str(), quantity, strResult); GetPluralStringByName() local 324 auto state = resourceManager_->GetStringArrayById(resId, strResults); GetStringArray() local 337 auto state = resourceManager_->GetStringArrayByName(actualResName.c_str(), strResults); GetStringArrayByName() local 350 auto state = resourceManager_->GetFloatById(resId, result); GetDouble() local 363 auto state = resourceManager_->GetFloatByName(actualResName.c_str(), result); GetDoubleByName() local 376 auto state = resourceManager_->GetIntegerById(resId, result); GetInt() local 389 auto state = resourceManager_->GetIntegerByName(actualResName.c_str(), result); GetIntByName() local 402 auto state = resourceManager_->GetIntArrayById(resId, intVectorResult); GetIntArray() local 418 auto state = resourceManager_->GetIntArrayByName(actualResName.c_str(), intVectorResult); GetIntArrayByName() local 435 auto state = resourceManager_->GetBooleanById(resId, result); GetBoolean() local 448 auto state = resourceManager_->GetBooleanByName(actualResName.c_str(), result); GetBooleanByName() local 461 auto state = resourceManager_->GetMediaById(resId, mediaPath); GetMediaPath() local 477 auto state = resourceManager_->GetMediaByName(actualResName.c_str(), mediaPath); GetMediaPathByName() local 537 auto state = resourceManager_->GetSymbolByName(actualResName.c_str(), result); GetSymbolByName() local [all...] |
/third_party/elfutils/libdwfl/ |
H A D | dwfl_frame_pc.c | 36 dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation) in dwfl_frame_pc() argument 38 assert (state->pc_state == DWFL_FRAME_STATE_PC_SET); in dwfl_frame_pc() 39 *pc = state->pc; in dwfl_frame_pc() 40 ebl_normalize_pc (state->thread->process->ebl, pc); in dwfl_frame_pc() 44 if (state->initial_frame) in dwfl_frame_pc() 47 state is SIGNAL_FRAME. */ in dwfl_frame_pc() 48 else if (state->signal_frame) in dwfl_frame_pc() 54 __libdwfl_frame_unwind (state); in dwfl_frame_pc() 55 if (state->unwound == NULL in dwfl_frame_pc() 56 || state in dwfl_frame_pc() [all...] |
/third_party/curl/lib/vssh/ |
H A D | libssh.c | 226 #define state(x,y) mystate(x,y) macro 228 #define state(x,y) mystate(x,y, __LINE__) macro 234 /* This is the ONLY way to change SSH state! */ 309 if(sshc->state != nowstate) { in mystate() 310 infof(data, "SSH %p state change from %s to %s (line %d)", in mystate() 311 (void *) sshc, names[sshc->state], names[nowstate], in mystate() 316 sshc->state = nowstate; in mystate() 555 state(data, SSH_SESSION_DISCONNECT); \ 561 state(data, SSH_SFTP_CLOSE); \ 570 state(dat [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shaderlib_tgsi.c | 178 struct pipe_compute_state state = {}; in si_create_dma_compute_shader() local 179 state.ir_type = PIPE_SHADER_IR_TGSI; in si_create_dma_compute_shader() 180 state.prog = ureg_get_tokens(ureg, NULL); in si_create_dma_compute_shader() 182 void *cs = ctx->create_compute_state(ctx, &state); in si_create_dma_compute_shader() 184 ureg_free_tokens(state.prog); in si_create_dma_compute_shader() 387 struct pipe_compute_state state = {}; in si_create_query_result_cs() local 399 state.ir_type = PIPE_SHADER_IR_TGSI; in si_create_query_result_cs() 400 state.prog = tokens; in si_create_query_result_cs() 402 return sctx->b.create_compute_state(&sctx->b, &state); in si_create_query_result_cs() 426 struct pipe_compute_state state in si_clear_render_target_shader() local 461 struct pipe_compute_state state = {0}; si_clear_render_target_shader_1d_array() local 493 struct pipe_compute_state state = {0}; si_clear_12bytes_buffer_shader() local 562 struct pipe_compute_state state = {}; si_create_fmask_expand_cs() local 778 struct pipe_compute_state state = {}; gfx10_create_sh_query_result_cs() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | numbers_benchmark.cc | 30 void BM_FastIntToBuffer(benchmark::State& state) { in BM_FastIntToBuffer() argument 31 const int inc = state.range(0); in BM_FastIntToBuffer() 36 for (auto _ : state) { in BM_FastIntToBuffer() 53 void BM_safe_strto32_string(benchmark::State& state) { in BM_safe_strto32_string() argument 54 const int digits = state.range(0); in BM_safe_strto32_string() 55 const int base = state.range(1); in BM_safe_strto32_string() 58 for (auto _ : state) { in BM_safe_strto32_string() 80 void BM_safe_strto64_string(benchmark::State& state) { in BM_safe_strto64_string() argument 81 const int digits = state.range(0); in BM_safe_strto64_string() 82 const int base = state in BM_safe_strto64_string() 108 BM_safe_strtou32_string(benchmark::State& state) BM_safe_strtou32_string() argument 135 BM_safe_strtou64_string(benchmark::State& state) BM_safe_strtou64_string() argument 206 BM_SimpleAtof(benchmark::State& state) BM_SimpleAtof() argument 236 BM_SimpleAtod(benchmark::State& state) BM_SimpleAtod() argument 265 BM_FastHexToBufferZeroPad16(benchmark::State& state) BM_FastHexToBufferZeroPad16() argument [all...] |
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | page_ability_impl_test.cpp | 262 * @tc.desc: Handle transactions in the Initial state 282 AAFwk::LifeCycleStateInfo state; in HWTEST_F() local 283 state.state = ABILITY_STATE_INITIAL; in HWTEST_F() 285 pageAbilityImpl_->HandleAbilityTransaction(want, state); in HWTEST_F() 295 * @tc.desc: Handle transactions in the Inactive state 315 AAFwk::LifeCycleStateInfo state; in HWTEST_F() local 316 state.state = ABILITY_STATE_INACTIVE; in HWTEST_F() 317 pageAbilityImpl_->HandleAbilityTransaction(want, state); in HWTEST_F() 345 AAFwk::LifeCycleStateInfo state; HWTEST_F() local 375 AAFwk::LifeCycleStateInfo state; HWTEST_F() local 405 AAFwk::LifeCycleStateInfo state; HWTEST_F() local 438 AAFwk::LifeCycleStateInfo state; HWTEST_F() local 470 AAFwk::LifeCycleStateInfo state; HWTEST_F() local 505 AAFwk::LifeCycleStateInfo state; HWTEST_F() local 539 AAFwk::LifeCycleStateInfo state; HWTEST_F() local 686 AAFwk::LifeCycleStateInfo state; HWTEST_F() local 717 AAFwk::LifeCycleStateInfo state; HWTEST_F() local 748 AAFwk::LifeCycleStateInfo state; HWTEST_F() local 779 AAFwk::LifeCycleStateInfo state; HWTEST_F() local 810 AAFwk::LifeCycleStateInfo state; HWTEST_F() local 841 AAFwk::LifeCycleStateInfo state; HWTEST_F() local 873 AAFwk::LifeCycleStateInfo state; HWTEST_F() local [all...] |
/base/telephony/core_service/test/unittest/esim_parcel_gtest/mock/src/ |
H A D | parcel.cpp | 42 void MockWriteUint32(bool state, std::list<bool> *mockList) in MockWriteUint32() argument 47 g_mockWriteUint32 = state; in MockWriteUint32() 50 void MockWriteInt32(bool state, std::list<bool> *mockList) in MockWriteInt32() argument 55 g_mockWriteInt32 = state; in MockWriteInt32() 58 void MockWriteString16(bool state, std::list<bool> *mockList) in MockWriteString16() argument 63 g_mockWriteString16 = state; in MockWriteString16() 66 void MockWriteBool(bool state, std::list<bool> *mockList) in MockWriteBool() argument 71 g_mockWriteBool = state; in MockWriteBool() 74 void MockReadUint32(bool state, uint32_t value, std::list<bool> *mockList) in MockReadUint32() argument 80 g_mockReadUint32 = state; in MockReadUint32() 83 MockReadInt32(bool state, std::list<bool> *mockList) MockReadInt32() argument 91 MockReadString16(bool state, std::list<bool> *mockList) MockReadString16() argument 99 MockReadBool(bool state, std::list<bool> *mockList) MockReadBool() argument [all...] |
/foundation/communication/bluetooth/frameworks/cj/access/src/ |
H A D | bluetooth_access_callback.cpp | 48 BluetoothState state = BluetoothState::STATE_OFF; in OnStateChanged() local 49 if (!DealStateChange(transport, status, state)) { in OnStateChanged() 54 HILOGD("state is %{public}d", state); in OnStateChanged() 56 HILOGD("failed to register state change callback"); in OnStateChanged() 59 stateChangeFunc(static_cast<int32_t>(state)); in OnStateChanged() 62 bool CjBluetoothAccessObserver::DealStateChange(const int transport, const int status, BluetoothState &state) in DealStateChange() argument 67 GetBrStateByStatus(status, state, isCallback); in DealStateChange() 69 GetBleStateByStatus(status, state); in DealStateChange() 74 void CjBluetoothAccessObserver::GetBrStateByStatus(const int status, BluetoothState &state, boo argument 98 GetBleStateByStatus(const int status, BluetoothState &state) GetBleStateByStatus() argument [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_pntc_ytransform.c | 40 get_pntc_transform(lower_pntc_ytransform_state *state) in get_pntc_transform() argument 42 if (state->pntc_transform == NULL) { in get_pntc_transform() 46 nir_variable *var = nir_variable_create(state->shader, in get_pntc_transform() 54 memcpy(var->state_slots[0].tokens, state->pntc_state_tokens, in get_pntc_transform() 57 state->pntc_transform = var; in get_pntc_transform() 59 return nir_load_var(&state->b, state->pntc_transform); in get_pntc_transform() 63 lower_load_pointcoord(lower_pntc_ytransform_state *state, in lower_load_pointcoord() argument 66 nir_builder *b = &state->b; in lower_load_pointcoord() 70 nir_ssa_def *transform = get_pntc_transform(state); in lower_load_pointcoord() 87 lower_pntc_ytransform_block(lower_pntc_ytransform_state *state, nir_block *block) lower_pntc_ytransform_block() argument [all...] |
/third_party/node/deps/base64/base64/lib/ |
H A D | lib_openmp.c | 11 // 3) the state flag can be discarded after base64_stream_encode() and 26 struct base64_state state, initial_state; in base64_encode_openmp() local 46 base64_stream_encode_init(&state, flags); in base64_encode_openmp() 47 initial_state = state; in base64_encode_openmp() 52 #pragma omp for firstprivate(state) private(s) reduction(+:sum) schedule(static,1) in base64_encode_openmp() 56 base64_stream_encode(&state, src + i * len, len, out + i * len * 4 / 3, &s); in base64_encode_openmp() 62 // of 3 bytes, we can discard state: in base64_encode_openmp() 63 state = initial_state; in base64_encode_openmp() 66 base64_stream_encode(&state, src + num_threads * len, last_len, out + num_threads * len * 4 / 3, &s); in base64_encode_openmp() 69 base64_stream_encode_final(&state, ou in base64_encode_openmp() 87 struct base64_state state, initial_state; base64_decode_openmp() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | contextualTypingOfOptionalMembers.js | 3 [prop: string]: (state: State) => State; 7 state?: State; 8 view?: (state: State, actions: Actions) => any; 15 state: 100, 35 state?: State; 36 view?: (state: State, actions: Actions) => any; 43 state: 100, 51 type ActionsArray<State> = ((state: State) => State)[]; 56 state: 100, 69 [prop: string]: ((state [all...] |