Home
last modified time | relevance | path

Searched defs:Slice (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DMetaModel.h107 struct Slice { struct
108 SliceState mState = SliceState::UNINITIALIZED; argument
110 std::vector<uint32_t> mSlicedOperationIndexToOrigIndex; argument
113 mutable std::map<Version, Slice> mCachedSlices; argument
/aosp12/system/netd/server/
H A DNFLogListenerTest.cpp104 const auto dispatchFn = [](const nlmsghdr&, const nfgenmsg&, const Slice) {}; in TEST_F()
110 const auto dispatchFn = [](const nlmsghdr&, const nfgenmsg&, const Slice) {}; in TEST_F()
119 const Slice) { in TEST_F()
131 const auto dispatchFn = [](const nlmsghdr&, const nfgenmsg&, const Slice) { in TEST_F()
H A DNetlinkListener.cpp52 const NetlinkListener::DispatchFn kDefaultDispatchFn = [](const nlmsghdr& nlmsg, const Slice) { in __anona582d5ab0202()
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DMemBlock.h57 operator const Slice() const noexcept { return get(); } in Slice() function
H A DSlice.h45 Slice(void* base, void* limit) : mBase(toUint8(base)), mLimit(toUint8(limit)) {} in Slice() function
48 Slice(void* base, size_t size) : Slice(base, toUint8(base) + size) {} in Slice() function
/aosp12/frameworks/base/core/java/android/app/slice/
H A DSlice.java45 public final class Slice implements Parcelable { class
276 Slice(ArrayList<SliceItem> items, @SliceHint String[] hints, Uri uri, SliceSpec spec) { in Slice() method in Slice
283 protected Slice(Parcel in) { in Slice() method in Slice
/aosp12/system/netd/libnetdutils/
H A DSyscallsTest.cpp190 [expected, used](Fd, const Slice, int, sockaddr* src, socklen_t* srclen) { in TEST_F()
/aosp12/packages/apps/Launcher3/protos/
H A Dlauncher_atom.proto209 message Slice{ message
/aosp12/system/bt/gd/packet/
H A Dpacket_view_unittest.cc408 PacketView<true> Slice(size_t header, size_t tail) { in Slice() function in bluetooth::packet::SubviewBaseTest::SubPacketView
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...