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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/libcore/security/src/test/java/tests/targets/security/cert/
CertPathBuilderTest.java 16 package tests.targets.security.cert;
CertPathValidatorTest.java 16 package tests.targets.security.cert;
CertificateFactoryTest.java 16 package tests.targets.security.cert;
  /dalvik/vm/arch/generic/
Hints.c 32 * are the same for all targets, while the lower 28 are used for hints to
  /dalvik/vm/compiler/template/
Makefile-template 27 # To generate sources for all targets:
config-armv5te-vfp 17 # Configuration for ARMv5TE architecture targets.
config-armv7-a 17 # Configuration for ARMv7-a architecture targets.
config-armv7-a-neon 17 # Configuration for ARMv7-a architecture targets.
  /dalvik/vm/mterp/
Makefile-mterp 27 # To generate sources for all targets:
config-armv4t 16 # Configuration for ARMv4T architecture targets. This is largely pulled
config-armv5te 16 # Configuration for ARMv5TE architecture targets.
config-x86 16 # Configuration for "desktop" targets.
  /dalvik/vm/mterp/portable/
stubdefs.c 56 * The "goto" targets just turn into goto statements. The "arguments" are
  /development/samples/SimpleJNI/
Android.mk 41 # Also build all of the sub-targets under this one: the shared library.
  /external/kernel-headers/original/linux/
dm-ioctl.h 66 * targets of the table in the 'active' slot, or a table change.
79 * Return the targets status for the 'active' table.
148 * - When specifying targets on a DM_TABLE_LOAD command, this value is
151 * - When retrieving targets on a DM_TABLE_STATUS command, this value
  /external/ppp/pppd/
Makefile.linux 12 TARGETS = pppd
101 TARGETS += srp-entry
200 all: $(TARGETS)
221 rm -f $(PPPDOBJS) $(EXTRACLEAN) $(TARGETS) *~ #* core
Makefile.sol2 44 # Make targets
  /external/proguard/src/proguard/classfile/visitor/
ExceptionHandlerFilter.java 30 * targets an instruction in the given range of offsets.
  /external/stlport/src/
stlport.rc 9 /* On some evc3/evc4 targets the windows.h doesn't include winver.h or doesn't
  /cts/tools/annotation-helper/src/spechelper/
SimpleComputer.java 75 targets = {
88 targets = {
102 targets = {
  /dalvik/libcore/security/src/test/java/tests/targets/security/
SignatureTestMD2withRSA.java 16 package tests.targets.security;
35 @TestTargetClass(targets.Signatures.MD2withRSA.class)
130 "tests.targets.security.SignatureTestMD2withRSA$MD2withRSA");
  /external/icu4c/tools/genrb/
Makefile.in 82 ## List of phony targets
90 ## List of standard targets
141 #having it as a target will cause it to error out when it thinks that there are TWO targets. - Brian Rower 6/25/08
  /external/v8/src/x64/
codegen-x64.h 117 // A control destination encapsulates a pair of jump targets and a
122 // The true and false targets may be jumped to unconditionally or
146 // Accessors for the jump targets. Directly jumping or branching to
147 // or binding the targets will not update the destination's state.
152 // control has been split to both targets. This predicate does not
153 // test whether the targets have been extracted and manipulated as
154 // raw jump targets.
168 // Emit a branch to one of the true or false targets, and bind the
212 // Swap the true and false targets but keep the same actual label as
214 // expressions, where we want to swap the targets but preserve th
    [all...]
  /external/webkit/WebCore/platform/gtk/
PasteboardGtk.cpp 105 GtkTargetEntry* targets = gtk_target_table_new_from_list(m_helper->targetList(), &n_targets); local
106 gtk_clipboard_set_with_data(clipboard, targets, n_targets,
108 gtk_target_table_free(targets, n_targets);
  /cts/tools/vm-tests/src/util/build/
BuildDalvikSuite.java 318 Set<BuildStep> targets = new TreeSet<BuildStep>();
401 targets.add(dexBuildStep);
485 targets);
505 for (BuildStep buildStep : targets) {
520 Set<String> dependentTestClassNames, Set<BuildStep> targets) {
524 generateBuildStepForDependant(dependentTestClassName, targets);
529 Set<BuildStep> targets) {
549 targets.add(jarBuildStep);
568 targets.add(jarBuildStep);
576 targets.add(dexBuildStep)
    [all...]

Completed in 415 milliseconds

1 2 3 4 5 6 7 8 91011>>