/art/runtime/gc/collector/ |
mark_sweep.h | 38 class Reference; 229 // Schedules an unmarked object for reference processing. 230 void DelayReferenceReferent(ObjPtr<mirror::Class> klass, ObjPtr<mirror::Reference> reference) 271 // Push a single reference on a mark stack. 334 // Number of java.lang.ref.Reference instances.
|
/art/runtime/mirror/ |
object.cc | 59 void operator()(ObjPtr<mirror::Class> klass, mirror::Reference* ref) const 61 // Copy java.lang.ref.Reference.referent which isn't visited in 64 this->operator()(ref, mirror::Reference::ReferentOffset(), false);
|
/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/googletest/googlemock/scripts/ |
gmock_doctor.py | 182 You are using a Return() action in a function that returns a reference to 184 return _GenericDiagnoser('NRR', 'Need to Return Reference', 276 return _GenericDiagnoser('IBRA', 'Incomplete By-Reference Argument Type', 363 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/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
AnalyzedInstruction.java | 39 import org.jf.dexlib2.iface.reference.MethodReference; 40 import org.jf.dexlib2.iface.reference.Reference; 318 Reference reference = instruction.getReference(); 319 if (reference instanceof MethodReference) { 320 return ((MethodReference)reference).getName().equals("<init>"); 335 //When constructing a new object, the register type will be an uninitialized reference after the new-instance 336 //instruction, but becomes an initialized reference once the <init> method is called. So even though invoke 338 //object register. If the uninitialized reference has been copied to other registers, they will be initialize [all...] |
/external/v8/testing/gmock/scripts/ |
gmock_doctor.py | 182 You are using a Return() action in a function that returns a reference to 184 return _GenericDiagnoser('NRR', 'Need to Return Reference', 276 return _GenericDiagnoser('IBRA', 'Incomplete By-Reference Argument Type', 363 clang_regex = (_CLANG_FILE_LINE_RE + r'error: member reference type '
|
/frameworks/base/tools/aapt2/ |
ResourceParser_test.cpp | 210 Reference* null_ref = test::GetValue<Reference>(&table_, "integer/foo"); 214 EXPECT_EQ(Reference::Type::kResource, null_ref->reference_type); 497 " <attr name=\"bat\" format=\"string|reference\"/>\n" 568 EXPECT_NE(nullptr, ValueCast<Reference>(array->items[0].get())); 672 <attr name="barName" format="string|reference" /> 830 EXPECT_EQ(Reference(test::ParseNameOrDie("attr/test")), val->entries[0].key); 836 <item type="drawable" format="reference" name="foo" /> 839 ASSERT_THAT(test::GetValue(&table_, "drawable/foo"), Pointee(ValueEq(Reference())));
|
/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/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
JITEmitter.cpp | 471 void *getPointerToGlobal(GlobalValue *GV, void *Reference, 473 void *getPointerToGVIndirectSym(GlobalValue *V, void *Reference); 701 void *JITEmitter::getPointerToGlobal(GlobalValue *V, void *Reference, 740 void *JITEmitter::getPointerToGVIndirectSym(GlobalValue *V, void *Reference) { 743 void *GVAddress = getPointerToGlobal(V, Reference, false); [all...] |
/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...] |
/external/swiftshader/src/Reactor/ |
Nucleus.cpp | 879 Bool::Bool(const Reference<Bool> &rhs) 900 RValue<Bool> Bool::operator=(const Reference<Bool> &rhs) const 979 Byte::Byte(const Reference<Byte> &rhs) 1000 RValue<Byte> Byte::operator=(const Reference<Byte> &rhs) const 1233 SByte::SByte(const Reference<SByte> &rhs) 1254 RValue<SByte> SByte::operator=(const Reference<SByte> &rhs) const [all...] |
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
InstructionMethodItem.java | 44 import org.jf.dexlib2.iface.reference.Reference; 118 Reference reference = referenceInstruction.getReference(); local 119 referenceString = ReferenceUtil.getReferenceString(reference, classContext); 126 writer.write("#invalid reference type: "); 137 Reference reference2 = dualReferenceInstruction.getReference2(); 144 writer.write("#invalid reference type: "); 184 writer.write("#invalid payload reference\n");
|
/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...] |
/art/test/912-classes/src/art/ |
Test912.java | 19 import java.lang.ref.Reference; 398 public static Reference<Object> WEAK = null;
|
/external/clang/lib/Index/ |
IndexSymbol.cpp | 253 APPLY_FOR_ROLE(Reference); 279 case SymbolRole::Reference: OS << "Ref"; break;
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/ |
RealConnection.java | 42 import java.lang.ref.Reference; 84 public final List<Reference<StreamAllocation>> allocations = new ArrayList<>();
|
/external/v8/tools/turbolizer/ |
node.js | 36 this.opcode.startsWith('Reference') ||
|
/frameworks/base/tools/aapt2/process/ |
SymbolTable.cpp | 137 const SymbolTable::Symbol* SymbolTable::FindByReference(const Reference& ref) { 359 const Reference& ref) {
|
/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...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
gnu.go | 25 // This form typically matches the syntax defined in the ARM Reference Manual.
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
gnu.go | 14 // This form typically matches the syntax defined in the Power ISA Reference Manual.
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
gnu.go | 25 // This form typically matches the syntax defined in the ARM Reference Manual.
|