/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_record.cpp | 999 TAG_LOGI(AAFwkTag::APPMGR, "appState: %{public}d, pState: %{public}d, bundle: %{public}s, ability: %{public}s", in AbilityForeground() 2080 TAG_LOGI(AAFwkTag::APPMGR, "window id empty: %{public}d, pState: %{public}d, cState: %{public}d", in OnWindowVisibilityChanged()
|
H A D | app_mgr_service_inner.cpp | 1236 TAG_LOGI(AAFwkTag::APPMGR, "app backgrounded: %{public}s, pState: %{public}d", appRecord->GetBundleName().c_str(), in ApplicationBackgrounded()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 782 // Executing an instruction updates PSTATE.BTYPE, as described in the table 784 // * PSTATE.BTYPE is 00, or 786 // PSTATE.BTYPE (as described in the table below), or
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 3057 auto PState = AArch64PState::lookupPStateByName(Tok.getString()); in tryParseSysReg() local 3059 if (PState && PState->haveFeatures(getSTI().getFeatureBits())) in tryParseSysReg() 3060 PStateImm = PState->Encoding; in tryParseSysReg() 4377 return Error(Loc, "expected writable system register or pstate"); in showMatchError()
|
/third_party/elfutils/tests/ |
H A D | run-readelf-mixed-corenote.sh | 303 pc: 0x0000000000400548, pstate: 0x0000000060000000, fpvalid: 1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 425 struct PState : SysAlias{ struct
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 5161 ipp_pstate_t pstate = IPP_PRINTER_IDLE; in is_disabled() local 5195 pstate = IPP_PRINTER_IDLE; in is_disabled() 5207 pstate = (ipp_pstate_t)ippGetInteger(attr, 0); in is_disabled() 5226 switch (pstate) { in is_disabled() 6156 ipp_pstate_t pstate = IPP_PRINTER_IDLE; in on_job_state() local 6337 pstate = IPP_PRINTER_IDLE; in on_job_state() 6346 pstate = IPP_PRINTER_IDLE; in on_job_state() 6356 pstate = (ipp_pstate_t)ippGetInteger(attr, 0); in on_job_state() 6376 switch (pstate) { in on_job_state() 6434 if (pstate in on_job_state() [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 2239 struct pipe_sampler_state pstate; member 2275 cso->pstate = *state; in crocus_create_sampler_state() 2347 struct pipe_sampler_state *state = &cso->pstate; in crocus_upload_sampler_state() 2648 if (state->pstate.seamless_cube_map && in crocus_upload_sampler_states() 9152 if (samp->pstate.min_img_filter != PIPE_TEX_FILTER_NEAREST && 9153 samp->pstate.mag_img_filter != PIPE_TEX_FILTER_NEAREST) { 9154 if (samp->pstate.wrap_s == PIPE_TEX_WRAP_CLAMP) 9156 if (samp->pstate.wrap_t == PIPE_TEX_WRAP_CLAMP) 9158 if (samp->pstate.wrap_r == PIPE_TEX_WRAP_CLAMP)
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
H A D | mod.rs | 150 pub pstate: ::c_ulonglong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | mod.rs | 57 pub pstate: ::c_ulonglong,
|
/third_party/skia/platform_tools/android/bin/linux/ |
H A D | perfhost | libpthread.so.0 _Jv_RegisterClasses sem_post pthread_attr_init sem_init pthread_mutex_unlock pthread_create raise pthread_attr_setstacksize __errno_location fork nanosleep waitpid pthread_mutex_lock lseek64 ... |
/third_party/libdrm/amdgpu/ |
H A D | amdgpu.h | 948 * \param out_flags - \c [out] output current stable pstate
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 7371 enum radeon_ctx_pstate pstate = enable ? RADEON_CTX_PSTATE_PEAK : RADEON_CTX_PSTATE_NONE; in radv_thread_trace_set_pstate() local 7374 /* pstate is per-device; setting it for one ctx is sufficient. in radv_thread_trace_set_pstate() 7378 return ws->ctx_set_pstate(device->hw_ctx[i], pstate) >= 0; in radv_thread_trace_set_pstate()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | basic_tests.c | 91 { "Stable pstate Test", amdgpu_stable_pstate_test },
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 4024 pub fn sceNetApctlGetState(pstate: *mut ApctlState) -> i32; in sceNetApctlGetState()
|
/third_party/mesa3d/docs/relnotes/ |
H A D | 22.2.0.rst | 859 - radv: Add pstate locking for perfcounters. 5712 - radv: Only set pstate for the first hw_ctx.
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 211657 RbuState *pState = rbuLoadState(p); global() local 211813 rbuSetupCheckpoint(sqlite3rbu *p, RbuState *pState) global() argument 212606 rbuSetupOal(sqlite3rbu *p, RbuState *pState) global() argument 212790 RbuState *pState = 0; global() local [all...] |
/third_party/mesa3d/ |
H A D | .pick_status.json | 25636 "description": "radv: acquire pstate on-demand when capturing with RGP", [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 1345 // Instructions to modify PSTATE, no input reg
|
/third_party/libabigail/tests/data/test-diff-suppr/ |
H A D | test45-abi-wl.xml | 10542 <var-decl name='pstate' type-id='type-id-7' visibility='default' filepath='arch/arm64/include/uapi/asm/ptrace.h' line='78' column='1'/> 10556 <var-decl name='pstate' type-id='type-id-274' visibility='default' filepath='arch/arm64/include/asm/ptrace.h' line='166' column='1'/> [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
H A D | AArch64GenSubtargetInfo.inc | 327 { "uaops", "Enable v8.2 UAO PState", AArch64::FeaturePsUAO, { { { 0x0ULL, 0x0ULL, 0x0ULL, } } } }, [all...] |
H A D | AArch64GenAsmMatcher.inc | 1271 case Feature_HasPsUAOBit: return "ARM v8.2 UAO PState extension (psuao)"; [all...] |
/third_party/libabigail/tests/data/test-diff-filter/ |
H A D | test-PR27569-v1.abi | [all...] |
H A D | test-PR27569-v0.abi | [all...] |
/third_party/NuttX/ |
H A D | ReleaseNotes | 19606 - apps/nshlib: Do not dereference NULL 'pstate' in nsh_console.c. [all...] |