HomeSort by relevance Sort by last modified time
    Searched refs:REFERENCE (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 51 private static final int REFERENCE = 2;
173 return REFERENCE;
MethodAnalyzer.java 42 import org.jf.dexlib2.iface.reference.FieldReference;
43 import org.jf.dexlib2.iface.reference.MethodReference;
44 import org.jf.dexlib2.iface.reference.Reference;
45 import org.jf.dexlib2.iface.reference.TypeReference;
47 import org.jf.dexlib2.immutable.reference.ImmutableFieldReference;
48 import org.jf.dexlib2.immutable.reference.ImmutableMethodReference;
158 //if this is a constructor, then set the "this" register to an uninitialized reference of the current class
165 RegisterType.getRegisterType(RegisterType.REFERENCE,
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
FindOps.java 58 return new FindOp<>(mustFindFirst, StreamShape.REFERENCE, Optional.empty(),
189 /** Specialization of {@code FindSink} for reference streams */
MatchOps.java 97 return new MatchOp<>(StreamShape.REFERENCE, matchKind, MatchSink::new);
SliceOps.java 82 case REFERENCE:
109 * @param upstream a reference stream with element type T
119 return new ReferencePipeline.StatefulOp<T, T>(upstream, StreamShape.REFERENCE,
    [all...]
SortedOps.java 48 * @param upstream a reference stream with element type T
58 * @param upstream a reference stream with element type T
70 * @param upstream a reference stream with element type T
80 * @param upstream a reference stream with element type T
90 * @param upstream a reference stream with element type T
97 * Specialized subtype for sorting reference streams
111 super(upstream, StreamShape.REFERENCE,
126 super(upstream, StreamShape.REFERENCE,
282 * Abstract {@link Sink} for implementing sort on reference streams.
285 * Note: documentation below applies to reference and all primitive sinks
    [all...]
Node.java 118 * for reference nodes.
138 * reference to an internal array rather than a copy. Since the returned
170 * {@code StreamShape.REFERENCE}
175 return StreamShape.REFERENCE;
280 * reference to an internal array rather than a copy. It is the callers
282 * as the primary reference for the data.</p>
Nodes.java 84 case REFERENCE: return (Node<T>) EMPTY_NODE;
115 case REFERENCE:
128 // Reference-based node methods
133 * <p>The node will hold a reference to the array and will not make a copy.
146 * The node will hold a reference to the collection and will not make a copy.
187 * <p>The node will hold a reference to the array and will not make a copy.
224 * The node will hold a reference to the array and will not make a copy.
261 * <p>The node will hold a reference to the array and will not make a copy.
637 /** Node class for a reference array */
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
SmaliCodeFragmentFactory.java 228 case RegisterType.REFERENCE:
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
StreamTestScenario.java 34 * Test scenarios for reference streams.
251 return StreamShape.REFERENCE;
TestData.java 275 super(name, StreamShape.REFERENCE, state, streamFn, parStreamFn, splitrFn, sizeFn);
OpTestCase.java 58 testScenarios.put(StreamShape.REFERENCE, Collections.unmodifiableSet(EnumSet.allOf(StreamTestScenario.class)));
376 // Induce the reference result
553 // Induce the reference result
586 case REFERENCE: return new ReferencePipeline.Head<>(s, flags, parallel);
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
StreamTestScenario.java 37 * Test scenarios for reference streams.
254 return StreamShape.REFERENCE;
TestData.java 276 super(name, StreamShape.REFERENCE, state, streamFn, parStreamFn, splitrFn, sizeFn);
OpTestCase.java 59 testScenarios.put(StreamShape.REFERENCE, Collections.unmodifiableSet(EnumSet.allOf(StreamTestScenario.class)));
377 // Induce the reference result
554 // Induce the reference result
587 case REFERENCE: return new ReferencePipeline.Head<>(s, flags, parallel);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 461 && !attributeInfo.getFormats().contains(Format.REFERENCE)) {
462 // Special case: If the attribute value looks like a reference to a
473 && !attributeInfo.getFormats().contains(Format.REFERENCE)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta3/
rule-api-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta6/
rule-api-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.5.0/
rule-api-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0/
rule-api-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0-alpha1/
rule-api-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0-alpha3/
rule-api-25.0.0-alpha3.jar 

Completed in 1069 milliseconds

12 3 4