HomeSort by relevance Sort by last modified time
    Searched defs:ref (Results 451 - 475 of 1988) sorted by null

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-beta4/
protos-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.1/
protos-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.3/
protos-25.3.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.5.0-alpha-preview-01/
protos-25.5.0-alpha-preview-01.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-alpha1/
protos-25.3.0-alpha1.jar 
  /art/tools/ahat/src/test/com/android/ahat/
InstanceTest.java 216 AhatInstance ref = dump.getDumpedAhatInstance("aSoftReference"); local
217 AhatInstance referent = ref.getReferent();
339 assertEquals(String.format("java.lang.ref.PhantomReference@%08x", id), obj.toString());
381 AhatInstance ref = dump.getDumpedAhatInstance("aWeakRefToGcRoot"); local
386 AhatInstance root = ref.getField("referent").asAhatInstance();
401 AhatInstance ref = dump.getDumpedAhatInstance("aWeakChain"); local
402 AhatInstance weak1 = ref.getField("referent").asAhatInstance();
405 assertTrue(ref.isStronglyReachable());
415 AhatInstance ref = dump.getDumpedAhatInstance("aReference"); local
417 assertTrue(obj.getHardReverseReferences().contains(ref));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java 59 public ExtractStyleWizard(ExtractStyleRefactoring ref, LayoutEditorDelegate editor) {
60 super(ref, editor);
61 setDefaultPageTitle(ref.getName());
220 ExtractStyleRefactoring ref = (ExtractStyleRefactoring) getRefactoring(); local
222 mElementCount = ref.getElements().size();
224 mParentStyle = ref.getParentStyle();
230 Pair<Map<String, List<Attr>>, Set<Attr>> result = ref.getAvailableAttributes();
  /art/compiler/optimizing/
load_store_elimination.cc 406 HInstruction* ref = ref_info->GetReference(); local
411 singleton_ref = ref;
546 HInstruction* ref,
551 HInstruction* original_ref = heap_location_collector_.HuntForOriginalReference(ref);
614 HInstruction* ref,
623 HInstruction* original_ref = heap_location_collector_.HuntForOriginalReference(ref);
891 HInstruction* ref = variable
920 HInstruction* ref = location->GetReferenceInfo()->GetReference(); variable
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.cc 123 mirror::Object* ref = obj_ptr->AsMirrorPtr(); local
124 if (ref != nullptr && !from_space_->HasAddress(ref) && !immune_space_->HasAddress(ref)) {
126 mirror::Object* new_object = visitor_->MarkObject(ref);
127 if (ref != new_object) {
201 mirror::Object* ref = ref_ptr->AsMirrorPtr(); local
203 if (ref != nullptr && mod_union_table_->ShouldAddReference(ref)) {
275 mirror::Object* ref = obj->GetFieldObject<mirror::Object>(offset) local
    [all...]
  /art/runtime/interpreter/
shadow_frame.h 180 mirror::Object* ref; local
182 ref = References()[i].AsMirrorPtr();
185 ref = reinterpret_cast<const StackReference<mirror::Object>*>(vreg_ptr)->AsMirrorPtr();
187 ReadBarrier::MaybeAssertToSpaceInvariant(ref);
189 VerifyObject(ref);
191 return ref;
  /art/runtime/
reflection.cc 932 IndirectRef ref = reinterpret_cast<IndirectRef>(obj); local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicHistogram.java 70 int ref[] = new int[256 * outvs2]; local
93 ref[(t * outvs2) + c] ++;
108 assertTrue(res[ct] == ref[ct]);
192 int ref[] = new int[256]; local
221 ref[(v + 0x7f) >> 8] ++;
235 assertTrue(res[ct] == ref[ct]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
weakrefobject.c 216 * two callback-less refs (ref and proxy). Used to determine if the
285 PyWeakReference *ref, *proxy; local
297 get_basic_refs(*list, &ref, &proxy);
299 if (ref != NULL) {
301 Py_INCREF(ref);
302 return (PyObject *)ref;
307 list on ob can be mutated. This means that the ref and
320 get_basic_refs(*list, &ref, &proxy);
321 prev = (proxy == NULL) ? ref : proxy;
758 PyWeakReference *ref, *proxy; local
817 PyWeakReference *ref, *proxy; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_deque.py 510 ref = weakref.ref(obj) variable in class:TestBasic.test_container_iterator.C
518 self.assertTrue(ref() is None, "Cycle was not collected")
test_dict.py 545 ref = weakref.ref(obj) variable in class:DictTest.test_container_iterator.C
550 self.assertIs(ref(), None, "Cycle was not collected")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
weakrefobject.c 205 * two callback-less refs (ref and proxy). Used to determine if the
274 PyWeakReference *ref, *proxy; local
286 get_basic_refs(*list, &ref, &proxy);
288 if (ref != NULL) {
290 Py_INCREF(ref);
291 return (PyObject *)ref;
296 list on ob can be mutated. This means that the ref and
309 get_basic_refs(*list, &ref, &proxy);
310 prev = (proxy == NULL) ? ref : proxy;
747 PyWeakReference *ref, *proxy; local
806 PyWeakReference *ref, *proxy; local
    [all...]
  /external/adhd/cras/src/tests/
dbus_test.cc 406 DBusMatch &ref = matches_.back(); local
408 return ref;
419 DBusMatch &ref = matches_.back(); local
421 return ref;
431 DBusMatch &ref = matches_.back(); local
433 return ref;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 21 package org.apache.xml.dtm.ref;
36 import org.apache.xml.dtm.ref.dom2dtm.DOM2DTM;
37 import org.apache.xml.dtm.ref.sax2dtm.SAX2DTM;
38 import org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM;
349 Class.forName("org.apache.xml.dtm.ref.IncrementalSAXSource_Xerces").newInstance();
496 if (node instanceof org.apache.xml.dtm.ref.DTMNodeProxy)
497 return ((org.apache.xml.dtm.ref.DTMNodeProxy) node).getDTMNodeNumber();
564 if(node instanceof org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 22 package org.apache.xml.dtm.ref.dom2dtm;
  /external/clang/test/Analysis/
temporaries.cpp 60 const TrivialSubclass &ref = getTrivialSub(); local
61 clang_analyzer_eval(ref.value == 42); // expected-warning{{TRUE}}
420 static const Trivial &ref = getTrivial(); local
421 clang_analyzer_eval(ref.value == 42); // expected-warning{{TRUE}}
  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.cpp 1047 const GLfloat ref = rnd.getFloat(0, 1); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFloatStateQueryTests.cpp 1174 const GLfloat ref = rnd.getFloat(0, 1); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 215 const deUint32 ref = (ref1 << 16) | ref0; local
227 << ", expected packSnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
406 const deUint32 ref = (ref1 << 16) | ref0; local
418 << ", expected packUnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
602 const deUint32 ref = (ref1 << 16) | ref0; local
614 << ", expected packHalf2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
819 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0); local
835 << ", expected packSnorm4x8(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
1028 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0); local
    [all...]
  /external/flatbuffers/src/
reflection.cpp 238 auto ref = offsetloc + ReadScalar<uoffset_t>(offsetloc); local
239 Straddle<uoffset_t, 1>(offsetloc, ref, offsetloc);
243 ResizeTable(*subobjectdef, reinterpret_cast<Table *>(ref));
250 auto vec = reinterpret_cast<Vector<uoffset_t> *>(ref);
268 reinterpret_cast<Table *>(ref));
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
Engine.java 19 import java.lang.ref.ReferenceQueue;
20 import java.lang.ref.WeakReference;
285 ResourceWeakReference ref = (ResourceWeakReference) queue.poll(); local
286 if (ref != null) {
287 activeResources.remove(ref.key);

Completed in 667 milliseconds

<<11121314151617181920>>