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

1 2 34 5 6 7 8 91011>>

  /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;
FramesTest.java 25 import org.jacoco.core.test.validation.targets.Target01;
26 import org.jacoco.core.test.validation.targets.Target02;
27 import org.jacoco.core.test.validation.targets.Target03;
28 import org.jacoco.core.test.validation.targets.Target04;
29 import org.jacoco.core.test.validation.targets.Target05;
30 import org.jacoco.core.test.validation.targets.Target06;
31 import org.jacoco.core.test.validation.targets.Target07;
32 import org.jacoco.core.test.validation.targets.Target08;
33 import org.jacoco.core.test.validation.targets.Target09;
34 import org.jacoco.core.test.validation.targets.Target10
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
Stubs.java 12 package org.jacoco.core.test.validation.targets;
15 * Collection of stub methods that are called from the coverage targets. *
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
lifloat.s 10 # Round to a 16 byte boundary, for ease in testing multiple targets.
loongson-2f-2.s 9 # align section end to 16-byte boundary for easier testing on multiple targets
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
builder.go 20 targets *targets // linked stack of branch targets
79 for t := b.targets; t != nil && block == nil; t = t.tail {
90 for t := b.targets; t != nil && block == nil; t = t.tail {
96 for t := b.targets; t != nil; t = t.tail {
213 b.targets = &targets{
214 tail: b.targets,
219 b.targets = b.targets.tai
443 type targets struct { type
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
builder.go 20 targets *targets // linked stack of branch targets
79 for t := b.targets; t != nil && block == nil; t = t.tail {
90 for t := b.targets; t != nil && block == nil; t = t.tail {
96 for t := b.targets; t != nil; t = t.tail {
213 b.targets = &targets{
214 tail: b.targets,
219 b.targets = b.targets.tai
443 type targets struct { type
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationTests.cpp     [all...]
  /developers/build/prebuilts/gradle/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;
  /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;
  /development/samples/browseable/DirectShare/src/com.example.android.directshare/
SampleChooserTargetService.java 41 ArrayList<ChooserTarget> targets = new ArrayList<>(); local
46 targets.add(new ChooserTarget(
60 return targets;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dep_util.py 32 def newer_pairwise(sources, targets):
35 targets) where source is newer than target, according to the semantics
38 if len(sources) != len(targets):
39 raise ValueError, "'sources' and 'targets' must be same length"
41 # build a pair of lists (sources, targets) where source is newer
44 for source, target in zip(sources, targets):
  /external/deqp/scripts/build/
build.py 49 def build (config, generator, targets = None):
66 if targets == None:
69 for target in targets:
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
PerformanceSuite.java 16 import org.jacoco.core.test.perf.targets.Target01;
17 import org.jacoco.core.test.perf.targets.Target02;
18 import org.jacoco.core.test.perf.targets.Target03;
  /external/libvpx/libvpx/build/make/
iosbuild.sh 40 TARGETS="${ARM_TARGETS} ${SIM_TARGETS}"
98 # $1 is the list of targets.
100 local targets="$1"
124 for target in ${targets}; do
150 # lipo -info outputs i386 for libvpx x86 targets.
172 elog "Actual ${FRAMEWORK_LIB} targets do not match requested target list."
183 local targets="$1"
196 for target in ${targets}; do
218 create_vpx_framework_config_shim "${targets}"
235 # Confirm VPX.framework/VPX contains the targets requested
    [all...]
  /frameworks/base/core/java/android/service/chooser/
ChooserTargetService.java 40 * or frequency of usage. These will generally correlate with the order that app targets
104 * Called by the system to retrieve a set of deep-link {@link ChooserTarget targets} that
107 * <p>The returned list should be sorted such that the most relevant targets appear first.
109 * target Activity to sort and filter targets presented to the user.</p>
118 * @return a list of deep-link targets to fulfill the intent match, sorted by relevance
141 List<ChooserTarget> targets = null; local
148 targets = onGetChooserTargets(targetComponentName, matchedFilter);
151 result.sendResult(targets);
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dep_util.py 33 def newer_pairwise(sources, targets):
36 targets) where source is newer than target, according to the semantics
39 if len(sources) != len(targets):
40 raise ValueError, "'sources' and 'targets' must be same length"
42 # build a pair of lists (sources, targets) where source is newer
45 for source, target in zip(sources, targets):
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dep_util.py 33 def newer_pairwise(sources, targets):
36 targets) where source is newer than target, according to the semantics
39 if len(sources) != len(targets):
40 raise ValueError, "'sources' and 'targets' must be same length"
42 # build a pair of lists (sources, targets) where source is newer
45 for source, target in zip(sources, targets):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dep_util.py 33 def newer_pairwise(sources, targets):
36 targets) where source is newer than target, according to the semantics
39 if len(sources) != len(targets):
40 raise ValueError, "'sources' and 'targets' must be same length"
42 # build a pair of lists (sources, targets) where source is newer
45 for source, target in zip(sources, targets):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dep_util.py 33 def newer_pairwise(sources, targets):
36 targets) where source is newer than target, according to the semantics
39 if len(sources) != len(targets):
40 raise ValueError, "'sources' and 'targets' must be same length"
42 # build a pair of lists (sources, targets) where source is newer
45 for source, target in zip(sources, targets):
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
readelf.s 10 # MIPS targets put .rela.text here.
14 # MIPS targets put .reginfo, .mdebug, .MIPS.abiflags and .gnu.attributes here.
15 # v850 targets put .call_table_data and .call_table_text here.
  /tools/tradefederation/core/tests/src/com/android/tradefed/build/
SdkBuildInfoTest.java 54 // expect the 'android list targets --compact' call
58 (String)EasyMock.anyObject(), /* targets */
61 String[] targets = mSdkBuild.getSdkTargets(); local
62 assertEquals("android-1", targets[0]);
63 assertEquals("android-2", targets[1]);

Completed in 1660 milliseconds

1 2 34 5 6 7 8 91011>>