Home
last modified time | relevance | path

Searched defs:header (Results 1 – 25 of 604) sorted by relevance

12345678910>>...25

/aosp12/bionic/libc/malloc_debug/
H A DGuardData.cpp49 void GuardData::LogFailure(const Header* header, const void* pointer, const void* data) { in LogFailure()
82 bool FrontGuardData::Valid(const Header* header) { in Valid()
86 void FrontGuardData::LogFailure(const Header* header) { in LogFailure()
93 bool RearGuardData::Valid(const Header* header) { in Valid()
97 void RearGuardData::LogFailure(const Header* header) { in LogFailure()
H A DDebugData.h53 inline void* GetPointer(const Header* header) { in GetPointer()
63 uint8_t* GetFrontGuard(const Header* header) { in GetFrontGuard()
68 uint8_t* GetRearGuard(const Header* header) { in GetRearGuard()
/aosp12/system/connectivity/wificond/net/
H A Dnl80211_attribute.cpp45 nlattr* header = reinterpret_cast<nlattr*>(data_.data()); in InitHeaderAndResize() local
51 const nlattr* header = reinterpret_cast<const nlattr*>(data_.data()); in GetAttributeId() local
59 const nlattr* header = reinterpret_cast<const nlattr*>(data_.data()); in IsValid() local
76 const nlattr* header = reinterpret_cast<const nlattr*>(ptr); in GetAttributeImpl() local
138 const nlattr* header = reinterpret_cast<const nlattr*>(data_.data()); in GetValue() local
160 const nlattr* header = reinterpret_cast<const nlattr*>(data_.data()); in GetValue() local
184 nlattr* header = reinterpret_cast<nlattr*>(data_.data()); in AddAttribute() local
232 const nlattr* header = reinterpret_cast<const nlattr*>(ptr); in GetListOfNestedAttributes() local
254 const nlattr* header = reinterpret_cast<const nlattr*>(ptr); in DebugLog() local
H A Dnl80211_attribute.h92 const nlattr* header = reinterpret_cast<const nlattr*>(data_.data()); in IsValid() local
203 const nlattr* header = reinterpret_cast<const nlattr*>(ptr); in GetListOfAttributeValues() local
241 const nlattr* header = reinterpret_cast<const nlattr*>(ptr); in GetListOfAttributes() local
/aosp12/frameworks/base/obex/javax/obex/
H A DClientSession.java100 public HeaderSet connect(final HeaderSet header) throws IOException { in connect()
166 public Operation get(HeaderSet header) throws IOException { in get()
215 public HeaderSet delete(HeaderSet header) throws IOException { in delete()
225 public HeaderSet disconnect(HeaderSet header) throws IOException { in disconnect()
287 public Operation put(HeaderSet header) throws IOException { in put()
332 public HeaderSet setPath(HeaderSet header, boolean backup, boolean create) throws IOException { in setPath()
459 public boolean sendRequest(int opCode, byte[] head, HeaderSet header, in sendRequest()
/aosp12/packages/apps/Nfc/nci/jni/
H A DDataQueue.cpp53 tHeader* header = mQueue.front(); in ~DataQueue() local
84 tHeader* header = (tHeader*)malloc(sizeof(tHeader) + dataLen); in enqueue() local
117 tHeader* header = mQueue.front(); in dequeue() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
H A DHeaderViewHolder.java26 private final TextView header; field in HeaderViewHolder
33 public void setHeader(String header) { in setHeader()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DPinnedHeaderListView.java216 PinnedHeader header = mHeaders[i]; in onItemSelected() local
262 PinnedHeader header = mHeaders[viewIndex]; in setHeaderPinnedAtTop() local
280 PinnedHeader header = mHeaders[viewIndex]; in setHeaderPinnedAtBottom() local
344 PinnedHeader header = mHeaders[viewIndex]; in setHeaderInvisible() local
392 PinnedHeader header = mHeaders[i]; in getTotalTopPinnedHeaderHeight() local
427 PinnedHeader header = mHeaders[i]; in onInterceptTouchEvent() local
469 PinnedHeader header = mHeaders[i]; in smoothScrollToPartition() local
499 PinnedHeader header = mHeaders[i]; in dispatchDraw() local
537 PinnedHeader header = mHeaders[i]; in dispatchDraw() local
544 PinnedHeader header = mHeaders[i]; in dispatchDraw() local
[all …]
/aosp12/system/chre/chpp/include/chpp/common/
H A Dgnss.h49 struct ChppAppHeader header; member
66 struct ChppAppHeader header; member
82 struct ChppAppHeader header; member
98 struct ChppAppHeader header; member
107 struct ChppAppHeader header; member
117 struct ChppAppHeader header; member
H A Dwifi.h48 struct ChppAppHeader header; member
64 struct ChppAppHeader header; member
81 struct ChppAppHeader header; member
98 struct ChppAppHeader header; member
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DETC1.java118 public static native void formatHeader(Buffer header, int width, int height); in formatHeader()
124 public static native boolean isValid(Buffer header); in isValid()
130 public static native int getWidth(Buffer header); in getWidth()
136 public static native int getHeight(Buffer header); in getHeight()
/aosp12/art/compiler/optimizing/
H A Dsuperblock_cloner_test.cc117 HBasicBlock* header = nullptr; in TEST_F() local
148 HBasicBlock* header = nullptr; in TEST_F() local
229 HBasicBlock* header = nullptr; in TEST_F() local
268 HBasicBlock* header = nullptr; in TEST_F() local
292 HBasicBlock* header = nullptr; in TEST_F() local
329 HBasicBlock* header = nullptr; in TEST_F() local
366 HBasicBlock* header = nullptr; in TEST_F() local
414 HBasicBlock* header = nullptr; in TEST_F() local
467 HBasicBlock* header = nullptr; in TEST_F() local
514 HBasicBlock* header = nullptr; in TEST_F() local
[all …]
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
H A DTransitionScreenWrapper.java27 public final @StringRes int header; field in TransitionScreenWrapper
38 TransitionScreenWrapper(@StringRes int header, @RawRes int drawable) { in TransitionScreenWrapper()
42 TransitionScreenWrapper(@StringRes int header, @StringRes int description, in TransitionScreenWrapper()
47 private TransitionScreenWrapper(int header, int description, int drawable, int subHeaderTitle, in TransitionScreenWrapper()
93 public Builder setHeader(int header) { in setHeader()
/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
H A DNetlinkErrorMessage.java29 public static NetlinkErrorMessage parse(StructNlMsgHdr header, ByteBuffer byteBuffer) { in parse()
42 NetlinkErrorMessage(StructNlMsgHdr header) { in NetlinkErrorMessage()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapuserd.cpp333 CowHeader header; in ReadMetadata() local
623 CowHeader header; in MmapMetadata() local
718 CowHeader header; in GetBufferMetadataOffset() local
734 CowHeader header; in GetBufferMetadataSize() local
742 CowHeader header; in GetBufferDataOffset() local
752 CowHeader header; in GetBufferDataSize() local
760 CowHeader header; in GetBufferState() local
/aosp12/system/chre/platform/shared/
H A Dmemory_manager.cc24 AllocHeader *header = nullptr; in nanoappAlloc() local
57 AllocHeader *header = static_cast<AllocHeader *>(ptr); in nanoappFree() local
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DSipMessageParsingUtilsTest.java40 String header = "Via: SIP/2.0/UDP ex.place.com;branch=z9hG4bK776asdhds"; in testNoAcceptContactHeader() local
54 String header = "Via: SIP/2.0/UDP ex.place.com;branch=z9hG4bK776asdhds"; in testAcceptContactHeaderMultipleValues() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dvfio_zdev.h24 struct vfio_info_cap_header header; member
34 struct vfio_info_cap_header header; member
45 struct vfio_info_cap_header header; member
50 struct vfio_info_cap_header header; member
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DPacketUtils.java69 byte[] getPacketBytes(IpHeader header) throws Exception; in getPacketBytes()
71 void addPacketBytes(IpHeader header, ByteBuffer resultBuffer) throws Exception; in addPacketBytes()
219 public byte[] getPacketBytes(IpHeader header) { in getPacketBytes()
226 public void addPacketBytes(IpHeader header, ByteBuffer resultBuffer) { in addPacketBytes()
255 public byte[] getPacketBytes(IpHeader header) throws Exception { in getPacketBytes()
262 public void addPacketBytes(IpHeader header, ByteBuffer resultBuffer) throws Exception { in addPacketBytes()
282 private short calculateChecksum(IpHeader header, byte[] payloadBytes) throws Exception { in calculateChecksum()
348 public byte[] getPacketBytes(IpHeader header) throws Exception { in getPacketBytes()
355 public void addPacketBytes(IpHeader header, ByteBuffer resultBuffer) throws Exception { in addPacketBytes()
/aosp12/system/update_engine/payload_generator/
H A Dsquashfs_filesystem.cc58 SquashfsFilesystem::SquashfsHeader* header) { in ReadSquashfsHeader()
70 bool CheckHeader(const SquashfsFilesystem::SquashfsHeader& header) { in CheckHeader()
137 const SquashfsHeader& header, in Init()
309 SquashfsHeader header; in CreateFromFile() local
344 const string& filemap, size_t size, const SquashfsHeader& header) { in CreateFromFileMap()
382 SquashfsHeader header; in IsSquashfsImage() local
/aosp12/system/netd/server/
H A DWakeupController.cpp56 struct tcphdr header; in extractIpPorts() local
65 struct udphdr header; in extractIpPorts() local
81 struct iphdr header; in extractIpHeader() local
95 struct ip6_hdr header; in extractIpHeader() local
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
H A DHeaderRecyclerView.java68 private View header; field in HeaderRecyclerView.HeaderAdapter
192 public void setHeader(View header) { in setHeader()
201 private View header; field in HeaderRecyclerView
250 public void setHeader(View header) { in setHeader()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A Dqemu_pipe.cpp70 char header[5]; in qemu_pipe_frame_send() local
84 char header[5]; in qemu_pipe_frame_recv() local
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DVer4DictDecoder.java48 final DictionaryHeader header = binaryDictionary.getHeader(); in readHeader() local
64 final DictionaryHeader header = readHeader(); in readDictionaryBinary() local
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DSipDelegateConfiguration.java405 public @NonNull Builder setSipAuthenticationHeader(@Nullable String header) { in setSipAuthenticationHeader()
429 public @NonNull Builder setSipServiceRouteHeader(@Nullable String header) { in setSipServiceRouteHeader()
441 public @NonNull Builder setSipPathHeader(@Nullable String header) { in setSipPathHeader()
453 public @NonNull Builder setSipUserAgentHeader(@Nullable String header) { in setSipUserAgentHeader()
478 public @NonNull Builder setSipPaniHeader(@Nullable String header) { in setSipPaniHeader()
491 public @NonNull Builder setSipPlaniHeader(@Nullable String header) { in setSipPlaniHeader()
505 public @NonNull Builder setSipCniHeader(@Nullable String header) { in setSipCniHeader()
517 public @NonNull Builder setSipAssociatedUriHeader(@Nullable String header) { in setSipAssociatedUriHeader()

12345678910>>...25