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

1 2 3 4 5 6

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
pred_lt4_1_opt.s 48 ADR r8, Table
457 Table:
458 .word inter4_2-Table
  /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...]
  /art/runtime/
reference_table.h 35 // Maintain a table of references. Used for JNI monitor references and
57 TrackingAllocator<GcRoot<mirror::Object>, kAllocatorTagReferenceTable>> Table;
58 static void Dump(std::ostream& os, Table& entries)
63 Table entries_;
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.
77 // Interns a potentially new string in the 'weak' table. May cause thread suspension.
116 // Adds all of the resolved image strings from the image spaces into the intern table. The
122 // Add a new intern table for inserting to, previous intern tables are still there but no
127 // Read the intern table from memory. The elements aren't copied, the intern hash set data will
132 // Write the post zygote intern table to a pointer. Only writes the strong interns since it is
179 // Table which holds pre zygote and post zygote interned strings. There is one instance for
181 class 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-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
test_table.py 26 from boto.dynamodb.table import Table
69 # only the created/retrieved table will have equal
80 # The constructed table will have values of None.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/
test_batch.py 26 from boto.dynamodb.table import Table
32 'Table': {
45 'Table': {
65 self.table = Table(self.layer2, DESCRIBE_TABLE_1)
66 self.table2 = Table(self.layer2, DESCRIBE_TABLE_2)
69 b = Batch(self.table, ['k1', 'k2'], attributes_to_get=['foo'],
80 b = Batch(self.table, ['k1'])
89 b.add_batch(self.table, ['k1'], ['foo'], consistent_read=True
    [all...]
test_layer2.py 28 from boto.dynamodb.table import Table, Schema
32 "Table": {
54 table = self.layer2.get_table('footest')
55 self.assertEqual(table.name, 'footest')
56 self.assertEqual(table.create_time, 1353526122.785)
57 self.assertEqual(table.status, 'ACTIVE')
58 self.assertEqual(table.item_count, 1)
59 self.assertEqual(table.size_bytes, 21)
60 self.assertEqual(table.read_units, 5
    [all...]
  /external/dng_sdk/source/
dng_1d_table.h 15 * Definition of a lookup table based 1D floating-point to floating-point function abstraction using linear interpolation.
32 /// \brief A 1D floating-point lookup table using linear interpolation.
39 /// Constants denoting size of table.
43 kTableBits = 12, //< Table is always a power of 2 in size. This is log2(kTableSize).
44 kTableSize = (1 << kTableBits) //< Number of entries in table.
59 /// Set up table, initialize entries using functiion.
61 /// \param allocator Memory allocator from which table memory is allocated.
62 /// \param function Table is initialized with values of finction.Evalluate(0.0) to function.Evaluate(1.0).
99 /// Direct access function for table data.
101 const real32 * Table () cons
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
Table.java 20 public class Table {
25 public Table(String id, String name) {
  /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 {
  /external/llvm/lib/LibDriver/
LibDriver.cpp 109 LibOptTable Table;
113 Table.ParseArgs(ArgsArr.slice(1), MissingIndex, MissingCount);
  /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;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
test_highlevel.py 35 from boto.dynamodb2.table import Table
48 # Test creating a full table with all options specified.
49 users = Table.create('users', schema=[
69 # Make sure things line up if we're introspecting the table.
70 users_hit_api = Table('users')
326 admins = Table.create('admins', schema=[
335 # A single query term should fail on a table with *ONLY* a HashKey.
373 # Create a very limited table w/ low throughput.
374 users = Table.create('slow_users', schema=
    [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]);
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXSceneModeTables.h 47 const SceneModesEntry* 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/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-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
table.py 41 def __init__(self, table, keys, attributes_to_get=None,
43 self.table = table
52 if self.table.name not in res[u'UnprocessedKeys']:
55 keys = res[u'UnprocessedKeys'][self.table.name][u'Keys']
65 batch = BatchList(self.table.layer2)
66 batch.add_batch(self.table, self.keys[:100],
71 if self.table.name not in res[u'Responses']:
73 self.consumed_units += res[u'Responses'][self.table.name][u'ConsumedCapacityUnits']
74 for elem in res[u'Responses'][self.table.name][u'Items']
    [all...]

Completed in 778 milliseconds

1 2 3 4 5 6