HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 501 - 525 of 1015) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ELF.h 145 /// \brief Iterate over program header table.
201 return createError("index past the end of the symbol table");
203 // The size of the table was checked in getSHNDXTable.
343 if (!Index) // no section string table.
377 return createError("section header table goes past the end of the file");
391 return createError("section table goes past the end of file");
395 // Section table goes past end of file!
397 return createError("section table goes past the end of file");
437 return createError("invalid sh_type for string table, expected SHT_STRTAB");
443 return createError("empty string table");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 133 /// \brief Iterate over program header table.
185 return createError("index past the end of the symbol table");
187 // The size of the table was checked in getSHNDXTable.
330 if (!Index) // no section string table.
360 return createError("section header table goes past the end of the file");
374 return createError("section table goes past the end of file");
378 // Section table goes past end of file!
380 return createError("section table goes past the end of file");
420 return createError("invalid sh_type for string table, expected SHT_STRTAB");
426 return createError("empty string table");
    [all...]
COFF.h 416 // VirtualAddress field of the first relocation table entry.
843 llvm_unreachable("null symbol table pointer!");
885 // The iterator for the import directory table.
889 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table,
891 : ImportTable(Table), Index(I), OwningObject(Owner) {}
922 : Table(T), Index(I), OwningObject(Owner) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ELF.h 143 /// \brief Iterate over program header table.
195 return createError("index past the end of the symbol table");
197 // The size of the table was checked in getSHNDXTable.
337 if (!Index) // no section string table.
367 return createError("section header table goes past the end of the file");
381 return createError("section table goes past the end of file");
385 // Section table goes past end of file!
387 return createError("section table goes past the end of file");
427 return createError("invalid sh_type for string table, expected SHT_STRTAB");
433 return createError("empty string table");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ELF.h 143 /// \brief Iterate over program header table.
195 return createError("index past the end of the symbol table");
197 // The size of the table was checked in getSHNDXTable.
337 if (!Index) // no section string table.
367 return createError("section header table goes past the end of the file");
381 return createError("section table goes past the end of file");
385 // Section table goes past end of file!
387 return createError("section table goes past the end of file");
427 return createError("invalid sh_type for string table, expected SHT_STRTAB");
433 return createError("empty string table");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ELF.h 145 /// \brief Iterate over program header table.
201 return createError("index past the end of the symbol table");
203 // The size of the table was checked in getSHNDXTable.
343 if (!Index) // no section string table.
377 return createError("section header table goes past the end of the file");
391 return createError("section table goes past the end of file");
395 // Section table goes past end of file!
397 return createError("section table goes past the end of file");
437 return createError("invalid sh_type for string table, expected SHT_STRTAB");
443 return createError("empty string table");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ELF.h 145 /// \brief Iterate over program header table.
201 return createError("index past the end of the symbol table");
203 // The size of the table was checked in getSHNDXTable.
343 if (!Index) // no section string table.
377 return createError("section header table goes past the end of the file");
391 return createError("section table goes past the end of file");
395 // Section table goes past end of file!
397 return createError("section table goes past the end of file");
437 return createError("invalid sh_type for string table, expected SHT_STRTAB");
443 return createError("empty string table");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ELF.h 145 /// \brief Iterate over program header table.
201 return createError("index past the end of the symbol table");
203 // The size of the table was checked in getSHNDXTable.
343 if (!Index) // no section string table.
377 return createError("section header table goes past the end of the file");
391 return createError("section table goes past the end of file");
395 // Section table goes past end of file!
397 return createError("section table goes past the end of file");
437 return createError("invalid sh_type for string table, expected SHT_STRTAB");
443 return createError("empty string table");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ELF.h 145 /// \brief Iterate over program header table.
201 return createError("index past the end of the symbol table");
203 // The size of the table was checked in getSHNDXTable.
343 if (!Index) // no section string table.
377 return createError("section header table goes past the end of the file");
391 return createError("section table goes past the end of file");
395 // Section table goes past end of file!
397 return createError("section table goes past the end of file");
437 return createError("invalid sh_type for string table, expected SHT_STRTAB");
443 return createError("empty string table");
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/ResetVector/Ia32/
PageTables64.asm 77 ; Page Table Entries (2048 * 2MB entries => 4GB)
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
Real16ToFlat32.asm 90 ; The Global Descriptor Table (GDT)
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatformHooks.c 194 Called for every ACPI table found in the BIOS flash.
195 Returns whether a table is active or not. Inactive tables
196 are not published in the ACPI table list.
199 enabling/disabling specific functionality (e.g. SPCR table)
205 @param[in] *Table Pointer to the active table.
207 @retval EFI_SUCCESS if the table is active.
208 @retval EFI_UNSUPPORTED if the table is not active.
213 IN OUT EFI_ACPI_COMMON_HEADER *Table
218 TableHeader = (EFI_ACPI_DESCRIPTION_HEADER *) Table;
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Stat.cs 13 private Table __p;
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
TableTest.java 12 package org.jacoco.report.internal.html.table;
40 * Unit tests for {@link Table}.
54 private Table table; field in class:TableTest
64 table = new Table();
107 table.add("Header", null, recorder, false);
108 table.render(body, items, createTotal("Sum", 6), resources, root);
137 table.add("Header", null, column, false);
138 table.render(body, items, createTotal("Sum", 1), resources, root)
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 17 #include "sfntly/table/core/font_header_table.h"
94 : Table(header, data) {
117 FontDataTablePtr table = new FontHeaderTable(header(), data); local
118 return table.Detach();
242 Table* table = GetTable(); local
243 if (!table)
245 return down_cast<FontHeaderTable*>(table)->IndexToLocFormat();
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
misc.c 511 IN OUT VOID **Table
519 *Table = ST->ConfigurationTable[Index].VendorTable;
  /external/testng/src/main/resources/
testng-reports.js 117 var table = new google.visualization.Table(document.getElementById(div));
118 table.draw(data, {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java 26 import com.android.gallery3d.common.Entry.Table;
249 @Table("files")
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
PcRtc.c 1204 This function find ACPI table with the specified signature in RSDT or XSDT.
1207 @param Signature ACPI table signature.
1208 @param TablePointerSize Size of table pointer: 4 or 8.
    [all...]
  /external/elfutils/tests/
run-readelf-line.sh 29 Table at offset 0:
55 Directory table:
57 File name table:
84 Table at offset 87:
110 Directory table:
112 File name table:
134 Table at offset 163:
160 Directory table:
162 File name table:
  /external/google-styleguide/include/
styleguide.js 46 var tocText = document.createTextNode('Table of Contents');
49 // Add table and tbody
50 var tocTable = document.createElement('table');
114 // Adds a master Table of Content heading
117 // Add the table row scaffolding
133 // Add the container table cell for its children
143 // Adds Table of Contents element to a master heading as children
  /external/llvm/include/llvm/Object/
COFF.h 432 // VirtualAddress field of the first relocation table entry.
849 llvm_unreachable("null symbol table pointer!");
891 // The iterator for the import directory table.
895 ImportDirectoryEntryRef(const import_directory_table_entry *Table, uint32_t I,
897 : ImportTable(Table), Index(I), OwningObject(Owner) {}
924 : Table(T), Index(I), OwningObject(Owner) {}
939 const delay_import_directory_table_entry *Table;
    [all...]
  /external/mesa3d/docs/specs/
MESA_texture_signed_rgba.spec 96 in Table 2.9 for component conversions. That conversion says:
100 The Table 2.9 conversion is incapable of exactly representing
201 Add to Table 3.16 (page 154): Sized internal formats
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 416 // VirtualAddress field of the first relocation table entry.
843 llvm_unreachable("null symbol table pointer!");
885 // The iterator for the import directory table.
889 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table,
891 : ImportTable(Table), Index(I), OwningObject(Owner) {}
922 : Table(T), Index(I), OwningObject(Owner) {}
    [all...]
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab_test.go 89 func getTable(t *testing.T) *Table {
95 func crack(file string, t *testing.T) (*elf.File, *Table) {
104 func parse(file string, f *elf.File, t *testing.T) (*elf.File, *Table) {
135 // aline's don't exist in the Go 1.2 table.
136 t.Skip("not relevant to Go 1.2 symbol table")
184 // aline's don't exist in the Go 1.2 table.
185 t.Skip("not relevant to Go 1.2 symbol table")

Completed in 2158 milliseconds

<<21222324252627282930>>