HomeSort by relevance Sort by last modified time
    Searched full:targets (Results 76 - 100 of 1149) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/libcore/support/src/test/java/targets/
SecretKeyFactory.java 16 package targets; package
Signatures.java 1 package targets; package
  /dalvik/vm/compiler/template/
rebuild.sh 18 # Rebuild for all known targets. Necessary until the stuff in "out" gets
  /development/testrunner/
coverage_targets.py 27 <targets>
132 targets = CoverageTargets()
133 targets.Parse(xml_file_path)
134 return targets
  /external/proguard/build/
makefile 22 TARGETS = $(PROGUARD) $(PROGUARD_GUI) $(RETRACE) $(ANT_TASK) $(WTK_PLUGIN)
38 # The various targets.
76 $(foreach TARGET,$(TARGETS),$(eval $(call TARGETRULE,$(TARGET))))
94 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONAL_TARGETS)
  /external/skia/src/animator/
SkHitClear.h 30 SkTDDisplayableArray targets; member in class:SkHitClear
SkHitTest.h 34 SkTDDisplayableArray targets; member in class:SkHitTest
  /dalvik/libcore/security/src/test/java/tests/targets/security/
DHTest.java 16 package tests.targets.security;
25 import targets.KeyPairGenerators;
  /external/guava/src/com/google/common/collect/
EmptyImmutableSet.java 66 @Override public boolean containsAll(Collection<?> targets) {
67 return targets.isEmpty();
  /external/icu4c/samples/cal/
Makefile 30 ## List of phony targets
37 ## List of standard targets
Makefile.in 30 ## List of phony targets
37 ## List of standard targets
  /external/icu4c/samples/date/
Makefile 30 ## List of phony targets
37 ## List of standard targets
Makefile.in 30 ## List of phony targets
37 ## List of standard targets
  /external/icu4c/test/compat/
Makefile 30 ## List of phony targets
37 ## List of standard targets
Makefile.in 30 ## List of phony targets
37 ## List of standard targets
  /external/icu4c/tools/dumpce/
Makefile 29 ## List of phony targets
36 ## List of standard targets
Makefile.in 29 ## List of phony targets
36 ## List of standard targets
  /external/icu4c/tools/gentest/
Makefile 33 ## List of phony targets
40 ## List of standard targets
  /external/strace/
TODO 16 update automatic remaking of autoconf targets
28 fix clean targets so config.h and config.status can be removed
  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaSecuritySecurityTest.java 146 Set<String> targets = new HashSet<String>(); field in class:JavaSecuritySecurityTest.TestSecurityManager
149 targets.clear();
154 this.targets.add(target);
178 assertTrue("Argument of checkSecurityAccess is not correct", s.targets.contains("insertProvider.DummyProvider"));
183 assertTrue("Argument of checkSecurityAccess is not correct", s.targets.contains("removeProvider.DummyProvider"));
188 assertTrue("Argument of checkSecurityAccess is not correct", s.targets.contains("insertProvider.DummyProvider"));
  /external/proguard/src/proguard/optimize/peephole/
ReachableCodeMarker.java 31 * This AttributeVisitor finds all instruction offsets, branch targets, and
32 * exception targets in the CodeAttribute objects that it visits.
165 // Mark the branch targets of the default jump offset.
171 // Mark the branch targets of the jump offsets.
200 * Marks the branch targets of the given jump offsets for the instruction
248 // Mark the branch targets, if any.
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/linux/
Makefile 129 TARGETS := \
132 TARGETS := bcmsdh-sdiofd
134 TARGETS += $(foreach tgt, $(TARGETS), $(tgt)-debug)
138 all: $(TARGETS)
139 sdspi: $(filter %-sdspi-pci %-sdspi-cheetah, %-sdspi-u2c $(TARGETS))
146 $(TARGETS):
  /hardware/broadcom/wlan/bcm4329/src/dhd/linux/
Makefile 285 TARGETS := \
294 TARGETS += \
298 TARGETS += dhd-rndis-usb
300 TARGETS += dhd-cdc-sdext-be
301 TARGETS += dhd-cdc-sdext-be-dnglimage
303 TARGETS += dhd-cdc-sdio dhd-cdc-sdiofd # dhd-cdc-sdmmc
305 TARGETS += $(foreach tgt, $(TARGETS), $(tgt)-debug)
309 all: $(filter %-sdio %-sdbcm %-sdstd %-usb %sdspi-pci %-sdiofd %-sdmmc, $(TARGETS))
310 sdio: $(filter %-sdio %-sdbcm %-sdstd, $(TARGETS))
    [all...]
  /external/quake/quake/src/QW/
Makefile.Solaris 37 TARGETS=$(BUILDDIR)/qwsv
42 $(MAKE) targets BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(DEBUG_CFLAGS)"
47 $(MAKE) targets BUILDDIR=$(BUILD_RELEASE_DIR) CFLAGS="$(RELEASE_CFLAGS)"
51 targets: $(TARGETS)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
bpabi.h 1 /* Configuration file for ARM BPABI targets.
28 /* BPABI targets use EABI frame unwinding tables. */
43 /* EABI targets should enable interworking by default. */
111 /* These renames are needed on ARMv6M. Other targets get them from
152 4-word APCS frame. This is generally not true for EABI targets,

Completed in 651 milliseconds

1 2 34 5 6 7 8 91011>>