HomeSort by relevance Sort by last modified time
    Searched defs:ref (Results 251 - 275 of 1346) sorted by null

<<11121314151617181920>>

  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 11 import java.lang.ref.Reference;
12 import java.lang.ref.ReferenceQueue;
13 import java.lang.ref.SoftReference;
179 final Reference ref = entry.m_softValue; local
180 result = ref.get (); // may return null to the caller
185 ref.enqueue ();
195 final Reference ref = entry.m_softValue; local
196 result = ref.get (); // may return null to the caller
201 ref.enqueue ();
266 final IndexedSoftReference ref = currentKeyEntry.m_softValue local
322 final IndexedSoftReference ref = entry.m_softValue; local
490 IndexedSoftReference ref = entry.m_softValue; \/\/ get the soft value reference local
    [all...]
  /frameworks/base/core/java/android/security/net/config/
NetworkSecurityConfig.java 59 // multiple entry refs by returning the certificate from the first entry ref.
83 for (CertificatesEntryRef ref : mCertificatesEntryRefs) {
84 Set<TrustAnchor> anchors = ref.getTrustAnchors();
122 for (CertificatesEntryRef ref : mCertificatesEntryRefs) {
123 TrustAnchor anchor = ref.findBySubjectAndPublicKey(cert);
133 for (CertificatesEntryRef ref : mCertificatesEntryRefs) {
134 TrustAnchor anchor = ref.findByIssuerAndSignature(cert);
145 for (CertificatesEntryRef ref : mCertificatesEntryRefs) {
146 certs.addAll(ref.findAllCertificatesByIssuerAndSignature(cert));
154 for (CertificatesEntryRef ref : mCertificatesEntryRefs)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 231 ITestReference ref = c.getDeviceSuite(); local
232 ref.sendTree(this);
402 public synchronized void testEnded(TestCaseReference ref) {
403 mListener.notifyTestEnded(ref);
406 public synchronized void testFailed(TestReferenceFailure ref) {
407 mListener.notifyTestFailed(ref);
  /prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/protos/25.2.0-beta1/
protos-25.2.0-beta1.jar 
  /art/runtime/gc/accounting/
mod_union_table.cc 120 mirror::Object* ref = obj_ptr->AsMirrorPtr(); local
121 if (ref != nullptr && !from_space_->HasAddress(ref) && !immune_space_->HasAddress(ref)) {
123 mirror::Object* new_object = visitor_->MarkObject(ref);
124 if (ref != new_object) {
193 mirror::Object* ref = ref_ptr->AsMirrorPtr(); local
195 if (ref != nullptr && mod_union_table_->ShouldAddReference(ref)) {
267 mirror::Object* ref = obj->GetFieldObject<mirror::Object>(offset) local
    [all...]
  /art/tools/ahat/src/
InstanceUtils.java 248 Instance ref = inst.getHardReferences().get(0); local
249 ClassObj clsref = ref.getClassObj();
251 return ref;
261 if ("java.lang.ref.Reference".equals(cls.getClassName())) {
347 for (Instance ref : inst.getHardReferences()) {
348 if (isInstanceOfClass(ref, "sun.misc.Cleaner")) {
349 referent = InstanceUtils.getReferent(ref);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
InstrumentedAccessibilityService.java 13 import java.lang.ref.WeakReference;
141 final WeakReference<InstrumentedAccessibilityService> ref = sInstances.get(clazz); local
142 if (ref != null) {
143 final T instance = (T) ref.get();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicHistogram.java 59 int ref[] = new int[256 * outvs2]; local
82 ref[(t * outvs2) + c] ++;
97 assertTrue(res[ct] == ref[ct]);
179 int ref[] = new int[256]; local
208 ref[(v + 0x7f) >> 8] ++;
222 assertTrue(res[ct] == ref[ct]);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CodeItem.java 52 private final CstMethodRef ref; field in class:CodeItem
78 * @param ref {@code non-null;} method that this code implements
85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic,
89 if (ref == null) {
90 throw new NullPointerException("ref == null");
101 this.ref = ref;
121 debugInfo = new DebugInfoItem(code, isStatic, ref);
146 return ref.toHuman();
155 return ref;
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
CodeItem.java 43 private final CstMethodRef ref; field in class:CodeItem
69 * @param ref {@code non-null;} method that this code implements
76 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic,
80 if (ref == null) {
81 throw new NullPointerException("ref == null");
92 this.ref = ref;
112 debugInfo = new DebugInfoItem(code, isStatic, ref);
137 return ref.toHuman();
146 return ref;
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 105 ClassRef ref = classes[i]; local
107 out.println(descriptorToDot(ref.getName()));
120 FieldRef ref = fields[j]; local
122 out.println(descriptorToDot(ref.getDeclClassName()) +
123 "." + ref.getName() + " : " + ref.getTypeName());
137 MethodRef ref = methods[j]; local
139 out.println(descriptorToDot(ref.getDeclClassName()) +
140 "." + ref.getName() + " : " + ref.getDescriptor())
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 152 XMLString ref = (null != iterator) local
169 if (null == ref)
183 int indexOfColon = ref.indexOf(':');
184 int indexOfSlash = ref.indexOf('/');
194 int newDoc = getDoc(xctxt, context, ref.toString(), base);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 21 package org.apache.xml.dtm.ref;
DTMDefaultBaseTraversers.java 21 package org.apache.xml.dtm.ref;
    [all...]
DTMTreeWalker.java 21 package org.apache.xml.dtm.ref;
ExpandedNameTable.java 21 package org.apache.xml.dtm.ref;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 21 package org.apache.xml.dtm.ref.sax2dtm;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
test_db.py 40 ref = ReferenceProperty(reference_class=TestBasic, collection_name='refs') variable in class:TestReference
125 tt.ref = t
130 assert tt.ref.id == t.id
  /external/clang/test/Analysis/
const-method-call.cpp 233 Outer2 *ref; member in struct:InnerWithRef
245 t.in.ref = &t;
dynamic-cast.cpp 217 A &ref = obj; local
220 B *ptr = dynamic_cast<B*>(&ref);
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 8 T *ref; member in class:rdar12676053::RefCount
11 return ref ? ref : 0;
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 47 template<typename T> reference_wrapper<T> ref(T& t) { function
example-tuple.cpp 47 template<typename T> reference_wrapper<T> ref(T& t) { function
134 template<typename T> const T *addr(const T& ref) { return &ref; }
139 const tuple<int, float&, const double&> *t3p = addr(make_tuple(i, ref(f), cref(d)));
  /external/clang/test/CodeGenCXX/
dllimport-members.cpp 21 #define USEMV(cls, var) int UNIQ(use)() { return ref(cls::var); }
26 T ref(T const& v) { return v; } function
    [all...]
  /external/clang/test/SemaCXX/
constructor-initializer.cpp 175 T &ref; member in struct:NDC
178 NDC(T &ref) : ref(ref) { }
182 X0(int &ref) : NDC<int>(ref), ndc(ref) { }

Completed in 2710 milliseconds

<<11121314151617181920>>