/external/pdfium/core/fpdfapi/page/ |
cpdf_contentparser.cpp | 110 CPDF_GeneralState* pState = &m_pParser->GetCurStates()->m_GeneralState; 111 pState->SetBlendType(FXDIB_BLEND_NORMAL); 112 pState->SetStrokeAlpha(1.0f); 113 pState->SetFillAlpha(1.0f); 114 pState->SetSoftMask(nullptr);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wiavideo.h | 77 virtual HRESULT WINAPI GetCurrentState(WIAVIDEO_STATE *pState) = 0; 97 HRESULT (WINAPI *GetCurrentState)(IWiaVideo *This,WIAVIDEO_STATE *pState); 119 #define IWiaVideo_GetCurrentState(This,pState) (This)->lpVtbl->GetCurrentState(This,pState) 146 HRESULT WINAPI IWiaVideo_GetCurrentState_Proxy(IWiaVideo *This,WIAVIDEO_STATE *pState);
|
/prebuilts/misc/common/swig/include/2.0.11/guile/ |
guile_scm_run.swg | 301 print_swig_aux (SCM swig_smob, SCM port, scm_print_state *pstate, 324 print_swig (SCM swig_smob, SCM port, scm_print_state *pstate) 326 return print_swig_aux(swig_smob, port, pstate, ""); 330 print_collectable_swig (SCM swig_smob, SCM port, scm_print_state *pstate) 332 return print_swig_aux(swig_smob, port, pstate, "collectable-"); 336 print_destroyed_swig (SCM swig_smob, SCM port, scm_print_state *pstate) 338 return print_swig_aux(swig_smob, port, pstate, "destroyed-"); 342 print_member_function_swig (SCM swig_smob, SCM port, scm_print_state *pstate)
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
api.h | 342 /// @param pState - Pointer to state 345 SWR_FRONTEND_STATE *pState); 350 /// @param pState - Pointer to state 353 SWR_GS_STATE *pState); 358 /// @param pState - Pointer to geometry shader function 378 /// @param pState - Pointer to state 381 SWR_TS_STATE *pState); 402 /// @param pState - Pointer to state. 405 SWR_DEPTH_STENCIL_STATE *pState); 410 /// @param pState - Pointer to state [all...] |
/bionic/libc/kernel/uapi/asm-arm64/asm/ |
ptrace.h | 52 __u64 pstate; member in struct:user_pt_regs
|
/development/ndk/platforms/android-21/arch-arm64/include/asm/ |
sigcontext.h | 29 __u64 pstate; member in struct:sigcontext
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
sigcontext.h | 31 __u64 pstate; member in struct:sigcontext
|
ptrace.h | 73 __u64 pstate; member in struct:user_pt_regs
|
/external/libunwind/src/aarch64/ |
gen-offsets.c | 66 SC ("state", pstate);
|
/frameworks/base/libs/hwui/tests/scripts/ |
prep_ryu.sh | 31 adb shell "echo 04 > /sys/devices/57000000.gpu/pstate"
|
/prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/asm/ |
sigcontext.h | 29 __u64 pstate; member in struct:sigcontext
|
/prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/asm/ |
sigcontext.h | 29 __u64 pstate; member in struct:sigcontext
|
/prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/asm/ |
sigcontext.h | 29 __u64 pstate; member in struct:sigcontext
|
/prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/asm/ |
sigcontext.h | 29 __u64 pstate; member in struct:sigcontext
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/asm/ |
sigcontext.h | 29 __u64 pstate; member in struct:sigcontext
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
rdpr.d | 16 18: 8f 51 80 00 rdpr %pstate, %g7
|
wrpr.d | 16 18: 8d 91 c0 00 wrpr %g7, %pstate
|
/external/libdrm/include/drm/ |
nouveau_class.h | 322 } ustate; /* out: target pstate index */ 326 __s8 pstate; /* out: current pstate index */ member in struct:nvif_control_pstate_info_v0 333 __s8 state; /* in: index of pstate to query 334 * out: pstate identifier 350 struct nvif_ustate ustate; /* in: pstate identifier */
|
/external/aac/libAACdec/src/ |
aacdec_tns.cpp | 257 FIXP_DBL x, *pState = state; \ 261 x = (pSpec [0]>>1) + fMultDiv2 (*pCoeff++, pState [0]) ; \ 263 x = (pSpec [0]<<s) + fMultDiv2 (*pCoeff++, pState [0]) ; 266 x = fMultAddDiv2 (x, *pCoeff, pState [1]); \ 267 pState [0] = pState [1] - (fMultDiv2 (*pCoeff++, x) <<2) ; \ 268 pState++; 275 *pState =(-x) << 1; \
|
/frameworks/compile/mclinker/include/mcld/Support/ |
FileHandle.h | 78 void setState(IOState pState); 80 void cleanState(IOState pState = GoodBit);
|
/prebuilts/go/darwin-x86/src/runtime/ |
signal_linux_arm64.go | 58 func (c *sigctxt) pstate() uint64 { return c.regs().pstate } func
|
/prebuilts/go/linux-x86/src/runtime/ |
signal_linux_arm64.go | 58 func (c *sigctxt) pstate() uint64 { return c.regs().pstate } func
|
/system/core/debuggerd/libdebuggerd/arm64/ |
machine.cpp | 63 _LOG(log, logtype::REGISTERS, " sp %016llx pc %016llx pstate %016llx\n", r.sp, r.pc, \ 64 r.pstate)
|
/frameworks/compile/mclinker/lib/Support/ |
FileHandle.cpp | 201 void FileHandle::setState(FileHandle::IOState pState) { 202 m_State |= pState; 205 void FileHandle::cleanState(FileHandle::IOState pState) { 206 m_State = pState;
|
/system/core/libunwindstack/ |
User.h | 92 uint64_t pstate; member in struct:unwindstack::arm64_user_regs
|