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

<<11121314151617181920>>

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_so_emit.c 66 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);
  /ndk/sources/host-tools/make-3.81/doc/
make.info 81 Node: Phony Targets94937
82 Node: Force Targets100023
83 Node: Empty Targets101068
84 Node: Special Targets102366
85 Node: Multiple Targets109540
177 Node: Standard Targets374181
178 Ref: Standard Targets-Footnote-1387300
  /ndk/sources/host-tools/make-3.81/
rule.c 93 while (rule->targets[ntargets] != 0)
301 for (i = 0; rule->targets[i] != 0; ++i)
303 for (j = 0; r->targets[j] != 0; ++j)
304 if (!streq (rule->targets[i], r->targets[j]))
306 if (r->targets[j] == 0)
307 /* All the targets matched. */
370 r->targets = (char **) xmalloc (2 * sizeof (char *));
374 r->targets[1] = 0;
381 r->targets[0] = savestring (p->target, r->lens[0])
    [all...]
  /developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
SampleChooserTargetService.java 41 ArrayList<ChooserTarget> targets = new ArrayList<>(); local
46 targets.add(new ChooserTarget(
60 return targets;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
Antlr3.Runtime.Tests (VS2005).csproj 58 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
59 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
60 Other similar extension points exist, see Microsoft.Common.targets.
Antlr3.Runtime.Tests (VS2008).csproj 62 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
63 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
64 Other similar extension points exist, see Microsoft.Common.targets.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/
Antlr3.Utility (VS2005).csproj 62 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
63 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
64 Other similar extension points exist, see Microsoft.Common.targets.
Antlr3.Utility (VS2008).csproj 68 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
69 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
70 Other similar extension points exist, see Microsoft.Common.targets.
  /external/clang/include/clang/Frontend/
DependencyOutputOptions.h 24 unsigned UsePhonyTargets : 1; ///< Include phony targets for each
40 /// A list of names to use as the targets in the dependency file; this list
42 std::vector<std::string> Targets;
  /external/deqp/scripts/build/
build.py 45 def build (config, generator, targets = None):
54 if targets == None:
57 for target in targets:
  /external/icu/icu4c/source/extra/
Makefile.in 26 ## List of phony targets
35 ## List of standard targets
45 ## Recursive targets
  /external/icu/icu4c/source/test/perf/
Makefile.in 26 ## List of phony targets
35 ## List of standard targets
57 ## Recursive targets
  /external/icu/icu4c/source/tools/
Makefile.in 20 ## List of phony targets
29 ## List of standard targets
39 ## Recursive targets
  /external/mdnsresponder/Clients/
Makefile 29 TARGETS = build/dns-sd build/dns-sd64
32 TARGETS = build/dns-sd
36 all: $(TARGETS)
  /external/proguard/src/proguard/evaluation/
BasicBranchUnit.java 68 * Sets the initial branch targets, which will be updated as the branch
89 // Override the branch targets.
102 // Accumulate the branch targets.
  /external/v8/tools/
bash-completion.sh 38 local cur defines targets
44 targets=$(echo "$defines" \
51 COMPREPLY=($(compgen -W "$targets" -- "$cur"))
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/animation/
UntargetableAnimatorSet.java 23 * Custom fragment animations supplied by Fragment.onCreateAnimator have their targets set to the
25 * supplying a heterogeneous collection of animations that already have targets. This class helps
26 * you return such a collection of animations from onCreateAnimator without having their targets
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
AppWorkaroundsTests.java 34 // NOTE: this will fail if there is no app installed that targets an SDK
64 assertTrue("Couldn't successfully detect this app targets < Jelly Bean (package is "
70 assertFalse("Couldn't successfully detect this app targets >= Jelly Bean (package is "
  /sdk/files/ant/
uibuild.xml 6 all the targets and tasks necessary to build Android projects, be they
17 - base build targets,
18 - debug-specific build targets,
19 - release-specific build targets,
20 - instrument-specific build targets,
21 - test project-specific build targets,
22 - install targets,
135 <!-- ******************** Build Targets ******************** -->
149 description="Removes output files created by other targets.">
247 <echo>Android Ant Build. Available targets:</echo
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSampleVariableTests.cpp 447 << " 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"
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteBlock.java 39 /** {@code non-null;} list of exceptions caught and their handler targets */
53 * handler targets
70 throw new NullPointerException("targets == null");
138 * Gets the list of exceptions caught and their handler targets.
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlock.java 39 /** {@code non-null;} list of exceptions caught and their handler targets */
53 * handler targets
70 throw new NullPointerException("targets == null");
138 * Gets the list of exceptions caught and their handler targets.
  /development/testrunner/coverage/
coverage_targets.py 29 <targets>
126 targets = CoverageTargets()
127 targets.Parse(xml_file_path)
128 return targets
  /external/clang/test/CodeGen/
branch-target-layout.c 5 // targets (basic blocks). However, the backend's basic block layout makes an
  /external/clang/test/PCH/
floating-literal.c 7 // targets with 128-bit IEEE long doubles.

Completed in 345 milliseconds

<<11121314151617181920>>