OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:targets
(Results
101 - 125
of
1149
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clearsilver/cs/
Makefile
27
TARGETS
= $(CS_LIB) $(CSTEST_EXE) $(CSR_EXE) test
39
all: $(
TARGETS
)
103
$(RM) Makefile.depends $(
TARGETS
) core *.o *.out
/external/clearsilver/java-jni/
Makefile
27
TARGETS
= org_clearsilver_HDF.h org_clearsilver_CS.h $(NEO_UTIL_SO)
29
all: $(
TARGETS
) test
90
$(RM) -f Makefile.depends $(
TARGETS
)
/external/icu4c/samples/
Makefile
25
## List of phony
targets
34
## List of standard
targets
50
## Recursive
targets
Makefile.in
25
## List of phony
targets
34
## List of standard
targets
50
## Recursive
targets
/external/icu4c/test/
Makefile.in
23
## List of phony
targets
32
## List of standard
targets
49
## Recursive
targets
/external/proguard/src/proguard/optimize/peephole/
InstructionSequencesReplacer.java
51
* initialized to indicate branch
targets
78
* initialized to indicate branch
targets
108
* initialized to indicate branch
targets
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
SdkTestCase.java
89
* Checks that the provided sdk contains one or more valid
targets
.
93
assertTrue("sdk has no
targets
", sdk.getTargets().length > 0);
97
fail("Failed to parse
targets
data");
/external/dropbear/
Makefile.in
99
TARGETS
=dropbearmulti
101
TARGETS
=$(PROGRAMS)
113
all: $(
TARGETS
)
115
strip: $(
TARGETS
)
116
$(STRIP) $(addsuffix $(EXEEXT), $(
TARGETS
))
118
install: $(addprefix inst_, $(
TARGETS
))
/external/icu4c/test/testdata/
testdata.mak
99
#
Targets
for nfscsi.spp
104
#
Targets
for nfscss.spp
109
#
Targets
for nfscis.spp
114
#
Targets
for nfsmxs.spp
119
#
Targets
for nfsmxp.spp
125
#
Targets
for test converter data
/dalvik/libcore/security/src/test/java/tests/targets/security/
AllTests.java
17
package tests.
targets
.security;
29
TestSuite suite = tests.TestSuiteFactory.createTestSuite("All tests for package tests.
targets
.security;");
/external/bison/
GNUmakefile
4
# It is necessary if you want to build
targets
usually of interest
57
# build multiple
targets
on one command line.
/external/guava/src/com/google/common/collect/
EmptyImmutableList.java
99
@Override public boolean containsAll(Collection<?>
targets
) {
100
return
targets
.isEmpty();
EmptyImmutableSortedSet.java
69
@Override public boolean containsAll(Collection<?>
targets
) {
70
return
targets
.isEmpty();
/external/icu4c/extra/scrptrun/
Makefile
40
## List of phony
targets
47
## List of standard
targets
Makefile.in
40
## List of phony
targets
47
## List of standard
targets
/external/icu4c/test/perf/charperf/
Makefile.in
29
## List of phony
targets
36
## List of standard
targets
/external/icu4c/test/perf/collationperf/
Makefile.in
29
## List of phony
targets
36
## List of standard
targets
/external/icu4c/test/perf/collperf/
Makefile.in
29
## List of phony
targets
36
## List of standard
targets
/external/icu4c/test/perf/convperf/
Makefile.in
29
## List of phony
targets
36
## List of standard
targets
/external/icu4c/test/perf/normperf/
Makefile.in
29
## List of phony
targets
36
## List of standard
targets
/external/icu4c/test/perf/strsrchperf/
Makefile.in
29
## List of phony
targets
36
## List of standard
targets
/external/icu4c/test/perf/ubrkperf/
Makefile.in
29
## List of phony
targets
36
## List of standard
targets
/external/icu4c/test/perf/unisetperf/
Makefile.in
29
## List of phony
targets
36
## List of standard
targets
/external/icu4c/test/perf/usetperf/
Makefile.in
29
## List of phony
targets
36
## List of standard
targets
/external/icu4c/test/perf/ustrperf/
Makefile.in
29
## List of phony
targets
36
## List of standard
targets
Completed in 257 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>