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

1 2 3 4 5 67 8 91011>>

  /art/runtime/gc/collector/
mark_compact.cc 199 // Disabled due to an issue where we have objects in the bump pointer space which reference dead
373 // Update the reference processor cleared list.
401 inline void MarkCompact::UpdateHeapReference(mirror::HeapReference<mirror::Object>* reference) {
402 mirror::Object* obj = reference->AsMirrorPtr();
407 reference->Assign(new_obj);
421 void operator()(mirror::Class* /*klass*/, mirror::Reference* ref) const
424 ref->GetFieldObjectReferenceAddr<kVerifyNone>(mirror::Reference::ReferentOffset()));
544 // Process the "referent" field in a java.lang.ref.Reference. If the referent has not yet been
546 void MarkCompact::DelayReferenceReferent(mirror::Class* klass, mirror::Reference* reference) {
    [all...]
mark_sweep.h 38 class Reference;
227 // Schedules an unmarked object for reference processing.
228 void DelayReferenceReferent(mirror::Class* klass, mirror::Reference* reference)
269 // Push a single reference on a mark stack.
332 // Number of java.lang.ref.Reference instances.
mark_compact.h 124 // Schedules an unmarked object for reference processing.
125 void DelayReferenceReferent(mirror::Class* klass, mirror::Reference* reference)
183 // Update a single heap reference.
184 void UpdateHeapReference(mirror::HeapReference<mirror::Object>* reference)
semi_space.h 158 // Schedules an unmarked object for reference processing.
159 void DelayReferenceReferent(mirror::Class* klass, mirror::Reference* reference)
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
move.py 91 for reference in module.FindAll(refactor.Reference):
92 reference_parts = reference.value.split('.')
97 reference.value = '.'.join(new_reference_parts)
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
Preconditions.java 38 import org.jf.dexlib2.iface.reference.*;
200 public static <T extends Reference> T checkReference(int referenceType, T reference) {
203 if (!(reference instanceof StringReference)) {
204 throw new IllegalArgumentException("Invalid reference type, expecting a string reference");
208 if (!(reference instanceof TypeReference)) {
209 throw new IllegalArgumentException("Invalid reference type, expecting a type reference");
213 if (!(reference instanceof FieldReference))
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
complex_bit_reverse_arm.S 13 @ Reference C code is in file complex_bit_reverse.c. Bit-exact.
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 28 import org.apache.tools.ant.types.Reference;
307 public void setSourcepathRef (final Reference ref)
  /external/google-breakpad/src/testing/scripts/
gmock_doctor.py 179 You are using a Return() action in a function that returns a reference to
181 return _GenericDiagnoser('NRR', 'Need to Return Reference',
272 return _GenericDiagnoser('IBRA', 'Incomplete By-Reference Argument Type',
359 clang_regex = (_CLANG_FILE_LINE_RE + r'error: member reference type '
  /external/guava/guava/src/com/google/common/util/concurrent/
Striped.java 30 import java.lang.ref.Reference;
378 // in the array. We could skip this if we decide we don't care about holding on to Reference
381 Reference<? extends L> ref;
  /external/opencv3/modules/cudev/include/opencv2/cudev/warp/detail/
reduce.hpp 192 template <typename Pointer, typename Reference, class Op>
193 __device__ static void reduce(Pointer smem, Reference val, uint tid, Op op)
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 84 const SymbolTable::Symbol* SymbolTable::findByReference(const Reference& ref) {
300 const Reference& ref) {
  /frameworks/base/tools/aapt2/
ResourceParser.cpp 41 if (piece == u"reference") return android::ResTable_map::TYPE_REFERENCE;
447 << "invalid value for type '" << *parsedType << "'. Expected a reference");
506 // Fix up the reference.
507 if (Reference* ref = valueCast<Reference>(processedItem.get())) {
    [all...]
ResourceUtils_test.cpp 157 Maybe<Reference> ref = ResourceUtils::parseStyleParentReference(u"@android:style/foo", &errStr);
  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 111 private final transient Reference<AvlNode<E>> rootReference;
115 TreeMultiset(Reference<AvlNode<E>> rootReference, GeneralRange<E> range, AvlNode<E> endLink) {
127 this.rootReference = new Reference<AvlNode<E>>();
259 int[] result = new int[1]; // used as a mutable int reference to hold result
272 int[] result = new int[1]; // used as a mutable int reference to hold result
305 int[] result = new int[1]; // used as a mutable int reference to hold result
328 int[] result = new int[1]; // used as a mutable int reference to hold result
504 private static final class Reference<T> {
976 new Reference<AvlNode<E>>());
  /external/testng/src/main/java/org/testng/
TestNGAntTask.java 35 import org.apache.tools.ant.types.Reference;
300 * @return reference to the classpath in the embedded java command line
308 * @return reference to the bootclasspath in the embedded java command line
324 * Classpath to use, by reference.
326 * @param r a reference to an existing classpath
328 public void setClasspathRef(Reference r) {
336 public void setXmlfilesetRef(Reference ref) {
344 public void setClassfilesetRef(Reference ref) {
890 private ResourceCollection createResourceCollection(Reference ref) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderService.java 50 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;
87 /** Reference to the file being edited. Can also be used to access the {@link IProject}. */
107 private Reference mIncludedWithin;
385 * Sets the {@link Reference} to an outer layout that this layout should be rendered
389 * @param includedWithin a reference to an outer layout to render this layout within
392 public RenderService setIncludedWithin(Reference includedWithin) {
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg 240 template <class T, class Reference >
243 typedef OctSequence_InputIterator<T, Reference > self;
246 typedef Reference reference;
260 reference operator*() const
262 return reference(_seq, _index);
324 reference
327 return reference(_seq, _index + n);
338 typedef OctSequence_Ref<T> reference;
345 typedef OctSequence_InputIterator<T, reference> iterator
    [all...]
  /external/v8/tools/turbolizer/
node.js 35 this.opcode.startsWith('Reference') ||
  /libcore/ojluni/src/main/java/java/io/
ObjectStreamClass.java 28 import java.lang.ref.Reference;
86 static final ConcurrentMap<WeakClassKey,Reference<?>> localDescs =
90 static final ConcurrentMap<FieldReflectorKey,Reference<?>> reflectors =
312 Reference<?> ref = Caches.localDescs.get(key);
320 Reference<?> newRef = new SoftReference<>(newEntry);
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Thread.java 29 import java.lang.ref.Reference;
271 * Returns a reference to the currently executing thread object.
774 /* Aggressively null out all reference fields: see bug 4006245 */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 36 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;
186 final List<Reference> includedBy = finder.getIncludedBy(chooser.getEditedFile());
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 69 namespace Reference {
80 // We follow g++ in treating any reference to a constexpr function template
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 107 private final transient Reference<AvlNode<E>> rootReference;
111 TreeMultiset(Reference<AvlNode<E>> rootReference, GeneralRange<E> range, AvlNode<E> endLink) {
123 this.rootReference = new Reference<AvlNode<E>>();
255 int[] result = new int[1]; // used as a mutable int reference to hold result
268 int[] result = new int[1]; // used as a mutable int reference to hold result
301 int[] result = new int[1]; // used as a mutable int reference to hold result
324 int[] result = new int[1]; // used as a mutable int reference to hold result
500 private static final class Reference<T> {
  /frameworks/base/services/core/java/com/android/server/connectivity/
MetricsLoggerService.java 71 * Reference of the last event in the list of cached events.
74 * ConnectivityMetricsEvent.Reference object. After getEvents returns, that object will
75 * contain this reference. The client can save it and use next time it calls getEvents.
307 * @param reference of the last event previously returned. The function will return
310 * After the function call it will contain reference of the
314 public ConnectivityMetricsEvent[] getEvents(ConnectivityMetricsEvent.Reference reference) {
316 long ref = reference.getValue();
322 Log.e(TAG, "Invalid reference");
323 reference.setValue(mLastEventReference)
    [all...]

Completed in 2643 milliseconds

1 2 3 4 5 67 8 91011>>