Searched refs:weak (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | FileObserver.java | 110 WeakReference weak = m_observers.get(wfd); in onEvent() local 111 if (weak != null) { // can happen with lots of events from a dead wfd in onEvent() 112 observer = (FileObserver) weak.get(); in onEvent()
|
/frameworks/native/libs/binder/tests/ |
D | binderLibTest.cpp | 649 wp<IBinder> weak = strong; in TEST_F() local 650 sp<IBinder> strong_from_weak = weak.promote(); in TEST_F() 655 strong_from_weak = weak.promote(); in TEST_F() 865 wp<IBinder> weak; in onTransact() local 871 weak = data.readWeakBinder(); in onTransact() 872 if (weak == NULL) { in onTransact() 875 strong = weak.promote(); in onTransact()
|
/frameworks/base/tools/aapt2/test/ |
D | Builders.h | 174 AttributeBuilder(bool weak = false) : mAttr(util::make_unique<Attribute>(weak)) { in mAttr() argument
|
/frameworks/base/tools/aapt2/ |
D | ResourceParser.h | 90 bool parseAttrImpl(xml::XmlPullParser* parser, ParsedResource* outResource, bool weak);
|
D | Format.proto | 206 optional bool weak = 3; field
|
D | ResourceParser.cpp | 742 bool weak) { in parseAttrImpl() argument 884 std::unique_ptr<Attribute> attr = util::make_unique<Attribute>(weak); in parseAttrImpl()
|
/frameworks/base/docs/html/training/articles/ |
D | perf-jni.jd | 544 <p>Until Android 2.2 (Froyo), weak global references were not implemented. 547 <p>Until Android 4.0 (Ice Cream Sandwich), weak global references could only 550 programmers to create hard references to weak globals before doing 552 <p>From Android 4.0 (Ice Cream Sandwich) on, weak global references can be 564 that looked through the weak globals table, the arguments, the locals
|
D | smp.jd | 18 <li style="margin:0"><a href="#ordering">ARM’s weak ordering</a></li> 386 <h4 id="ordering">ARM's weak ordering</h4> 388 <p>ARM SMP provides weak memory consistency guarantees. It does not guarantee that 1242 for Java 1.4 and earlier, a volatile declaration was about as weak as its C
|
/frameworks/base/tools/aapt2/proto/ |
D | TableProtoDeserializer.cpp | 222 const bool isWeak = pbValue.has_weak() ? pbValue.weak() : false; in deserializeValueFromPb()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 281 "a non-weak undefined symbol reference from">;
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | cache-bitmap.jd | 61 aggressive with collecting soft/weak references which makes them fairly ineffective. In addition,
|
/frameworks/base/docs/html/google/play/licensing/ |
D | licensing-reference.jd | 386 network connection is unstable or the cell signal is weak. </p>
|
/frameworks/base/docs/html/preview/ |
D | behavior-changes.jd | 860 algorithm, SHA1PRNG, is cryptographically weak. Apps can no longer use
|