HomeSort by relevance Sort by last modified time
    Searched refs:targets (Results 76 - 100 of 1131) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/targets/security/
MessageDigestTestSHA1.java 16 package tests.targets.security;
MessageDigestTestSHA256.java 16 package tests.targets.security;
MessageDigestTestSHA384.java 16 package tests.targets.security;
MessageDigestTestSHA512.java 16 package tests.targets.security;
  /prebuilts/go/darwin-x86/src/
buildall.bash 36 targets="$((ls runtime | sed -n 's/^rt0_\(.*\)_\(.*\)\.s/\1-\2/p'; echo linux-386-387 linux-arm-arm5) | sort | egrep -v android-arm | egrep "$pattern" | egrep 'linux|nacl')
43 for target in $targets
  /prebuilts/go/linux-x86/src/
buildall.bash 36 targets="$((ls runtime | sed -n 's/^rt0_\(.*\)_\(.*\)\.s/\1-\2/p'; echo linux-386-387 linux-arm-arm5) | sort | egrep -v android-arm | egrep "$pattern" | egrep 'linux|nacl')
43 for target in $targets
  /toolchain/binutils/binutils-2.25/binutils/
bfdtest2.c 59 char** targets = NULL; local
61 if (bfd_check_format_matches (abfd, format, &targets))
64 if (targets)
66 bfd_find_target (targets[0], abfd);
  /frameworks/av/camera/ndk/
NdkCaptureRequest.cpp 53 if (req == nullptr || req->targets == nullptr || target == nullptr) {
54 ALOGE("%s: Error: invalid input: req %p, req-targets %p, target %p",
55 __FUNCTION__, req, req->targets, target);
58 auto pair = req->targets->mOutputs.insert(*target);
69 if (req == nullptr || req->targets == nullptr || target == nullptr) {
70 ALOGE("%s: Error: invalid input: req %p, req-targets %p, target %p",
71 __FUNCTION__, req, req->targets, target);
74 req->targets->mOutputs.erase(*target);
131 delete request->targets;
  /external/mesa3d/
SConstruct 48 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/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
Target01.java 12 package org.jacoco.core.test.validation.targets;
14 import static org.jacoco.core.test.validation.targets.Stubs.f;
15 import static org.jacoco.core.test.validation.targets.Stubs.i2;
16 import static org.jacoco.core.test.validation.targets.Stubs.nop;
17 import static org.jacoco.core.test.validation.targets.Stubs.t;
  /external/libvpx/libvpx/build/make/
iosbuild.sh 32 TARGETS="arm64-darwin-gcc
94 # $1 is the list of targets.
96 local targets="$1"
120 for target in ${targets}; do
141 local targets="$1"
154 for target in ${targets}; do
171 create_vpx_framework_config_shim "${targets}"
181 # TODO(tomfinegan): Verify that expected targets are included within
185 # Trap function. Cleans up the subtree used to build all targets contained in
186 # $TARGETS
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ForwardingImmutableCollection.java 46 @Override public boolean containsAll(Collection<?> targets) {
47 return delegate.containsAll(targets);
  /external/llvm/bindings/ocaml/all_backends/
llvm_all_backends.mli 10 (** Initialize all the backends targets *)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
syms.d 3 # The following targets use an unusual .set syntax...
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr12851.d 7 # generic linker targets don't support --gc-sections, nor do a bunch of others
pr12975.d 6 # generic linker targets don't support --gc-sections, nor do a bunch of others
pr13177.d 7 # generic linker targets don't support --gc-sections, nor do a bunch of others
pr13195.d 6 # generic linker targets don't support --gc-sections, nor do a bunch of others
warn3.d 7 # generic linker targets don't support .gnu.warning sections.
  /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...]
  /external/curl/packages/Linux/RPM/
make_curl_rpm 40 targets="curl curl-ssl"
41 for target in $targets
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ExplicitInitialFrameTest.java 15 import org.jacoco.core.test.validation.targets.Target11;
ImplicitDefaultConstructorTest.java 15 import org.jacoco.core.test.validation.targets.Target06;
PrivateEmptyDefaultConstructorTest.java 15 import org.jacoco.core.test.validation.targets.Target07;
ProbesBeforeSuperConstructorTest.java 15 import org.jacoco.core.test.validation.targets.Target10;

Completed in 603 milliseconds

1 2 34 5 6 7 8 91011>>