Searched refs:shared (Results 1 – 25 of 56) sorted by relevance
123
/device/google/contexthub/firmware/os/platform/stm32/lkr/ |
D | stm32f4xx.common.lkr | 7 __shared_start = ORIGIN(shared); 8 __shared_end = ORIGIN(shared) + LENGTH(shared);
|
D | stm32f401.map.lkr | 22 shared : ORIGIN = 0x08020000, LENGTH = 384K /* 3x 128K blocks */
|
D | stm32f411.map.lkr | 22 shared : ORIGIN = 0x08040000, LENGTH = 256K /* 2x 128K blocks */
|
D | stm32f412.map.lkr | 22 shared : ORIGIN = 0x08040000, LENGTH = 768K /* 6x 128K blocks */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | configure | 34 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/ |
D | Android.mk | 5 $(call emugl-begin-shared-library,libEGL_emulation) 7 $(call emugl-set-shared-library-subpath,egl)
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | Android.mk | 6 $$(call emugl-begin-shared-library,gralloc.$(1)) 8 $$(call emugl-set-shared-library-subpath,hw)
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | Android.mk | 4 $(call emugl-begin-shared-library,libGLESv1_CM_emul) 7 $(call emugl-set-shared-library-subpath,egl)
|
/device/sample/frameworks/PlatformLibrary/ |
D | README.txt | 6 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/ |
D | configure | 69 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/ |
D | GL2EncoderUtils.cpp | 42 assert (ctx->shared() != NULL); in uniformType() 43 return ctx->shared()->getProgramUniformType(program, location); in uniformType()
|
D | Android.mk | 4 $(call emugl-begin-shared-library,libGLESv2_enc)
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | Android.mk | 4 $(call emugl-begin-shared-library,libGLESv1_enc)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | unixccompiler.py | 322 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/ |
D | Android.mk | 4 $(call emugl-begin-shared-library,libGLESv2_emulation)
|
/device/generic/goldfish-opengl/system/GLESv1/ |
D | Android.mk | 4 $(call emugl-begin-shared-library,libGLESv1_CM_emulation)
|
/device/generic/goldfish-opengl/tests/ut_rendercontrol_enc/ |
D | Android.mk | 3 $(call emugl-begin-shared-library,libut_rendercontrol_enc)
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | Android.mk | 3 $(call emugl-begin-shared-library,lib_renderControl_enc)
|
/device/google/marlin/dataservices/rmnetctl/src/ |
D | Makefile.am | 11 librmnetctl_la_LDFLAGS := -shared $(common_LDFLAGS)
|
/device/huawei/angler/dataservices/rmnetctl/src/ |
D | Makefile.am | 11 librmnetctl_la_LDFLAGS := -shared $(common_LDFLAGS)
|
/device/generic/goldfish-opengl/ |
D | common.mk | 24 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/ |
D | Android.mk | 3 $(call emugl-begin-shared-library,libOpenglSystemCommon)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
D | EhciDxe.uni | 9 // 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/ |
D | seos.h | 240 const struct Segment *shared; member 249 const struct Segment *seg = it->shared; in osSegmentIteratorNext() 252 it->shared = next; in osSegmentIteratorNext()
|
/device/google/marlin/sepolicy/ |
D | hal_sensors.te | 19 # Allow access to gralloc shared memory (ion), for sensor direct report
|
123