HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 351 - 375 of 792) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-lib/
LibDriver.cpp 109 LibOptTable Table;
113 Table.ParseArgs(ArgsArr.slice(1), MissingIndex, MissingCount);
126 Table.PrintHelp(outs(), ArgsArr[0], "LLVM Lib");
  /art/runtime/
intern_table.h 112 // Interns a potentially new string in the 'strong' table. May cause thread suspension.
122 // Interns a potentially new string in the 'strong' table. May cause thread suspension.
126 // Interns a potentially new string in the 'strong' table. May cause thread suspension.
131 // Interns a potentially new string in the 'weak' table. May cause thread suspension.
170 // Visit all of the interns in the table.
177 // Count the number of intern strings in the table.
185 // Add all of the strings in the image's intern table into this intern table. This is required so
186 // the intern table is correct.
193 // Add a new intern table for inserting to, previous intern tables are still there but n
    [all...]
oat_file.h 426 using Table =
433 Table oat_dex_files_;
442 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_);
472 // May return null if the OatDexFile only contains a type lookup table. This case only happens
546 // Create only with a type lookup table, used by the compiler to speed up compilation.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
BaseUefiDecompressLib.c 116 Creates Huffman Code mapping table according to code length array.
118 Creates Huffman Code mapping table for Extra Set, Char&Len Set
125 @param TableBits The width of the mapping table.
126 @param Table The table to be created.
129 @retval BAD_TABLE The table is corrupted.
138 OUT UINT16 *Table
157 // The maximum mapping table width supported by this internal
202 SetMem16 (Table + Index, (Index3 - Index) * sizeof (*Table), 0);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
VgaClass.c 312 @param SystemTable A pointer to the EFI System Table.
429 UNICODE_TO_CHAR *Table;
440 // Search UnicodeToPcAnsiOrAscii table for matching entry.
442 for (Table = UnicodeToPcAnsiOrAscii; Table->Unicode != 0x0000; Table++) {
443 if (Graphic == Table->Unicode) {
445 *PcAnsi = Table->PcAnsi;
449 *Ascii = Table->Ascii;
457 // If value is not found in UnicodeToPcAnsiOrAscii table, then return FALSE.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
TerminalConOut.c 883 UNICODE_TO_CHAR *Table;
893 for (Table = UnicodeToPcAnsiOrAscii; Table->Unicode != 0x0000; Table++) {
894 if (Graphic == Table->Unicode) {
896 *PcAnsi = Table->PcAnsi;
900 *Ascii = Table->Ascii;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 75 /** [4] max. length of any table */
292 // Faster table item search at the cost of slower startup and some heap memory.
373 return type==UResourceBundle.TABLE || type==ICUResourceBundle.TABLE16 || type==ICUResourceBundle.TABLE32;
382 private static final Table EMPTY_TABLE = new Table();
749 Table getTable(int res) {
760 return (Table)value;
762 Table table; local
764 if(type == UResourceBundle.TABLE) {
876 Table table = reader.getTable(res); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 73 /** [4] max. length of any table */
290 // Faster table item search at the cost of slower startup and some heap memory.
371 return type==UResourceBundle.TABLE || type==ICUResourceBundle.TABLE16 || type==ICUResourceBundle.TABLE32;
380 private static final Table EMPTY_TABLE = new Table();
747 Table getTable(int res) {
758 return (Table)value;
760 Table table; local
762 if(type == UResourceBundle.TABLE) {
874 Table table = reader.getTable(res); local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfStreamer.cpp 147 /// uint32_t Abbreviation table offset
165 // We share one abbreviations table across all units so it's always at the
174 /// Emit the \p Abbrevs array as the shared abbreviation table
205 AccelTable<DWARF5AccelTableStaticData> &Table) {
221 Asm.get(), Table, CompUnits,
228 AccelTable<AppleAccelTableStaticOffsetData> &Table) {
232 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin);
236 AccelTable<AppleAccelTableStaticOffsetData> &Table) {
240 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin);
244 AccelTable<AppleAccelTableStaticOffsetData> &Table) {
    [all...]
  /external/syzkaller/vendor/golang.org/x/net/http2/hpack/
encode.go 18 // minSize is the minimum table size set by
19 // SetMaxDynamicTableSize after the previous Header Table Size
22 // maxSizeLimit is the maximum table size this encoder
26 // tableSizeUpdate indicates whether "Header Table Size
42 e.dynTab.table.init()
48 // This function may also produce bytes for "Header Table Size Update"
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
97 j, nameValueMatch := e.dynTab.table.search(f)
105 // SetMaxDynamicTableSize changes the dynamic header table size to v
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/
D03Iort.asl 6 * Template for [IORT] ACPI Table (static data table)
9 [0004] Signature : "IORT" [IO Remapping Table]
10 [0004] Table Length : 000002e4
14 [0008] Oem Table ID : "HIP06 "
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/
BsSerialStatusCode.c     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
README.txt 17 Configuration Table. The FDT is identified within the UEFI Configuration
18 Table by the "gFdtTableGuid" GUID defined in "EmbeddedPkg.dec".
21 Configuration Table the FDT of the platform from the "gFdtTableGuid" GUID.
41 above then it installs it in the UEFI Configuration table and the run over the
  /external/flatbuffers/tests/MyGame/Example/
TypeAliases.go 10 _tab flatbuffers.Table
25 func (rcv *TypeAliases) Table() flatbuffers.Table {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
X86FoldTablesEmitter.cpp 93 // Represents an entry in the folding table
130 // std::vector for each folding table.
132 // Table#i - Holds instructions which the their memory form perform a load OR
148 // Decides to which table to add the entry with the given instructions.
155 // the appropriate flags - then adds it to Table.
156 void addEntryWithFlags(FoldTable &Table, const CodeGenInstruction *RegInstr,
160 // Print the given table as a static const C++ array of type
162 void printTable(const FoldTable &Table, StringRef TableName,
167 for (const X86FoldTableEntry &E : Table)
440 void X86FoldTablesEmitter::addEntryWithFlags(FoldTable &Table,
    [all...]
  /external/flatbuffers/tests/namespace_test/
namespace_test2_generated.h 41 struct TableInFirstNS FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
118 struct TableInC FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
183 struct SecondTableInA FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
  /external/guava/guava/src/com/google/common/collect/
ImmutableTable.java 32 * An immutable {@link Table} with reliable user-specified iteration order.
54 /** Returns an empty immutable table. */
60 /** Returns an immutable table containing a single cell. */
67 * Returns an immutable copy of the provided table.
69 * <p>The {@link Table#cellSet()} iteration order of the provided table
70 * determines the iteration ordering of all views in the returned table. Note
71 * that some views of the original table and the copied table may have
81 Table<? extends R, ? extends C, ? extends V> table)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 189 // Delete all of the method arguments and unlink from symbol table...
193 // Remove the function from the on-the-side GC table.
256 // Maintain the GC name for each function in an on-the-side table. This saves
339 static const char * const Table[] = {
346 return Table[id];
347 std::string Result(Table[id]);
  /external/tensorflow/tensorflow/core/framework/
rendezvous.cc 225 // A message has already arrived and is queued in the table under
232 // of the table lock.
240 Table table; variable
244 table_.swap(table);
246 for (auto& p : table) {
279 // We key the hash table by KeyHash of the Rendezvous::CreateKey string
291 typedef gtl::FlatMap<uint64, ItemQueue> Table;
295 Table table_ GUARDED_BY(mu_);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfClassObject.py 18 from Table.TableFdf import TableFdf
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/
LegacyBiosPlatform.h 93 OUT VOID **Table,
108 Table - Pointer to MP table.
109 TableSize - Size in bytes of table.
119 LegacySegment - Segment in LegacyBios where Table is stored
120 LegacyOffset - Offset in LegacyBios where Table is stored
125 EFI_NOT_FOUND - Binary image or table not found.
178 EfiToLegacy16BootTable - Pointer to Legacy16 boot table.
234 2. Pointer to Entire $PIR table and length.
239 RoutingTable - Pointer to PCI IRQ Routing table.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
BaseUefiDecompressLib.c 116 Creates Huffman Code mapping table according to code length array.
118 Creates Huffman Code mapping table for Extra Set, Char&Len Set
124 @param TableBits The width of the mapping table
125 @param Table The table
128 @retval BAD_TABLE The table is corrupted.
137 OUT UINT16 *Table
211 Table[Index++] = 0;
230 Table[Index] = Char;
236 Pointer = &Table[Index3 >> JuBits];
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
UefiLib.c 21 Table for a table with a GUID that matches TableGuid. If a match is found,
22 then a pointer to the configuration table is returned in Table, and EFI_SUCCESS
25 @param TableGuid Pointer to table's GUID type..
26 @param Table Pointer to the table associated with TableGuid in the EFI System Table.
28 @retval EFI_SUCCESS A configuration table matching TableGuid was found.
29 @retval EFI_NOT_FOUND A configuration table matching TableGuid could not be found.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiSmmCis.h 25 /// The System Management System Table (SMST) signature
29 /// The System Management System Table (SMST) revision is 1.4
36 Adds, updates, or removes a configuration table entry from the System Management System Table.
40 Table. The list is stored as an array of (GUID, Pointer) pairs. The list
43 @param[in] SystemTable A pointer to the SMM System Table (SMST).
45 @param[in] Table A pointer to the buffer of the table to add.
46 @param[in] TableSize The size of the table to install.
48 @retval EFI_SUCCESS The (Guid, Table) pair was added, updated, or removed.
    [all...]
  /external/flatbuffers/tests/FlatBuffers.Test/
TestTable.cs 20 /// A test Table object that gives easy access to the slot data
24 Table t;

Completed in 4194 milliseconds

<<11121314151617181920>>