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

<<31323334353637383940>>

  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 58 GlyphTable::GlyphTable(Header* header, ReadableFontData* data)
59 : SubTableContainerTable(header, data) {
65 GlyphTable::Builder::Builder(Header* header, ReadableFontData* data)
66 : SubTableContainerTable::Builder(header, data) {
97 GlyphTable::Builder::CreateBuilder(Header* header, WritableFontData* data) {
99 builder = new GlyphTable::Builder(header, data);
119 FontDataTablePtr table = new GlyphTable(header(), data)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-graph.cpp 439 const auto &Header = Trace.getFileHeader();
473 if (Header.CycleFrequency)
474 GR.normalizeStatistics(Header.CycleFrequency);
  /external/syzkaller/dashboard/app/
main.go 37 Header *uiHeader
70 Header *uiHeader
182 Header: commonHeader(c, r),
249 Header: commonHeader(c, r),
289 w.Header().Set("Content-Type", "text/plain; charset=utf-8")
292 w.Header().Set("Content-Disposition", "inline; filename="+textFilename(tag))
admin.go 27 w.Header().Set("Content-Type", "text/plain; charset=utf-8")
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGen.c 148 if (IfrEfiVarStore->Header.Length >= sizeof (EFI_IFR_VARSTORE_EFI)) {
167 DEBUG ((EFI_D_INFO, " Prompt - 0x%04x\n", ((EFI_IFR_ONE_OF *) IfrOpCodeHeader)->Question.Header.Prompt));
168 DEBUG ((EFI_D_INFO, " Help - 0x%04x\n", ((EFI_IFR_ONE_OF *) IfrOpCodeHeader)->Question.Header.Help));
729 @param[in] IfrOpCodeHeader Pointer to Ifr OpCode header.
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/
Slit.aslc 24 EFI_ACPI_5_0_SYSTEM_LOCALITY_DISTANCE_INFORMATION_TABLE_HEADER Header;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
header.py 5 """Header encoding and decoding functionality."""
8 'Header',
50 # Find a header embedded in a putative header value. Used to check for
51 # header injection attack.
63 def decode_header(header):
64 """Decode a message header value without converting charset.
67 decoded parts of the header. Charset is None for non-encoded parts of the
68 header, otherwise a lower-case string containing the name of the character
74 # If no encoding, just return the header
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDriver.c 355 Private->MacLen = Private->SeedPacket.Dhcp4.Header.HwAddrLen;
356 CopyMem (&Private->Mac, &Private->SeedPacket.Dhcp4.Header.ClientHwAddr[0], Private->MacLen);
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
Qemu.c 108 CopyMem (&(Madt->Header), AcpiTableBuffer, sizeof (EFI_ACPI_DESCRIPTION_HEADER));
109 Madt->Header.Length = (UINT32) NewBufferSize;
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 19 Summary: Header files for libcap-ng library
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 40 import javax.sip.header.AuthorizationHeader;
41 import javax.sip.header.CSeqHeader;
42 import javax.sip.header.Header;
43 import javax.sip.header.HeaderFactory;
44 import javax.sip.header.ProxyAuthenticateHeader;
45 import javax.sip.header.ProxyAuthorizationHeader;
46 import javax.sip.header.ViaHeader;
47 import javax.sip.header.WWWAuthenticateHeader;
76 * Header factory for this security manager
    [all...]
  /external/python/cpython2/Lib/email/
header.py 5 """Header encoding and decoding functionality."""
8 'Header',
50 # Find a header embedded in a putative header value. Used to check for
51 # header injection attack.
63 def decode_header(header):
64 """Decode a message header value without converting charset.
67 decoded parts of the header. Charset is None for non-encoded parts of the
68 header, otherwise a lower-case string containing the name of the character
74 # If no encoding, just return the header
    [all...]
  /external/syzkaller/vendor/google.golang.org/appengine/datastore/
doc.go 69 w.Header().Set("Content-Type", "text/plain; charset=utf-8")
283 w.Header().Set("Content-Type", "text/plain; charset=utf-8")
322 w.Header().Set("Content-Type", "text/plain; charset=utf-8")
347 w.Header().Set("Content-Type", "text/plain; charset=utf-8")
  /external/u-boot/doc/driver-model/
pmic-framework.txt 84 * Header: 'include/power/pmic.h'
91 For detailed API description, please refer to the header file.
116 * Header: 'include/power/regulator.h'
127 For detailed API description, please refer to the header file.
  /external/vulkan-validation-layers/
GOVERNANCE.md 9 - [Header Files](https://www.khronos.org/registry/vulkan/#headers)
  /art/compiler/optimizing/
optimizing_unit_test.h 126 // Reserve a big array of 0s so the dex file constructor can offsets from the header.
134 sizeof(StandardDexFile::Header),
  /art/dexlayout/
dex_writer.h 16 * Header file of an in-memory representation of DEX files.
234 // Header and id section
276 dex_ir::Header* const header_;
  /art/libartbase/base/
common_art_test.h 150 const_cast<DexFile::Header&>(dex_file->GetHeader()).checksum_ = dex_file->CalculateChecksum();
  /art/libdexfile/dex/
dex_file.h 87 struct Header {
201 // For DexFiles directly from .dex files, this is the checksum from the DexFile::Header.
207 const Header& GetHeader() const {
572 // Skip past the header and field annotations.
583 // Skip past the header, field annotations, and method annotations.
737 // Recalculates the checksum of the dex file. Does not use the current value in the header.
742 // Number of bytes at the beginning of the dex file header which are skipped
744 static constexpr uint32_t kNumNonChecksumBytes = OFFSETOF_MEMBER(DexFile::Header, signature_);
804 // Returns true if the header magic and version numbers are of the expected values.
830 // Points to the header section
    [all...]
dex_file_verifier.h 214 const DexFile::Header* const header_;
218 // is in the offset of the dex file header. However, we only store data section items in the
219 // map, and these are after the header.
  /art/runtime/
common_runtime_test.h 84 const_cast<DexFile::Header&>(dex_file->GetHeader()).checksum_ = dex_file->CalculateChecksum();
vdex_file.h 43 // VdexFile::VerifierDepsHeader fixed-length header
47 // VdexFile::DexSectionHeader fixed-length header
116 // The format version of the verifier deps header and the verifier deps.
120 // The format version of the dex section header and the dex section, containing
164 const VerifierDepsHeader& header = GetVerifierDepsHeader(); local
165 size += header.GetVerifierDepsSize();
166 size += header.GetSizeOfChecksumsSection();
167 if (header.HasDexSection()) {
171 size += header.GetBootClassPathChecksumStringSize();
172 size += header.GetClassLoaderContextStringSize()
    [all...]
  /art/runtime/utils/
dex_cache_arrays_layout-inl.h 33 const DexFile::Header& header,
38 RoundUp(types_offset_ + TypesSize(header.type_ids_size_), MethodsAlignment())),
40 RoundUp(methods_offset_ + MethodsSize(header.method_ids_size_), StringsAlignment())),
42 RoundUp(strings_offset_ + StringsSize(header.string_ids_size_), FieldsAlignment())),
44 RoundUp(fields_offset_ + FieldsSize(header.field_ids_size_), MethodTypesAlignment())),
46 RoundUp(method_types_offset_ + MethodTypesSize(header.proto_ids_size_),
  /art/test/692-vdex-inmem-loader/
vdex_inmem_loader.cc 84 std::vector<const DexFile::Header*> dex_headers;
  /build/make/core/
host_dalvik_java_library.mk 32 full_classes_header_jarjar := $(intermediates.COMMON)/classes-header-jarjar.jar
33 full_classes_header_jar := $(intermediates.COMMON)/classes-header.jar
119 $(transform-java-to-header.jar)
123 # Run jarjar before generate classes-header.jar if necessary.
127 @echo Header JarJar: $@

Completed in 829 milliseconds

<<31323334353637383940>>