Searched refs:Empty (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Outline.h | 29 enum class Type { None = 0, Empty = 1, Path = 2, RoundRect = 3 }; enumerator 72 mType = Type::Empty; in setEmpty() 83 bool isEmpty() const { return mType == Type::Empty; } in isEmpty() 107 if (mType == Type::None || mType == Type::Empty) return nullptr; in getPath()
|
/frameworks/native/libs/binder/rust/src/parcel/ |
D | parcelable_holder.rs | 50 Empty, enumerator 81 data: Mutex::new(ParcelableHolderData::Empty), in new() 91 *self.data.get_mut().unwrap() = ParcelableHolderData::Empty; in reset() 132 ParcelableHolderData::Empty => Ok(None), in get_parcelable() 201 ParcelableHolderData::Empty => parcel.write(&0i32), in write_to_parcel() 247 *self.data.get_mut().unwrap() = ParcelableHolderData::Empty; in read_from_parcel()
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptParser.yy | 215 | /* Empty */ 314 | /* Empty */ 372 | /* Empty */ 401 | /* Empty */ 419 | /* Empty */ 426 | /* Empty */ 433 | /* Empty */ 441 | /* Empty */ 447 | /* Empty */ 453 | /* Empty */ [all …]
|
/frameworks/compile/mclinker/unittests/ |
D | GCFactoryListTraitsTest.cpp | 109 TEST_F(GCFactoryListTraitsTest, Empty) { in TEST_F() argument
|
/frameworks/libs/net/common/netd/libnetdutils/ |
D | LogTest.cpp | 70 TEST(LogEntryTest, Empty) { in TEST() argument
|
D | MemBlockTest.cpp | 71 TEST(MemBlockTest, Empty) { in TEST() argument
|
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
D | balls.rscript | 46 rs_allocation aNull = {0}; // Empty rs_allocation, since we don't have an input.
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagCommonKinds.inc | 16 "Empty input file `%0' : %1", 17 "Empty input file `%0' : %1")
|
/frameworks/native/vulkan/libvulkan/ |
D | api.cpp | 454 bool Empty() const; 753 bool LayerChain::Empty() const { in Empty() function in vulkan::api::__anon590c67130111::LayerChain 1120 if (!chain.Empty()) { in CreateInstance() 1147 if (!chain.Empty()) { in CreateDevice()
|
/frameworks/base/packages/SystemUI/docs/ |
D | demo_mode.md | 101 Empty battery, and not charging (red exclamation point)
|
/frameworks/base/libs/androidfw/tests/ |
D | CursorWindow_test.cpp | 53 TEST(CursorWindowTest, Empty) { in TEST() argument
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | ICameraDeviceUser.hal | 120 * @param sessionParams Session-wide camera parameters. Empty session
|
D | types.hal | 266 * Empty otherwise.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 2850 // is initiated. Empty if the package is unknown. 5066 // The name of the calling app. Empty if not set. 5084 // Empty if not set.
|