Searched
full:targets (Results
376 -
400 of
1149) sorted by null
<<11121314151617181920>>
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/ |
SDL_systhread.c | 45 /* This is for Watcom targets except OS2 */
|
/external/quake/quake/src/QW/progs/ |
buttons.qc | 72 When a button is touched, it moves some distance in the direction of it's angle, triggers all of it's targets, waits some time, then returns to it's original position where it can be triggered again.
|
/external/stlport/src/ |
_stdio_file.h | 84 /* using MWERKS-specific defines here to detect other OS targets
|
/external/webkit/WebCore/bindings/v8/ |
WorkerContextExecutionProxy.h | 72 // events and releases references to their event targets: WorkerContext.
|
/external/zlib/contrib/delphi/ |
zlibd32.mak | 27 # targets
|
/external/zlib/contrib/pascal/ |
zlibd32.mak | 27 # targets
|
/frameworks/base/awt/java/awt/image/renderable/ |
RenderableImage.java | 31 * to different rendering targets.
|
/hardware/ti/wlan/wl1271/CUDK/ |
Makefile | 38 # Targets
|
/ndk/build/core/ |
setup-app.mk | 55 $(call __ndk_info,NDK Application '$(_app)' targets unknown ABI(s): $(_bad_abis))
|
add-application.mk | 75 $(call ndk_log,Application $(_name) targets unknown platform '$(_bad_platform)') 84 $(call __ndk_info,Application $(_name) targets unknown ABI '$(_bad_abis)')
|
/sdk/sdkmanager/app/tests/com/android/sdkmanager/ |
SdkCommandLineTest.java | 133 c.parseArgs(new String[] { "list", "targets" });
|
/system/wlan/ti/wilink_6_1/CUDK/ |
Makefile | 38 # Targets
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewTestProjectCreationPage.java | 573 // The selector is created without targets. They are added below in the change listener. 578 // Update the sdk target selector with the new targets 580 // get the targets from the sdk 581 IAndroidTarget[] targets = null; 583 targets = Sdk.getCurrent().getTargets(); 585 mSdkTargetSelector.setTargets(targets); 588 if (targets != null && targets.length == 1) { 589 mSdkTargetSelector.setSelection(targets[0]); 604 // Invoke it once to initialize the targets [all...] |
/build/core/ |
main.mk | 142 # These are the modifier targets that don't do anything themselves, but 259 $(error The 'sdk' target may not be specified with any other targets) 338 # These targets are going to delete stuff, don't bother including 366 # These configure the build targets that are available for the SDK under Cygwin. 472 # Stub out the notice targets, which probably aren't defined 521 # unambiguous enough. Maybe declare short targets like 594 # Don't include any GNU targets in the SDK. It's ok (and necessary) 643 # (see copy_headers.make). Other targets that need the
|
/external/emma/ |
build.xml | 57 <!-- build modifier targets: --> 80 <!-- init targets: --> 130 <!-- support targets: --> 235 <!-- compilation targets: --> 352 <!-- packaging targets: --> 414 <!-- distribution targets: --> 432 <!-- file release targets: --> 499 <!-- CVS targets: -->
|
/external/guava/src/com/google/common/collect/ |
ImmutableCollection.java | 89 public boolean containsAll(Collection<?> targets) { 90 for (Object target : targets) {
|
/external/icu4c/common/ |
Makefile.in | 104 ## List of phony targets 112 ## List of standard targets
|
Makefile.org | 102 ## List of phony targets 110 ## List of standard targets
|
/external/icu4c/i18n/ |
Makefile.in | 96 ## List of phony targets 104 ## List of standard targets
|
Makefile.org | 96 ## List of phony targets 104 ## List of standard targets
|
/external/kernel-headers/original/linux/netfilter/ |
x_tables.h | 72 /* CONTINUE verdict for targets */ 199 /* Registration hooks for targets. */
|
/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequenceReplacer.java | 64 * initialized to indicate branch targets 89 * initialized to indicate branch targets
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
SampleProjectTest.java | 60 IAndroidTarget[] targets = getSdk().getTargets(); local 61 for (IAndroidTarget target : targets) {
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
AddOnTarget.java | 32 * String to compute hash for add-on targets. 249 // the only targets that can run the receiver are the same add-on in the same or later
|
/cts/tools/test-progress/src/ |
TestCoverageDoclet.java | 435 if (kv.element().qualifiedName().equals("dalvik.annotation.TestInfo.targets")) { 436 // targets is an [] type 437 AnnotationValue[] targets = (AnnotationValue[]) kv.value().value(); local 438 for (AnnotationValue tval : targets) { 439 // the test targets must be annotations themselves 712 } // else this class has no single test that targets one of its method
|
Completed in 1450 milliseconds
<<11121314151617181920>>