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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/app/
AccessibilityButtonChooserActivity.java 104 ArrayList<AccessibilityButtonTarget> targets = new ArrayList<>(services.size()); local
107 targets.add(new AccessibilityButtonTarget(context, info));
111 return targets;
  /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/
flags.h 56 vector<Symbol> targets; member in struct:Flags
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
function.py 94 def targets(self): member in class:VarArgs
169 v["ArgTargets"] = self.args.targets()
  /external/deqp/framework/opengl/
gluStateReset.cpp 523 static const deUint32 targets[] = { GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN }; local
525 for (int i = 0; i < DE_LENGTH_OF_ARRAY(targets); i++)
528 gl.getQueryiv(targets[i], GL_CURRENT_QUERY, &queryActive);
531 gl.endQuery(targets[i]);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferObjectQueryTests.cpp 160 const int targets = DE_LENGTH_OF_ARRAY(bufferTargets); local
162 for (int ndx = 0; ndx < targets; ++ndx)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
IncrementalProgressTest.java 72 Enumeration targets = Transliterator.getAvailableTargets(this.lang); local
73 while(targets.hasMoreElements()) {
74 String target = (String) targets.nextElement();
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
IncrementalProgressTest.java 69 Enumeration targets = Transliterator.getAvailableTargets(this.lang); local
70 while(targets.hasMoreElements()) {
71 String target = (String) targets.nextElement();
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/
Target03.java 12 package org.jacoco.core.test.perf.targets;
20 * runner targets one class only. Also one could think about more efficient
  /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/mesa3d/src/mesa/main/
shared.c 93 static const GLenum targets[] = { local
107 STATIC_ASSERT(ARRAY_SIZE(targets) == NUM_TEXTURE_TARGETS);
108 shared->DefaultTex[i] = ctx->Driver.NewTextureObject(ctx, 0, targets[i]);
  /external/python/cpython2/Tools/framer/framer/
function.py 94 def targets(self): member in class:VarArgs
169 v["ArgTargets"] = self.args.targets()
  /external/syslinux/
Makefile 76 private-targets = prerel unprerel official release burn isolinux.iso \
84 # The 'bios', 'efi32' and 'efi64' are dummy targets. Their only
101 .PHONY: $(filter-out $(private-targets), $(MAKECMDGOALS))
102 $(filter-out $(private-targets), $(MAKECMDGOALS)):
118 # Hook to add private Makefile targets for the maintainer.
125 # Hook to add private Makefile targets for the maintainer.
  /external/tensorflow/tensorflow/core/graph/
subgraph_test.cc 37 // TODO(josh11b): Test that feeding won't prune targets.
116 std::vector<string> targets = local
121 subgraph, fed, fetch, targets, device_info_, use_function_convention,
338 // No targets specified.
373 std::vector<string> targets = {strings::StrCat("N", num_nodes - 1)}; local
380 subgraph, fed, fetch, targets, device_info, use_function_convention,
  /frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
Main.java 45 } else if ("--targets".equals(args[i].trim())) {
65 List<LockTarget> targets = null; local
67 targets = Utils.getTargetsFromLegacyJackConfig(legacyTargets, legacyPreMethods,
70 targets = Collections.emptyList();
81 convert(bis, zos, targets);
95 private static void convert(InputStream in, OutputStream out, List<LockTarget> targets)
99 LockFindingClassVisitor cv = new LockFindingClassVisitor(targets, cw);
  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 66 const TargetOptions& targets() const { return m_Targets; } function in class:mcld::LinkerConfig
67 TargetOptions& targets() { return m_Targets; } function in class:mcld::LinkerConfig
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidSourceViewerConfig.java 164 Map<String, ?> targets = super.getHyperlinkDetectorTargets(sourceViewer); local
167 targets.put("com.android.ide.eclipse.xmlCode", null); //$NON-NLS-1$
168 return targets;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
TargetMenuListener.java 81 List<IAndroidTarget> targets = chooser.getTargetList(); local
94 // Process in reverse order: most important targets first
95 assert targets instanceof RandomAccess;
96 for (int i = targets.size() - 1; i >= 0; i--) {
97 IAndroidTarget target = targets.get(i);
103 // Don't show ancient rendering targets; they're pretty broken
104 // (unless of course all you have are ancient targets)
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
ListInstrumentationParserTest.java 61 List<InstrumentationTarget> targets = mParser.getInstrumentationTargets(); local
62 assertTrue("getInstrumentationTargets() not empty", targets.isEmpty());
77 // Expected targets
85 // Targets should be alphabetized by test package name, runner name, target name.
88 // Get the parsed targets and make sure they contain the expected targets
92 assertFalse("Nonshardable targets treated as shardable", target1.isShardable());
93 assertTrue("Shardable targets not treated as shardable", target2.isShardable());
104 assertEquals("Unexpected number of parsed targets",
108 // Must equal one of the expected targets
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 450 const int32_t* targets = reinterpret_cast<const int32_t*>(&switch_data[4]); local
451 DCHECK_ALIGNED(targets, 4);
454 return targets[index];
  /cts/tests/tests/transition/src/android/transition/cts/
ActivityTransitionTest.java 145 // Now check the targets... they should all be there
170 // return targets are stripped also
217 // Now check the targets... they should all be stripped
241 // return targets are stripped also
487 Set<Integer> targets = getTargetViewIds(transition); local
489 assertTrueWithId(id, "%s was not included from the transition", targets.contains(id));
494 Set<Integer> targets = getTargetViewIds(transition); local
496 assertTrueWithId(id, "%s was not excluded from the transition", !targets.contains(id));
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 44 private final CodeAddress[] targets; field in class:SwitchData
57 * @param targets {@code non-null;} corresponding list of code addresses; the
61 IntList cases, CodeAddress[] targets) {
72 if (targets == null) {
73 throw new NullPointerException("targets == null");
78 if (sz != targets.length) {
79 throw new IllegalArgumentException("cases / targets mismatch");
88 this.targets = targets;
104 int sz = targets.length
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 60 * some sort, the list of targets for that instruction
299 IntList targets = null; local
304 targets = targetLists[i];
305 if (targets != null) {
311 if (targets == null) {
312 targets = IntList.makeImmutable(next);
322 new ByteBlock(at, at, next, targets, blockCatches);
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 45 private final CodeAddress[] targets; field in class:SwitchData
58 * @param targets {@code non-null;} corresponding list of code addresses; the
62 IntList cases, CodeAddress[] targets) {
73 if (targets == null) {
74 throw new NullPointerException("targets == null");
79 if (sz != targets.length) {
80 throw new IllegalArgumentException("cases / targets mismatch");
89 this.targets = targets;
105 int sz = targets.length
    [all...]
  /external/ImageMagick/coders/
xpm.c 195 *const targets[NumberTargets] = { "c ", "g ", "g4 ", "m ", "b ", "s " };
202 for (q=targets[i]; *p != '\0'; p++)
218 q=targets[i];
233 if ((*p == *targets[i]) && (*(p+1) == *(targets[i]+1)))
191 *const targets[NumberTargets] = { "c ", "g ", "g4 ", "m ", "b ", "s " }; local
    [all...]

Completed in 1687 milliseconds

1 2 34 5 6 7 8 91011>>