/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/ |
table.cc | 21 #include "sfntly/table/table.h" 25 #include "sfntly/table/bitmap/ebdt_table.h" 26 #include "sfntly/table/bitmap/eblc_table.h" 27 #include "sfntly/table/bitmap/ebsc_table.h" 28 #include "sfntly/table/core/cmap_table.h" 29 #include "sfntly/table/core/font_header_table.h" 30 #include "sfntly/table/core/horizontal_device_metrics_table.h" 31 #include "sfntly/table/core/horizontal_header_table.h" 32 #include "sfntly/table/core/horizontal_metrics_table.h [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/ |
glyph_table.cc | 17 #include "sfntly/table/truetype/glyph_table.h" 119 FontDataTablePtr table = new GlyphTable(header(), data); local 120 return table.Detach(); 135 // Calculate size of each table. 208 GlyphTable::Glyph::GetGlyph(GlyphTable* table, 212 UNREFERENCED_PARAMETER(table); 528 FontDataTablePtr table = new SimpleGlyph(data); local 529 return table.Detach(); 675 FontDataTablePtr table = new CompositeGlyph(data); local 676 return table.Detach() [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
verify_os2.cc | 19 #include "sfntly/table/core/os2_table.h" 57 static bool VerifyOS_2(Table* table) { 58 OS2TablePtr os2 = down_cast<OS2Table*>(table); 119 bool VerifyOS_2(Table* original, Table* target) {
|
/external/chromium_org/third_party/skia/src/core/ |
SkDataTable.cpp | 15 // Makes empty table 181 SkDataTable* table = SkNEW_ARGS(SkDataTable, local 184 // we have to detach our fHeap, since we are giving that to the table 187 return table;
|
/external/chromium_org/third_party/skia/src/utils/ |
SkParse.cpp | 237 static bool lookup_str(const char str[], const char** table, int count) 240 if (!strcmp(str, table[count]))
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-profile-table.cc | 59 #include "heap-profile-table.h" 130 // Make the malloc table. 136 // Initialize the mmap table. 164 void HeapProfileTable::DeallocateBucketTable(Bucket** table) { 165 if (table != NULL) { 167 for (Bucket* x = table[b]; x != 0; /**/) { 174 dealloc_(table); 179 int depth, const void* const key[], Bucket** table, 191 // Lookup stack trace in table 193 for (Bucket* b = table[buck]; b != 0; b = b->next) [all...] |
/external/chromium_org/tools/code_coverage/ |
croc.css | 15 table {
|
/external/chromium_org/ui/views/controls/table/ |
table_utils.cc | 5 #include "ui/views/controls/table/table_utils.h" 11 #include "ui/views/controls/table/table_view.h" 107 int GetClosestVisibleColumnIndex(const TableView* table, int x) { 109 table->visible_columns());
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.css | 265 #jd-header table { 289 width:95%; /* consistent table widths; within IE's quirks */ 325 /* adjustments for the expando table-in-table */ 476 /* inheritance table */ 477 .jd-inheritance-table { 483 .jd-inheritance-table td { 488 .jd-inheritance-table .jd-inheritance-space { 492 .jd-inheritance-table .jd-inheritance-interface-cell { 546 #jd-content table { [all...] |
/external/flac/libFLAC/ |
float.c | 278 const FLAC__uint32 *table = log2_lookup[fracbits >> 2]; local 297 y += table[k];
|
/external/icu/icu4c/source/common/ |
uresdata.h | 98 URES_INDEX_MAX_TABLE_LENGTH,/* [4] max. length of any table */ 134 * values stored in a new array of 16-bit units between the table key strings 148 * A resource bundle may use a special pool bundle. Some or all of the table key strings 156 * Table key strings must be compared in ASCII order, even if they are not 162 * Multiple table items may share one key string, or one item may point 174 * currently, the root item must be a table or table32 resource item 223 * in the table below. 227 * Table items contain key-value pairs where the keys are offsets to char * key strings. 229 * offsets into the 16-bit-units array, depending on the table type. 234 * Table key string offsets: ------ [all...] |
/external/libnl/lib/fib_lookup/ |
request.c | 68 diff |= REQ_DIFF(TABLE, a->lr_table != b->lr_table); 136 void flnl_request_set_table(struct flnl_request *req, int table) 138 req->lr_table = table;
|
/external/mesa3d/src/glx/ |
singlepix.c | 119 const _glapi_proc *const table = (_glapi_proc *) GET_DISPATCH(); local 121 (PFNGLGETSEPARABLEFILTEREXTPROC) table[359];
|
/external/qemu/android/ |
hw-events.c | 64 const EventInfo* table; member in struct:__anon32845 82 return _codes[nn].table;
|
/external/sfntly/cpp/src/sfntly/table/ |
table.cc | 21 #include "sfntly/table/table.h" 25 #include "sfntly/table/bitmap/ebdt_table.h" 26 #include "sfntly/table/bitmap/eblc_table.h" 27 #include "sfntly/table/bitmap/ebsc_table.h" 28 #include "sfntly/table/core/cmap_table.h" 29 #include "sfntly/table/core/font_header_table.h" 30 #include "sfntly/table/core/horizontal_device_metrics_table.h" 31 #include "sfntly/table/core/horizontal_header_table.h" 32 #include "sfntly/table/core/horizontal_metrics_table.h [all...] |
/external/sfntly/cpp/src/sfntly/table/truetype/ |
glyph_table.cc | 17 #include "sfntly/table/truetype/glyph_table.h" 119 FontDataTablePtr table = new GlyphTable(header(), data); local 120 return table.Detach(); 135 // Calculate size of each table. 208 GlyphTable::Glyph::GetGlyph(GlyphTable* table, 212 UNREFERENCED_PARAMETER(table); 528 FontDataTablePtr table = new SimpleGlyph(data); local 529 return table.Detach(); 675 FontDataTablePtr table = new CompositeGlyph(data); local 676 return table.Detach() [all...] |
/external/sfntly/cpp/src/test/ |
verify_os2.cc | 19 #include "sfntly/table/core/os2_table.h" 57 static bool VerifyOS_2(Table* table) { 58 OS2TablePtr os2 = down_cast<OS2Table*>(table); 119 bool VerifyOS_2(Table* original, Table* target) {
|
/external/skia/src/core/ |
SkDataTable.cpp | 15 // Makes empty table 181 SkDataTable* table = SkNEW_ARGS(SkDataTable, local 184 // we have to detach our fHeap, since we are giving that to the table 187 return table;
|
/external/skia/src/utils/ |
SkParse.cpp | 237 static bool lookup_str(const char str[], const char** table, int count) 240 if (!strcmp(str, table[count]))
|
/external/srec/srec/include/ |
utteranc.h | 241 int init_utb_file(file_utterance_info *utt, annotate **table); 242 int position_utb_file(file_utterance_info *utt, long position, annotate *table);
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/ |
doxia-sink-api-1.0-alpha-7.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewLinksPart.java | 48 Composite table = createTableLayout(toolkit, 2 /* numColumns */); local 84 mFormText = createFormText(table, toolkit, true, buf.toString(),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ColumnDialog.java | 34 import org.eclipse.swt.widgets.Table; 67 Table table = mViewer.getTable(); local 68 table.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
|
/sdk/templates/docs/ |
cssreset-min.css | 7 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,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
|
/external/chromium_org/v8/benchmarks/spinning-balls/ |
v.js | 376 var table = document.createElement("table"); 377 table.align = "center"; 387 table.appendChild(row); 391 div.appendChild(table); 435 var table = create("table"); 436 table.setAttribute("style", "margin-left: auto; margin-right: auto;"); 454 table.appendChild(row(text("Time limit in seconds"), this.timelimit)); 459 table.appendChild(row(text("Autoscale pauses plot"), this.autoscale)) [all...] |