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

<<41424344454647484950>>

  /external/chromium_org/tools/sheriffing/
functions.js 103 var table = document.getElementById('build-info');
104 while (table.rows.length > 0) {
105 table.deleteRow(-1);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 176 } table[] = { local
213 if (table[func].gt && !type.sign) {
219 if(table[func].swap) {
228 if(table[func].eq)
230 else if (table[func].gt)
235 if(table[func].not)
  /external/qemu/distrib/libpng-1.2.46/
pngmem.c 177 png_bytep table; local
198 table = farmalloc(total_size);
200 if (table == NULL)
211 if ((png_size_t)table & 0xfff0)
224 png_ptr->offset_table = table;
239 hptr = (png_byte huge *)table;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 32 // Identifies stream data as an encode table (and its endianity)
153 LOG(ERROR) << "EncodeTable::Read: Bad encode table header: " << source;
193 // The Encode mapper stores the encoding in a local hash table (EncodeTable)
194 // This table is shared (and reference counted) between the encoder and
198 // EncodeTable is generated the same table may by used to decode the machine
203 // we will use the encoding table generated during the encode step in the
293 EncodeTable<A> *table = new EncodeTable<A>(0); local
294 bool r = table->Read(strm, source);
295 return r ? new EncodeMapper(table->flags(), type, table) : 0
    [all...]
  /external/chromium_org/third_party/ots/src/
cmap.cc 15 // cmap - Character To Glyph Index Mapping Table
40 // Glyph array size for the Mac Roman (format 0) table.
163 // since this table is not actually "transcoded" yet.
185 // unsorted table...
213 // each code-point defined in the table and make sure that they are all valid
245 // We accept the table.
412 // Unicode Variation Selector table
470 // Checks default UVS table
504 // Checks non default UVS table
545 // Mac Roman table
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 84 * This requires a utf8Friendly format with an additional mbcsIndex table for fast
92 * All fallbacks have been moved to the extension table, leaving only roundtrips in the
95 * Of the stage 2 table, the part corresponding to maxFastUChar and below is omitted.
98 * stage 1 table which contains the information about how stage 2 was compacted).
100 * The rest of the stage 2 table, the part for code points above maxFastUChar,
119 * - Added an optional extension table structure at the end of the .cnv file.
122 * Files that contain only a conversion table and no base table
124 * These contain the base table name between the MBCS header and the extension
132 * - new bit distribution for state table entrie
720 const uint16_t *table; local
1119 const uint16_t *table, *results; local
1267 const uint16_t *table; local
3269 const uint16_t *table; local
3501 const uint16_t *table; local
3677 const uint16_t *table; local
3934 const uint16_t *table; local
4678 const uint16_t *table; local
4872 const uint16_t *table, *sbcsIndex; local
5175 const uint16_t *table, *mbcsIndex; local
    [all...]
uresdata.h 92 URES_INDEX_MAX_TABLE_LENGTH,/* [4] max. length of any table */
128 * values stored in a new array of 16-bit units between the table key strings
142 * A resource bundle may use a special pool bundle. Some or all of the table key strings
150 * Table key strings must be compared in ASCII order, even if they are not
156 * Multiple table items may share one key string, or one item may point
168 * currently, the root item must be a table or table32 resource item
217 * in the table below.
221 * Table items contain key-value pairs where the keys are offsets to char * key strings.
223 * offsets into the 16-bit-units array, depending on the table type.
228 * Table key string offsets: ------
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.c 81 * This requires a utf8Friendly format with an additional mbcsIndex table for fast
89 * All fallbacks have been moved to the extension table, leaving only roundtrips in the
92 * Of the stage 2 table, the part corresponding to maxFastUChar and below is omitted.
95 * stage 1 table which contains the information about how stage 2 was compacted).
97 * The rest of the stage 2 table, the part for code points above maxFastUChar,
116 * - Added an optional extension table structure at the end of the .cnv file.
119 * Files that contain only a conversion table and no base table
121 * These contain the base table name between the MBCS header and the extension
129 * - new bit distribution for state table entrie
718 const uint16_t *table; local
1117 const uint16_t *table, *results; local
1265 const uint16_t *table; local
3266 const uint16_t *table; local
3498 const uint16_t *table; local
3674 const uint16_t *table; local
3931 const uint16_t *table; local
4676 const uint16_t *table; local
4870 const uint16_t *table, *sbcsIndex; local
5176 const uint16_t *table, *mbcsIndex; local
    [all...]
  /art/runtime/
indirect_reference_table.h 39 * Maintain a table of indirect references. Used for local/global JNI
42 * The table contains object references that are part of the GC root set.
49 * operations that allow us to operate on segments of the table, where
53 * a method returns. Additions to the table must be made in the current
59 * The GC must be able to scan the entire table quickly.
68 * - scanning the entire table straight through
70 * If there's more than one segment, we don't guarantee that the table
76 * the table is capped at 64K.
85 * We need a 16-bit table index and a 2-bit reference type (global, local,
98 * bits, and keep a copy of the serial number in a parallel table. This i
    [all...]
intern_table.h 50 // Interns a potentially new string in the 'strong' table. (See above.)
54 // Interns a potentially new string in the 'strong' table. (See above.)
58 // Interns a potentially new string in the 'strong' table. (See above.)
61 // Interns a potentially new string in the 'weak' table. (See above.)
89 TrackingAllocator<GcRoot<mirror::String>, kAllocatorTagInternTable>> Table;
99 mirror::String* Lookup(Table* table, mirror::String* s)
111 void Remove(Table* table, mirror::String* s)
132 // enable concurrent intern table (strong) root scan. Do no
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em (…)
  /external/chromium_org/android_webview/native/
java_browser_view_renderer_helper.cc 50 AwDrawSWFunctionTable* table) {
51 g_sw_draw_functions = table;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_eula.css 29 display: table-cell;
  /external/chromium_org/chrome/browser/resources/chromeos/
nfc_debug.css 50 .parameters-table td {
  /external/chromium_org/components/webdata/common/
web_database_service.cc 58 void WebDatabaseService::AddTable(scoped_ptr<WebDatabaseTable> table) {
64 wds_backend_->AddTable(table.Pass());
  /external/chromium_org/net/spdy/
hpack_input_stream.cc 113 bool HpackInputStream::DecodeNextHuffmanString(const HpackHuffmanTable& table,
128 return table.DecodeString(&bounded_reader, max_string_literal_size_, str);
  /external/chromium_org/ppapi/api/dev/
ppb_truetype_font_dev.idl 8 * interface exposes font table data for 'sfnt' fonts on the host system. These
229 * Gets an array of identifying tags for each table in the font. These tags
234 * The output is an array of 4 byte integers, each representing a table tag.
238 * @return If >= 0, the number of table tags returned, otherwise an error
246 * Copies the given font table into client memory.
249 * @param[in] table A 4 byte value indicating which table to copy.
250 * For example, 'glyf' will cause the outline table to be copied into the
252 * @param[in] offset The offset into the font table. Passing an offset
253 * greater than or equal to the table size will succeed with 0 bytes copied
    [all...]
  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.cc 143 uint32_t table,
150 table, offset, max_data_length,
  /external/chromium_org/ppapi/cpp/private/
pdf.cc 64 uint32_t table,
69 table, output, output_length);
  /external/chromium_org/ppapi/thunk/
ppb_pdf_thunk.cc 48 uint32_t table,
57 return PP_ToBool(enter.object()->GetFontTable(table, output, output_length));
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.idl 41 [CallWith=ScriptArguments&ScriptState] void table();
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.css 114 .calendar-table-view {
133 .calendar-table-header-view {
306 .calendar-table-view:focus {
316 .preparing .calendar-table-view:focus {
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
TranslatorManager.java 108 * table specified by {@code tableName}.
110 // TODO: Document how to discover valid table names.
187 public BrailleTranslatorImpl(String table) {
188 mTable = table;
  /external/chromium_org/third_party/leveldatabase/src/db/
memtable.cc 53 explicit MemTableIterator(MemTable::Table* table) : iter_(table) { }
70 MemTable::Table::Iterator iter_;
110 Table::Iterator iter(&table_);
  /external/chromium_org/third_party/mesa/src/src/glx/
singlepix.c 119 const _glapi_proc *const table = (_glapi_proc *) GET_DISPATCH(); local
121 (PFNGLGETSEPARABLEFILTEREXTPROC) table[359];

Completed in 625 milliseconds

<<41424344454647484950>>