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

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/
configure.info 779 targets.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
configure.info 779 targets.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreationPage.java 542 // The selector is created without targets. They are added below in the change listener.
556 // Update the sdk target selector with the new targets
558 // get the targets from the sdk
559 IAndroidTarget[] targets = null;
561 targets = Sdk.getCurrent().getTargets();
563 mSdkTargetSelector.setTargets(targets);
567 if (targets != null && targets.length == 1) {
568 mSdkTargetSelector.setSelection(targets[0]);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 122 * Classes implementing this interface will receive notification when targets are changed.
131 * Called when the targets are loaded (either the SDK finished loading when Eclipse starts,
180 * Returns the lock object used to synchronize all operations dealing with SDK, targets and
270 * Returns the list of targets that are available in the SDK.
683 IAndroidTarget[] targets = mManager.getTargets(); local
684 for (IAndroidTarget target : targets) {
    [all...]
  /build/core/
product_config.mk 88 # Provide "PRODUCT-<prodname>-<goal>" targets, which lets you build
152 # Provide "APP-<appname>" targets, which lets you build
  /external/icu4c/i18n/
tridpars.h 249 * Register two targets as being inverses of one another. For
268 * <p>Only the targets are specified. Special inverses always
  /external/icu4c/test/intltest/
ssearch.cpp 1231 UnicodeString targets[] = {"fu\\\\u00DF", "fu\\\\u00DFball", "1fu\\\\u00DFball", "12fu\\\\u00DFball", "123fu\\\\u00DFball", "1234fu\\\\u00DFball", local
1294 UnicodeString targets[] = {"fu\\\\u00DF", "fu\\\\u00DFball", "1fu\\\\u00DFball", "12fu\\\\u00DFball", "123fu\\\\u00DFball", "1234fu\\\\u00DFball", local
    [all...]
  /external/webkit/WebKit/chromium/
WebKit.gyp 55 'targets': [
470 ], # targets
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
dis-asm.h 85 /* Some targets need information about the current section to accurately
99 /* Symbol table provided for targets that want to look at it. This is
  /cts/tools/annotation-helper/src/spechelper/
MethodSelector.java 128 + " notes = \"\",\n" + IND + " targets = {\n" + IND
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
Charset_SingleByteAbstractTest.java 29 @TestTargetClass(targets.Charsets._Abstract.class)
  /dalvik/libcore/security/src/test/java/tests/targets/security/
MessageDigestTest.java 16 package tests.targets.security;
  /development/ide/emacs/
android-common.el 55 "Alist between product targets (declared in buildspec.mk) and actual
  /development/ide/xcode/expat.xcodeproj/
project.pbxproj 124 targets = (
  /development/ide/xcode/gif.xcodeproj/
project.pbxproj 132 targets = (
  /development/ide/xcode/giflib.xcodeproj/
project.pbxproj 134 targets = (
  /development/ide/xcode/ports-mac.xcodeproj/
project.pbxproj 122 targets = (
  /external/bison/
Makefile.maint 572 get-targets = $(patsubst %, get-%, $(wget_files))
587 .PHONY: $(get-targets)
588 $(get-targets):
600 wget-update: $(get-targets)
  /external/e2fsprogs/debian/attic/libs/
rules 4 # Invoke each target with `./debian/rules <target>'. All targets should be
  /external/giflib/
gif_lib.h 117 /* func type to write gif data ro arbitrary targets.
  /external/icu4c/
icudefs.mk 190 # Platform commands to remove or move executable and library targets
  /external/iproute2/tc/
m_xt.c 2 * m_xt.c xtables based targets
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 289 /* net/sched/ipt.c: Gimme access to your targets! Gets target->me. */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6_tables.h 123 /* CONTINUE verdict for targets */
  /external/quake/quake/src/QW/progs/
subs.qc 254 // fire targets

Completed in 395 milliseconds

<<11121314151617181920>>