HomeSort by relevance Sort by last modified time
    Searched refs:Header (Results 651 - 675 of 1270) sorted by null

<<21222324252627282930>>

  /external/llvm/test/MC/AArch64/
arm64-leaf-compact-unwind.s 89 ; =>This Inner Loop Header: Depth=1
98 ; =>This Inner Loop Header: Depth=1
208 ; =>This Inner Loop Header: Depth=1
219 ; =>This Inner Loop Header: Depth=1
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeader.java 29 package gov.nist.javax.sip.header;
41 implements SIPHeaderNames, javax.sip.header.Header, HeaderExt {
43 /** name of this header
47 /** Value of the header.
80 * Set the name of the header .
87 /** Get the header value (i.e. what follows the name:).
107 /** Return false if this is not a header list
115 /** Encode this header into canonical form.
128 /** Encode the body of this header (the stuff that follows headerName)
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_header_table.cc 77 HorizontalHeaderTable:: HorizontalHeaderTable(Header* header,
79 : Table(header, data) {
85 HorizontalHeaderTable::Builder::Builder(Header* header, WritableFontData* data)
86 : TableBasedTableBuilder(header, data) {
89 HorizontalHeaderTable::Builder::Builder(Header* header, ReadableFontData* data)
90 : TableBasedTableBuilder(header, data) {
97 FontDataTablePtr table = new HorizontalHeaderTable(header(), data)
    [all...]
maximum_profile_table.cc 81 MaximumProfileTable::MaximumProfileTable(Header* header,
83 : Table(header, data) {
89 MaximumProfileTable::Builder::Builder(Header* header, WritableFontData* data)
90 : TableBasedTableBuilder(header, data) {
93 MaximumProfileTable::Builder::Builder(Header* header, ReadableFontData* data)
94 : TableBasedTableBuilder(header, data) {
101 FontDataTablePtr table = new MaximumProfileTable(header(), data)
    [all...]
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.cc 63 LocaTable::LocaTable(Header* header,
67 : Table(header, data),
90 LocaTable::Builder::Builder(Header* header, WritableFontData* data)
91 : Table::Builder(header, data),
96 LocaTable::Builder::Builder(Header* header, ReadableFontData* data)
97 : Table::Builder(header, data),
105 LocaTable::Builder* LocaTable::Builder::CreateBuilder(Header* header
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
IntervalIterator.h 46 // BasicBlock that is the header node. This is the opposite of
95 // See file header for conditions of use
167 BasicBlock *Header = getNodeHeader(Node);
168 if (Visited.count(Header)) return false;
170 Interval *Int = new Interval(Header);
171 Visited.insert(Header); // The header has now been visited!
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h 30 const CrossModuleImport *Header = nullptr;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 80 const TpiStreamHeader *Header;
TpiStreamBuilder.h 84 const TpiStreamHeader *Header;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
COFFYAML.h 65 COFF::section Header;
79 COFF::symbol Header;
94 COFF::PE32Header Header;
100 COFF::header Header;
209 struct MappingTraits<COFF::header> {
210 static void mapping(IO &IO, COFF::header &H);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AccelTable.cpp 119 /// The fixed header of an Apple Accelerator Table.
120 struct Header {
131 Header(uint32_t BucketCount, uint32_t UniqueHashCount, uint32_t DataLength)
161 Header Header;
172 Header(Contents.getBucketCount(), Contents.getUniqueHashCount(),
193 struct Header {
206 Header(uint32_t CompUnitCount, uint32_t BucketCount, uint32_t NameCount)
217 Header Header;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 132 // header files, so we need to wrap it in a function that takes unsigned
417 void initDefaultAMDKernelCodeT(amd_kernel_code_t &Header,
421 memset(&Header, 0, sizeof(Header));
423 Header.amd_kernel_code_version_major = 1;
424 Header.amd_kernel_code_version_minor = 2;
425 Header.amd_machine_kind = 1; // AMD_MACHINE_KIND_AMDGPU
426 Header.amd_machine_version_major = ISA.Major;
427 Header.amd_machine_version_minor = ISA.Minor;
428 Header.amd_machine_version_stepping = ISA.Stepping
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
arm64-leaf-compact-unwind.s 89 ; =>This Inner Loop Header: Depth=1
98 ; =>This Inner Loop Header: Depth=1
208 ; =>This Inner Loop Header: Depth=1
219 ; =>This Inner Loop Header: Depth=1
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClReaderWriter.h 11 // This header defines interfaces to read and write NaCl bitcode wire format
50 /// Read the header of the specified bitcode buffer and prepare for lazy
68 /// Read the header of the specified stream and prepare for lazy
126 /// NaClWriteHeader - Generate a default header (using the version
131 // NaClWriteHeader - Write the contents of the bitcode header to the
133 void NaClWriteHeader(const NaClBitcodeHeader &Header,
  /external/syzkaller/vendor/golang.org/x/net/http2/hpack/
encode.go 19 // SetMaxDynamicTableSize after the previous Header Table Size
26 // tableSizeUpdate indicates whether "Header Table Size
48 // This function may also produce bytes for "Header Table Size Update"
84 // searchTable searches f in both stable and dynamic header tables.
85 // The static header table is searched first. Only when there is no
86 // exact match for both name and value, the dynamic header table is
105 // SetMaxDynamicTableSize changes the dynamic header table size to v.
121 // 4096, which is the same size of the default dynamic header table
123 // dynamic header table size is strictly greater than v, "Header Tabl
    [all...]
  /external/syzkaller/vendor/google.golang.org/appengine/internal/
metadata.go 26 metadataRequestHeaders = http.Header{
49 Header: metadataRequestHeaders,
  /external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
SecureMessageBuilder.java 20 import com.google.security.cryptauth.lib.securemessage.SecureMessageProto.Header;
65 * Optional metadata to be sent along with the header information in this {@link SecureMessage}.
94 * this value is sent <em>UNENCRYPTED</em> as part of the header. It should be used by the
110 * <em>UNENCRYPTED</em> header information, even if you are using encryption.
167 * Note that PublicMetadata and other header fields are left <em>UNENCRYPTED</em>.
194 byte[] header = buildHeader(sigType, encType, iv).toByteArray();
201 // Place a "tag" in front of the the plaintext message containing a digest of the header
203 // Digest the header + any associated data, yielding a tag to be encrypted with the body.
204 CryptoOps.digest(CryptoOps.concat(header, associatedData)),
215 byte[] headerAndBody = serializeHeaderAndBody(header, encryptedBody)
    [all...]
SecureMessageParser.java 21 import com.google.security.cryptauth.lib.securemessage.SecureMessageProto.Header;
45 * Extracts the {@link Header} component from a {@link SecureMessage} but <em>DOES NOT VERIFY</em>
52 public static Header getUnverifiedHeader(SecureMessage secmsg)
55 throw new InvalidProtocolBufferException("Missing header and body");
58 throw new InvalidProtocolBufferException("Missing header");
60 Header result = HeaderAndBody.parseFrom(secmsg.getHeaderAndBody()).getHeader();
63 throw new InvalidProtocolBufferException("Missing header field(s)");
176 Header header = headerAndEncryptedBody.getHeader(); local
177 if (!header.hasIv())
    [all...]
  /external/volley/src/main/java/com/android/volley/toolbox/
HurlStack.java 21 import com.android.volley.Header;
123 static List<Header> convertHeaders(Map<String, List<String>> responseHeaders) {
124 List<Header> headerList = new ArrayList<>(responseHeaders.size());
126 // HttpUrlConnection includes the status line as a header with a null key; omit it here
127 // since it's not really a header and the rest of Volley assumes non-null keys.
130 headerList.add(new Header(entry.getKey(), value));
  /frameworks/base/cmds/idmap2/libidmap2/
PrettyPrintVisitor.cpp 34 void PrettyPrintVisitor::visit(const IdmapHeader& header) {
35 stream_ << "target apk path : " << header.GetTargetPath() << std::endl
36 << "overlay apk path : " << header.GetOverlayPath() << std::endl;
38 target_apk_ = ApkAssets::Load(header.GetTargetPath().to_string());
47 void PrettyPrintVisitor::visit(const IdmapData::Header& header ATTRIBUTE_UNUSED) {
48 last_seen_package_id_ = header.GetTargetPackageId();
  /art/libdexfile/external/
dex_file_supp_test.cc 110 size_t size = sizeof(art::DexFile::Header) - 1;
113 EXPECT_EQ(size, sizeof(art::DexFile::Header));
118 size_t size = sizeof(art::DexFile::Header);
140 ASSERT_EQ(sizeof(art::DexFile::Header) - 1,
142 TEMP_FAILURE_RETRY(write(tf.fd, kDexData, sizeof(art::DexFile::Header) - 1))));
152 ASSERT_EQ(sizeof(art::DexFile::Header),
154 TEMP_FAILURE_RETRY(write(tf.fd, kDexData, sizeof(art::DexFile::Header)))));
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MigrationUtilities.py 412 ## Store file header to a text file.
414 # Write standard file header to a text file. The content includes copyright,
426 Header = "#/** @file\n#\n"
427 Header += "# " + Abstract + "\n#\n"
428 Header += "# " + Description.strip().replace("\n", "\n# ") + "\n"
429 Header += "# " + CopyRight + "\n#\n"
430 Header += "# " + License.replace("\n", "\n# ").replace(" ", " ")
431 Header += "\n#\n#**/\n\n"
433 StoreTextFile(TextFile, Header)
435 ## Store file header to a text file.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootConfig.c 86 Node->Ipv4.Header.Type = MESSAGING_DEVICE_PATH;
87 Node->Ipv4.Header.SubType = MSG_IPv4_DP;
95 Node->Ipv6.Header.Type = MESSAGING_DEVICE_PATH;
96 Node->Ipv6.Header.SubType = MSG_IPv6_DP;
211 first character in the routing header.
549 VendorDeviceNode.Header.Type = HARDWARE_DEVICE_PATH;
550 VendorDeviceNode.Header.SubType = HW_VENDOR_DP;
552 SetDevicePathNodeLength (&VendorDeviceNode.Header, sizeof (VENDOR_DEVICE_PATH));
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
MadtPlatform.c 223 // Initialize MADT Header information
225 Madt->Header.Signature = EFI_ACPI_2_0_MULTIPLE_SAPIC_DESCRIPTION_TABLE_SIGNATURE;
226 Madt->Header.Length = MadtSize;
227 Madt->Header.Revision = EFI_ACPI_2_0_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION;
228 Madt->Header.OemTableId = EFI_ACPI_OEM_TABLE_ID;
229 Madt->Header.OemRevision = EFI_ACPI_OEM_MADT_REVISION;
230 Madt->Header.CreatorId = EFI_ACPI_CREATOR_ID;
233 CopyMem (Madt->Header.OemId, EFI_ACPI_OEM_ID, 6);
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 193 /// to the loop header via an edge from Pred. Returns a conservative correct
195 static bool containsUnconditionalCallSafepoint(Loop *L, BasicBlock *Header,
199 // there's a call safepoint along every edge between Header and Pred.
201 // instruction in a block which is dominated by the Header and dominates the
204 // checking the Pred and Header blocks themselves. This may be due to the
208 assert(DT.dominates(Header, Pred) && "loop latch not dominated by header?");
224 if (Current == Header)
245 // If this is a conditional branch to the header with the alternate path
308 BasicBlock *Header = L->getHeader()
    [all...]

Completed in 1247 milliseconds

<<21222324252627282930>>