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

<<21222324252627282930>>

  /external/flatbuffers/tests/MyGame/Example/
Monster.php 7 use \Google\FlatBuffers\Table;
12 class Monster extends Table
876 * @return int table offset
  /external/guava/guava-testlib/src/com/google/common/testing/
ArbitraryInstances.java 67 import com.google.common.collect.Table;
268 .put(Table.class, ImmutableTable.of())
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeUnitFormat.java 394 UResource.Table units = value.getTable();
423 UResource.Table countsToPatternTable = value.getTable();
428 // save both full name and abbreviated name in one table
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeUnitFormat.java 392 UResource.Table units = value.getTable();
421 UResource.Table countsToPatternTable = value.getTable();
426 // save both full name and abbreviated name in one table
  /external/llvm/lib/MC/
MCContext.cpp 470 MCDwarfLineTable &Table = MCDwarfLineTablesCUMap[CUID];
471 return Table.getFile(Directory, FileName, FileNumber);
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats).
79 The new table is:
102 Table 3.5: DrawPixels and ReadPixels formats. The third column
172 described in the table below:
  /external/pdfium/third_party/lcms2-2.6/src/
lcms2_internal.h 761 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, int nSamples, int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags);
762 cmsInterpParams* _cmsComputeInterpParamsEx(cmsContext ContextID, const cmsUInt32Number nSamples[], int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags);
769 // In the case of table-based, Eval pointer is set to NULL
778 cmsInterpParams** SegInterp; // Array of private optimizations for interpolation in table-based segments
782 // 16 bit Table-based representation follows
783 cmsUInt32Number nEntries; // Number of table elements
784 cmsUInt16Number* Table16; // The table itself.
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 51 // Get table and column metadata from reflection.
295 // Wrapped class must have a @Table.Definition.
299 // Add the CREATE TABLE statement for the main table.
300 StringBuilder sql = new StringBuilder("CREATE TABLE ");
349 // Add an FTS virtual table if using full-text search.
351 sql.append("CREATE VIRTUAL TABLE ");
356 // Add the column to the FTS table.
368 // table in sync.
425 StringBuilder sql = new StringBuilder("DROP TABLE IF EXISTS ")
450 Entry.Table table = clazz.getAnnotation(Entry.Table.class); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java 45 import org.eclipse.swt.widgets.Table;
78 private Table mTable;
237 // The root data structure, which we set as the table root. The content provider
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.c 163 ** Create registry table and its predefined values
168 Table *registry = luaH_new(L);
174 /* registry[LUA_RIDX_GLOBALS] = table of globals */
188 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/
ArmV7Support.asm 235 // Set the Address of the Vector Table in the VBAR register
240 // Set the Address of the Vector Table in the VBAR register
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiCommonLib.h 28 IN OUT VOID **Table
38 TableGuid - Name of entry to return in the system table
39 Table - Pointer in EFI system table associated with TableGuid
43 EFI_SUCCESS - Table returned;
44 EFI_NOT_FOUND - TableGuid not in EFI system table
130 SystemTable - A pointer to the EFI System Table.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
BiosSnp16.h 326 @param StatisticsSize The buffer of statistics table.
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.S 77 # Load the GDT table in GdtDesc
243 # ROM-based Global-Descriptor Table for the Tiano PEI Phase
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.c 109 // static, we have to free default router table and all addresses.
127 // Create new default interface and route table.
384 @param[out] Table The built IP4 route table.
386 @retval EFI_SUCCESS The route table is successfully build
387 @retval EFI_NOT_FOUND Failed to allocate the memory for the rotue table.
393 OUT EFI_IP4_ROUTE_TABLE *Table
412 // Copy the route entry to EFI route table. Keep the order of
415 // and those from the default route table's route area.
424 EFI_IP4 (Table[Count].SubnetAddress) = HTONL (RtEntry->Dest & RtEntry->Netmask);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiLib.h 40 /// Unicode String Table
116 Retrieves a pointer to the system configuration table from the EFI System Table
119 This function searches the list of configuration tables stored in the EFI System Table
120 for a table with a GUID that matches TableGuid. If a match is found, then a pointer to
121 the configuration table is returned in Table, and EFI_SUCCESS is returned. If a matching GUID
124 If Table is NULL, then ASSERT().
126 @param TableGuid The pointer to table's GUID type..
127 @param Table The pointer to the table associated with TableGuid in the EFI System Table.
    [all...]
  /external/flatbuffers/tests/
test.cpp 488 // Make sure the table index is what we expect it to be.
669 template<typename T> void CompareTableFieldValue(flatbuffers::Table *table,
672 T read = table->GetField(voffset, static_cast<T>(0));
737 auto table = reinterpret_cast<flatbuffers::Table *>(eob - objects[i]); local
742 case 0: CompareTableFieldValue(table, off, bool_val ); break;
743 case 1: CompareTableFieldValue(table, off, char_val ); break;
744 case 2: CompareTableFieldValue(table, off, uchar_val ); break;
745 case 3: CompareTableFieldValue(table, off, short_val ); break
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
RelativeDateFormat.java 258 UResource.Table table = value.getTable(); local
259 for (int i = 0; table.getKeyAndValue(i, key, value); ++i) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RelativeDateFormat.java 256 UResource.Table table = value.getTable(); local
257 for (int i = 0; table.getKeyAndValue(i, key, value); ++i) {
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 47 JT, // Jump table.
250 SDValue getPICJumpTableRelocBase(SDValue Table, SelectionDAG &DAG)
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 21 #include "sfntly/table/table.h"
22 #include "sfntly/table/table_based_table_builder.h"
312 // An OS/2 table - 'OS/2'.
313 class OS2Table : public Table, public RefCounted<OS2Table> {
315 // A builder for the OS/2 table = 'OS/2'.
  /external/skia/third_party/lua/src/
lstate.c 163 ** Create registry table and its predefined values
168 Table *registry = luaH_new(L);
174 /* registry[LUA_RIDX_GLOBALS] = table of globals */
188 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */
  /external/syslinux/com32/lua/src/
lstate.c 168 ** Create registry table and its predefined values
173 Table *registry = luaH_new(L);
179 /* registry[LUA_RIDX_GLOBALS] = table of globals */
193 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */
  /prebuilts/go/darwin-x86/src/image/gif/
writer.go 57 // globalCT is the size in bytes of the global color table.
130 paddedSize := log2(len(p)) // Size of Global Color Table: 2^(1+n).
138 // All frames have a local color table, so a global color table
237 paddedSize := log2(len(pm.Palette)) // Size of Local Color Table: 2^(1+n).
240 // Use a local color table.
244 // Use the global color table.
  /prebuilts/go/linux-x86/src/image/gif/
writer.go 57 // globalCT is the size in bytes of the global color table.
130 paddedSize := log2(len(p)) // Size of Global Color Table: 2^(1+n).
138 // All frames have a local color table, so a global color table
237 paddedSize := log2(len(pm.Palette)) // Size of Local Color Table: 2^(1+n).
240 // Use a local color table.
244 // Use the global color table.

Completed in 674 milliseconds

<<21222324252627282930>>