Searched
refs:targets (Results
376 -
400 of
1131) sorted by null
<<11121314151617181920>>
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_state.c | 909 struct pipe_stream_output_target **targets, 919 if (nvc0->tfbbuf[i] == targets[i] && (append_mask & (1 << i))) 923 if (nvc0->tfbbuf[i] && nvc0->tfbbuf[i] != targets[i]) 926 if (targets[i] && !(append_mask & (1 << i))) 927 nvc0_so_target(targets[i])->clean = TRUE; 929 pipe_so_target_reference(&nvc0->tfbbuf[i], targets[i]);
|
/build/soong/ |
doc.go | 40 // targets, even in a single build, for example host and device, or 32-bit device
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
target-config.js | 92 // This object specifies the source and test files for different Web Animation build targets.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
runtests.bat | 6 REM reset list of ant targets in test.xml to execute
|
/external/gmock/src/ |
Android.mk | 22 # TODO: The targets below have some redundancy. Check if we cannot
|
/external/gtest/src/ |
Android.mk | 26 # TODO: The targets below have some redundancy. Check if we cannot
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableMultiset.java | 268 public boolean containsAll(Collection<?> targets) { 269 return elementSet().containsAll(targets);
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableMultiset.java | 267 public boolean containsAll(Collection<?> targets) { 268 return elementSet().containsAll(targets);
|
/external/icu/icu4c/source/extra/uconv/ |
makedata.mak | 82 @echo All targets are up to date (mode $(PKGMODE))
|
/external/iproute2/ip/ |
iplink_bond.c | 216 char *targets = strdupa(*argv); local 217 char *target = strtok(targets, ",");
|
/external/vulkan-validation-layers/tests/ |
vkrenderframework.h | 89 void InitRenderTarget(uint32_t targets); 91 void InitRenderTarget(uint32_t targets, VkImageView *dsBinding);
|
/hardware/qcom/media/msm8996/mm-core/ |
Android.mk | 12 # Figure out the targets
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/ |
X509CertificateTest.java | 29 import tests.targets.security.cert.CertificateFactoryTestX509; 63 import tests.targets.security.cert.CertificateFactoryTestX509;
|
/ndk/sources/cxx-stl/llvm-libc++/ |
Android.mk | 110 # We use the LLVM unwinder for all the 32-bit ARM targets.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/ |
ApiDemosRenderingTest.java | 180 IAndroidTarget[] targets = getSdk().getTargets(); local 182 for (IAndroidTarget target : targets) {
|
/external/boringssl/src/crypto/perlasm/ |
x86asm.pl | 275 coff - GAS/COFF such as Win32 targets
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
CyclomaticComplexityTest.java | 14 import static org.jacoco.core.test.validation.targets.Stubs.nop;
|
StructuredLockingTest.java | 26 import org.jacoco.core.test.validation.targets.Target12;
|
/external/libpcap/msdos/ |
pkt_rx1.s | 4 ; Currently used only for djgpp + DOS4GW targets
|
/external/llvm/bindings/go/llvm/ |
target.go | 77 // wants access to all available targets that LLVM is configured to support. 81 // to link in all available targets that LLVM is configured to support.
|
/external/llvm/bindings/ocaml/target/ |
llvm_target.mli | 144 (** [first ()] returns the first target in the registered targets 152 (** [all ()] returns a list of known targets. *)
|
/external/llvm/test/MC/ARM/ |
ltorg-darwin.s | 2 @ tests for the .ltorg on linux targets. We need separate files
|
ltorg.s | 2 @ tests for the .ltorg on darwin targets. We need separate files
|
thumb2-diagnostics.s | 62 @ out of range operands for Thumb2 targets
|
/external/llvm/utils/TableGen/ |
tdtags | 47 target, or if none are specified, all targets. 101 if none are named, for all code generator targets. 309 # Generate tags for the specified code generator targets, or 310 # if there are no arguments, all targets. 325 printf >&2 '%s: "%s" is not a target. Targets are:\n' "$SELF" "$d"
|
Completed in 308 milliseconds
<<11121314151617181920>>