Searched refs:targets (Results 26 - 50 of 189) sorted by relevance

12345678

/external/mesa3d/
H A DSConstruct48 targets = ARGUMENTS['targets']
52 targets = targets.split(',')
53 print 'scons: warning: targets option is deprecated; pass the targets on their own such as'
55 print ' scons %s' % ' '.join(targets)
57 COMMAND_LINE_TARGETS.append(targets)
159 env.Help('Recognized targets:\n')
/external/drm_hwcomposer/
H A Dgl_compositor.cpp84 std::vector<GLTarget> targets; member in struct:android::GLCompositor::priv_data
126 GLTarget *target = &compositor->priv_->targets[target_handle];
192 int target_handle = AllocResource(priv_->targets);
193 GLTarget *target = &priv_->targets[target_handle];
202 if (target_handle >= 0 && (unsigned)target_handle < priv_->targets.size()) {
203 GLTarget *target = &priv_->targets[target_handle];
214 if (target_handle >= 0 && (unsigned)target_handle < priv_->targets.size()) {
219 GLTarget *target = &priv_->targets[target_handle];
231 GLTarget *target = &priv_->targets[target_handle];
233 FreeResource(priv_->targets, target_handl
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DForwardingImmutableCollection.java46 @Override public boolean containsAll(Collection<?> targets) { argument
47 return delegate.containsAll(targets);
H A DForwardingImmutableList.java75 @Override public boolean containsAll(Collection<?> targets) { argument
76 return delegateList().containsAll(targets);
H A DForwardingImmutableSet.java47 @Override public boolean containsAll(Collection<?> targets) { argument
48 return delegate.containsAll(targets);
/external/llvm/bindings/ocaml/all_backends/
H A Dllvm_all_backends.mli10 (** Initialize all the backends targets *)
/external/deqp/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationTests.cpp1640 } targets[] =
1682 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(targets); ++targetNdx)
1683 sampleQualifierGroup->addChild(new SampleQualifierRenderCase(m_context, targets[targetNdx].name, targets[targetNdx].desc, targets[targetNdx].numSamples, targets[targetNdx].target));
1696 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(targets); ++targetNdx)
1697 group->addChild(new InterpolateAtSampleRenderCase(m_context, targets[targetNdx].name, targets[targetNdx].desc, targets[targetNd
[all...]
H A Des31fSampleVariableTests.cpp447 << " 1) 0 with non-multisample targets.\n"
607 << " 1) With non-multisample targets: Expect the center of the pixel.\n"
608 << " 2) With multisample targets:\n"
619 << " 1) With non-multisample targets: Expect the center of the pixel.\n"
620 << " 2) With multisample targets:\n"
1122 << " 1) With multisample targets: gl_SampleMaskIn AND ~(SAMPLE_MASK) should be zero.\n"
1123 << " 2) With non-multisample targets: SAMPLE_MASK state is only ANDed as a multisample operation. gl_SampleMaskIn should only have its last bit set regardless of SAMPLE_MASK state.\n"
1199 // non-multisample targets don't get multisample operations like ANDing with mask
1969 << " 1) half intensity on multisample targets (numSamples > 1)\n"
1970 << " 2) full discard on multisample targets (numSample
[all...]
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DPackedSwitchMethodItem.java43 private final List<PackedSwitchTarget> targets; field in class:PackedSwitchMethodItem
51 targets = new ArrayList<PackedSwitchTarget>();
65 targets.add(new PackedSwitchLabelTarget(label));
73 targets.add(new PackedSwitchOffsetTarget(switchElement.getOffset()));
86 for (PackedSwitchTarget target: targets) {
H A DSparseSwitchMethodItem.java43 private final List<SparseSwitchTarget> targets; field in class:SparseSwitchMethodItem
50 targets = new ArrayList<SparseSwitchTarget>();
56 targets.add(new SparseSwitchLabelTarget(switchElement.getKey(), label));
61 targets.add(new SparseSwitchOffsetTarget(switchElement.getKey(), switchElement.getOffset()));
70 for (SparseSwitchTarget target: targets) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h110 // to any of the nodes in 'targets'.
111 bool isReachable(uptr from, const BV &targets) { argument
122 return targets.intersectsWith(visited);
128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) { argument
132 if (targets.getBit(from))
138 if (uptr res = findPath(idx, targets, path + 1, path_size - 1))
145 uptr findShortestPath(uptr from, const BV &targets, uptr *path, argument
148 if (findPath(from, targets, path, p) == p)
/external/llvm/tools/msbuild/
H A Duninstall.bat17 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...]
H A Dinstall.bat57 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
[all...]
/external/icu/icu4c/source/samples/uresb/
H A Dresources.mak15 @echo All targets are up to date
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableSet.java50 @Override public boolean containsAll(Collection<?> targets) { argument
51 return targets.isEmpty();
H A DEmptyImmutableSortedMultiset.java53 public boolean containsAll(Collection<?> targets) { argument
54 return targets.isEmpty();
H A DRegularImmutableSortedSet.java85 @Override public boolean containsAll(Collection<?> targets) { argument
87 // targets.size() < size() / log(size())
90 if (targets instanceof Multiset) {
91 targets = ((Multiset<?>) targets).elementSet();
93 if (!SortedIterables.hasSameComparator(comparator(), targets)
94 || (targets.size() <= 1)) {
95 return super.containsAll(targets);
99 * If targets is a sorted set with the same comparator, containsAll can run
103 Iterator<?> thatIterator = targets
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_so.c65 struct pipe_stream_output_target **targets,
72 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], targets[i]);
63 softpipe_set_so_targets(struct pipe_context *pipe, unsigned num_targets, struct pipe_stream_output_target **targets, unsigned append_bitmask) argument
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestUtil.java185 public static void runUntilDone(Runnable[] targets) { argument
186 if (targets == null) {
187 throw new IllegalArgumentException("targets is null");
189 if (targets.length == 0) {
194 for (int i = 0; i < targets.length; ++i) {
195 new TestThread(lock, targets[i]).start();
/external/libvpx/libvpx/build/make/
H A Diosbuild.sh85 # $1 is the list of targets.
87 local targets="$1"
111 for target in ${targets}; do
132 local targets="$1"
145 for target in ${targets}; do
162 create_vpx_framework_config_shim "${targets}"
172 # TODO(tomfinegan): Verify that expected targets are included within
176 # Trap function. Cleans up the subtree used to build all targets contained in
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_so_emit.c66 if (draw->so.targets[i]) {
100 struct draw_so_target *target = draw->so.targets[i];
111 draw->so.targets[ob]->target.buffer_size) {
131 buffer = (float *)((char *)draw->so.targets[ob]->mapping +
132 draw->so.targets[ob]->target.buffer_offset +
133 draw->so.targets[ob]->internal_offset);
135 draw->so.targets[ob]->internal_offset += num_comps * sizeof(float);
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorRegistry.java77 * Spec class for sources and targets.
438 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc);
439 if (targets == null) {
442 return new IDEnumeration(Collections.enumeration(targets.keySet()));
454 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc);
455 if (targets == null) {
458 List<CaseInsensitiveString> variants = targets.get(citrg);
543 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc);
544 if (targets == null) {
545 targets
[all...]
/external/icu/icu4c/source/i18n/
H A Dtransreg.cpp196 * Spec class for sources and targets.
748 Hashtable *targets = (Hashtable*) specDAG.get(source); local
749 return (targets == 0) ? 0 : targets->count();
755 Hashtable *targets = (Hashtable*) specDAG.get(source); local
756 if (targets == 0) {
763 e = targets->nextElement(pos);
778 Hashtable *targets = (Hashtable*) specDAG.get(source); local
779 if (targets == 0) {
782 UVector *variants = (UVector*) targets
791 Hashtable *targets = (Hashtable*) specDAG.get(source); local
935 Hashtable *targets = (Hashtable*) specDAG.get(source); local
981 Hashtable *targets = (Hashtable*) specDAG.get(source); local
[all...]
/external/lldb/scripts/
H A Dbuild-lldb-llvm-clang55 ../llvm/configure --enable-targets=x86_64,arm
62 ../llvm/configure --enable-targets=x86_64,arm --enable-optimized --disable-assertions
/external/llvm/tools/lto/
H A DMakefile12 LINK_COMPONENTS := all-targets core lto mc mcdisassembler support

Completed in 720 milliseconds

12345678