/external/chromium_org/chrome/browser/resources/task_manager/ |
task_manager.css | 37 /* Table splitter element */ 38 .table-header-splitter { 45 /* Container for a table header. */ 46 .table-header { 53 /* Text label in a table header. */ 54 .table-header-label { 59 /* Task list in table. */ 71 .table-row > .table-row-cell:first-child::before { 80 /* Cells in table. * [all...] |
/external/chromium_org/components/visitedlink/renderer/ |
visitedlink_slave.h | 27 void OnUpdateVisitedLinks(base::SharedMemoryHandle table); 34 // shared memory consists of a SharedHeader followed by the table
|
/external/chromium_org/ppapi/c/private/ |
ppb_flash_font_file.h | 44 /* Returns the requested font table. 52 uint32_t table,
|
/external/chromium_org/ppapi/cpp/private/ |
flash_font_file.h | 31 bool GetFontTable(uint32_t table, void* output, uint32_t* output_length);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableCaption.h | 43 RenderTable* table() const;
|
/external/chromium_org/third_party/angle/src/compiler/ |
Initialize.h | 14 void InsertBuiltInFunctions(ShShaderType type, ShShaderSpec spec, const ShBuiltInResources &resources, TSymbolTable &table);
|
/external/chromium_org/third_party/ots/src/ |
glyf.cc | 19 bool ParseFlagsForSimpleGlyph(ots::Buffer *table, 26 if (!table->ReadU8(&flag)) { 48 if (!table->ReadU8(&repeat)) { 76 ots::Buffer *table, int16_t num_contours, 85 if (!table->ReadU16(&tmp_index)) { 99 if (!table->ReadU16(&bytecode_length)) { 126 if (!table->Skip(bytecode_length)) { 135 if (!ParseFlagsForSimpleGlyph(table, 175 Buffer table(data, length); 216 table.set_offset(gly_offset) [all...] |
ltsh.cc | 18 Buffer table(data, length); 28 if (!table.ReadU16(<sh->version) || 29 !table.ReadU16(&num_glyphs)) { 48 if (!table.ReadU8(&pel)) { 58 if (!file->glyf) return false; // this table is not for CFF fonts.
|
/external/chromium_org/third_party/zlib/ |
inftrees.h | 13 indexed that table entry, or it provides a pointer to another 14 table that indexes more bits of the code. op indicates whether 15 the entry is a pointer to another table, a literal, a length or 16 distance, an end-of-block, or an invalid code. For a table 18 that table. For a length or distance, the low four bits of op 23 the current table to the next table. Each entry is four bytes. */ 25 unsigned char op; /* operation, extra bits, table bits */ 27 unsigned short val; /* offset in table or code value */ 32 0000tttt - table link, tttt != 0 is the number of table index bit [all...] |
/external/clang/test/Analysis/ |
malloc-sizeof.c | 41 int *table = malloc(sizeof sTable); local 45 return table; 50 int *table = malloc(sizeof sTable); // expected-warning {{Result of 'malloc' is converted to a pointer of type 'int', which is incompatible with sizeof operand type 'const double [10]'}} local 51 return table;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/ |
buildNotes.php | 30 <table border=0 cellspacing=5 cellpadding=2 width="100%" >
35 </table>
36 <table border="0">
60 </table>
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
IPropertyExceptionHandler.java | 11 package org.eclipse.wb.internal.core.model.property.table; 21 * @coverage core.model.property.table
|
/external/icu4c/layout/ |
ContextualGlyphSubstProc.cpp | 48 const le_int16 *table = (const le_int16 *) ((char *) &stateTableHeader->stHeader + markOffset * 2); local 50 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(mGlyph)]); 56 const le_int16 *table = (const le_int16 *) ((char *) &stateTableHeader->stHeader + currOffset * 2); local 58 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(thisGlyph)]);
|
/external/libvorbis/doc/ |
10-tables.tex | 6 \subsection{floor1\_inverse\_dB\_table} \label{vorbis:spec:floor1:inverse:dB:table} 9 lookup table consiting of the following values (read left to right
|
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.h | 13 indexed that table entry, or it provides a pointer to another 14 table that indexes more bits of the code. op indicates whether 15 the entry is a pointer to another table, a literal, a length or 16 distance, an end-of-block, or an invalid code. For a table 18 that table. For a length or distance, the low four bits of op 23 the current table to the next table. Each entry is four bytes. */ 25 unsigned char op; /* operation, extra bits, table bits */ 27 unsigned short val; /* offset in table or code value */ 32 0000tttt - table link, tttt != 0 is the number of table index bit [all...] |
/external/srec/srec/include/ |
log_tabl.h | 35 const int *table; member in struct:__anon26490
|
/external/zlib/src/contrib/infback9/ |
inftree9.h | 13 indexed that table entry, or it provides a pointer to another 14 table that indexes more bits of the code. op indicates whether 15 the entry is a pointer to another table, a literal, a length or 16 distance, an end-of-block, or an invalid code. For a table 18 that table. For a length or distance, the low four bits of op 23 the current table to the next table. Each entry is four bytes. */ 25 unsigned char op; /* operation, extra bits, table bits */ 27 unsigned short val; /* offset in table or code value */ 32 0000tttt - table link, tttt != 0 is the number of table index bit [all...] |
/external/zlib/src/ |
inftrees.h | 13 indexed that table entry, or it provides a pointer to another 14 table that indexes more bits of the code. op indicates whether 15 the entry is a pointer to another table, a literal, a length or 16 distance, an end-of-block, or an invalid code. For a table 18 that table. For a length or distance, the low four bits of op 23 the current table to the next table. Each entry is four bytes. */ 25 unsigned char op; /* operation, extra bits, table bits */ 27 unsigned short val; /* offset in table or code value */ 32 0000tttt - table link, tttt != 0 is the number of table index bit [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
AddColumn.java | 17 package android.widget.layout.table; 30 * This test adds an extra row with an extra column in the table. 41 final TableLayout table = (TableLayout) findViewById(R.id.table); 49 table.addView(newRow, new TableLayout.LayoutParams());
|
CellSpan.java | 17 package android.widget.layout.table; 25 * Exercise table layout with cells spanning.
|
FixedWidth.java | 17 package android.widget.layout.table; 25 * Exercise table layout with cells having a fixed width and height.
|
HorizontalGravity.java | 17 package android.widget.layout.table; 25 * Exercise table layout with cells using a horizontal gravity.
|
VerticalGravity.java | 17 package android.widget.layout.table; 25 * Exercise table layout with cells using a vertical gravity.
|
Weight.java | 17 package android.widget.layout.table; 25 * Exercise table layout with cells having a weight.
|
/frameworks/rs/cpu_ref/linkloader/lib/ |
StubLayout.cpp | 26 StubLayout::StubLayout() : table(NULL), count(0) { 30 table = table_; 49 unsigned char *stub = table; 54 table += getUnitStubSize();
|