HomeSort by relevance Sort by last modified time
    Searched refs:table (Results 501 - 525 of 2297) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/widget/src/android/widget/cts/
GridLayoutTest.java 170 View[][] table = new View[N + 1][M + 1]; local
188 table[row][0] = v;
199 table[0][col] = v;
213 table[row][col] = v;
216 return table;
227 private void test(GridLayout p, View[][] table) {
237 View v0 = table[0][col];
241 testAlignment(row, col, alignment, v0, table[row][col], "column");
248 View v0 = table[row][0];
252 testAlignment(row, col, alignment, v0, table[row][col], "row")
258 View[][] table = populate(p); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERUniversalString.java 15 private static final char[] table = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; field in class:DERUniversalString
99 buf.append(table[(string[i] >>> 4) & 0xf]);
100 buf.append(table[string[i] & 0xf]);
  /external/iproute2/ip/
ip_common.h 48 __u32 table = r->rtm_table; local
50 table = rta_getattr_u32(tb[RTA_TABLE]);
51 return table;
  /external/srec/shared/src/
HashMapImpl.c 41 if ((rc = PHashTableCreate(hashArgs, MTAG, &impl->table)) != ESR_SUCCESS)
86 CHKLOG(rc, PHashTableContainsKey(impl->table, key, &exists));
93 if ((rc = PHashTablePutValue(impl->table, clone, value, NULL)) != ESR_SUCCESS)
100 /* Key already present in table, just change the value. */
101 CHKLOG(rc, PHashTableGetEntry(impl->table, key, &entry));
116 CHK(rc, PHashTableGetEntry(impl->table, key, &entry));
148 if ((rc = PHashTableEntryGetFirst(impl->table, &entry1)) != ESR_SUCCESS)
182 CHKLOG(rc, PHashTableContainsKey(impl->table, key, exists));
194 CHK(rc, PHashTableGetEntry(impl->table, key, &entry));
207 if ((rc = PHashTableEntryGetFirst(impl->table, entry)) != ESR_SUCCESS
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_among.h 31 int table[257]; member in struct:ebt_mac_wormhash
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_among.h 31 int table[257]; member in struct:ebt_mac_wormhash
  /external/chromium_org/android_webview/native/
java_browser_view_renderer_helper.h 22 static void SetAwDrawSWFunctionTable(AwDrawSWFunctionTable* table);
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_browsertests.cc 592 const ui::CandidateWindow& table = local
594 EXPECT_TRUE(table.is_cursor_visible());
617 const ui::CandidateWindow& table = local
621 EXPECT_TRUE(table.is_cursor_visible());
623 EXPECT_EQ(ui::CandidateWindow::VERTICAL, table.orientation());
646 const ui::CandidateWindow& table = local
650 EXPECT_TRUE(table.is_cursor_visible());
653 EXPECT_EQ(ui::CandidateWindow::VERTICAL, table.orientation());
655 EXPECT_EQ(7U, table.page_size());
674 const ui::CandidateWindow& table local
696 const ui::CandidateWindow& table = local
739 const ui::CandidateWindow& table = local
794 const ui::CandidateWindow& table = local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
salsa.css 27 display: table-cell;
33 display: table-cell;
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_index.css 37 table.signin-details {
45 table.signin-details tr:nth-child(odd).ok {
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_font_file_host.h 39 uint32_t table);
  /external/chromium_org/components/webdata/common/
web_database.h 28 // Exposed publicly so the keyword table can access it.
34 // Adds a database table. Ownership remains with the caller, which
35 // must ensure that the lifetime of |table| exceeds this object's
37 void AddTable(WebDatabaseTable* table);
39 // Retrieves a table based on its |key|.
  /external/chromium_org/native_client_sdk/src/doc/doxygen/
doxy_cleanup.py 79 '''Fixes the doxygen table headings.
82 - Using bare <h2> title row instead of row embedded in <tr><td> in table
84 - Splitting up tables into multiple separate tables if a table
85 heading appears in the middle of a table.
88 <table>
92 </table>
96 <table>
98 </table>
111 # Split up tables that have multiple table header (th) rows
114 # Is this a heading in the middle of a table
    [all...]
  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler.h 86 unsigned int table,
134 // Huge big opcode table based on the IA-32 manual, defined
138 // Somewhat smaller table to help with decoding ModR/M bytes
143 // Somewhat smaller table to help with decoding ModR/M bytes
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableRow.cpp 76 // If border was changed, notify table.
78 RenderTable* table = this->table(); local
79 if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout() && oldStyle && oldStyle->border() != style()->border())
80 table->invalidateCollapsedBorders();
82 if (table && oldStyle && diff.needsFullLayout() && needsLayout() && table->collapseBorders() && borderWidthChanged(oldStyle, style())) {
163 // Table rows do not add translation
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftotval.h 75 * Validate BASE table.
78 * Validate GDEF table.
81 * Validate GPOS table.
84 * Validate GSUB table.
87 * Validate JSTF table.
90 * Validate MATH table.
133 * A pointer to the BASE table.
136 * A pointer to the GDEF table.
139 * A pointer to the GPOS table.
142 * A pointer to the GSUB table
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
psobjs.h 50 ps_table_new( PS_Table table,
55 ps_table_add( PS_Table table,
61 ps_table_done( PS_Table table ); variable
65 ps_table_release( PS_Table table ); variable
  /external/chromium_org/third_party/icu/source/tools/makeconv/
makeconv.h 30 /* converter table type for writing */
52 (*addTable)(NewConverter *cnvData, UCMTable *table, UConverterStaticData *staticData);
  /external/chromium_org/third_party/re2/benchlog/
mktable 4 sub table() { subroutine
7 <table border=0>
17 </table>
118 "table" => \&table,
  /external/chromium_org/third_party/skia/src/core/
SkDeviceProfile.h 81 * Given a luminance byte (0 for black, 0xFF for white), generate a table
84 void generateTableForLuminanceByte(U8CPU lumByte, uint8_t table[256]) const;
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler.h 86 unsigned int table,
134 // Huge big opcode table based on the IA-32 manual, defined
138 // Somewhat smaller table to help with decoding ModR/M bytes
143 // Somewhat smaller table to help with decoding ModR/M bytes
  /external/chromium_org/ui/views/controls/table/
table_utils.h 52 // in terms of table->visible_columns().
53 int GetClosestVisibleColumnIndex(const TableView* table, int x);
  /external/e2fsprogs/lib/et/
error_message.c 143 if ((et->table->base & 0xffffffL) == (table_num & 0xffffffL)) {
144 /* This is the right table */
145 if (et->table->n_msgs <= offset) {
148 const char *msg = et->table->msgs[offset];
158 if ((et->table->base & 0xffffffL) == (table_num & 0xffffffL)) {
159 /* This is the right table */
160 if (et->table->n_msgs <= offset) {
163 const char *msg = et->table->msgs[offset];
279 el->table = et;
307 if (el->table->base == et->base)
    [all...]
init_et.c 44 new_et->etl.table = &new_et->et;
  /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"),
177 const struct error_table * table; member in struct:et_list
198 if (et->table->msgs == text)
202 if (!link.table)
207 et->table = &et_ext2_error_table
    [all...]

Completed in 917 milliseconds

<<21222324252627282930>>