/external/sfntly/cpp/src/test/ |
verify_os2.cc | 19 #include "sfntly/table/core/os2_table.h" 57 static bool VerifyOS_2(Table* table) { 58 OS2TablePtr os2 = down_cast<OS2Table*>(table); 119 bool VerifyOS_2(Table* original, Table* target) {
|
/hardware/intel/img/psb_video/src/ |
tng_ved_scaling.c | 102 @Output Table : Table of coefficients 104 @Input I : Number of intpt? ( table dimension) 106 @Input T : Number of taps (table dimension) 110 IMG_UINT8 Table[SCC_MAXTAP][SCC_MAXINTPT], 155 /* copy the table around the centrepoint */ 192 Table[t][i] = (IMG_UINT8) val; 205 Table[0][i] = (IMG_UINT8)(Table[0][i] - (IMG_UINT8) nTotal); 209 /* copy the normalised table around the centrepoint * [all...] |
/external/clang/include/clang/Basic/ |
Builtins.h | 78 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts); 156 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
|
/system/vold/ |
Disk.cpp | 75 enum class Table { 289 // Parse partition table 305 Table table = Table::kUnknown; local 315 table = Table::kMbr; 317 table = Table::kGpt; 329 if (table == Table::kMbr) [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
TablesTest.java | 20 import com.google.common.collect.Table.Cell;
|
EmptyImmutableTableTest.java | 40 Table<Character, Integer, String> nonEmptyTable = HashBasedTable.create();
|
/external/sfntly/cpp/src/sfntly/table/core/ |
horizontal_device_metrics_table.h | 20 #include "sfntly/table/table.h" 21 #include "sfntly/table/table_based_table_builder.h" 25 // A Horizontal Device Metrics table - 'hdmx' 27 : public Table,
|
horizontal_metrics_table.h | 20 #include "sfntly/table/table.h" 21 #include "sfntly/table/table_based_table_builder.h" 25 // A Horizontal Metrics table - 'hmtx'. 26 class HorizontalMetricsTable : public Table, 29 // Builder for a Horizontal Metrics Table - 'hmtx'.
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
DownloadEntry.java | 22 @Entry.Table("download")
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wsdxmldom.h | 21 BYTE *Table;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
loc-swap-2.d | 33 The Directory Table is empty. 35 The File Name Table \(offset 0x.*\):
|
micromips@loc-swap-2.d | 33 The Directory Table is empty. 35 The File Name Table \(offset 0x.*\):
|
mips16@loc-swap-2.d | 33 The Directory Table is empty. 35 The File Name Table \(offset 0x.*\):
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceOptionsDialogV2.java | 39 import org.eclipse.swt.widgets.Table; 73 private Table mCommonTagsTable; 74 private Table mAdvancedTagsTable; 176 private Table createTable(Composite c, String label, List<SystraceTag> supportedTags) { 181 Table table = new Table(c, SWT.CHECK | SWT.BORDER); local 184 table.setLayoutData(gd); 185 table.setHeaderVisible(false); 186 table.setLinesVisible(false) [all...] |
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===// 79 // Populate the identifier table with info about keywords for the current 161 const LangOptions &LangOpts, IdentifierTable &Table) { 177 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode); 186 IdentifierTable &Table) { 187 IdentifierInfo &Info = Table.get(Keyword, TokenCode); 195 IdentifierTable &Table) { 196 Table.get(Name).setObjCKeywordID(ObjCID); 199 /// AddKeywords - Add all keywords to the symbol table. 309 /// PrintStats - Print statistics about how well the identifier table is doin [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
table.py | 15 class Table(object): 17 Interacts & models the behavior of a DynamoDB table. 19 The ``Table`` object represents a set (or rough categorization) of 21 table, while largely-schema-free, share the same schema & are essentially 23 ``users`` table or a ``forums`` table. 42 Sets up a new in-memory ``Table``. 44 This is useful if the table already exists within DynamoDB & you simply 50 **IMPORTANT** - If you're creating a new ``Table`` for the first time, 51 you should use the ``Table.create`` method instead, as it wil [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
otConverters.py | 9 """Given a table spec from otData.py, build a converter object for each 10 field of the table. This is called for each table in otData.py, and 41 convertersByName[cls.__name__] = Table(name, repeat, aux, cls) 46 convertersByName[cls.__name__] = Table(name, repeat, aux, cls) 181 table = self.tableClass() 182 table.decompile(reader, font) 183 return table 197 pass # NULL table, ignore 202 table = self.tableClass( [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractTableTest.java | 26 * Test cases for a {@link Table} implementation supporting reads and writes. 35 Table<String, Integer, Character> table, Object... data) { 38 table.put( 52 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 54 table.clear(); 55 assertEquals(0, table.size()); 56 assertFalse(table.containsRow("foo")); 59 table.clear(); 66 assertNull(table.put("foo", 1, 'a')) [all...] |
/external/llvm/lib/LibDriver/ |
LibDriver.cpp | 109 LibOptTable Table; 113 Table.ParseArgs(ArgsArr.slice(1), MissingIndex, MissingCount);
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
complex_bit_reverse_arm.S | 23 adr r3, index_7 @ Table pointer. 28 adr r3, index_8 @ Table pointer.
|
/frameworks/compile/mclinker/lib/LD/ |
NamePool.cpp | 131 Table::iterator iter = m_Table.find(pName); 137 Table::const_iterator iter = m_Table.find(pName);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ColumnDialog.java | 34 import org.eclipse.swt.widgets.Table; 67 Table table = mViewer.getTable(); local 68 table.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
|
/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. 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/autotest/client/tools/ |
html_report.py | 64 table.meta_table 77 table.meta_table td 87 table.stats 100 table.stats td{ 109 table.stats th{ 117 table.stats td.top{ 127 table.stats th.table-sorted-asc{ 133 table.stats th.table-sorted-desc [all...] |
/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.
|