Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 56) sorted by relevance

123

/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dstm32f4xx.common.lkr7 __shared_start = ORIGIN(shared);
8 __shared_end = ORIGIN(shared) + LENGTH(shared);
Dstm32f401.map.lkr22 shared : ORIGIN = 0x08020000, LENGTH = 384K /* 3x 128K blocks */
Dstm32f411.map.lkr22 shared : ORIGIN = 0x08040000, LENGTH = 256K /* 2x 128K blocks */
Dstm32f412.map.lkr22 shared : ORIGIN = 0x08040000, LENGTH = 768K /* 6x 128K blocks */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dconfigure34 shared=0
55 -s* | --s*) shared=1; shift;;
171 if test $shared -eq 1; then
172 echo Checking for shared library support...
178 echo Building shared library $SHAREDLIBV with $CC.
180 echo No shared library support.
181 shared=0;
184 shared=0;
187 if test $shared -eq 0; then
/device/generic/goldfish-opengl/system/egl/
DAndroid.mk5 $(call emugl-begin-shared-library,libEGL_emulation)
7 $(call emugl-set-shared-library-subpath,egl)
/device/generic/goldfish-opengl/system/gralloc/
DAndroid.mk6 $$(call emugl-begin-shared-library,gralloc.$(1))
8 $$(call emugl-set-shared-library-subpath,hw)
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv1_CM_emul)
7 $(call emugl-set-shared-library-subpath,egl)
/device/sample/frameworks/PlatformLibrary/
DREADME.txt6 shared library, without changing the Android framework. It also shows how to
13 shared library, which is not currently supported in Android.
31 The top-level Android.mk defines the rules to build the shared library itself,
41 the Android API. In the future we will allow shared libraries to have their
56 shared library. This code lives under jni/. The jni/Android.mk file defines
66 shared library. This code lives under client/. Note that the example is
71 against your shared library.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dconfigure69 shared=1
114 -s* | --shared | --enable-shared) shared=1; shift ;;
115 -t | --static) shared=0; shift ;;
382 if test $shared -eq 1; then
383 echo Checking for shared library support... | tee -a configure.log
387 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
389 echo No shared library support. | tee -a configure.log
390 shared=0;
393 shared=0;
396 if test $shared -eq 0; then
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2EncoderUtils.cpp42 assert (ctx->shared() != NULL); in uniformType()
43 return ctx->shared()->getProgramUniformType(program, location); in uniformType()
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv2_enc)
/device/generic/goldfish-opengl/system/GLESv1_enc/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv1_enc)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dunixccompiler.py322 shared = os.path.join(dir, shared_f)
330 shared = os.path.join(sysroot, dir[1:], shared_f)
340 elif os.path.exists(shared):
341 return shared
/device/generic/goldfish-opengl/system/GLESv2/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv2_emulation)
/device/generic/goldfish-opengl/system/GLESv1/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv1_CM_emulation)
/device/generic/goldfish-opengl/tests/ut_rendercontrol_enc/
DAndroid.mk3 $(call emugl-begin-shared-library,libut_rendercontrol_enc)
/device/generic/goldfish-opengl/system/renderControl_enc/
DAndroid.mk3 $(call emugl-begin-shared-library,lib_renderControl_enc)
/device/google/marlin/dataservices/rmnetctl/src/
DMakefile.am11 librmnetctl_la_LDFLAGS := -shared $(common_LDFLAGS)
/device/huawei/angler/dataservices/rmnetctl/src/
DMakefile.am11 librmnetctl_la_LDFLAGS := -shared $(common_LDFLAGS)
/device/generic/goldfish-opengl/
Dcommon.mk24 emugl-begin-shared-library = $(call emugl-begin-module,$1,SHARED_LIBRARY)
248 emugl-set-shared-library-subpath = \
254 emugl-set-shared-library-subpath = \
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DAndroid.mk3 $(call emugl-begin-shared-library,libOpenglSystemCommon)
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciDxe.uni9 // This way avoids the control transfer on a shared port between EHCI and companion host
29 … companion UHCI controller. This method avoids the control transfer on a shared port between EHCI …
/device/google/contexthub/firmware/os/inc/
Dseos.h240 const struct Segment *shared; member
249 const struct Segment *seg = it->shared; in osSegmentIteratorNext()
252 it->shared = next; in osSegmentIteratorNext()
/device/google/marlin/sepolicy/
Dhal_sensors.te19 # Allow access to gralloc shared memory (ion), for sensor direct report

123