/hardware/ti/omap4xxx/camera/ |
Encoder_libjpeg.cpp | 270 create_EXIF(table, exif_tag_count, gps_tag_count, has_datetime_tag); 298 if (table[i].Value) { 299 free(table[i].Value); 328 table[position].GpsTag = TRUE; 329 table[position].Tag = GpsTagNameToValue(tag); 332 table[position].GpsTag = FALSE; 333 table[position].Tag = TagNameToValue(tag); 341 table[position].DataLength = 0; 342 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1)); 344 if (table[position].Value) [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
LevenshteinSuggestionFormatter.java | 83 final LevenshteinDistance table = new LevenshteinDistance(source, target); local 84 table.calculate(); 87 LevenshteinDistance.EditOperation[] ops = table.getTargetOperations();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportLinksPart.java | 47 final Composite table = createTableLayout(toolkit, 2 /* numColumns */); local 70 mFormText = createFormText(table, toolkit, true, buf.toString(), 94 MessageBox mb = new MessageBox(table.getShell(), SWT.OK);
|
/art/compiler/dex/quick/arm/ |
call_arm.cc | 28 * The sparse table in the literal pool is an array of <key,displacement> 35 * adr r_base, <table> 47 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset; local 49 DumpSparseSwitchTable(table); 51 // Add the table to the list - we'll process it later 54 tab_rec->table = table; 56 uint32_t size = table[1]; 72 // Materialize a pointer to the switch table 95 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset local 151 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset; local [all...] |
/external/guava/guava/src/com/google/common/base/ |
CharMatcher.java | 367 @Override void setBits(LookupTable table) {} 401 @Override void setBits(LookupTable table) { 402 table.set(match); 454 @Override void setBits(LookupTable table) { 455 table.set(match1); 456 table.set(match2); 473 @Override void setBits(LookupTable table) { 475 table.set(c); 503 @Override void setBits(LookupTable table) { 506 table.set(c) [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ArrayTable.java | 40 * Fixed-size {@link Table} implementation backed by a two-dimensional array. 42 * <p>The allowed row and column keys must be supplied when the table is 43 * created. The table always contains a mapping for every row key / column pair. 47 * <p>The table's size is constant: the product of the number of supplied row 49 * clear} methods are not supported by the table or its views. The {@link 52 * <p>The ordering of the row and column keys provided when the table is 54 * table's views. None of the view iterators support {@link Iterator#remove}. 55 * If the table is modified after an iterator is created, the iterator remains 59 * TreeBasedTable} implementations, except when the table is sparse. 73 * visible, synchronize access to the table. Unlike other {@code Table [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
GsmAlphabet.java | 47 * following character should be looked up in the "extended" table. 61 * Using a non-default language locking shift table OR single shift table 67 * Using a non-default language locking shift table AND single shift table 110 * The GSM national language table to use, or 0 for the default 7-bit alphabet. 115 * The GSM national language shift table to use, or 0 for the default 7-bit extension table. 133 * Converts a char to a GSM 7 bit table index. 135 * GSM_EXTENDED_ESCAPE if this character is in the extended table [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
CharMatcher.java | 367 @Override protected void setBits(LookupTable table) { 398 @Override protected void setBits(LookupTable table) { 399 table.set(match); 448 @Override protected void setBits(LookupTable table) { 449 table.set(match1); 450 table.set(match2); 465 @Override protected void setBits(LookupTable table) { 467 table.set(c); 495 @Override protected void setBits(LookupTable table) { 498 table.set(c) [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharMatcher.java | 367 @Override protected void setBits(LookupTable table) { 398 @Override protected void setBits(LookupTable table) { 399 table.set(match); 448 @Override protected void setBits(LookupTable table) { 449 table.set(match1); 450 table.set(match2); 465 @Override protected void setBits(LookupTable table) { 467 table.set(c); 495 @Override protected void setBits(LookupTable table) { 498 table.set(c) [all...] |
/external/guava/guava-tests/test/com/google/common/cache/ |
LocalCacheTest.java | 144 assertEquals(16 / map.segments.length, map.segments[0].table.length()); 249 assertEquals(segmentSize, map.segments[i].table.length()); 476 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 482 int index = hash & (table.length() - 1); 487 table.set(index, entry); 505 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 511 int index = hash & (table.length() - 1); 516 table.set(index, entry) 566 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 708 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 971 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1047 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1091 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1231 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1307 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1347 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1429 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1563 AtomicReferenceArray<ReferenceEntry<K, V>> table = segment.table; local 1582 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1617 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1652 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1686 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1733 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 2143 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local [all...] |
/external/chromium_org/third_party/libxml/src/ |
entities.c | 198 * xmlAddEntity : register a new entity for an entities table. 205 xmlEntitiesTablePtr table = NULL; local 221 table = dtd->entities; 227 table = dtd->pentities; 232 if (table == NULL) 239 if (xmlHashAddEntry(table, name, ret)) { 423 * @table: an entity table 427 * Do an entity lookup in the table. 433 xmlGetEntityFromTable(xmlEntitiesTablePtr table, const xmlChar *name) 449 xmlEntitiesTablePtr table; local 480 xmlEntitiesTablePtr table; local 505 xmlEntitiesTablePtr table; local [all...] |
/external/libxml2/ |
entities.c | 200 * xmlAddEntity : register a new entity for an entities table. 207 xmlEntitiesTablePtr table = NULL; local 223 table = dtd->entities; 229 table = dtd->pentities; 234 if (table == NULL) 241 if (xmlHashAddEntry(table, name, ret)) { 425 * @table: an entity table 429 * Do an entity lookup in the table. 435 xmlGetEntityFromTable(xmlEntitiesTablePtr table, const xmlChar *name) 451 xmlEntitiesTablePtr table; local 482 xmlEntitiesTablePtr table; local 507 xmlEntitiesTablePtr table; local [all...] |
/external/tcpdump/ |
addrtoname.c | 733 register struct hnamemem *table; local 741 table = &tporttable[i]; 743 table = &uporttable[i]; 747 while (table->name) 748 table = table->nxt; 751 table->name = strdup(buf); 753 table->name = strdup(sv->s_name); 754 table->addr = port; 755 table->nxt = newhnamemem() 775 register struct hnamemem *table; local 1123 register struct hnamemem *table; local [all...] |
/bionic/libc/kernel/uapi/linux/ |
fib_rules.h | 39 __u8 table; member in struct:fib_rule_hdr
|
/development/ndk/platforms/android-L/include/linux/ |
fib_rules.h | 39 __u8 table; member in struct:fib_rule_hdr
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/ |
BcKeyStoreSpi.java | 85 protected Hashtable table = new Hashtable(); field in class:BcKeyStoreSpi 488 return table.keys(); 494 return (table.get(alias) != null); 501 Object entry = table.get(alias); 508 table.remove(alias); 514 StoreEntry entry = (StoreEntry)table.get(alias); 539 Enumeration e = table.elements(); 570 StoreEntry entry = (StoreEntry)table.get(alias); 582 StoreEntry entry = (StoreEntry)table.get(alias); 597 StoreEntry entry = (StoreEntry)table.get(alias) [all...] |
/external/chromium_org/chrome/browser/extensions/activity_log/ |
database_string_table.h | 24 // The mapping from integers to strings is maintained in a database table, but 27 // The database table used to store the strings is configurable, but its layout 33 explicit DatabaseStringTable(const std::string& table); 37 // Initialize the database table. This will create the table if it does not 41 // Interns a string in the database table and sets *id to the corresponding 56 // database table has been manipulated and the cache may be stale. 67 // The name of the database table where the mapping is stored.
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
power.css | 7 #main-table { 12 table-layout: fixed;
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
display_overscan.css | 10 #display-overscan-operations-table { 15 #display-overscan-operations-table td {
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
popup.css | 46 display: table; 53 display: table-cell;
|
/external/chromium_org/content/renderer/pepper/ |
pepper_truetype_font_host.h | 36 uint32_t table,
|
/external/chromium_org/crypto/ |
ghash.h | 63 // MulAfterPrecomputation sets |x| = |x|*h where h is |table[1]| and 64 // table[i] = i*h for i=0..15. 65 static void MulAfterPrecomputation(const FieldElement* table,
|
/external/chromium_org/net/spdy/ |
hpack_input_stream.h | 43 bool DecodeNextHuffmanString(const HpackHuffmanTable& table,
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
layersPanel.css | 68 .layer-details-view table td { 72 .layer-details-view table td:first-child {
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
onebar.css | 84 #onebar details table, #revisionPopUp table {
|