Home
last modified time | relevance | path

Searched refs:compile (Results 1 – 25 of 51) sorted by relevance

123

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_list_tests_unittest.py56 EXPECTED_OUTPUT_NO_FILTER_RE = re.compile(r"""FooDeathTest\.
100 EXPECTED_OUTPUT_FILTER_FOO_RE = re.compile(r"""FooDeathTest\.
Dgtest_filter_unittest.py103 PARAM_TEST_REGEX = re.compile(r'/ParamTest')
106 TEST_CASE_REGEX = re.compile(r'^\[\-+\] \d+ tests? from (\w+(/\w+)?)')
109 TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)')
Dgtest_help_test.py65 HELP_REGEX = re.compile(
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/selftest/
Dtest.fail.cpp11 #error This test should not compile.
/ndk/build/tools/
Dndk-common.sh460 compile
466 compile
470 compile
483 compile
525 compile () function
557 compile
Dbuild-mingw64-toolchain.sh198 the '--target-arch=i686' option. Otherwise, use -m32 or -m64 at compile/link
202 toolchain prefix, e.g. <prefix>-gcc to compile. For example, to generate
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
Dcompiler.py41 def compile(self, source_files, out=None, flags=None, env=None, cwd=None): member in AndroidCXXCompiler
43 return super(AndroidCXXCompiler, self).compile(source_files, out, flags,
/ndk/sources/host-tools/make-3.81/glob/
DMakefile.in249 mostlyclean-compile:
252 distclean-compile:
383 distclean-am: clean-am distclean-compile distclean-generic \
413 mostlyclean-am: mostlyclean-compile mostlyclean-generic
426 clean-noinstLIBRARIES ctags distclean distclean-compile \
432 maintainer-clean-generic mostlyclean mostlyclean-compile \
DChangeLog30 * fnmatch.c: Last GLIBC version wouldn't compile outside of GLIBC
109 on the compile line. This is because when build.sh runs it merely
/ndk/sources/host-tools/make-3.81/config/
Dcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
Ddepcomp39 Run PROGRAMS ARGS to compile a file, generating dependencies
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
Dcompiler.py83 def compile(self, source_files, out=None, flags=[], env=None, cwd=None): member in CXXCompiler
110 cc_cmd, cc_stdout, cc_stderr, rc = self.compile(
150 cmd, out, err, rc = self.compile(os.devnull, out=os.devnull,
/ndk/sources/host-tools/make-3.81/w32/
DMakefile247 mostlyclean-compile:
250 distclean-compile:
439 distclean-am: clean-am distclean-compile distclean-generic \
469 mostlyclean-am: mostlyclean-compile mostlyclean-generic
482 clean-noinstLIBRARIES ctags distclean distclean-compile \
488 maintainer-clean-generic mostlyclean mostlyclean-compile \
DMakefile.in247 mostlyclean-compile:
250 distclean-compile:
439 distclean-am: clean-am distclean-compile distclean-generic \
469 mostlyclean-am: mostlyclean-compile mostlyclean-generic
482 clean-noinstLIBRARIES ctags distclean distclean-compile \
488 maintainer-clean-generic mostlyclean mostlyclean-compile \
/ndk/sources/host-tools/make-3.81/
DREADME.OS223 Note: - Points 3 and 4 can be turned off at compile time by adding
34 - At compile time you can turn off that cmd is used as default shell
39 - At compile time you can set CPPFLAGS="-DNO_CHDIR2" to turn off that
84 Note: Although it is possible to compile make using "./configure",
136 before you compile make. This is due to some restrictions of the
DINSTALL30 If you need to do unusual things to compile the package, please try
42 The simplest way to compile this package is:
53 2. Type `make' to compile the package.
63 files that `configure' created (so you can compile the package for
88 You can compile the package for more than one kind of computer at the
97 variable, you have to compile the package for one architecture at a
Dalloca.c55 -- must know STACK_DIRECTION at compile-time
/ndk/build/core/
Dbuild-binary.mk440 $(call compile-cpp-source,$(LOCAL_PCH),$(LOCAL_BUILT_PCH).gch)
459 $(foreach src,$(filter %.c,$(LOCAL_SRC_FILES)), $(call compile-c-source,$(src),$(call get-object-na…
460 $(foreach src,$(filter %.S %.s,$(LOCAL_SRC_FILES)), $(call compile-s-source,$(src),$(call get-objec…
462 $(call compile-cpp-source,$(src),$(call get-object-name,$(src)))\
466 …$(call compile-rs-source,$(src),$(call get-rs-scriptc-name,$(src)),$(call get-rs-bc-name,$(src)),$…
470 $(foreach src,$(filter %.asm,$(LOCAL_SRC_FILES)), $(call compile-asm-source,$(src),$(call get-objec…
Ddefinitions.mk1607 define ev-compile-c-source
1635 define ev-compile-asm-source
1677 compile-c-source = $(eval $(call ev-compile-c-source,$1,$2))
1687 compile-s-source = $(eval $(call ev-compile-c-source,$1,$2))
1697 compile-asm-source = $(eval $(call ev-compile-asm-source,$1,$2))
1708 define ev-compile-cpp-source
1737 compile-cpp-source = $(eval $(call ev-compile-cpp-source,$1,$2))
1752 define ev-compile-rs-source
1800 compile-rs-source = $(eval $(call ev-compile-rs-source,$1,$2,$3,$4,$5,$6))
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DREADME35 directory in the Makefile. Calling make should then compile two executables
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
Dconfig.py67 std_pattern = re.compile(r'-std=(c\+\+\d[0-9x-z])')
/ndk/sources/third_party/googletest/googletest/
DREADME118 and Xcode) to compile
132 Next, you should compile your test source file with
204 the same option to compile both gtest and the test code. If you use
302 To compile *gtest* as a shared library, add
310 To compile your *tests* that use the gtest shared library, add
375 Test will no longer compile. This should affect very few people, as a
376 large portion of STL (including <string>) doesn't compile in this mode
388 functionality, you'll want to compile and run Google Test's own tests.
/ndk/sources/host-tools/nawk-20071023/
DREADME60 equivalent), you must compile the pieces manually. We have
87 This is also said to compile on Macintosh OS 9 systems, using the
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dstatipattrules7 .o and statically creates a compile command with the target
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dformat.py154 cmd, out, err, rc = self.cxx.compile(source_path, out=os.devnull,

123