/ndk/build/core/ |
D | definitions.mk | 627 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 …]
|
D | import-locals.mk | 29 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)
|
D | build-binary.mk | 18 $(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 …]
|
D | build-static-library.mk | 29 $(call handle-module-filename,lib,.a) 30 $(call handle-module-built) 33 include $(BUILD_SYSTEM)/build-module.mk
|
D | build-executable.mk | 30 $(call handle-module-filename,,) 31 $(call handle-module-built) 34 include $(BUILD_SYSTEM)/build-module.mk
|
D | build-shared-library.mk | 30 $(call handle-module-filename,lib,.so) 31 $(call handle-module-built) 34 include $(BUILD_SYSTEM)/build-module.mk
|
D | build-module.mk | 29 $(if $(call module-class-check,$(LOCAL_MODULE_CLASS)),,\ 34 $(call module-add,$(LOCAL_MODULE))
|
D | prebuilt-library.mk | 57 $(eval $(call ev-check-module-filename)) 66 include $(BUILD_SYSTEM)/build-module.mk
|
D | setup-toolchain.mk | 206 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/ |
D | Android.mk | 21 $(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/ |
D | 0008-Python-disable-dbm.patch | 8 - # 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/ |
D | gnulib-comp.m4 | 79 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/ |
D | Android.mk | 9 $(call import-module,foo)
|
/ndk/tests/build/multi-module-path/jni/ |
D | Android.mk | 9 $(call import-module,bar)
|
/ndk/tests/build/import-install/jni/ |
D | Android.mk | 9 $(call import-module,path1)
|
/ndk/tests/device/test-cpufeatures/jni/ |
D | Android.mk | 9 $(call import-module,android/cpufeatures)
|
/ndk/tests/build/import-install/path1/ |
D | Android.mk | 14 $(call import-module,path2)
|
/ndk/tests/build/import-static/foo/ |
D | Android.mk | 10 $(call import-module,bar)
|
/ndk/tests/build/multi-module-path/path2/bar/ |
D | Android.mk | 10 $(call import-module,foo)
|
/ndk/tests/build/prebuild-stlport/jni/ |
D | Android.mk | 16 $(call import-module,cxx-stl/stlport)
|
/ndk/tests/device/test-gabi++/jni/ |
D | Android.mk | 15 $(call import-module,cxx-stl/gabi++)
|
/ndk/tests/device/test-stlport/jni/ |
D | Android.mk | 27 $(call import-module,cxx-stl/stlport)
|
/ndk/tests/device/exceptions-crash/jni/ |
D | Android.mk | 29 $(call import-module,cxx-stl/gnu-libstdc++)
|
/ndk/sources/cpufeatures/ |
D | README.TXT | 2 and is now available as an import module (see docs/IMPORT-MODULE.TXT)
|
/ndk/sources/host-tools/make-3.81/ |
D | arscan.c | 49 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()
|