Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 64) sorted by relevance

123

/ndk/build/core/
Ddefinitions.mk627 module-add = \
630 $(call __ndk_info,Trying to define local module '$1' in $(LOCAL_MAKEFILE).)\
631 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).)\
638 $(if $(call module-class-is-installable,$(LOCAL_MODULE_CLASS)),\
644 $(call module-handle-c++-features,$1)
648 module-get-class = $(__ndk_modules.$1.MODULE_CLASS)
651 module-get-built = $(__ndk_modules.$1.BUILT_MODULE)
657 module-is-installable = $(call module-class-is-installable,$(call module-get-class,$1))
663 module-is-prebuilt = $(call module-class-is-prebuilt,$(call module-get-class,$1))
673 module-get-export = $(__ndk_modules.$1.EXPORT_$2)
[all …]
Dimport-locals.mk29 all_depends := $(call module-get-all-dependencies,$(LOCAL_MODULE))
32 imported_CFLAGS := $(call module-get-listed-export,$(all_depends),CFLAGS)
33 imported_CPPFLAGS := $(call module-get-listed-export,$(all_depends),CPPFLAGS)
34 imported_C_INCLUDES := $(call module-get-listed-export,$(all_depends),C_INCLUDES)
37 $(info Imports for module $(LOCAL_MODULE):)
61 imported_LDLIBS := $(call module-get-listed-export,$(all_depends),LDLIBS)
Dbuild-binary.mk18 $(call module-restore-locals,$(LOCAL_MODULE))
217 …$(call __ndk_info,WARNING: Unsupported source file extensions in $(LOCAL_MAKEFILE) for module $(LO…
234 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),rtti))
237 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),exceptions))
244 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),rtti exceptions))
274 LOCAL_STATIC_LIBRARIES := $(call module-get-depends,$(LOCAL_STATIC_LIBRARIES),STATIC_LIBRARIE…
275 LOCAL_WHOLE_STATIC_LIBRARIES := $(call module-get-depends,$(LOCAL_WHOLE_STATIC_LIBRARIES),WHOLE_STA…
277 static_libraries := $(call map,module-get-built,$(LOCAL_STATIC_LIBRARIES))
278 whole_static_libraries := $(call map,module-get-built,$(LOCAL_WHOLE_STATIC_LIBRARIES))
280 shared_libraries := $(call map,module-get-built,$(LOCAL_SHARED_LIBRARIES))\
[all …]
Dbuild-static-library.mk29 $(call handle-module-filename,lib,.a)
30 $(call handle-module-built)
33 include $(BUILD_SYSTEM)/build-module.mk
Dbuild-executable.mk30 $(call handle-module-filename,,)
31 $(call handle-module-built)
34 include $(BUILD_SYSTEM)/build-module.mk
Dbuild-shared-library.mk30 $(call handle-module-filename,lib,.so)
31 $(call handle-module-built)
34 include $(BUILD_SYSTEM)/build-module.mk
Dbuild-module.mk29 $(if $(call module-class-check,$(LOCAL_MODULE_CLASS)),,\
34 $(call module-add,$(LOCAL_MODULE))
Dprebuilt-library.mk57 $(eval $(call ev-check-module-filename))
66 include $(BUILD_SYSTEM)/build-module.mk
Dsetup-toolchain.mk206 WANTED_MODULES := $(call module-get-all-dependencies,$(NDK_APP_MODULES))
209 WANTED_INSTALLED_MODULES += $(call map,module-get-installed,$(WANTED_MODULES))
/ndk/tests/device/multi-static-instances/jni/
DAndroid.mk21 $(call import-module,cxx-stl/gnu-libstdc++)
22 $(call import-module,cxx-stl/stlport)
23 $(call import-module,cxx-stl/system)
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/
D0008-Python-disable-dbm.patch8 - # The standard Unix dbm module:
78 - # Anthony Baxter's gdbm module. GNU dbm(3) will require -lgdbm:
89 # Steen Lumholt's termios module
/ndk/sources/host-tools/sed-4.2.1/m4/
Dgnulib-comp.m479 AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.])
209 # Like AC_LIBOBJ, except that the module name goes
216 # Like AC_REPLACE_FUNCS, except that the module name goes
225 # and alloca is special cased (for the alloca-opt module).
236 # Like AC_LIBOBJ, except that the module name goes
243 # Like AC_REPLACE_FUNCS, except that the module name goes
252 # and alloca is special cased (for the alloca-opt module).
/ndk/tests/build/import-static/jni/
DAndroid.mk9 $(call import-module,foo)
/ndk/tests/build/multi-module-path/jni/
DAndroid.mk9 $(call import-module,bar)
/ndk/tests/build/import-install/jni/
DAndroid.mk9 $(call import-module,path1)
/ndk/tests/device/test-cpufeatures/jni/
DAndroid.mk9 $(call import-module,android/cpufeatures)
/ndk/tests/build/import-install/path1/
DAndroid.mk14 $(call import-module,path2)
/ndk/tests/build/import-static/foo/
DAndroid.mk10 $(call import-module,bar)
/ndk/tests/build/multi-module-path/path2/bar/
DAndroid.mk10 $(call import-module,foo)
/ndk/tests/build/prebuild-stlport/jni/
DAndroid.mk16 $(call import-module,cxx-stl/stlport)
/ndk/tests/device/test-gabi++/jni/
DAndroid.mk15 $(call import-module,cxx-stl/gabi++)
/ndk/tests/device/test-stlport/jni/
DAndroid.mk27 $(call import-module,cxx-stl/stlport)
/ndk/tests/device/exceptions-crash/jni/
DAndroid.mk29 $(call import-module,cxx-stl/gnu-libstdc++)
/ndk/sources/cpufeatures/
DREADME.TXT2 and is now available as an import module (see docs/IMPORT-MODULE.TXT)
/ndk/sources/host-tools/make-3.81/
Darscan.c49 VMS_get_member_info (struct dsc$descriptor_s *module, unsigned long *rfa) in VMS_get_member_info() argument
87 for (i = 0; i < module->dsc$w_length; i++) in VMS_get_member_info()
88 filename[i] = _tolower ((unsigned char)module->dsc$a_pointer[i]); in VMS_get_member_info()

123