Searched refs:target (Results 1 - 12 of 12) sorted by relevance

/system/bluetooth/data/
H A DAndroid.mk32 $(transform-prebuilt-to-target)
/system/core/libacc/tests/
H A DAndroid.mk22 # Executable for target
59 # Runtime tests for target
/system/core/libacc/
H A DAndroid.mk4 # Shared library for target
/system/core/rootdir/
H A DAndroid.mk27 $(transform-prebuilt-to-target)
34 # Only copy init.rc if the target doesn't have its own.
38 $(transform-prebuilt-to-target)
47 $(transform-prebuilt-to-target)
/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.h34 // ARMAssemblerProxy take ownership of the target
37 ARMAssemblerProxy(ARMAssemblerInterface* target);
40 void setTarget(ARMAssemblerInterface* target);
H A DARMAssemblerProxy.cpp33 ARMAssemblerProxy::ARMAssemblerProxy(ARMAssemblerInterface* target) argument
34 : mTarget(target)
43 void ARMAssemblerProxy::setTarget(ARMAssemblerInterface* target) argument
46 mTarget = target;
H A DGGLAssembler.h170 GGLAssembler(ARMAssemblerInterface* target);
H A DGGLAssembler.cpp33 GGLAssembler::GGLAssembler(ARMAssemblerInterface* target) argument
34 : ARMAssemblerProxy(target), RegisterAllocator(), mOptLevel(7)
/system/core/init/
H A Dbuiltins.c273 char *source, *target, *system; local
293 target = args[3];
303 if (mount(tmp, target, system, flags, options) < 0) {
331 if (mount(tmp, target, system, flags, options) < 0) {
349 if (mount(source, target, system, flags, options) < 0) {
/system/core/include/pixelflinger/
H A Dpixelflinger.h251 void (*texEnvi)(void* c, GGLenum target,
255 void (*texEnvxv)(void* c, GGLenum target,
259 void (*texParameteri)(void* c, GGLenum target,
/system/core/libpixelflinger/
H A Dpixelflinger.cpp332 static void ggl_texEnvi(void* con, GGLenum target, argument
337 if (target != GGL_TEXTURE_ENV || pname != GGL_TEXTURE_ENV_MODE) {
357 static void ggl_texEnvxv(void* con, GGLenum target, argument
361 if (target != GGL_TEXTURE_ENV) {
367 ggl_texEnvi(con, target, pname, params[0]);
389 GGLenum target,
394 if (target != GGL_TEXTURE_2D) {
388 ggl_texParameteri(void* con, GGLenum target, GGLenum pname, GGLint param) argument
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosRgstry.c811 PUCHAR target,
849 target[i++] = val;
808 regReadRatesConfigArray( NDIS_HANDLE SubKeyHandle, PNDIS_STRING Str, PUCHAR target, PUCHAR def, PULONG size ) argument

Completed in 336 milliseconds