Searched refs:compile (Results 1 – 25 of 51) sorted by relevance
123
56 EXPECTED_OUTPUT_NO_FILTER_RE = re.compile(r"""FooDeathTest\.100 EXPECTED_OUTPUT_FILTER_FOO_RE = re.compile(r"""FooDeathTest\.
103 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+)?)')
65 HELP_REGEX = re.compile(
11 #error This test should not compile.
460 compile466 compile470 compile483 compile525 compile () function557 compile
198 the '--target-arch=i686' option. Otherwise, use -m32 or -m64 at compile/link202 toolchain prefix, e.g. <prefix>-gcc to compile. For example, to generate
41 def compile(self, source_files, out=None, flags=None, env=None, cwd=None): member in AndroidCXXCompiler43 return super(AndroidCXXCompiler, self).compile(source_files, out, flags,
249 mostlyclean-compile:252 distclean-compile:383 distclean-am: clean-am distclean-compile distclean-generic \413 mostlyclean-am: mostlyclean-compile mostlyclean-generic426 clean-noinstLIBRARIES ctags distclean distclean-compile \432 maintainer-clean-generic mostlyclean mostlyclean-compile \
30 * fnmatch.c: Last GLIBC version wouldn't compile outside of GLIBC109 on the compile line. This is because when build.sh runs it merely
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
39 Run PROGRAMS ARGS to compile a file, generating dependencies
83 def compile(self, source_files, out=None, flags=[], env=None, cwd=None): member in CXXCompiler110 cc_cmd, cc_stdout, cc_stderr, rc = self.compile(150 cmd, out, err, rc = self.compile(os.devnull, out=os.devnull,
247 mostlyclean-compile:250 distclean-compile:439 distclean-am: clean-am distclean-compile distclean-generic \469 mostlyclean-am: mostlyclean-compile mostlyclean-generic482 clean-noinstLIBRARIES ctags distclean distclean-compile \488 maintainer-clean-generic mostlyclean mostlyclean-compile \
23 Note: - Points 3 and 4 can be turned off at compile time by adding34 - At compile time you can turn off that cmd is used as default shell39 - At compile time you can set CPPFLAGS="-DNO_CHDIR2" to turn off that84 Note: Although it is possible to compile make using "./configure",136 before you compile make. This is due to some restrictions of the
30 If you need to do unusual things to compile the package, please try42 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 for88 You can compile the package for more than one kind of computer at the97 variable, you have to compile the package for one architecture at a
55 -- must know STACK_DIRECTION at compile-time
440 $(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…
1607 define ev-compile-c-source1635 define ev-compile-asm-source1677 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-source1737 compile-cpp-source = $(eval $(call ev-compile-cpp-source,$1,$2))1752 define ev-compile-rs-source1800 compile-rs-source = $(eval $(call ev-compile-rs-source,$1,$2,$3,$4,$5,$6))
35 directory in the Makefile. Calling make should then compile two executables
67 std_pattern = re.compile(r'-std=(c\+\+\d[0-9x-z])')
118 and Xcode) to compile132 Next, you should compile your test source file with204 the same option to compile both gtest and the test code. If you use302 To compile *gtest* as a shared library, add310 To compile your *tests* that use the gtest shared library, add375 Test will no longer compile. This should affect very few people, as a376 large portion of STL (including <string>) doesn't compile in this mode388 functionality, you'll want to compile and run Google Test's own tests.
60 equivalent), you must compile the pieces manually. We have87 This is also said to compile on Macintosh OS 9 systems, using the
7 .o and statically creates a compile command with the target
154 cmd, out, err, rc = self.cxx.compile(source_path, out=os.devnull,