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

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
dtor.pass.cpp 42 std::ctype<char>::mask table[256]; local
44 std::locale l(std::locale::classic(), new std::ctype<char>(table));
  /cts/tools/tradefed-host/res/report/
cts_result.css 26 table.title {
34 table.summary {
42 table.summary th {
48 table.summary td {
57 table.testsummary {
64 table.testsummary th {
70 table.testsummary td {
76 table.testdetails {
88 table.testdetails th {
97 table.testdetails td
    [all...]
  /external/chromium_org/base/metrics/
stats_table.cc 24 // | Thread names table |
26 // | Thread TID table |
28 // | Thread PID table |
30 // | Counter names table |
47 // the rows and columns of the table to particular threads, locking is
51 // shared-memory table only, and is used when we create new counters (e.g.
53 // data from the table does not require any locking at the shared memory
56 // Each process which accesses the table will create a StatsTable object.
57 // The StatsTable maintains a hash table of the existing counters in the
58 // table for faster lookup. Since the hash table is process specific
283 StatsTable* table; member in struct:base::StatsTable::TLSData
474 StatsTable *table = StatsTable::current(); local
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshrec.c 48 /* destroy hints table */
50 ps_hint_table_done( PS_Hint_Table table,
53 FT_FREE( table->hints );
54 table->num_hints = 0;
55 table->max_hints = 0;
59 /* ensure that a table can contain "count" elements */
61 ps_hint_table_ensure( PS_Hint_Table table,
65 FT_UInt old_max = table->max_hints;
72 /* try to grow the table */
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max )
    [all...]
  /external/freetype/src/pshinter/
pshrec.c 48 /* destroy hints table */
50 ps_hint_table_done( PS_Hint_Table table,
53 FT_FREE( table->hints );
54 table->num_hints = 0;
55 table->max_hints = 0;
59 /* ensure that a table can contain "count" elements */
61 ps_hint_table_ensure( PS_Hint_Table table,
65 FT_UInt old_max = table->max_hints;
72 /* try to grow the table */
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshrec.c 48 /* destroy hints table */
50 ps_hint_table_done( PS_Hint_Table table,
53 FT_FREE( table->hints );
54 table->num_hints = 0;
55 table->max_hints = 0;
59 /* ensure that a table can contain "count" elements */
61 ps_hint_table_ensure( PS_Hint_Table table,
65 FT_UInt old_max = table->max_hints;
72 /* try to grow the table */
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max )
    [all...]
  /art/compiler/dex/quick/x86/
call_x86.cc 27 * The sparse table in the literal pool is an array of <key,displacement>
31 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset; local
33 DumpSparseSwitchTable(table);
35 int entries = table[1];
36 const int32_t* keys = reinterpret_cast<const int32_t*>(&table[2]);
64 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset; local
66 DumpPackedSwitchTable(table);
68 // Add the table to the list - we'll process it later
71 tab_rec->table = table;
138 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset; local
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInformationStore.java 13 private Map table = new HashMap(); field in class:SignerInformationStore
25 List list = (ArrayList)table.get(sid);
29 table.put(sid, list);
104 List list = (ArrayList)table.get(selector);
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_interfaces.h 17 void* table, size_t tablesize);
  /external/chromium_org/ppapi/thunk/
ppb_truetype_font_api.h 26 virtual int32_t GetTable(uint32_t table,
  /external/chromium_org/third_party/libjingle/source/talk/base/
helpers.h 54 // with characters from the given table. Return false if the random
56 bool CreateRandomString(size_t length, const std::string& table,
latebindingsymboltable.h 43 // This is the base class for "symbol table" classes to simplify the dynamic
58 LateBindingSymbolTable(const TableInfo *info, void **table);
62 // Loads the DLL and the symbol table. Returns true iff the DLL and symbol
63 // table loaded successfully.
  /external/chromium_org/third_party/skia/tools/lua/
classify_rrect_clips.lua 82 table.sort(array, sort_classes)
92 table["total"] = (table["total"] or 0) + 1
94 table[class] = (table[class] or 0) + 1
99 print_classes(table)
102 for k, v in pairs(table) do
105 io.write(t, " = (", t, " or 0) + ", table[k], "\n" );
  /external/chromium_org/third_party/webrtc/base/
helpers.h 37 // with characters from the given table. Return false if the random
39 bool CreateRandomString(size_t length, const std::string& table,
latebindingsymboltable.h 26 // This is the base class for "symbol table" classes to simplify the dynamic
41 LateBindingSymbolTable(const TableInfo *info, void **table);
45 // Loads the DLL and the symbol table. Returns true iff the DLL and symbol
46 // table loaded successfully.
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
data_log_unittest.cc 22 // A class for storing the values expected from a log table column when
23 // verifying a log table file.
46 // Verifies that the log table stored in the file "log_file" corresponds to
75 // Verifies the table header stored in "line" to correspond with the header
92 // one line read from a log table file. An element can either be a column
119 ASSERT_EQ(DataLog::AddTable(DataLog::Combine("a proper table", 1)), 0);
122 ASSERT_LT(DataLog::AddTable(DataLog::Combine("table failure", 1)), 0);
127 DataLog::Combine("a proper table", 1));
132 DataLog::AddTable(DataLog::Combine("table", 1));
133 DataLog::AddColumn(DataLog::Combine("table", 1), "arrival", 1)
147 FILE* table = fopen("table_1.txt", "r"); local
229 FILE* table = fopen("table_2.txt", "r"); local
252 FILE* table = fopen("table_3.txt", "r"); local
271 FILE* table = fopen("table_4.txt", "r"); local
    [all...]
  /external/e2fsprogs/lib/et/test_cases/
heimdal.c 103 const struct error_table * table; member in struct:et_list
124 if (et->table->msgs == text)
128 if (!link.table)
133 et->table = &et_krb_error_table;
heimdal2.c 89 const struct error_table * table; member in struct:et_list
110 if (et->table->msgs == text)
114 if (!link.table)
119 et->table = &et_kadm_error_table;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
consoleLogs.php 30 <table border=0 cellspacing=5 cellpadding=2 width="100%" >
37 </table>
38 <table border="0">
68 </table>
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTooltipProvider.java 11 package org.eclipse.wb.internal.core.model.property.table;
27 * @coverage core.model.property.table
97 PropertyTable table = m_site.getTable(); local
98 // convert location from tooltip to table
101 p = table.toControl(p);
102 // send MouseDown to table
106 table.notifyListeners(SWT.MouseDown, newEvent);
  /external/guava/guava-tests/test/com/google/common/collect/
TransposedTableTest.java 29 @Override protected Table<String, Integer, Character> create(
31 Table<Integer, String, Character> original = HashBasedTable.create();
32 Table<String, Integer, Character> table = Tables.transpose(original); local
33 table.clear();
34 populate(table, data);
35 return table;
39 Table<Integer, String, Character> original = HashBasedTable.create();
44 Table<Integer, String, Character> original = HashBasedTable.create();
45 Table<String, Integer, Character> transpose = Tables.transpose(original)
    [all...]
  /external/icu/icu4c/source/layout/
KernTable.h 28 * Windows type 0 kerning table support only for now.
42 KernTable(const LETableReference &table, LEErrorCode &success);
  /external/qemu/ui/
keymaps.h 55 void *init_keyboard_layout(const name2keysym_t *table, const char *language);
  /external/skia/tools/lua/
classify_rrect_clips.lua 82 table.sort(array, sort_classes)
92 table["total"] = (table["total"] or 0) + 1
94 table[class] = (table[class] or 0) + 1
99 print_classes(table)
102 for k, v in pairs(table) do
105 io.write(t, " = (", t, " or 0) + ", table[k], "\n" );
  /external/webrtc/src/system_wrappers/source/
data_log_unittest.cc 21 // A class for storing the values expected from a log table column when
22 // verifying a log table file.
45 // Verifies that the log table stored in the file "log_file" corresponds to
74 // Verifies the table header stored in "line" to correspond with the header
91 // one line read from a log table file. An element can either be a column
118 ASSERT_EQ(DataLog::AddTable(DataLog::Combine("a proper table", 1)), 0);
121 ASSERT_LT(DataLog::AddTable(DataLog::Combine("table failure", 1)), 0);
126 DataLog::Combine("a proper table", 1));
131 DataLog::AddTable(DataLog::Combine("table", 1));
132 DataLog::AddColumn(DataLog::Combine("table", 1), "arrival", 1)
146 FILE* table = fopen("table_1.txt", "r"); local
228 FILE* table = fopen("table_2.txt", "r"); local
251 FILE* table = fopen("table_3.txt", "r"); local
270 FILE* table = fopen("table_4.txt", "r"); local
    [all...]

Completed in 289 milliseconds

<<11121314151617181920>>