Home
last modified time | relevance | path

Searched refs:weak (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/os/
DFileObserver.java151 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/
Datomicops_internals_arm_gcc.h50 LinuxKernelCmpxchgFunc pLinuxKernelCmpxchg __attribute__((weak)) =
54 LinuxKernelMemoryBarrierFunc pLinuxKernelMemoryBarrier __attribute__((weak)) =
/frameworks/av/media/libmedia/
DMediaUtils.cpp29 extern "C" void __scudo_set_rss_limit(size_t, int) __attribute__((weak));
/frameworks/base/tools/aapt2/
DResourceParser.h101 bool ParseAttrImpl(xml::XmlPullParser* parser, ParsedResource* out_resource, bool weak);
DResourceParser.cpp1203 ParsedResource* out_resource, bool weak) { in ParseAttrImpl() argument
1355 attr->SetWeak(weak); in ParseAttrImpl()
DResources.proto236 bool weak = 3; field
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp807 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()
DAndroid.bp135 "-Wno-weak-vtables",
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/
DAppDelegate.m35 @property (weak) IBOutlet NSWindow *window; category
/frameworks/base/tools/aapt2/test/
DBuilders.cpp177 AttributeBuilder& AttributeBuilder::SetWeak(bool weak) { in SetWeak() argument
178 attr_->SetWeak(weak); in SetWeak()
DBuilders.h124 AttributeBuilder& SetWeak(bool weak);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_message_field.cc52 if (descriptor->options().weak() || !descriptor->containing_oneof()) { in SetMessageVariables()
Dcpp_message.cc3783 if (field->options().weak() || !field->containing_oneof()) { in GenerateIsInitialized()
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.cpp348 extern __attribute__((noinline)) __attribute__((weak))
/frameworks/av/media/libstagefright/foundation/tests/
DAData_test.cpp96 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/
Dunittest_objc.proto93 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/
Ddescriptor.proto64 // 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/
Ddescriptor.proto64 // Indexes of the weak imported files in the dependency list.
413 optional bool weak = 10 [default=false]; field
/frameworks/compile/mclinker/tools/mcld/
DOptions.td281 "a non-weak undefined symbol reference from">;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto69 // Indexes of the weak imported files in the dependency list.
533 optional bool weak = 10 [default=false]; field
Ddescriptor.pb.cc10390 ::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
Ddescriptor.pb.h2480 bool weak() const;
6800 inline bool FieldOptions::weak() const { in weak() function
Ddescriptor.cc4877 if (type.IsNull() && !pool_->enforce_weak_ && proto.options().weak()) { in CrossLinkField()
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp806 value->SetWeak(pb_value.weak()); in DeserializeValueFromPb()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/
DDesignDoc.md57 precedence, prefix, Protocol, required, right, set, Type, unowned, weak,

12