/ndk/tests/device/test-gnustl-full/unit/ |
D | test_errno.cpp | 20 CPPUNIT_TEST(check); 24 void check(); 29 void ErrnoTest::check() in check() function in ErrnoTest
|
/ndk/tests/device/test-stlport/unit/ |
D | test_errno.cpp | 20 CPPUNIT_TEST(check); 24 void check(); 29 void ErrnoTest::check() in check() function in ErrnoTest
|
/ndk/build/core/ |
D | build-executable.mk | 23 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT)) 24 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE)) 25 $(call check-LOCAL_MODULE_FILENAME)
|
D | build-shared-library.mk | 23 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT)) 24 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE)) 25 $(call check-LOCAL_MODULE_FILENAME)
|
D | prebuilt-library.mk | 22 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT)) 23 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE)) 24 $(call check-LOCAL_MODULE_FILENAME) 57 $(eval $(call ev-check-module-filename))
|
D | build-module.mk | 16 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT)) 17 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE)) 29 $(if $(call module-class-check,$(LOCAL_MODULE_CLASS)),,\
|
D | build-static-library.mk | 23 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT)) 24 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE))
|
D | definitions.mk | 132 check-required-vars = $(foreach __varname,$1,\ 793 check-user-define = $(if $(strip $($1)),,\ 806 check-defined-LOCAL_MODULE = \ 807 $(call check-user-define,LOCAL_MODULE,$(local-makefile),$(1)) \ 820 check-LOCAL_MODULE_FILENAME = \ 848 define ev-check-module-filename 875 $$(eval $$(call ev-check-module-filename)) 895 $$(eval $$(call ev-check-module-filename)) 929 check-LOCAL_MODULE = \ 1535 module-class-check = $(call set_is_member,$(NDK_MODULE_CLASSES),$1) [all …]
|
/ndk/tests/ |
D | README | 11 Contains tests used to check the NDK build system itself. 14 Contains tests used to check that NDK-generated binaries work properly
|
/ndk/sources/host-tools/make-3.81/config/ |
D | Makefile.in | 258 check-am: all-am 259 check: check-am 332 .PHONY: all all-am check check-am clean clean-generic distclean \
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | echoing | 17 ."expect no output; just the deletion of a file which we check \n" 21 ."to check the output since an error message would be displayed\n" 24 ."the -s option and check that make did not echo the echo \n"
|
D | errors | 12 ."delete a file and this is what we check for. The second make\n" 64 # The output for this on VOS is too hard to replicate, so we only check it
|
/ndk/sources/host-tools/make-3.81/ |
D | Makefile.am | 19 AUTOMAKE_OPTIONS = 1.8 dist-bzip2 check-news ansi2knr 169 check-regression:
|
D | acinclude.m4 | 33 dnl After checking for functions in the default $LIBS, make a further check 73 dnl Re-check on a function to see if we can pick it up by adding a library. 74 dnl $1 = function to check 75 dnl $2 = library to check in
|
D | Makefile.ami | 145 .PHONY: all check info dvi 236 check-loadavg: loadavg 241 check: check-loadavg
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | Makefile.in | 348 check-am: all-am 349 check: check-am 425 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
/ndk/tests/build/target-c-includes/jni/ |
D | Android.mk | 5 LOCAL_SRC_FILES := check.c
|
/ndk/tests/build/import-install/ |
D | README | 1 The purpose of this test is to check that imported shared libraries
|
/ndk/tests/build/test-inet-defs/ |
D | README | 1 This test is there to check that certain declarations are correctly provided
|
/ndk/tests/build/import-static/ |
D | README | 1 The purpose of this check is to verify that static library imports
|
/ndk/tests/device/test-gabi++/ |
D | README | 4 This is really a way to check that the C++ compiler properly links against
|
/ndk/tests/device/test-basic-rtti/ |
D | README | 4 This is really a way to check that the C++ compiler properly links against
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | Makefile | 404 check-am: all-am 405 check: check-am target 481 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | Makefile.in | 395 check-am: all-am 396 check: check-am 504 .PHONY: all all-am check check-am clean clean-generic dist-info \
|
/ndk/tests/device/test-basic-exceptions/ |
D | README | 8 This is really a way to check that the C++ compiler properly links against
|