/prebuilts/go/linux-x86/src/strings/ |
replace.go | 109 // * if table is non-zero, it defines all the children. 112 // root node always uses a table for lookup efficiency. 116 // Node n5 has no children and so has zero prefix, next and table fields. 120 // table is a lookup table indexed by the next byte in the key, after 124 // genericReplacer.tableSize will be 5. Node n0's table will be 127 table []*trieNode 150 // First byte differs, start a new lookup table here. Looking up 163 t.table = make([]*trieNode, r.tableSize) 164 t.table[r.mapping[t.prefix[0]]] = prefixNod [all...] |
/toolchain/binutils/binutils-2.27/bfd/ |
dwarf2.c | 126 /* Pointer to the symbol table. */ 174 /* Hash table mapping symbol names to function infos. */ 177 /* Hash table mapping symbol names to variable infos. */ 180 /* Head of comp_unit list in the last hash table update. */ 222 /* The abbrev hash table. */ 234 /* TRUE if there is a line number table associated with this comp. unit. */ 244 /* The offset into .debug_line of the line number table. */ 278 /* TRUE if symbols are cached in hash table for faster lookup by name. */ 393 /* Function to create a new entry in info hash table. */ 397 struct bfd_hash_table *table, 1655 struct line_info_table* table; local [all...] |
/art/runtime/ |
intern_table.cc | 59 os << "Intern table: " << StrongSize() << " strong; " << WeakSize() << " weak\n"; 88 // Note: we deliberately don't visit the weak_interns_ table and the immutable image roots. 231 // Check the strong table for a match. 253 // There is no match in the strong table, check the weak table. 257 // A match was found in the weak table. Promote to the strong table. 263 // No match in the strong table or the weak table. Insert into the strong / weak table [all...] |
/compatibility/cdd/5_multimedia/ |
5_2_video-encoding.md | 54 in the following table. 57 indicated in the following table. 62 * [C-2-1] MUST support the encoding profiles in the following table. 65 <table> 94 </table> 112 * [C-2-1] MUST support the encoding profiles in the following table. 114 <table> 143 </table>
|
/device/google/contexthub/firmware/os/inc/ |
syscall.h | 30 * single gigantic table, we use a system of 4-level tables to dispatch them. In 32 * syscall 0x19918FC8 would use table indices 3, 200, 199, 456 since it is equal to 33 * (3 << (10 + 8 + 9)) + (200 << (8 + 9)) + (199 << 9) + 456. Each table may be 71 //add a complete table 72 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table); 74 //this will only work if the backing table exists...this is intentional to avoid auto growth in scary ways
|
/external/autotest/frontend/client/src/autotest/common/table/ |
CheckboxFilter.java | 3 package autotest.common.table;
|
Filter.java | 1 package autotest.common.table;
|
LinkSetFilter.java | 1 package autotest.common.table;
|
MultipleListFilter.java | 1 package autotest.common.table;
|
SimpleFilter.java | 1 package autotest.common.table;
|
TableClickWidget.java | 1 package autotest.common.table;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/ |
BcKeyStoreSpi.java | 91 protected Hashtable table = new Hashtable(); field in class:BcKeyStoreSpi 498 return table.keys(); 504 return (table.get(alias) != null); 511 Object entry = table.get(alias); 518 table.remove(alias); 524 StoreEntry entry = (StoreEntry)table.get(alias); 549 Enumeration e = table.elements(); 580 StoreEntry entry = (StoreEntry)table.get(alias); 592 StoreEntry entry = (StoreEntry)table.get(alias); 607 StoreEntry entry = (StoreEntry)table.get(alias) [all...] |
/external/brotli/c/dec/ |
huffman.h | 21 /* Maximum possible Huffman table size for an alphabet size of (index * 32), 22 * max code length 15 and root table bits 8. */ 37 uint16_t value; /* symbol value or table offset */ 40 /* Builds Huffman lookup table assuming code lengths are in symbol order. */ 44 /* Builds Huffman lookup table assuming code lengths are in symbol order. */ 45 /* Returns size of resulting table. */ 49 /* Builds a simple Huffman table. The num_symbols parameter is to be */ 53 BROTLI_INTERNAL uint32_t BrotliBuildSimpleHuffmanTable(HuffmanCode* table,
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_err.c | 37 N_( "Corrupt group descriptor: bad block for inode table"), 42 N_( "Can't write an inode table"), 43 N_( "Can't read an inode table"), 70 N_( "A block group is missing an inode table"), 77 N_( "The inode is from a bad block in the inode table"), 86 N_( "Too many references in table"), 199 const struct error_table * table; member in struct:et_list 220 if (et->table->msgs == text) 224 if (!link.table) 229 et->table = &et_ext2_error_table [all...] |
/external/flatbuffers/tests/MyGame/Example/ |
Ability.py | 12 self._tab = flatbuffers.table.Table(buf, pos)
|
Test.py | 12 self._tab = flatbuffers.table.Table(buf, pos)
|
TestSimpleTableWithEnum.py | 19 self._tab = flatbuffers.table.Table(buf, pos)
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
StructInNestedNS.py | 12 self._tab = flatbuffers.table.Table(buf, pos)
|
TableInNestedNS.py | 19 self._tab = flatbuffers.table.Table(buf, pos)
|
/external/icu/icu4c/source/common/ |
ucol_data.h | 58 uint32_t unsafeCP; /* hash table of unsafe code points */ 59 uint32_t contrEndCP; /* hash table of final code points */ 81 uint32_t table; member in struct:__anon21313
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
NodePage.java | 19 import org.jacoco.report.internal.html.table.ITableItem;
|
SourceFileItem.java | 18 import org.jacoco.report.internal.html.table.ITableItem; 21 * Table items representing a source file which cannot be linked.
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
IColumnRenderer.java | 12 package org.jacoco.report.internal.html.table; 24 * Renderer for a single column of a coverage table. The methods are always 34 * all items that will be displayed in the table 36 * the summary of all coverage data items in the table 45 * the parent table cell 47 * the summary of all coverage data items in the table 51 * base folder of the table 62 * the parent table cell 68 * base folder of the table 76 * Returns the comparator to sort this table column [all...] |
/external/libnl/include/linux-private/linux/ |
fib_rules.h | 21 __u8 table; member in struct:fib_rule_hdr 46 FRA_TABLE, /* Extended table id */ 56 FR_ACT_TO_TBL, /* Pass to fixed table */
|
/external/libunwind_llvm/src/ |
EHHeaderParser.hpp | 35 pint_t table; member in struct:libunwind::EHHeaderParser::EHHeaderInfo 73 ehHdrInfo.table = p; 113 tableEntry = hdrInfo.table + mid * tableEntrySize; 128 tableEntry = hdrInfo.table + low * tableEntrySize; 156 _LIBUNWIND_ABORT("Unknown DWARF encoding for search table.");
|