/frameworks/compile/libbcc/runtime/make/ |
D | AppleBI.mk | 31 install: $(SYMROOT)/usr/local/lib/system/libcompiler_rt.a 32 mkdir -p $(DSTROOT)/usr/local/lib/system 33 cp $(SYMROOT)/usr/local/lib/system/libcompiler_rt.a \ 34 $(DSTROOT)/usr/local/lib/system/libcompiler_rt.a 35 cd $(DSTROOT)/usr/local/lib/system; \ 41 $(SYMROOT)/usr/local/lib/system/libcompiler_rt.a : $(foreach arch,$(RC_ARCHS), \ 43 mkdir -p $(SYMROOT)/usr/local/lib/system
|
/frameworks/base/data/keyboards/ |
D | keyboards.mk | 20 frameworks/base/data/keyboards/$(file):system/usr/keylayout/$(file)) 23 frameworks/base/data/keyboards/$(file):system/usr/keychars/$(file)) 26 frameworks/base/data/keyboards/$(file):system/usr/idc/$(file))
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdBcc.cpp | 361 static void wc_xy(void *usr, uint32_t idx) { in wc_xy() argument 362 MTLaunchStruct *mtls = (MTLaunchStruct *)usr; in wc_xy() 384 bare_fn(p.in, p.out, p.usr, x, p.y, 0, 0); in wc_xy() 392 static void wc_x(void *usr, uint32_t idx) { in wc_x() argument 393 MTLaunchStruct *mtls = (MTLaunchStruct *)usr; in wc_x() 415 bare_fn(p.in, p.out, p.usr, x, 0, 0, 0); in wc_x() 425 const void * usr, in rsdScriptInvokeForEachMtlsSetup() argument 480 mtls->fep.usr = usr; in rsdScriptInvokeForEachMtlsSetup() 510 const void * usr, in rsdScriptLaunchThreads() argument 567 const void * usr, in rsdScriptInvokeForEach() argument [all …]
|
D | rsdRuntimeStubs.cpp | 150 const void *usr) { in SC_ForEach_SAAU() argument 152 rsrForEach(rsc, sc, target, in, out, usr, 0, NULL); in SC_ForEach_SAAU() 158 const void *usr, in SC_ForEach_SAAUS() argument 161 rsrForEach(rsc, sc, target, in, out, usr, 0, call); in SC_ForEach_SAAUS() 167 const void *usr, in SC_ForEach_SAAUL() argument 170 rsrForEach(rsc, sc, target, in, out, usr, usrLen, NULL); in SC_ForEach_SAAUL() 176 const void *usr, in SC_ForEach_SAAULS() argument 180 rsrForEach(rsc, sc, target, in, out, usr, usrLen, call); in SC_ForEach_SAAULS()
|
D | rsdBcc.h | 43 const void * usr, 166 const void * usr, 174 const void * usr,
|
D | rsdCore.h | 29 typedef void (*WorkerCallback_t)(void *usr, uint32_t idx);
|
D | rsdIntrinsicLUT.cpp | 41 ConvolveParams *cp = (ConvolveParams *)p->usr; in LUT_uchar4()
|
/frameworks/rs/driver/ |
D | rsdBcc.cpp | 175 static void wc_xy(void *usr, uint32_t idx) { in wc_xy() argument 176 MTLaunchStruct *mtls = (MTLaunchStruct *)usr; in wc_xy() 222 static void wc_x(void *usr, uint32_t idx) { in wc_x() argument 223 MTLaunchStruct *mtls = (MTLaunchStruct *)usr; in wc_x() 252 const void * usr, in rsdScriptInvokeForEachMtlsSetup() argument 307 mtls->fep.usr = usr; in rsdScriptInvokeForEachMtlsSetup() 337 const void * usr, in rsdScriptLaunchThreads() argument 420 const void * usr, in rsdScriptInvokeForEach() argument 427 rsdScriptInvokeForEachMtlsSetup(rsc, ain, aout, usr, usrLen, sc, &mtls); in rsdScriptInvokeForEach() 434 mtls.fep.usr = drv->mIntrinsicData; in rsdScriptInvokeForEach() [all …]
|
D | rsdBcc.h | 48 const void * usr, 168 const void * usr, 176 const void * usr,
|
D | rsdRuntimeStubs.cpp | 439 const void *usr) { in SC_ForEach_SAAU() argument 441 rsrForEach(rsc, sc, target, in, out, usr, 0, NULL); in SC_ForEach_SAAU() 447 const void *usr, in SC_ForEach_SAAUS() argument 450 rsrForEach(rsc, sc, target, in, out, usr, 0, call); in SC_ForEach_SAAUS() 456 const void *usr, in SC_ForEach_SAAUL() argument 459 rsrForEach(rsc, sc, target, in, out, usr, usrLen, NULL); in SC_ForEach_SAAUL() 465 const void *usr, in SC_ForEach_SAAULS() argument 469 rsrForEach(rsc, sc, target, in, out, usr, usrLen, call); in SC_ForEach_SAAULS()
|
D | rsdCore.h | 29 typedef void (*WorkerCallback_t)(void *usr, uint32_t idx);
|
D | rsdIntrinsicLUT.cpp | 41 ConvolveParams *cp = (ConvolveParams *)p->usr; in LUT_uchar4()
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rsScriptIntrinsic.cpp | 59 const void * usr, in runForEach() argument 63 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc); in runForEach()
|
D | rsScriptC.cpp | 87 const void * usr, in runForEach() argument 95 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc); in runForEach()
|
D | rsScriptC_Lib.cpp | 159 const void *usr, uint32_t usrBytes, in rsrForEach() argument 161 target->runForEach(rsc, /* root slot */ 0, in, out, usr, usrBytes, call); in rsrForEach()
|
D | rsScriptIntrinsic.h | 47 const void * usr,
|
D | rsScriptC.h | 45 const void * usr,
|
D | rsScript.h | 99 const void * usr,
|
/frameworks/rs/ |
D | rsScriptIntrinsic.cpp | 59 const void * usr, in runForEach() argument 63 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc); in runForEach()
|
D | rsScriptC_Lib.cpp | 159 const void *usr, uint32_t usrBytes, in rsrForEach() argument 161 target->runForEach(rsc, /* root slot */ 0, in, out, usr, usrBytes, call); in rsrForEach()
|
D | rsScriptIntrinsic.h | 47 const void * usr,
|
D | rsScriptC.h | 49 const void * usr,
|
D | rsScriptC.cpp | 152 const void * usr, in runForEach() argument 160 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc); in runForEach()
|
/frameworks/rs/cpp/ |
D | Script.cpp | 36 const void *usr, size_t usrLen) const { in forEach() argument 42 rsScriptForEach(mRS->mContext, getID(), slot, in_id, out_id, usr, usrLen); in forEach()
|
/frameworks/compile/libbcc/runtime/test/timing/ |
D | time | 22 INSTALLED=/usr/local/lib/system/libcompiler_rt.a
|