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

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/samples/uresb/
resources.mak 4 TARGETS = en.res root.res sr.res
14 all : $(TARGETS)
15 @echo All targets are up to date
18 -erase $(TARGETS)
  /external/llvm/test/MC/ELF/ARM/
lit.local.cfg 3 config.unsupported = not 'ARM' in config.root.targets
  /external/llvm/test/MC/SystemZ/
lit.local.cfg 1 if not 'SystemZ' in config.root.targets:
  /external/llvm/tools/llvm-symbolizer/
CMakeLists.txt 2 # libraries, it has to be compiled for all supported targets (x86_64, i386 etc).
4 # targets as well. Currently, there is no support for such a build strategy.
  /frameworks/base/core/java/android/os/
Broadcaster.java 39 r.targets = new Handler[1];
41 r.targets[0] = target;
62 reg.targets = new Handler[1];
76 n = r.targets.length;
77 Handler[] oldTargets = r.targets;
85 r.targets = new Handler[n+1];
86 System.arraycopy(oldTargets, 0, r.targets, 0, n);
90 r.targets[n] = target;
117 Handler[] targets = r.targets; local
188 Handler[] targets = r.targets; local
208 Handler[] targets; field in class:Broadcaster.Registration
    [all...]
  /frameworks/support/v17/leanback/res/transition-v21/
lb_browse_return_transition.xml 22 <targets>
25 </targets>
31 <targets>
34 </targets>
39 <targets>
41 </targets>
  /frameworks/support/v17/leanback/res/transition-v22/
lb_browse_return_transition.xml 22 <targets>
25 </targets>
31 <targets>
34 </targets>
39 <targets>
41 </targets>
  /prebuilts/sdk/current/support/v17/leanback/res/transition-v21/
lb_browse_return_transition.xml 22 <targets>
25 </targets>
31 <targets>
34 </targets>
39 <targets>
41 </targets>
  /prebuilts/sdk/current/support/v17/leanback/res/transition-v22/
lb_browse_return_transition.xml 22 <targets>
25 </targets>
31 <targets>
34 </targets>
39 <targets>
41 </targets>
  /dalvik/dx/src/com/android/dx/io/instructions/
