/ndk/build/core/ |
D | setup-imports.mk | 33 $(call import-add-path,$(__path))\ 35 $(call import-add-path-optional,$(NDK_ROOT)/sources) 36 $(call import-add-path-optional,$(NDK_ROOT)/../development/ndk/sources)
|
D | build-module.mk | 34 $(call module-add,$(LOCAL_MODULE))
|
D | definitions.mk | 477 module-add = \ 584 module-add-static-depends = \ 585 $(call module-add-depends-any,$1,$2,depends) \ 596 module-add-shared-depends = \ 597 $(call module-add-depends-any,$1,$2,depends) \ 602 module-add-depends-any = \ 752 $(call module-add-static-depends,$1,$(__ndk_modules.$1.STATIC_LIBRARIES))\ 753 $(call module-add-static-depends,$1,$(__ndk_modules.$1.WHOLE_STATIC_LIBRARIES))\ 754 $(call module-add-shared-depends,$1,$(__ndk_modules.$1.SHARED_LIBRARIES))\ 798 modules-add-c++-dependencies = \ [all …]
|
D | main.mk | 68 You can also add new applications by writing an Application.mk file.) 90 $(eval include $(BUILD_SYSTEM)/add-application.mk)\
|
/ndk/tests/device/issue35933-lambda/jni/ |
D | issue35933-lambda.cpp | 6 static void add(int n) in add() function 30 add(delta); in test_lambda()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | innerprod_test.cpp | 27 static size_t add(size_t a_, size_t b_) { in add() function in InnerprodTest 69 size_t result=inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)1, mult, add); in inprod2()
|
/ndk/tests/device/test-stlport/unit/ |
D | innerprod_test.cpp | 27 static size_t add(size_t a_, size_t b_) { in add() function in InnerprodTest 69 size_t result=inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)1, mult, add); in inprod2()
|
/ndk/sources/host-tools/make-3.81/config/ |
D | lib-prefix.m4 | 55 dnl Potentially add $additional_includedir to $CPPFLAGS. 56 dnl But don't add it 80 dnl Really add $additional_includedir to $CPPFLAGS. 86 dnl Potentially add $additional_libdir to $LDFLAGS. 87 dnl But don't add it 111 dnl Really add $additional_libdir to $LDFLAGS.
|
D | lib-link.m4 | 255 dnl Potentially add DIR to ltrpathdirs. 277 dnl Potentially add DIR to rpathdirs. 291 dnl But don't add it if it's already contained in the LDFLAGS 341 dnl Potentially add $additional_includedir to $INCNAME. 342 dnl But don't add it 367 dnl Really add $additional_includedir to $INCNAME. 390 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. 391 dnl But don't add it 417 dnl Really add $additional_libdir to $LIBNAME. 431 dnl Really add $additional_libdir to $LTLIBNAME. [all …]
|
/ndk/tests/build/ssax-instructions/jni/ |
D | test.S | 20 add r3, r3, ip label 57 add sp, sp, #32 @ 0x20 label
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | lib-prefix.m4 | 54 dnl Potentially add $additional_includedir to $CPPFLAGS. 55 dnl But don't add it 79 dnl Really add $additional_includedir to $CPPFLAGS. 85 dnl Potentially add $additional_libdir to $LDFLAGS. 86 dnl But don't add it 110 dnl Really add $additional_libdir to $LDFLAGS.
|
D | strndup.m4 | 18 # AIX 4.3.3, AIX 5.1 have a function that fails to add the terminating '\0'.
|
D | lib-link.m4 | 373 dnl Potentially add DIR to ltrpathdirs. 395 dnl Potentially add DIR to rpathdirs. 409 dnl But don't add it if it's already contained in the LDFLAGS 469 dnl Potentially add $additional_includedir to $INCNAME. 470 dnl But don't add it 495 dnl Really add $additional_includedir to $INCNAME. 518 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. 519 dnl But don't add it 547 dnl Really add $additional_libdir to $LIBNAME. 561 dnl Really add $additional_libdir to $LTLIBNAME. [all …]
|
D | strerror.m4 | 48 dnl The system's strerror() cannot know about the new errno values we add
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | gnulib.mk | 317 all-local: charset.alias ref-add.sed ref-del.sed 339 sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ 344 sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ 374 CLEANFILES += charset.alias ref-add.sed ref-del.sed 376 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
|
/ndk/sources/cxx-stl/llvm-libc++/android/ |
D | README | 31 Android system header wrappers, to add missing declarations 48 if you want to add new test files.
|
/ndk/tests/device/test-basic-exceptions/ |
D | README | 5 and that's it. Alternatively, use it in APP_CFLAGS to add the flag to all your
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_defs.h | 743 bool add(const Dwarf_Abbr_DIE* abbr, Dwarf_AbbrNum num) { in add() function 800 bool add(const Dwarf_Abbr_DIE* abbr) { in add() function 801 return add(abbr, abbr->get_abbr_num()); in add() 860 if (!add(cur_abbr)) { in cache_to()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | sparc_atomic.s | 36 add %o2, 0x1, %o3 ! Increment and store current
|
/ndk/toolchains/arm-linux-androideabi-4.6/ |
D | setup.mk | 105 $(call add-src-files-target-cflags,\
|
/ndk/toolchains/arm-linux-androideabi-4.4.3/ |
D | setup.mk | 104 $(call add-src-files-target-cflags,\
|
/ndk/toolchains/arm-linux-androideabi-4.7/ |
D | setup.mk | 105 $(call add-src-files-target-cflags,\
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | SHELL | 22 # all when $(SHELL) is perl :-/. So, we just add an extra initial /./ which
|
/ndk/toolchains/arm-linux-androideabi-clang3.2/ |
D | setup.mk | 136 $(call add-src-files-target-cflags,\
|
/ndk/toolchains/arm-linux-androideabi-clang3.1/ |
D | setup.mk | 136 $(call add-src-files-target-cflags,\
|