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

1 2 3 4 5 6 78 91011>>

  /dalvik/vm/mterp/
config-portstd 17 # differs from other "mterp" targets in that it doesn't use the usual
rebuild.sh 18 # Rebuild for all known targets. Necessary until the stuff in "out" gets
  /development/apps/Term/
Android.mk 39 # Also build all of the sub-targets under this one: the shared library.
  /development/samples/BrowserPlugin/
Android.mk 35 # Also build all of the sub-targets under this one: the shared library.
  /external/bluetooth/glib/docs/reference/
README 34 The Makefiles for this module define three targets:
  /external/icu4c/samples/
rules.mk 4 # list of targets that aren't actually created
  /external/icu4c/tools/genren/
README 19 - Other make targets here
  /external/iproute2/include/
xt-internal.h 56 /* Keeping track of external matches and targets: linked lists. */
  /external/libffi/
Android.mk 26 # We only build ffi at all for non-arm, non-x86 targets.
  /external/libffi/testsuite/
Android.mk 22 # We only build ffi at all for non-arm, non-x86 targets.
  /frameworks/base/core/java/android/util/
Printer.java 21 * targets. Standard implementations are {@link android.util.LogPrinter},
  /frameworks/base/tests/BrowserTestPlugin/
Android.mk 35 # Also build all of the sub-targets under this one: the shared library.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java 62 // get the targets from the sdk
63 IAndroidTarget[] targets = null; local
65 targets = Sdk.getCurrent().getTargets();
78 mSelector = new SdkTargetSelector(targetGroup, targets);
  /external/icu4c/test/testdata/
Makefile 26 ## List of phony targets
37 ## List of standard targets
163 # Targets for nfscsi.spp
168 # Targets for nfscss.spp
173 # Targets for nfscis.spp
178 # Targets for nfsmxs.spp
183 # Targets for nfsmxp.spp
Makefile.in 28 ## List of phony targets
39 ## List of standard targets
170 # Targets for nfscsi.spp
175 # Targets for nfscss.spp
180 # Targets for nfscis.spp
185 # Targets for nfsmxs.spp
190 # Targets for nfsmxp.spp
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AndroidPreferencePage.java 169 l.setText("Note: The list of SDK Targets below is only reloaded once you hit 'Apply' or 'OK'.");
177 IAndroidTarget[] targets = sdk != null ? sdk.getTargets() : null; local
180 targets,
211 IAndroidTarget[] targets = sdk != null ? sdk.getTargets() : null; local
213 mTargetSelector.setTargets(targets);
  /external/icu4c/i18n/
transreg.cpp 194 * Spec class for sources and targets.
746 Hashtable *targets = (Hashtable*) specDAG.get(source); local
747 return (targets == 0) ? 0 : targets->count();
753 Hashtable *targets = (Hashtable*) specDAG.get(source); local
754 if (targets == 0) {
761 e = targets->nextElement(pos);
776 Hashtable *targets = (Hashtable*) specDAG.get(source); local
777 if (targets == 0) {
780 UVector *variants = (UVector*) targets->get(target)
789 Hashtable *targets = (Hashtable*) specDAG.get(source); local
933 Hashtable *targets = (Hashtable*) specDAG.get(source); local
979 Hashtable *targets = (Hashtable*) specDAG.get(source); local
    [all...]
  /external/v8/src/
jump-target.h 42 // Jump targets
59 // Forward-only jump targets can only be reached by forward CFG edges.
180 // Break targets
187 // Break targets are used for return, break, and continue targets.
236 // Shadow break targets
  /frameworks/base/opengl/include/EGL/
egl.h 161 /* QueryString targets */
167 /* QuerySurface / SurfaceAttrib / CreatePbufferSurface targets */
184 /* EGL_RENDER_BUFFER values / BindTexImage / ReleaseTexImage buffer targets */
211 /* QueryContext targets */
221 /* BindAPI/QueryAPI targets */
226 /* GetCurrentSurface targets */
  /dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
AttributeCertificateIssuer.java 108 private boolean matchesDN(X500Principal subject, GeneralNames targets)
110 GeneralName[] names = targets.getNames();
  /dalvik/libcore/security/src/test/java/tests/targets/security/
AlgorithmParametersTestDH.java 16 package tests.targets.security;
28 @TestTargetClass(targets.AlgorithmParameters.DH.class)
AlgorithmParametersTestDSA.java 16 package tests.targets.security;
23 @TestTargetClass(targets.AlgorithmParameters.DSA.class)
  /dalvik/libcore/security/src/test/java/tests/targets/security/cert/
CertPathBuilderTestPKIX.java 16 package tests.targets.security.cert;
37 @TestTargetClass(targets.CertPathBuilders.PKIX.class)
CertPathValidatorTestPKIX.java 16 package tests.targets.security.cert;
40 @TestTargetClass(targets.CertPathValidators.PKIX.class)
  /external/icu4c/samples/layout/
Makefile 38 ## List of phony targets
45 ## List of standard targets

Completed in 663 milliseconds

1 2 3 4 5 6 78 91011>>