Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 103) sorted by relevance

12345

/ndk/tests/device/test-gnustl-full/unit/
Dtest_errno.cpp20 CPPUNIT_TEST(check);
24 void check();
29 void ErrnoTest::check() in check() function in ErrnoTest
/ndk/tests/device/test-stlport/unit/
Dtest_errno.cpp20 CPPUNIT_TEST(check);
24 void check();
29 void ErrnoTest::check() in check() function in ErrnoTest
/ndk/build/core/
Dbuild-executable.mk23 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT))
24 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE))
25 $(call check-LOCAL_MODULE_FILENAME)
Dbuild-shared-library.mk23 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT))
24 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE))
25 $(call check-LOCAL_MODULE_FILENAME)
Dprebuilt-library.mk22 $(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))
Dbuild-module.mk16 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT))
17 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE))
29 $(if $(call module-class-check,$(LOCAL_MODULE_CLASS)),,\
Dbuild-static-library.mk23 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT))
24 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE))
Ddefinitions.mk132 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/
DREADME11 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/
DMakefile.in258 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/
Dechoing17 ."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"
Derrors12 ."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/
DMakefile.am19 AUTOMAKE_OPTIONS = 1.8 dist-bzip2 check-news ansi2knr
169 check-regression:
Dacinclude.m433 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
DMakefile.ami145 .PHONY: all check info dvi
236 check-loadavg: loadavg
241 check: check-loadavg
/ndk/sources/host-tools/make-3.81/glob/
DMakefile.in348 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/
DAndroid.mk5 LOCAL_SRC_FILES := check.c
/ndk/tests/build/import-install/
DREADME1 The purpose of this test is to check that imported shared libraries
/ndk/tests/build/test-inet-defs/
DREADME1 This test is there to check that certain declarations are correctly provided
/ndk/tests/build/import-static/
DREADME1 The purpose of this check is to verify that static library imports
/ndk/tests/device/test-gabi++/
DREADME4 This is really a way to check that the C++ compiler properly links against
/ndk/tests/device/test-basic-rtti/
DREADME4 This is really a way to check that the C++ compiler properly links against
/ndk/sources/host-tools/make-3.81/w32/
DMakefile404 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/
DMakefile.in395 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/
DREADME8 This is really a way to check that the C++ compiler properly links against

12345