HomeSort by relevance Sort by last modified time
    Searched refs:Header (Results 126 - 150 of 2085) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/XRay/
YAMLXRayRecord.h 43 YAMLXRayFileHeader Header;
61 static void mapping(IO &IO, xray::YAMLXRayFileHeader &Header) {
62 IO.mapRequired("version", Header.Version);
63 IO.mapRequired("type", Header.Type);
64 IO.mapRequired("constant-tsc", Header.ConstantTSC);
65 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
66 IO.mapRequired("cycle-frequency", Header.CycleFrequency);
87 // A trace file contains two parts, the header and the list of all the
89 IO.mapRequired("header", Trace.Header);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/XRay/
YAMLXRayRecord.h 43 YAMLXRayFileHeader Header;
61 static void mapping(IO &IO, xray::YAMLXRayFileHeader &Header) {
62 IO.mapRequired("version", Header.Version);
63 IO.mapRequired("type", Header.Type);
64 IO.mapRequired("constant-tsc", Header.ConstantTSC);
65 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
66 IO.mapRequired("cycle-frequency", Header.CycleFrequency);
87 // A trace file contains two parts, the header and the list of all the
89 IO.mapRequired("header", Trace.Header);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
YAMLXRayRecord.h 43 YAMLXRayFileHeader Header;
61 static void mapping(IO &IO, xray::YAMLXRayFileHeader &Header) {
62 IO.mapRequired("version", Header.Version);
63 IO.mapRequired("type", Header.Type);
64 IO.mapRequired("constant-tsc", Header.ConstantTSC);
65 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
66 IO.mapRequired("cycle-frequency", Header.CycleFrequency);
87 // A trace file contains two parts, the header and the list of all the
89 IO.mapRequired("header", Trace.Header);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/XRay/
YAMLXRayRecord.h 43 YAMLXRayFileHeader Header;
61 static void mapping(IO &IO, xray::YAMLXRayFileHeader &Header) {
62 IO.mapRequired("version", Header.Version);
63 IO.mapRequired("type", Header.Type);
64 IO.mapRequired("constant-tsc", Header.ConstantTSC);
65 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
66 IO.mapRequired("cycle-frequency", Header.CycleFrequency);
87 // A trace file contains two parts, the header and the list of all the
89 IO.mapRequired("header", Trace.Header);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/XRay/
YAMLXRayRecord.h 43 YAMLXRayFileHeader Header;
61 static void mapping(IO &IO, xray::YAMLXRayFileHeader &Header) {
62 IO.mapRequired("version", Header.Version);
63 IO.mapRequired("type", Header.Type);
64 IO.mapRequired("constant-tsc", Header.ConstantTSC);
65 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
66 IO.mapRequired("cycle-frequency", Header.CycleFrequency);
87 // A trace file contains two parts, the header and the list of all the
89 IO.mapRequired("header", Trace.Header);
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
attr-gnu-4-10.d 6 ELF Header:
20 Size of this header: 52 \(bytes\)
25 Section header string table index: 8
attr-gnu-4-50.d 6 ELF Header:
20 Size of this header: 52 \(bytes\)
25 Section header string table index: 8
attr-gnu-4-60.d 6 ELF Header:
20 Size of this header: 52 \(bytes\)
25 Section header string table index: 8
attr-gnu-4-70.d 6 ELF Header:
20 Size of this header: 52 \(bytes\)
25 Section header string table index: 8
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pie/
vaddr-0.d 6 ELF Header:
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
protected3-k1om.d 6 ELF Header:
  /prebuilts/go/darwin-x86/src/net/http/
responsewrite_test.go 28 Header: Header{},
44 Header: Header{},
59 Header: Header{},
76 Header: Header{},
94 Header: Header{},
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
responsewrite_test.go 28 Header: Header{},
44 Header: Header{},
59 Header: Header{},
76 Header: Header{},
94 Header: Header{},
    [all...]
  /external/volley/src/test/java/com/android/volley/toolbox/
BasicNetworkTest.java 21 import com.android.volley.Header;
73 new HttpResponse(200, Collections.<Header>emptyList(), 6, responseStream);
91 List<Header> headers = new ArrayList<>();
92 headers.add(new Header("ServerKeyA", "ServerValueA"));
93 headers.add(new Header("ServerKeyB", "ServerValueB"));
94 headers.add(new Header("SharedKey", "ServerValueShared"));
95 headers.add(new Header("sharedcaseinsensitivekey", "ServerValueShared1"));
96 headers.add(new Header("SharedCaseInsensitiveKey", "ServerValueShared2"));
104 entry.allResponseHeaders.add(new Header("CachedKeyA", "CachedValueA"));
105 entry.allResponseHeaders.add(new Header("CachedKeyB", "CachedValueB"))
    [all...]
  /bionic/libc/malloc_debug/
GuardData.h 42 struct Header;
52 void LogFailure(const Header* header, const void* pointer, const void* data);
67 bool Valid(const Header* header);
69 void LogFailure(const Header* header);
86 bool Valid(const Header* header);
88 void LogFailure(const Header* header)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DmaRemappingReportingTable.h 68 /// Definition for DMA Remapping Structure Header
101 EFI_ACPI_DMAR_STRUCTURE_HEADER Header;
132 EFI_ACPI_DMAR_STRUCTURE_HEADER Header;
163 EFI_ACPI_DMAR_STRUCTURE_HEADER Header;
188 EFI_ACPI_DMAR_STRUCTURE_HEADER Header;
209 EFI_ACPI_DMAR_STRUCTURE_HEADER Header;
223 DMA Remapping Reporting Structure Header as defined in section 8.1
224 This header will be followed by list of Remapping Structures listed below
235 EFI_ACPI_DESCRIPTION_HEADER Header;
  /external/llvm/test/tools/dsymutil/Inputs/scattered-reloc/
1.s 112 .long 1212240712 @ Header Magic
113 .short 1 @ Header Version
114 .short 0 @ Header Hash Function
115 .long 1 @ Header Bucket Count
116 .long 1 @ Header Hash Count
117 .long 12 @ Header Data Length
132 .long 1212240712 @ Header Magic
133 .short 1 @ Header Version
134 .short 0 @ Header Hash Function
135 .long 1 @ Header Bucket Coun
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
TestHttpResponse.java 4 import org.apache.http.Header;
29 private Header[] headers = new Header[0];
42 public TestHttpResponse(int statusCode, String responseBody, Header... headers) {
46 public TestHttpResponse(int statusCode, byte[] responseBody, Header... headers) {
64 @Override public Header[] getAllHeaders() {
68 @Override public Header getFirstHeader(String s) {
69 for (Header h : headers) {
77 @Override public Header getLastHeader(String s) {
86 @Override public Header[] getHeaders(String s)
105 Header header = headers[i]; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 35 struct Header {
71 struct Header Header;
86 explicit operator bool() const { return Header.NumBuckets; }
95 return makeArrayRef(ColumnKinds.get(), Header.NumColumns);
99 return makeArrayRef(Rows.get(), Header.NumBuckets);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 35 struct Header {
71 struct Header Header;
86 explicit operator bool() const { return Header.NumBuckets; }
95 return makeArrayRef(ColumnKinds.get(), Header.NumColumns);
99 return makeArrayRef(Rows.get(), Header.NumBuckets);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 35 struct Header {
71 struct Header Header;
86 explicit operator bool() const { return Header.NumBuckets; }
95 return makeArrayRef(ColumnKinds.get(), Header.NumColumns);
99 return makeArrayRef(Rows.get(), Header.NumBuckets);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 35 struct Header {
71 struct Header Header;
86 explicit operator bool() const { return Header.NumBuckets; }
95 return makeArrayRef(ColumnKinds.get(), Header.NumColumns);
99 return makeArrayRef(Rows.get(), Header.NumBuckets);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 35 struct Header {
71 struct Header Header;
86 explicit operator bool() const { return Header.NumBuckets; }
95 return makeArrayRef(ColumnKinds.get(), Header.NumColumns);
99 return makeArrayRef(Rows.get(), Header.NumBuckets);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 35 struct Header {
71 struct Header Header;
86 explicit operator bool() const { return Header.NumBuckets; }
95 return makeArrayRef(ColumnKinds.get(), Header.NumColumns);
99 return makeArrayRef(Rows.get(), Header.NumBuckets);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 35 struct Header {
71 struct Header Header;
86 explicit operator bool() const { return Header.NumBuckets; }
95 return makeArrayRef(ColumnKinds.get(), Header.NumColumns);
99 return makeArrayRef(Rows.get(), Header.NumBuckets);

Completed in 1276 milliseconds

1 2 3 4 56 7 8 91011>>