Searched refs:Reference (Results 51 - 75 of 132) sorted by relevance

123456

/external/guava/guava/src/com/google/common/base/internal/
H A DFinalizer.java20 import java.lang.ref.Reference;
136 private void cleanUp(Reference<?> reference) throws ShutDown {
198 + " Reference finalizer threads will inherit thread local"
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java34 import java.lang.ref.Reference;
200 public void handleReference(Reference ref) {
/external/emma/ant/ant14/com/vladium/emma/instr/
H A DinstrTask.java16 import org.apache.tools.ant.types.Reference;
92 public void setInstrpathRef (final Reference ref)
/external/guava/guava/src/com/google/common/base/
H A DFinalizableReferenceQueue.java21 import java.lang.ref.Reference;
81 /** Reference to Finalizer.startFinalizer(). */
115 + " Reference cleanup will only occur when new references are created.", t);
133 Reference<?> reference;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DAbstractClassGenerator.java200 Reference ref = (Reference)cache2.get(key);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DAnalyzedInstruction.java36 import org.jf.dexlib2.iface.reference.Reference;
237 Reference reference = instruction.getReference();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DInstructionFactory.java38 import org.jf.dexlib2.iface.reference.Reference;
44 public interface InstructionFactory<Ref extends Reference> {
/external/emma/ant/ant14/com/vladium/emma/
H A DemmajavaTask.java31 import org.apache.tools.ant.types.Reference;
272 public void setClasspathRef (final Reference ref)
365 public final void setLibclasspathRef (final Reference ref)
457 public final void setSourcepathRef (final Reference ref)
/external/skia/src/core/
H A DSkRecorder.cpp36 class Reference { class
38 Reference(const T& x) : fX(x) {} function in class:Reference
45 static Reference<T> delay_copy(const T& x) { return Reference<T>(x); }
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java125 this.rootReference = new Reference<Node<E>>();
128 private TreeMultiset(GeneralRange<E> range, Reference<Node<E>> root) {
141 private transient final Reference<Node<E>> rootReference;
143 static final class Reference<T> { class in class:TreeMultiset
146 public Reference() {} method in class:TreeMultiset.Reference
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheTesting.java38 import java.lang.ref.Reference;
69 Preconditions.checkState(valueRef instanceof Reference);
70 Reference<V> ref = (Reference<V>) valueRef;
86 Preconditions.checkState(entry instanceof Reference);
87 Reference<?> ref = (Reference<?>) entry;
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractReferenceMap.java27 import java.lang.ref.Reference;
52 * see {@link Reference}.
76 * @see java.lang.ref.Reference
359 Reference ref = queue.poll();
371 protected void purge(Reference ref) {
437 //key2 = (keyType > HARD ? ((Reference) key2).get() : key2);
570 protected Reference<K> refKey;
571 protected Reference<V> refValue;
683 protected <T> Reference<T> toReference(int type, T referent, int hash) {
700 boolean purge(Reference re
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DTreeMultiset.java129 this.rootReference = new Reference<Node<E>>();
132 private TreeMultiset(GeneralRange<E> range, Reference<Node<E>> root) {
145 private transient final Reference<Node<E>> rootReference;
147 static final class Reference<T> { class in class:TreeMultiset
150 public Reference() {} method in class:TreeMultiset.Reference
565 new Reference<Node<E>>());
/external/chromium_org/third_party/skia/src/core/
H A DSkRecorder.cpp39 class Reference { class
41 Reference(const T& x) : fX(x) {} function in class:Reference
48 static Reference<T> delay_copy(const T& x) { return Reference<T>(x); }
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters_neon.S10 @ Reference code in filters.c. Output is bit-exact.
/external/emma/core/java12/com/vladium/util/
H A DSoftValueMap.java11 import java.lang.ref.Reference;
179 final Reference ref = entry.m_softValue;
195 final Reference ref = entry.m_softValue;
546 next: for (Reference _ref; (_ref = m_valueReferenceQueue.poll ()) != null; )
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp391 DWARFFormValue::Reference(const DWARFCompileUnit* cu) const function in class:DWARFFormValue
412 DWARFFormValue::Reference (dw_offset_t base_offset) const function in class:DWARFFormValue
580 uint64_t a = a_value.Reference(a_cu);
581 uint64_t b = b_value.Reference(b_cu);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DReferenceUtil.java107 public static String getReferenceString(Reference reference) {
/external/chromium_org/native_client_sdk/src/doc/
H A Dindex.rst99 Reference <reference/pnacl-bitcode-abi>` or the :doc:`Sandbox internals
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dapmtest.m138 warning(['Reference directory ' refpathtest ' does not exist']);
265 fprintf(['Reference file: ' refpath outfile '\n']);
324 warning(['Reference file ' reffile ' does not exist']);
337 warning('Reference is not the same length as output');
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
H A DJumboStringConversionTest.java50 import org.jf.dexlib2.iface.reference.Reference;
136 @Nonnull @Override public Reference getReference() {
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m138 warning(['Reference directory ' refpathtest ' does not exist']);
265 fprintf(['Reference file: ' refpath outfile '\n']);
324 warning(['Reference file ' reffile ' does not exist']);
337 warning('Reference is not the same length as output');
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp27 bool VisitDeclRefExpr(DeclRefExpr *Reference) { argument
28 Match(Reference->getNameInfo().getAsString(), Reference->getLocation());
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dcomplex_bit_reverse_arm.S13 @ Reference C code is in file complex_bit_reverse.c. Bit-exact.
/external/clang/test/SemaTemplate/
H A Dconstexpr-instantiate.cpp69 namespace Reference { namespace

Completed in 627 milliseconds

123456