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

1 2 3 4 5 6 78 91011>>

  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
SwitchData.java 45 private final CodeAddress[] targets; field in class:SwitchData
58 * @param targets {@code non-null;} corresponding list of code addresses; the
62 IntList cases, CodeAddress[] targets) {
73 if (targets == null) {
74 throw new NullPointerException("targets == null");
79 if (sz != targets.length) {
80 throw new IllegalArgumentException("cases / targets mismatch");
89 this.targets = targets;
105 int sz = targets.length
    [all...]
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/res/transition/
changebounds_fadein_together.xml 20 <targets>
22 </targets>
  /developers/samples/android/ui/transition/BasicTransition/Application/src/main/res/transition/
changebounds_fadein_together.xml 20 <targets>
22 </targets>
  /development/samples/ApiDemos/res/transition/
changebounds_fadein_together.xml 19 <targets>
21 </targets>
  /development/samples/browseable/BasicTransition/res/transition/
changebounds_fadein_together.xml 20 <targets>
22 </targets>
  /external/deqp/framework/delibs/cmake/
LCovUtils.cmake 6 macro(MAKE_LCOV_REPORT_TARGET target exe-targets projects outdir title)
10 add_dependencies(${PRJ}-lcov ${exe-targets})
  /external/lldb/www/
faq.html 22 <p><b>Q: What targets does LLDB currently support?</b></p>
23 <p>Mac OS X native debugging for i386 and x86_64 targets.</p>
  /external/mesa3d/src/
SConscript 15 # When env['gles'] is set, the targets defined in mapi/glapi/SConscript are not
16 # used. libgl-xlib and libgl-gdi adapt themselves to use the targets defined
  /hardware/qcom/gps/
Android.mk 7 #For msm8960/apq8064 targets
16 #For all other targets
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SizeReadyCallback.java 4 * A callback that must be called when the target has determined its size. For fixed size targets it can
  /external/iproute2/ip/
Makefile 18 TARGETS=ip rtmon
20 all: $(TARGETS) $(SCRIPTS)
28 install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
32 rm -f $(ALLOBJ) $(TARGETS)
  /external/iproute2/man/man8/
Makefile 0 TARGETS = ip-address.8 ip-link.8 ip-route.8
3 MAN8PAGES = $(TARGETS) ip.8 arpd.8 lnstat.8 routel.8 rtacct.8 rtmon.8 ss.8 \
12 all: $(TARGETS)
26 @rm -f $(TARGETS)
  /external/mesa3d/docs/
ARB_color_buffer_float.txt 2 - Rendering to multiple render targets, some fixed-point, some floating-point, with FIXED_ONLY fragment clamping and polygon smooth enabled may write incorrect values to the fixed point buffers (depends on spec interpretation)
  /external/skia/gyp/
android_framework_lib.gyp 6 'targets': [
android_output.gyp 8 'targets': [
  /external/skia/src/animator/
SkHitClear.h 22 SkTDDisplayableArray targets; member in class:SkHitClear
SkHitTest.h 26 SkTDDisplayableArray targets; member in class:SkHitTest
  /external/webrtc/src/common_audio/signal_processing/
signal_processing.gypi 10 'targets': [
60 ], # targets
63 'targets': [
76 ], # targets
  /frameworks/base/core/java/android/transition/
AutoTransition.java 34 * first fades out disappearing targets, then moves and resizes existing
35 * targets, and finally fades in appearing targets.
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
special 31 # X1 := $(sort $(.TARGETS))
36 # @echo LAST = $(sort $(.TARGETS))
38 # X2 := $(sort $(.TARGETS))
  /ndk/tests/abcc/jni/mman-win32/
Makefile 7 TARGETS+=libmman.a
15 all: $(TARGETS)
39 test: $(TARGETS) test.exe
  /external/llvm/tools/msbuild/
install.bat 57 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets %D%\LLVM-vs2010
68 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.targets %D%\LLVM-vs2012
74 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012_xp.targets %D%\LLVM-vs2012_xp
85 copy %PLATFORM%\toolset-vs2013.targets %D%\LLVM-vs2013\toolset.targets
91 copy %PLATFORM%\toolset-vs2013_xp.targets %D%\LLVM-vs2013_xp\toolset.targets
102 copy %PLATFORM%\toolset-vs2014.targets %D%\LLVM-vs2014\toolset.targets
108 copy %PLATFORM%\toolset-vs2014_xp.targets %D%\LLVM-vs2014_xp\toolset.targets
    [all...]
uninstall.bat 17 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
21 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
26 IF EXIST %D%\LLVM-vs2012 del %D%\LLVM-vs2012\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.targets
29 IF EXIST %D%\LLVM-vs2012_xp del %D%\LLVM-vs2012_xp\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012_xp.targets
33 IF EXIST %D%\LLVM-vs2012 del %D%\LLVM-vs2012\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.targets
36 IF EXIST %D%\LLVM-vs2012_xp del %D%\LLVM-vs2012_xp\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012_xp.targets
41 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.targets
44 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.targets
48 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.targets
51 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.targets
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
TargetMenuListener.java 81 List<IAndroidTarget> targets = chooser.getTargetList(); local
94 // Process in reverse order: most important targets first
95 assert targets instanceof RandomAccess;
96 for (int i = targets.size() - 1; i >= 0; i--) {
97 IAndroidTarget target = targets.get(i);
103 // Don't show ancient rendering targets; they're pretty broken
104 // (unless of course all you have are ancient targets)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/tests/
test_betweenness_centrality_subset.py 14 targets=[1,3],
27 targets=[3],
39 targets=[3],
51 targets=[3,4],
66 targets=[3],
83 targets=[3,4],
101 targets=[3,4])
137 targets=[1,3],
156 targets=[3],
171 targets=[3]
    [all...]

Completed in 150 milliseconds

1 2 3 4 5 6 78 91011>>