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

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
weakref1g.d 4 # see weakref1.d for comments on the not-targets
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
le-fpconst.d 4 # Not all arm targets are bi-endian, so only run this test on ones
local_label_coff.d 3 # This test is only valid on COFF based targets, except Windows CE.
local_label_elf.d 3 # This test is only valid on ELF targets.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loongson-2f-3.s 22 # align section end to 16-byte boundary for easier testing on multiple targets
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
group8a.d 7 # generic linker targets don't support --gc-sections, nor do a bunch of others
group8b.d 7 # generic linker targets don't support --gc-sections, nor do a bunch of others
group9a.d 7 # generic linker targets don't support --gc-sections, nor do a bunch of others
group9b.d 7 # generic linker targets don't support --gc-sections, nor do a bunch of others
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
defined4.d 6 # We check that defined and defined1 have the same address. MIPS targets
include-1.d 6 # AIX targets rename the .text and .data sectons...
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestUtil.java 186 public static void runUntilDone(Runnable[] targets) {
187 if (targets == null) {
188 throw new IllegalArgumentException("targets is null");
190 if (targets.length == 0) {
195 for (int i = 0; i < targets.length; ++i) {
196 new TestThread(lock, targets[i]).start();
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestUtil.java 185 public static void runUntilDone(Runnable[] targets) {
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/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);
  /development/testrunner/coverage/
coverage_targets.py 29 <targets>
126 targets = CoverageTargets()
127 targets.Parse(xml_file_path)
128 return targets
  /external/opencv3/platforms/osx/
build_framework.py 72 "constructs the framework directory after all the targets are built"
74 # find the list of targets (basically, ["iPhoneOS", "iPhoneSimulator"])
111 targets = ["MacOSX", "MacOSX" ]
113 for i in range(len(targets)):
114 build_opencv(srcroot, os.path.join(dstroot, "build"), targets[i], archs[i])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dep_util.py 35 targets = os.path.join(tmpdir, 'targets')
37 os.mkdir(targets)
41 four = os.path.join(targets, 'four')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dep_util.py 35 targets = os.path.join(tmpdir, 'targets')
37 os.mkdir(targets)
41 four = os.path.join(targets, 'four')
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorRegistry.java 78 * Spec class for sources and targets.
439 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); local
440 if (targets == null) {
443 return new IDEnumeration(Collections.enumeration(targets.keySet()));
455 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); local
456 if (targets == null) {
459 List<CaseInsensitiveString> variants = targets.get(citrg);
544 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); local
545 if (targets == null) {
546 targets = Collections.synchronizedMap(new HashMap<CaseInsensitiveString, List<CaseInsensitiveString>>())
577 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); local
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorRegistry.java 77 * Spec class for sources and targets.
438 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); local
439 if (targets == null) {
442 return new IDEnumeration(Collections.enumeration(targets.keySet()));
454 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); local
455 if (targets == null) {
458 List<CaseInsensitiveString> variants = targets.get(citrg);
543 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); local
544 if (targets == null) {
545 targets = Collections.synchronizedMap(new HashMap<CaseInsensitiveString, List<CaseInsensitiveString>>())
576 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); local
    [all...]
  /external/icu/icu4c/source/i18n/
transreg.cpp 196 * 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->get(target)
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...]
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
SwitchBranchShifter.java 112 // Pick a random one of its targets.
113 int switchTargetIdx = rng.nextInt(switchInsn.targets.size());
116 MInsn oldTargetInsn = switchInsn.targets.get(switchTargetIdx);
164 switchInsn.targets.remove(mutation.switchTargetIdx);
165 switchInsn.targets.add(mutation.switchTargetIdx, newTargetInsn);
  /build/kati/
dep.h 58 const vector<Symbol>& targets,
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ClassInitializerTest.java 15 import org.jacoco.core.test.validation.targets.Target05;
  /external/llvm/tools/lto/
Makefile 12 LINK_COMPONENTS := all-targets core lto mc mcdisassembler support

Completed in 463 milliseconds

1 2 3 4 5 67 8 91011>>