HomeSort by relevance Sort by last modified time
    Searched defs:Table (Results 26 - 50 of 253) sorted by null

12 3 4 5 6 7 8 91011

  /external/libtextclassifier/common/
fastexp.h 40 struct Table {
59 static const Table cache_;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
Table.java 20 public class Table {
25 public Table(String id, String name) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 37 public @interface Table {
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DebugImageInfo.c 2 Support functions for managing debug image info table when loading and unloading
32 Creates and initializes the DebugImageInfo Table. Also creates the configuration
33 table and registers it into the system table.
131 // Configuration Table
139 Update the CRC32 in the Debug Table.
158 Adds a new DebugImageInfo structure to the DebugImageInfo Table. Re-Allocates
159 the table if it's not large enough to accomidate another entry.
174 EFI_DEBUG_IMAGE_INFO *Table;
180 // Set the flag indicating that we're in the process of updating the table.
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.cpp 139 static SPIRVWord Table[] =
201 Allow(std::begin(Table), std::end(Table));
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 33 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> > Table;
34 typedef Table::iterator syminfo_iterator;
35 typedef Table::const_iterator const_syminfo_iterator;
87 /// @return the StringRef points to the hash table
123 Table m_Table;
  /frameworks/native/cmds/lshal/
TableEntry.h 64 struct Table {
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_pointers.py 76 # The int pointer points to a table containing the numbers 1..10
113 class Table(Structure):
118 pt = pointer(Table(1, 2, 3))
127 del _pointer_type_cache[Table]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_pointers.py 76 # The int pointer points to a table containing the numbers 1..10
113 class Table(Structure):
118 pt = pointer(Table(1, 2, 3))
127 del _pointer_type_cache[Table]
  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64.go 24 // Table is a 256-word table representing the polynomial for efficient processing.
25 type Table [256]uint64
32 // MakeTable returns a Table constructed from the specified polynomial.
33 // The contents of this Table must not be modified.
34 func MakeTable(poly uint64) *Table {
45 func makeTable(poly uint64) *Table {
46 t := new(Table)
61 func makeSlicingBy8Table(t *Table) *[8]Table {
    [all...]
  /prebuilts/go/linux-x86/src/hash/crc64/
crc64.go 24 // Table is a 256-word table representing the polynomial for efficient processing.
25 type Table [256]uint64
32 // MakeTable returns a Table constructed from the specified polynomial.
33 // The contents of this Table must not be modified.
34 func MakeTable(poly uint64) *Table {
45 func makeTable(poly uint64) *Table {
46 t := new(Table)
61 func makeSlicingBy8Table(t *Table) *[8]Table {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pointers.py 76 # The int pointer points to a table containing the numbers 1..10
113 class Table(Structure):
118 pt = pointer(Table(1, 2, 3))
127 del _pointer_type_cache[Table]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_pointers.py 76 # The int pointer points to a table containing the numbers 1..10
113 class Table(Structure):
118 pt = pointer(Table(1, 2, 3))
127 del _pointer_type_cache[Table]
  /art/runtime/
intern_table.h 59 // Interns a potentially new string in the 'strong' table. May cause thread suspension.
69 // Interns a potentially new string in the 'strong' table. May cause thread suspension.
73 // Interns a potentially new string in the 'strong' table. May cause thread suspension.
78 // Interns a potentially new string in the 'weak' table. May cause thread suspension.
117 // Adds all of the resolved image strings from the image spaces into the intern table. The
123 // Add a new intern table for inserting to, previous intern tables are still there but no
128 // Read the intern table from memory. The elements aren't copied, the intern hash set data will
133 // Write the post zygote intern table to a pointer. Only writes the strong interns since it is
184 // Table which holds pre zygote and post zygote interned strings. There is one instance for
186 class Table {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaDataTable.py 2 # This file is used to create/update/query/erase table for files
29 # This class defined a common table
34 # @param TableName: Name of the table
36 class Table(object):
44 self.Table = Name
50 return self.Table
52 ## Create table
54 # Create a table
61 SqlCommand = """create temp table IF NOT EXISTS %s (%s)""" % (self.Table, self._COLUMN_)
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/SmbiosGenDxe/
SmbiosGen.c 30 EFI_PHYSICAL_ADDRESS *Table;
35 Table = GET_GUID_HOB_DATA (GuidHob.Guid);
36 if (Table != NULL) {
37 return (VOID *)(UINTN)*Table;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Route.c 57 Free the route table entry. It is reference counted.
82 entries spawned from one route table entry.
136 Initialize an empty route cache table.
138 @param[in, out] RtCache The rotue cache table to initialize.
158 @param[in] RtCache The route cache table to clean up
184 Create an empty route table, includes its internal route cache
186 @return NULL if failed to allocate memory for the route table, otherwise
187 the point to newly created route table.
219 Free the route table and its associated route cache. Route
220 table is reference counted.
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/
Ppm.c 58 // Patch FADT table to enable C2,C3
63 // Load all the power management acpi tables and patch IST table
77 EFI_ACPI_DESCRIPTION_HEADER *Table;
104 Table = NULL;
105 Status = gBS->AllocatePool (EfiBootServicesData, CurrentTable->Length, (VOID **) &Table);
106 ASSERT (Table != NULL);
107 CopyMem (Table, CurrentTable, CurrentTable->Length);
109 FadtPointer = (EFI_ACPI_3_0_FIXED_ACPI_DESCRIPTION_TABLE*) Table;
112 // Update the ACPI table and recalculate checksum
126 ((EFI_ACPI_SDT_HEADER *)Table)->Checksum = 0;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tcg2Smm.c 2 It updates TPM2 items in ACPI table and registers SMI2 callback
165 Find the operation region in TCG ACPI table by given Name and Size,
168 @param[in, out] Table The TPM item in ACPI table.
169 @param[in] Name The name string to find in TPM table.
177 EFI_ACPI_DESCRIPTION_HEADER *Table,
191 for (OpRegion = (AML_OP_REGION_32_8 *) (Table + 1);
192 OpRegion <= (AML_OP_REGION_32_8 *) ((UINT8 *) Table + Table->Length);
212 Initialize and publish TPM items in ACPI table.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
TcgSmm.c 2 It updates TPM items in ACPI table and registers SMI callback
293 Find the operation region in TCG ACPI table by given Name and Size,
296 @param[in, out] Table The TPM item in ACPI table.
297 @param[in] Name The name string to find in TPM table.
305 EFI_ACPI_DESCRIPTION_HEADER *Table,
319 for (OpRegion = (AML_OP_REGION_32_8 *) (Table + 1);
320 OpRegion <= (AML_OP_REGION_32_8 *) ((UINT8 *) Table + Table->Length);
340 Initialize and publish TPM items in ACPI table.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
TrEESmm.c 2 It updates TPM2 items in ACPI table and registers SMI2 callback
289 Find the operation region in TCG ACPI table by given Name and Size,
292 @param[in, out] Table The TPM item in ACPI table.
293 @param[in] Name The name string to find in TPM table.
301 EFI_ACPI_DESCRIPTION_HEADER *Table,
315 for (OpRegion = (AML_OP_REGION_32_8 *) (Table + 1);
316 OpRegion <= (AML_OP_REGION_32_8 *) ((UINT8 *) Table + Table->Length);
336 Initialize and publish TPM items in ACPI table.
    [all...]
  /external/llvm/lib/LibDriver/
LibDriver.cpp 109 LibOptTable Table;
113 Table.ParseArgs(ArgsArr.slice(1), MissingIndex, MissingCount);
  /external/sfntly/cpp/src/sfntly/table/
table.h 26 #include "sfntly/table/font_data_table.h"
27 #include "sfntly/table/header.h"
32 // A concrete implementation of a root level table in the font. This is the base
33 // class used for all specific table implementations and is used as the generic
34 // table for all tables which have no specific implementations.
35 class Table : public FontDataTable {
37 // Note: original version is Builder<T extends Table>
44 virtual void NotifyPostTableBuild(FontDataTable* table);
46 // Get a builder for the table type specified by the data in the header.
47 // @param header the header for the table
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair.c 45 /* 4x4 DeZigZag table */
64 * [in] nTable Table number (0 to 4) according to the five columns
65 * of Table 9-5 in the H.264 spec
217 int Table = ZerosLeft;
218 if (Table > 6)
220 Table = 7;
222 Run = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCRunBeforeTables[Table-1]);
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerTracePC.h 24 // We record the arguments of CMP instructions in this table unconditionally
28 // this table to populate a Dictionary.
37 Table[Idx].A = Arg1;
38 Table[Idx].B = Arg2;
41 Pair Get(size_t I) { return Table[I % kSize]; }
43 Pair Table[kSize];

Completed in 1378 milliseconds

12 3 4 5 6 7 8 91011