PackedSwitchPayloadDecodedInstruction.java 32 private final int[] targets; field in class:PackedSwitchPayloadDecodedInstruction
38 int opcode, int firstKey, int[] targets) {
42 this.targets = targets;
55 return targets;
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
PackedSwitchPayloadDecodedInstruction.java 32 private final int[] targets; field in class:PackedSwitchPayloadDecodedInstruction
38 int opcode, int firstKey, int[] targets) {
42 this.targets = targets;
55 return targets;
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
MulticastDelegate.java 27 protected Object[] targets = {}; field in class:MulticastDelegate
33 return new ArrayList(Arrays.asList(targets));
40 copy.targets = new Object[targets.length + 1];
41 System.arraycopy(targets, 0, copy.targets, 0, targets.length);
42 copy.targets[targets.length] = target;
47 for (int i = targets.length - 1; i >= 0; i--) {
    [all...]
  /external/skia/gyp/
everything.gyp 6 # (Start with the "most" target, and then add targets that we intentionally
7 # left out of "most". See most.gyp for an explanation of which targets are
15 'targets': [
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
Makefile 55 # Add STLport 4.6.x tests to $(TARGETS) (if enabled)
57 TARGETS += test_stlport46 test_stlport46d
60 # Add STLport 5.0.x tests to $(TARGETS) (if enabled)
62 TARGETS += test_stlport50 test_stlport50d
65 # Add STLport 5.1.x tests to $(TARGETS) (if enabled)
67 TARGETS += test_stlport51 test_stlport51d
70 # Add STLport 5.2.x tests to $(TARGETS) (if enabled)
72 TARGETS += test_stlport52 test_stlport52d
78 ifeq ($(TARGETS),)
83 ifneq ($(TARGETS),)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile 55 # Add STLport 4.6.x tests to $(TARGETS) (if enabled)
57 TARGETS += test_stlport46 test_stlport46d
60 # Add STLport 5.0.x tests to $(TARGETS) (if enabled)
62 TARGETS += test_stlport50 test_stlport50d
65 # Add STLport 5.1.x tests to $(TARGETS) (if enabled)
67 TARGETS += test_stlport51 test_stlport51d
70 # Add STLport 5.2.x tests to $(TARGETS) (if enabled)
72 TARGETS += test_stlport52 test_stlport52d
78 ifeq ($(TARGETS),)
83 ifneq ($(TARGETS),)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile 55 # Add STLport 4.6.x tests to $(TARGETS) (if enabled)
57 TARGETS += test_stlport46 test_stlport46d
60 # Add STLport 5.0.x tests to $(TARGETS) (if enabled)
62 TARGETS += test_stlport50 test_stlport50d
65 # Add STLport 5.1.x tests to $(TARGETS) (if enabled)
67 TARGETS += test_stlport51 test_stlport51d
70 # Add STLport 5.2.x tests to $(TARGETS) (if enabled)
72 TARGETS += test_stlport52 test_stlport52d
78 ifeq ($(TARGETS),)
83 ifneq ($(TARGETS),)
    [all...]
  /external/skia/src/animator/
SkHitTest.cpp 17 SK_MEMBER_ARRAY(targets, Displayable),
32 int targetCount = targets.count();
41 SkDisplayable* target = targets[tIndex];
59 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
60 SkDisplayable* target = targets[tIndex];
73 return getMember("targets"); // !!! cwap! need to refer to member through enum like kScope instead
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
complete-ant-cmd.pl 82 # Run "ant -projecthelp" to list targets. Keep a cache of results in a
85 $cacheFile =~ s|(.*/)?(.*)|${1}.ant-targets-${2}|;
89 my %targets;
92 $targets{$1}++;
95 my @targets = sort keys %targets;
96 for (@targets) { print CACHE "$_\n"; }
97 return @targets;
102 my @targets;
106 push( @targets, $_ )
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
SwitchList.java 32 * {@code non-null;} list of targets corresponding to the test values; there
36 private final IntList targets; field in class:SwitchList
49 this.targets = new IntList(size + 1);
57 targets.setImmutable();
88 return targets.get(n);
98 return targets.get(size);
102 * Gets the list of all targets. This includes one extra element at the
108 return targets;
134 if (targets.size() != size) {
138 targets.add(target)
    [all...]
  /external/llvm/lib/Support/
TargetRegistry.cpp 68 // Provide special warning when no targets are initialized.
70 Error = "Unable to find target for this triple (no targets are registered)";
78 Error = std::string("Cannot choose between targets \"") +
87 Error = "No available targets are compatible with this triple, "
88 "see -version for the available targets.";
108 // Add to the list of targets.
124 std::vector<std::pair<StringRef, const Target*> > Targets;
129 Targets.push_back(std::make_pair(I->getName(), &*I));
130 Width = std::max(Width, Targets.back().first.size());
132 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_xformfb.c 57 struct pipe_stream_output_target *targets[PIPE_MAX_SO_BUFFERS]; member in struct:st_transform_feedback_object
96 /* Unreference targets. */
98 pipe_so_target_reference(&sobj->targets[i], NULL);
121 Elements(sobj->targets));
129 if (!sobj->targets[i] ||
130 sobj->targets[i] == sobj->draw_count ||
131 sobj->targets[i]->buffer != bo->buffer ||
132 sobj->targets[i]->buffer_offset != sobj->base.Offset[i] ||
133 sobj->targets[i]->buffer_size != sobj->base.Size[i]) {
140 pipe_so_target_reference(&sobj->targets[i], NULL)
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/
MSwitchInsn.java 23 * A subclass of the MInsnWithData, that also has multiple jump targets.
29 public List<MInsn> targets = new LinkedList<MInsn>(); field in class:MSwitchInsn
43 for (MInsn target : targets) {
44 newInsn.targets.add(target);
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/res/transition-v21/
window_enter.xml 21 <targets>
26 </targets>
31 <targets>
33 </targets>
window_return.xml 23 <targets>
25 </targets>
29 <targets>
35 </targets>
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/res/transition-v21/
window_enter.xml 21 <targets>
26 </targets>
31 <targets>
33 </targets>

Completed in 211 milliseconds

1 2 3 4 56 7 8 91011>>