Home
last modified time | relevance | path

Searched defs:Target (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/tools/aapt2/
DBindingXmlPullParser.h68 struct Target { struct
84 std::vector<Target> mTargets; argument
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagon.h14 class Target; variable
19 class Target; variable
/frameworks/compile/mclinker/lib/Target/ARM/
DARM.h14 class Target; variable
19 class Target; variable
/frameworks/compile/mclinker/lib/Target/X86/
DX86.h14 class Target; variable
19 class Target; variable
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64.h14 class Target; variable
19 class Target; variable
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Control.c557 LVM_INT32 Target; in LVM_ApplyNewSettings() local
569 LVM_INT32 Target; in LVM_ApplyNewSettings() local
581 LVM_INT32 Target; in LVM_ApplyNewSettings() local
1011 LVM_INT32 Target; in LVM_VCCallBack() local
/frameworks/compile/mclinker/lib/Target/Mips/
DMips.h14 class Target; variable
/frameworks/native/services/surfaceflinger/RenderEngine/
DTexture.h34 enum Target { TEXTURE_2D = 0x0DE1, TEXTURE_EXTERNAL = 0x8D65 }; enum
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVC_Mixer_VarSlope_SetTimeConstant.c67 LVM_INT32 Target; in LVC_Mixer_VarSlope_SetTimeConstant() local
DLVC_Mixer_Private.h32 …LVM_INT32 Target; /* 32 bit number specifying fractional val… member
DLVC_Core_MixSoft_1St_D16C31_WRA.c42 LVM_INT32 Target=pInstance->Target; in LVC_Core_MixSoft_1St_D16C31_WRA() local
DLVC_Core_MixInSoft_D16C31_SAT.c42 LVM_INT32 Target=pInstance->Target; in LVC_Core_MixInSoft_D16C31_SAT() local
/frameworks/compile/mclinker/include/mcld/
DLinker.h23 class Target; variable
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragment.h29 enum Type { Alignment, Fillment, Region, Target, Stub, Null }; enumerator
/frameworks/compile/mclinker/lib/Support/
DTarget.cpp18 Target::Target() in Target() function in mcld::Target
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DAGC.h46 LVM_INT32 Target; /* The target volume setting */ member
DMixer.h36 …LVM_INT32 Target; /* Target value. Set by calling application. Can be change… member
/frameworks/compile/mclinker/include/mcld/Support/
DTarget.h14 class Target; variable
/frameworks/compile/libbcc/include/bcc/Support/
DCompilerConfig.h29 class Target; variable
/frameworks/compile/mclinker/include/mcld/LD/
DLDFileFormat.h34 Target, enumerator
/frameworks/compile/slang/
Dslang_rs_context.cpp47 const clang::TargetInfo &Target, in RSContext()