/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/ |
Real16ToFlat32.asm | 90 ; The Global Descriptor Table (GDT)
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/ |
AcpiPlatformHooks.c | 195 Called for every ACPI table found in the BIOS flash.
196 Returns whether a table is active or not. Inactive tables
197 are not published in the ACPI table list.
200 enabling/disabling specific functionality (e.g. SPCR table)
206 @param[in] *Table Pointer to the active table.
208 @retval EFI_SUCCESS if the table is active.
209 @retval EFI_UNSUPPORTED if the table is not active.
214 IN OUT EFI_ACPI_COMMON_HEADER *Table
219 TableHeader = (EFI_ACPI_DESCRIPTION_HEADER *) Table;
[all...] |
/external/flatbuffers/tests/MyGame/Example/ |
Stat.cs | 11 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")
|
/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/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/ |
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/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")
|
/prebuilts/go/linux-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")
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ntddk.h | [all...] |
/external/flatbuffers/tests/ |
go_test.go | 219 // initialize a Table from a union field Test(...) 220 var table2 flatbuffers.Table 225 // initialize a Monster from the Table from the union 492 table := &flatbuffers.Table{ 503 check("bool", boolVal, table.GetBoolSlot(f, false)) 505 check("int8", int8Val, table.GetInt8Slot(f, 0)) 507 check("uint8", uint8Val, table.GetUint8Slot(f, 0)) 509 check("int16", int16Val, table.GetInt16Slot(f, 0)) 511 check("uint16", uint16Val, table.GetUint16Slot(f, 0) [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmslut.c | 548 // Allocates a 16-bit multidimensional CLUT. This is evaluated at 16-bit precision. Table may have different 554 const cmsUInt16Number* Table) 595 if (Table != NULL) { 597 NewElem ->Tab.T[i] = Table[i]; 614 const cmsUInt16Number* Table) 623 return cmsStageAllocCLut16bitGranular(ContextID, Dimensions, inputChan, outputChan, Table); 631 const cmsFloat32Number* Table) 640 return cmsStageAllocCLutFloatGranular(ContextID, Dimensions, inputChan, outputChan, Table); 645 cmsStage* CMSEXPORT cmsStageAllocCLutFloatGranular(cmsContext ContextID, const cmsUInt32Number clutPoints[], cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsFloat32Number* Table) 686 if (Table != NULL) [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
SelectionDAGISel.cpp | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lvm.c | 31 /* limit for table tag-method chains (to avoid loops) */ 114 if (ttistable(t)) { /* `t' is a table? */ 115 Table *h = hvalue(t); 140 if (ttistable(t)) { /* `t' is a table? */ 141 Table *h = hvalue(t); 144 in the table; moreover, a metamethod has no relevance */ 148 /* no metamethod; is there a previous entry in the table? */ 161 else /* not a table; check metamethod */ 186 static const TValue *get_equalTM (lua_State *L, Table *mt1, Table *mt2 [all...] |
/external/flatbuffers/include/flatbuffers/ |
reflection_generated.h | 74 struct Type FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 134 struct KeyValue FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 203 struct EnumVal FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 291 struct Enum FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 416 struct Field FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 598 struct Object FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 733 struct Schema FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
|
/external/skia/third_party/lua/src/ |
lvm.c | 31 /* limit for table tag-method chains (to avoid loops) */ 114 if (ttistable(t)) { /* `t' is a table? */ 115 Table *h = hvalue(t); 140 if (ttistable(t)) { /* `t' is a table? */ 141 Table *h = hvalue(t); 144 in the table; moreover, a metamethod has no relevance */ 148 /* no metamethod; is there a previous entry in the table? */ 161 else /* not a table; check metamethod */ 186 static const TValue *get_equalTM (lua_State *L, Table *mt1, Table *mt2 [all...] |
/external/syslinux/com32/lua/src/ |
lvm.c | 54 /* limit for table tag-method chains (to avoid loops) */ 137 if (ttistable(t)) { /* `t' is a table? */ 138 Table *h = hvalue(t); 163 if (ttistable(t)) { /* `t' is a table? */ 164 Table *h = hvalue(t); 167 in the table; moreover, a metamethod has no relevance */ 171 /* no metamethod; is there a previous entry in the table? */ 184 else /* not a table; check metamethod */ 209 static const TValue *get_equalTM (lua_State *L, Table *mt1, Table *mt2 [all...] |
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/ |
PcRtc.c | 1209 This function find ACPI table with the specified signature in RSDT or XSDT.
1212 @param Signature ACPI table signature.
1213 @param TablePointerSize Size of table pointer: 4 or 8.
[all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RelativeDateTimeFormatter.java | 1130 UResource.Table table = value.getTable(); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RelativeDateTimeFormatter.java | 1193 UResource.Table table = value.getTable(); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
certadm.h | 206 virtual HRESULT WINAPI DeleteRow(const BSTR strConfig,LONG Flags,DATE Date,LONG Table,LONG RowId,LONG *pcDeleted) = 0; 238 HRESULT (WINAPI *DeleteRow)(ICertAdmin2 *This,const BSTR strConfig,LONG Flags,DATE Date,LONG Table,LONG RowId,LONG *pcDeleted); 272 #define ICertAdmin2_DeleteRow(This,strConfig,Flags,Date,Table,RowId,pcDeleted) (This)->lpVtbl->DeleteRow(This,strConfig,Flags,Date,Table,RowId,pcDeleted) 295 HRESULT WINAPI ICertAdmin2_DeleteRow_Proxy(ICertAdmin2 *This,const BSTR strConfig,LONG Flags,DATE Date,LONG Table,LONG RowId,LONG *pcDeleted);
|