HomeSort by relevance Sort by last modified time
    Searched defs:Table (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/ui/cocoa/
table_row_nsimage_cache.h 20 // Interface this cache expects for its table model.
21 class Table {
23 // Returns the number of rows in the table.
30 virtual ~Table() {}
34 explicit TableRowNSImageCache(Table* model);
40 // Call these functions every time the table changes, to update the cache.
47 // The table model we query for row count and icons.
48 Table* model_; // weak
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
table.h 21 // A Table is a sorted map from strings to strings. Tables are
22 // immutable and persistent. A Table may be safely accessed from
24 class Table {
26 // Attempt to open the table that is stored in bytes [0..file_size)
28 // retrieving data from the table.
30 // If successful, returns ok and sets "*table" to the newly opened
31 // table. The client should delete "*table" when no longer needed.
32 // If there was an error while initializing the table, sets "*table"
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
table_row_nsimage_cache.h 21 // Interface this cache expects for its table model.
22 class Table {
24 // Returns the number of rows in the table.
31 virtual ~Table() {}
35 explicit TableRowNSImageCache(Table* model);
41 // Call these functions every time the table changes, to update the cache.
48 // The table model we query for row count and icons.
49 Table* model_; // weak
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
pred_lt4_1_opt.s 47 ADRL r8, Table
455 Table:
456 .word inter4_2-Table
  /art/runtime/
intern_table.h 44 // Interns a potentially new string in the 'strong' table. (See above.)
48 // Interns a potentially new string in the 'strong' table. (See above.)
52 // Interns a potentially new string in the 'strong' table. (See above.)
55 // Interns a potentially new string in the 'weak' table. (See above.)
73 typedef std::multimap<int32_t, mirror::String*> Table;
78 mirror::String* Lookup(Table& table, mirror::String* s, uint32_t hash_code)
80 mirror::String* Insert(Table& table, mirror::String* s, uint32_t hash_code);
81 void Remove(Table& table, const mirror::String* s, uint32_t hash_code)
    [all...]
reference_table.h 33 // Maintain a table of references. Used for JNI monitor references and
53 typedef std::vector<const mirror::Object*> Table;
54 static void Dump(std::ostream& os, const Table& entries)
59 Table entries_;
gc_map.h 34 // The number of entries in the table.
42 return &Table()[entry_offset + NativeOffsetWidth()];
45 // Get the native PC encoded in the table at the given index.
50 result |= Table()[entry_offset + i] << (i * 8);
92 const uint8_t* Table() const {
101 // The width of an entry in the table.
106 const uint8_t* const data_; // The header and table data
oat_file.h 258 typedef SafeMap<std::string, const OatDexFile*> Table;
259 Table oat_dex_files_;
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Mixer_TimeConstant.c 70 LVM_UINT32 Table[] = {ALPHA_0, /* Log spaced look-up table */
132 /* Normalize to get the table index and interpolation factor */
151 Diff = (LVM_INT32)(Table[Shift] - Table[Shift+1]);
153 Product = Table[Shift+1] + (LVM_UINT32)Diff;
  /external/sfntly/cpp/src/sfntly/table/
table.cc 21 #include "sfntly/table/table.h"
25 #include "sfntly/table/bitmap/ebdt_table.h"
26 #include "sfntly/table/bitmap/eblc_table.h"
27 #include "sfntly/table/bitmap/ebsc_table.h"
28 #include "sfntly/table/core/cmap_table.h"
29 #include "sfntly/table/core/font_header_table.h"
30 #include "sfntly/table/core/horizontal_device_metrics_table.h"
31 #include "sfntly/table/core/horizontal_header_table.h"
32 #include "sfntly/table/core/horizontal_metrics_table.h
    [all...]
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...]
  /external/lzma/CS/7zip/Common/
CRC.cs 7 public static readonly uint[] Table;
11 Table = new uint[256];
21 Table[i] = r;
31 _value = Table[(((byte)(_value)) ^ b)] ^ (_value >> 8);
37 _value = Table[(((byte)(_value)) ^ data[offset + i])] ^ (_value >> 8);
  /external/lzma/Java/SevenZip/
CRC.java 7 static public int[] Table = new int[256];
19 Table[i] = r;
33 _value = Table[(_value ^ data[offset + i]) & 0xFF] ^ (_value >>> 8);
40 _value = Table[(_value ^ data[i]) & 0xFF] ^ (_value >>> 8);
45 _value = Table[(_value ^ b) & 0xFF] ^ (_value >>> 8);
  /external/chromium_org/third_party/leveldatabase/src/db/
memtable.h 77 typedef SkipList<const char*, KeyComparator> Table;
82 Table table_;
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 41 typedef HashTable<ResolveInfo, hash::StringHash<hash::ELF> > Table;
86 /// @return the StringRef points to the hash table
106 Table m_Table;
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXSceneModeTables.h 44 const SceneModesEntry* Table;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 37 public @interface Table {
  /art/runtime/verifier/
dex_gc_map.h 43 // Check the size of the table agrees with the number of entries
48 // The number of entries in the table
57 return Table()[entry_offset];
59 return Table()[entry_offset] | (Table()[entry_offset + 1] << 8);
66 return &Table()[entry_offset + DexPcWidth()];
78 // Table of num_entries * (dex pc, bitmap)
79 const uint8_t* Table() const {
83 // The format of the table of the PCs for the table
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 28 # Table
111 # Return a valid table name.
114 proc Table {} {
167 {[SelectKw] [ResultSet $nRes $::ColumnList] FROM [Table]} \
178 {[SelectKw] * FROM [Table]} \
179 {[SelectKw] * FROM [Table] WHERE [Expr $::ColumnList]} \
182 FROM [Table],[Table] AS t2
186 FROM [Table] LEFT OUTER JOIN [Table] AS t2
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair.c 30 /* 4x4 DeZigZag table */
49 * [in] nTable Table number (0 to 4) according to the five columns
50 * of Table 9-5 in the H.264 spec
202 int Table = ZerosLeft;
203 if (Table > 6)
205 Table = 7;
207 Run = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCRunBeforeTables[Table-1]);
  /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]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
hash.c 3 * Generic hash table.
44 #define TABLE_SIZE 1023 /**< Size of lookup table/array */
50 * An entry in the hash table.
60 * The hash table data structure.
63 struct HashEntry *Table[TABLE_SIZE]; /**< the lookup table */
73 * Create a new hash table.
75 * \return pointer to a new, empty hash table.
80 struct _mesa_HashTable *table = CALLOC_STRUCT(_mesa_HashTable); local
81 if (table) {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Table.java 31 * column key, with a single value. A table may be sparse, with only a small
41 * underlying table. Updating the table can change the contents of those
42 * collections, and updating the collections will change the table.
44 * <p>All methods that modify the table are optional, and the views returned by
45 * the table may or may not be modifiable. When modification isn't supported,
49 * @param <R> the type of the table row keys
50 * @param <C> the type of the table column keys
56 public interface Table<R, C, V> {
62 * Returns {@code true} if the table contains a mapping with the specifie
    [all...]
  /external/mesa3d/src/mesa/main/
hash.c 3 * Generic hash table.
44 #define TABLE_SIZE 1023 /**< Size of lookup table/array */
50 * An entry in the hash table.
60 * The hash table data structure.
63 struct HashEntry *Table[TABLE_SIZE]; /**< the lookup table */
73 * Create a new hash table.
75 * \return pointer to a new, empty hash table.
80 struct _mesa_HashTable *table = CALLOC_STRUCT(_mesa_HashTable); local
81 if (table) {
    [all...]

Completed in 918 milliseconds

1 2 3 4