/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...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUResourceBundleReader.java | 74 /** [4] max. length of any table */ 291 // Faster table item search at the cost of slower startup and some heap memory. 372 return type==UResourceBundle.TABLE || type==ICUResourceBundle.TABLE16 || type==ICUResourceBundle.TABLE32; 381 private static final Table EMPTY_TABLE = new Table(); 748 Table getTable(int res) { 759 return (Table)value; 761 Table table; local 763 if(type == UResourceBundle.TABLE) { 875 Table table = reader.getTable(res); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUResourceBundleReader.java | 72 /** [4] max. length of any table */ 289 // Faster table item search at the cost of slower startup and some heap memory. 370 return type==UResourceBundle.TABLE || type==ICUResourceBundle.TABLE16 || type==ICUResourceBundle.TABLE32; 379 private static final Table EMPTY_TABLE = new Table(); 746 Table getTable(int res) { 757 return (Table)value; 759 Table table; local 761 if(type == UResourceBundle.TABLE) { 873 Table table = reader.getTable(res); local [all...] |
/prebuilts/go/darwin-x86/src/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 47 // This function may also produce bytes for "Header Table Size Update" 84 // The static header table is searched first. Only when there is no 85 // exact match for both name and value, the dynamic header table is 116 // SetMaxDynamicTableSize changes the dynamic header table size to v. 132 // 4096, which is the same size of the default dynamic header table 134 // dynamic header table size is strictly greater than v, "Header Tabl [all...] |
/prebuilts/go/linux-x86/src/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 47 // This function may also produce bytes for "Header Table Size Update" 84 // The static header table is searched first. Only when there is no 85 // exact match for both name and value, the dynamic header table is 116 // SetMaxDynamicTableSize changes the dynamic header table size to v. 132 // 4096, which is the same size of the default dynamic header table 134 // dynamic header table size is strictly greater than v, "Header Tabl [all...] |
/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/elfutils/tests/ |
run-readelf-zdebug.sh | 65 Table at offset 0: 355 Table at offset 0: 381 Directory table: 383 File name table: 495 Call frame search table section [17] '.eh_frame_hdr': 502 Table:
|
/frameworks/native/cmds/lshal/ |
ListCommand.cpp | 117 void ListCommand::forEachTable(const std::function<void(Table &)> &f) { 122 void ListCommand::forEachTable(const std::function<void(const Table &)> &f) const { 129 forEachTable([this](Table &table) { 131 std::sort(table.begin(), table.end(), mSortColumn); 133 for (TableEntry &entry : table) { 210 forEachTable([this, &manifest] (const Table &table) { 211 for (const TableEntry &entry : table) { 392 Table *table = nullptr; local [all...] |
/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...] |
HashBasedTable.java | 31 * Implementation of {@link Table} using hash tables. 45 * access this table concurrently and one of the threads modifies the table, it 49 * "http://code.google.com/p/guava-libraries/wiki/NewCollectionTypesExplained#Table"> 50 * {@code Table}</a>. 98 * table. 100 * @param table the table to copy 102 * in {@code table} is null 105 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]);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiFlagAttributeNode.java | 43 import org.eclipse.swt.widgets.Table; 79 * parent uses a table layout with 2 columns. 189 private Table mTable; 232 mTable = new Table(composite, SWT.CHECK | SWT.BORDER); 263 // table already checked. 278 // Add a listener that will resize the column to the full width of the table 279 // so that only one column appears in the table even if the dialog is resized.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ConfirmationPage.java | 40 import org.eclipse.swt.widgets.Table; 105 Table table = new Table(group2, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL); local 106 mTableViewer = new TableViewer(table); 107 table.setLayout(new TableLayout()); 108 table.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
|
ProjectSelectionPage.java | 47 import org.eclipse.swt.widgets.Table; 98 Table table = new Table(listComposite, local 100 mTableViewer = new CheckboxTableViewer(table); 101 table.setLayout(new TableLayout()); 104 table.setLayoutData(data);
|
/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;
|
/external/flatbuffers/tests/MyGame/Example/ |
Monster.cs | 12 private Table __p; 16 public static bool MonsterBufferHasIdentifier(ByteBuffer _bb) { return Table.__has_identifier(_bb, "MONS"); } 132 Array.Sort(offsets, (Offset<Monster> o1, Offset<Monster> o2) => Table.CompareStrings(Table.__offset(10, o1.Value, builder.DataBuffer), Table.__offset(10, o2.Value, builder.DataBuffer), builder.DataBuffer)); 144 int tableOffset = Table.__indirect(vectorLocation + 4 * (start + middle), bb); 145 int comp = Table.CompareStrings(Table.__offset(10, bb.Length - tableOffset, bb), byteKey, bb);
|
/external/flatbuffers/tests/namespace_test/ |
namespace_test1_generated.h | 70 struct TableInNestedNS FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CompactDecimalDataCache.java | 128 private boolean isLatin; // Whether or not we are traversing the Latin table 129 private boolean isFallback; // Whether or not we are traversing the Latin table as fallback 132 * NumberElements{ <-- top (numbering system table) 150 UResource.Table patternsTable = value.getTable(); 153 // patterns table: check for patternsShort or patternsLong 163 // traverse into the table of formats 164 UResource.Table formatsTable = value.getTable(); 167 // formats table: check for decimalFormat or currencyFormat 197 // SPECIAL CASE: RULES FOR WHETHER OR NOT TO CONSUME THIS TABLE: 220 // traverse into the table of powers of te [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CompactDecimalDataCache.java | 127 private boolean isLatin; // Whether or not we are traversing the Latin table 128 private boolean isFallback; // Whether or not we are traversing the Latin table as fallback 131 * NumberElements{ <-- top (numbering system table) 149 UResource.Table patternsTable = value.getTable(); 152 // patterns table: check for patternsShort or patternsLong 162 // traverse into the table of formats 163 UResource.Table formatsTable = value.getTable(); 166 // formats table: check for decimalFormat or currencyFormat 196 // SPECIAL CASE: RULES FOR WHETHER OR NOT TO CONSUME THIS TABLE: 219 // traverse into the table of powers of te [all...] |