/frameworks/base/core/java/android/os/ |
D | FileObserver.java | 151 WeakReference weak = m_observers.get(wfd); in onEvent() local 152 if (weak != null) { // can happen with lots of events from a dead wfd in onEvent() 153 observer = (FileObserver) weak.get(); in onEvent()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | atomicops_internals_arm_gcc.h | 50 LinuxKernelCmpxchgFunc pLinuxKernelCmpxchg __attribute__((weak)) = 54 LinuxKernelMemoryBarrierFunc pLinuxKernelMemoryBarrier __attribute__((weak)) =
|
/frameworks/av/media/libmedia/ |
D | MediaUtils.cpp | 29 extern "C" void __scudo_set_rss_limit(size_t, int) __attribute__((weak));
|
/frameworks/base/tools/aapt2/ |
D | ResourceParser.h | 101 bool ParseAttrImpl(xml::XmlPullParser* parser, ParsedResource* out_resource, bool weak);
|
D | ResourceParser.cpp | 1203 ParsedResource* out_resource, bool weak) { in ParseAttrImpl() argument 1355 attr->SetWeak(weak); in ParseAttrImpl()
|
D | Resources.proto | 236 bool weak = 3; field
|
/frameworks/native/libs/binder/tests/ |
D | binderLibTest.cpp | 807 wp<IBinder> weak = strong; in TEST_F() local 808 sp<IBinder> strong_from_weak = weak.promote(); in TEST_F() 813 strong_from_weak = weak.promote(); in TEST_F() 1339 wp<IBinder> weak; in onTransact() local 1345 weak = data.readWeakBinder(); in onTransact() 1346 if (weak == nullptr) { in onTransact() 1349 strong = weak.promote(); in onTransact()
|
D | Android.bp | 135 "-Wno-weak-vtables",
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/ |
D | AppDelegate.m | 35 @property (weak) IBOutlet NSWindow *window; category
|
/frameworks/base/tools/aapt2/test/ |
D | Builders.cpp | 177 AttributeBuilder& AttributeBuilder::SetWeak(bool weak) { in SetWeak() argument 178 attr_->SetWeak(weak); in SetWeak()
|
D | Builders.h | 124 AttributeBuilder& SetWeak(bool weak);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_message_field.cc | 52 if (descriptor->options().weak() || !descriptor->containing_oneof()) { in SetMessageVariables()
|
D | cpp_message.cc | 3783 if (field->options().weak() || !field->containing_oneof()) { in GenerateIsInitialized()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScriptGroup2.cpp | 348 extern __attribute__((noinline)) __attribute__((weak))
|
/frameworks/av/media/libstagefright/foundation/tests/ |
D | AData_test.cpp | 96 std::weak_ptr<EventCounter> weak(copy); in TEST_F() local 103 EXPECT_TRUE(weak.expired()); in TEST_F()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | unittest_objc.proto | 93 optional bool weak = 18; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 64 // Indexes of the weak imported files in the dependency list. 413 optional bool weak = 10 [default=false]; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 64 // Indexes of the weak imported files in the dependency list. 413 optional bool weak = 10 [default=false]; field
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 281 "a non-weak undefined symbol reference from">;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.proto | 69 // Indexes of the weak imported files in the dependency list. 533 optional bool weak = 10 [default=false]; field
|
D | descriptor.pb.cc | 10390 ::google::protobuf::internal::WireFormatLite::WriteBool(10, this->weak(), output); in SerializeWithCachedSizes() 10442 … target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(10, this->weak(), target); in InternalSerializeWithCachedSizesToArray() 10563 set_weak(from.weak()); in MergeFrom() 10758 bool FieldOptions::weak() const { in weak() function in google::protobuf::FieldOptions
|
D | descriptor.pb.h | 2480 bool weak() const; 6800 inline bool FieldOptions::weak() const { in weak() function
|
D | descriptor.cc | 4877 if (type.IsNull() && !pool_->enforce_weak_ && proto.options().weak()) { in CrossLinkField()
|
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoDeserialize.cpp | 806 value->SetWeak(pb_value.weak()); in DeserializeValueFromPb()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/ |
D | DesignDoc.md | 57 precedence, prefix, Protocol, required, right, set, Type, unowned, weak,
|