Searched refs:targets (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Drule_recursion_overflow_error.rb8 @targets = []
12 @targets << target
16 super + ": [" + @targets.reverse.join(' => ') + "]"
/macosx-10.10.1/llvmCore-3425.0.34/tools/llc/
H A DMakefile12 LINK_COMPONENTS := all-targets bitreader asmparser
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-mc/
H A DMakefile12 LINK_COMPONENTS := all-targets MCDisassembler MCParser MC support
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-objdump/
H A DMakefile12 LINK_COMPONENTS := all-targets DebugInfo MC MCParser MCDisassembler Object
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-rtdyld/
H A DMakefile12 LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT
/macosx-10.10.1/tcl-105/tcl_ext/
H A DSubprojActions.make18 targets += $$($(1)_subprojs)
29 $(targets):
33 .PHONY: $(Actions) $(Actions_nodeps) $(targets)
/macosx-10.10.1/curl-83.1.2/curl/packages/Linux/RPM/
H A Dmake_curl_rpm40 targets="curl curl-ssl"
41 for target in $targets
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dreadelf.s10 # MIPS targets put .rela.text here.
14 # MIPS targets put .reginfo and .mdebug here.
15 # v850 targets put .call_table_data and .call_table_text here.
/macosx-10.10.1/ruby-106/ruby/test/rss/
H A Dtest_dublincore.rb108 targets = ["channel", "channel/item[3]"]
109 assert_dc_to_s(@rss20_source, @rss20_parents, false, targets)
110 assert_dc_to_s(@rss20_source, @rss20_parents, true, targets)
112 targets = [".", "entry"]
113 assert_dc_to_s(@atom_feed_source, @atom_feed_parents, false, targets)
114 assert_dc_to_s(@atom_feed_source, @atom_feed_parents, true, targets)
116 targets = ["."]
117 assert_dc_to_s(@atom_entry_source, @atom_entry_parents, false, targets)
118 assert_dc_to_s(@atom_entry_source, @atom_entry_parents, true, targets)
231 targets
[all...]
H A Drss-assertions.rb926 targets = chain_reader(maker, maker_readers)
927 targets.each do |target|
974 targets = chain_reader(maker, maker_readers)
975 targets.new_child
983 targets = chain_reader(maker, maker_readers)
984 target = targets.new_child
993 targets = chain_reader(maker, maker_readers)
994 target = targets.new_child
1003 targets = chain_reader(maker, maker_readers)
1004 target = targets
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/uresb/
H A Dresources.mak15 @echo All targets are up to date
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Darc-dis.h57 int targets[4]; member in struct:arcDisState
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/Accessible2/
H A DAccessible2_2.idl101 /** @brief Returns relation targets for a specified target type.
105 The number of targets requested. 0 indicates that all targets should be returned.
106 @param [out] targets
109 The number of targets returned; the size of the returned array.
111 @retval S_FALSE if there are no targets, [out] values are NULL and 0 respectively.
118 [out, size_is(,*nTargets)] IUnknown ***targets,
H A DAccessibleRelation.idl124 multiple additional targets, e.g. one for every other member in the group.
183 /** @brief Returns the number of targets for this relation.
206 /** @brief Returns multiple accessible relation targets
209 @param [out] targets
215 actual number of targets in the returned array (not more than maxTargets)
219 [propget] HRESULT targets
223 IUnknown **targets,
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dtransreg.cpp196 * Spec class for sources and targets.
748 Hashtable *targets = (Hashtable*) specDAG.get(source); local
749 return (targets == 0) ? 0 : targets->count();
755 Hashtable *targets = (Hashtable*) specDAG.get(source); local
756 if (targets == 0) {
763 e = targets->nextElement(pos);
778 Hashtable *targets = (Hashtable*) specDAG.get(source); local
779 if (targets == 0) {
782 UVector *variants = (UVector*) targets
791 Hashtable *targets = (Hashtable*) specDAG.get(source); local
935 Hashtable *targets = (Hashtable*) specDAG.get(source); local
981 Hashtable *targets = (Hashtable*) specDAG.get(source); local
[all...]
/macosx-10.10.1/vim-55/src/
H A Ddosinst.c342 targets[i].oldbat = searchpath_save(targets[i].batname);
344 targets[i].oldexe = searchpath_save(targets[i].exename);
346 if (default_bat_dir == NULL && targets[i].oldbat != NULL)
348 default_bat_dir = alloc(strlen(targets[i].oldbat) + 1);
349 strcpy(default_bat_dir, targets[i].oldbat);
352 if (check_bat_only && targets[i].oldbat != NULL)
354 free(targets[i].oldbat);
355 targets[
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Doptionobj.rb100 targets = [target]
104 targets = @observ.dup
111 targets.each{|win|
/macosx-10.10.1/llvmCore-3425.0.34/
H A DGNUmakefile23 targets = echo $(RC_ARCHS) macro
24 TARGETS := $(shell $(targets))
/macosx-10.10.1/llvmCore-3425.0.34/utils/buildit/
H A DGNUmakefile23 targets = echo $(RC_ARCHS) macro
24 TARGETS := $(shell $(targets))
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/doc/
H A DMakefile.am10 syms.texi targets.texi init.texi hash.texi linker.texi \
17 section.p syms.p targets.p \
33 $(srcdir)/../syms.c $(srcdir)/../targets.c \
43 $(srcdir)/../targets.c $(srcdir)/../init.c
172 targets.texi: chew.c $(srcdir)/../targets.c $(srcdir)/doc.str
174 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../targets.c >targets.tmp
175 $(SHELL) $(srcdir)/../../move-if-change targets.tmp targets
[all...]
/macosx-10.10.1/apache-793/httpd/build/
H A DNWGNUhead.inc8 # Define base targets and rules
31 else # LM_LICENSE_FILE must be defined so use the real targets
52 @echo $(DL)targets for RELEASE=$(RELEASE):$(DL)
65 @echo $(DL)Multiple targets can be used on a single nmake command line -$(DL)
80 # build recursive targets
96 # Standard targets
/macosx-10.10.1/apr-32/apr/apr/build/
H A DNWGNUhead.inc8 # Define base targets and rules
31 else # LM_LICENSE_FILE must be defined so use the real targets
42 @echo $(DL)targets for RELEASE=$(RELEASE):$(DL)
55 @echo $(DL)Multiple targets can be used on a single make command line -$(DL)
67 # build recursive targets
83 # Standard targets
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dmakefile.vms23 targets.obj,hash.obj,linker.obj,elf.obj,srec.obj,binary.obj,tekhex.obj,\
66 targets.c: targmatch.h
/macosx-10.10.1/llvmCore-3425.0.34/tools/lto/
H A DMakefile12 LINK_COMPONENTS := all-targets ipo scalaropts linker bitreader bitwriter \
/macosx-10.10.1/xar-254/xar/
H A DINSTALL49 Additional build targets of finer granularity include:
54 Additional install targets of finer granularity include:
59 Uninstall targets include:
65 Cleanup targets include:

Completed in 436 milliseconds

1234