HomeSort by relevance Sort by last modified time
    Searched full:cells (Results 101 - 125 of 512) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libvorbis/vq/
vqgen.c 40 divide the training set up into cells representing roughly equal
98 FILE *cells; local
100 cells=fopen(buff,"w");
144 fprintf(cells,"%g\n",spacings[i]);
145 fclose(cells);
350 FILE *cells; local
351 sprintf(buff,"cells%d.m",v->it);
352 cells=fopen(buff,"w");
432 cells in a codebook to be roughly some minimum size (as with
494 fprintf(cells,"%g %g\n%g %g\n\n"
    [all...]
  /external/qemu/
console.c 171 TextCell *cells; member in struct:TextConsole
550 TextCell *cells, *c, *c1; local
561 cells = qemu_malloc(s->width * s->total_height * sizeof(TextCell));
563 c = &cells[y * s->width];
565 c1 = &s->cells[y * last_width];
576 qemu_free(s->cells);
577 s->cells = cells;
616 c = &s->cells[y1 * s->width + x];
645 c = &s->cells[y1 * s->width + x]
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Atlas.java 188 * The tree of cells looks like this:
206 * the remaining space in two new empty cells. The split can occur
223 * The cells tree now looks like this:
233 * will visit the free cells until it finds one where a bitmap can
389 // Split the remaining free space into two new cells
409 // The order of the cells matters for efficient packing
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuView.java 140 // Divide the view into cells.
212 // Divide space for remaining cells if we have items that can expand.
213 // Try distributing whole leftover cells to smaller items first.
247 // We have enough cells, all minimum size items will be incremented.
370 * @param cellsRemaining Number of cells remaining that this view can expand to fill
373 * @return Number of cells this child was measured to occupy
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 24 self.cells = {}
82 print >> sys.stderr, "\tcells: ", self.cells
94 if name in self.cells:
159 self.cells[name] = 1
164 self.cells[name] = 1
170 return self.cells.keys()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 24 self.cells = {}
82 print >> sys.stderr, "\tcells: ", self.cells
94 if name in self.cells:
159 self.cells[name] = 1
164 self.cells[name] = 1
170 return self.cells.keys()
  /external/chromium_org/chrome/browser/resources/net_internals/
table_printer.js 10 * addHeaderCell() can optionally be called to specify header cells for a
32 // Number of cells automatically added at the start of new rows.
38 * Sets the number of blank cells to add after each call to addRow.
test_view.js 98 // We will fill in result cells with actual values (to replace the
100 // save references to these cells.
  /external/chromium_org/net/disk_cache/v3/
disk_format_v3.h 21 // number of buckets. Each bucket stores up to four cells (each cell represents
22 // a possibl entry). The index bitmap tracks the state of individual cells.
133 IndexCell cells[4]; member in struct:disk_cache::IndexBucket
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 189 /** Loops through all the current visible cells in the ListView and animates
222 * Loops through all the cells that were visible before the data set
263 /** Animates all the cells from their old position to their new position
291 * By overriding dispatchDraw, the BitmapDrawables of all the cells that were on the
  /external/chromium/chrome/browser/resources/
about_stats.html 230 var x = a.cells[cnum].innerText;
231 var y = b.cells[cnum].innerText;
237 var x = parseFloat(a.cells[cnum].innerText);
238 var y = parseFloat(b.cells[cnum].innerText);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_decoration.h 20 // Decorations are more like Cocoa cells, except implemented in C++ to
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
table2CSV.js 10 $().filter().find.each() help to ignore non-data cells.
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_overlay.css 37 * so that even empty cells renderer with the correct height. */
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/util/
table2CSV.js 10 $().filter().find.each() help to ignore non-data cells.
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
subsetsequence.cc 12 is a bounded-size storage array of S cells for all the entries.
34 level 0, we need 2*K + 1 unused cells after doing all carries, or five cells
35 in this case. Since we only have 4 cells in the example above, we need to
  /external/chromium_org/third_party/sqlite/src/test/
in2.test 57 # indices) to contain cells smaller than 4 bytes.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-675.js 31 // property cells.
  /external/v8/test/mjsunit/regress/
regress-675.js 31 // property cells.
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
CellSpanTest.java 28 * setup to exercise tables in which cells use spanning.
VerticalGravityTest.java 30 * setup to exercise tables in which cells use vertical gravity.
  /external/chromium_org/third_party/sqlite/src/src/
btreeInt.h 92 ** is to limit the maximum cell size so that at least 4 cells will fit
130 ** 3 2 number of cells on this page
145 ** to keep free space after the last cell pointer so that new cells can
164 ** Cells are of variable length. Cells are stored in the cell content area at
165 ** the end of the page. Pointers to the cells are in the cell pointer array
166 ** that immediately follows the page header. Cells is not necessarily
223 /* The maximum number of cells on a single page of the database. This
226 ** small cells will be rare, but they are possible.
284 u16 nCell; /* Number of cells on this page, local and ovfl *
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTableColumn.cpp 125 // also account for cells that have a span
176 // make sure the last one isn't the same as this one (rowspan cells)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.cpp 103 // FIXME: Querying the style's border information doesn't work on table cells with collapsing borders.
121 // FIXME: Querying the style's border information doesn't work on table cells with collapsing borders.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
jquery.tablesorter.min.js 2 (function($){$.extend({tablesorter:new function(){var parsers=[],widgets=[];this.defaults={cssHeader:"header",cssAsc:"headerSortUp",cssDesc:"headerSortDown",sortInitialOrder:"asc",sortMultiSortKey:"shiftKey",sortForce:null,sortAppend:null,textExtraction:"simple",parsers:{},widgets:[],widgetZebra:{css:["even","odd"]},headers:{},widthFixed:false,cancelSelection:true,sortList:[],headerList:[],dateFormat:"us",decimal:'.',debug:false};function benchmark(s,d){log(s+","+(new Date().getTime()-d.getTime())+"ms");}this.benchmark=benchmark;function log(s){if(typeof console!="undefined"&&typeof console.debug!="undefined"){console.log(s);}else{alert(s);}}function buildParserCache(table,$headers){if(table.config.debug){var parsersDebug="";}var rows=table.tBodies[0].rows;if(table.tBodies[0].rows[0]){var list=[],cells=rows[0].cells,l=cells.length;for(var i=0;i<l;i++){var p=false;if($.metadata&&($($headers[i]).metadata()&&$($headers[i]).metadata().sorter)){p=getParserById($($headers[i]).metadata().sorter);}else if((table.config.headers[i]&&table.config.headers[i].sorter)){p=getParserById(table.config.headers[i].sorter);}if(!p){p=detectParserForColumn(table,cells[i]);}if(table.config.debug){parsersDebug+="column:"+i+" parser:"+p.id+"\n";}list.push(p);}}if(table.config.debug){log(parsersDebug);}return list;};function detectParserForColumn(table,node){var l=parsers.length;for(var i=1;i<l;i++){if(parsers[i].is($.trim(getElementText(table.config,node)),table,node)){return parsers[i];}}return parsers[0];}function getParserById(name){var l=parsers.length;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==name.toLowerCase()){return parsers[i];}}return false;}function buildCache(table){if(table.config.debug){var cacheTime=new Date();}var totalRows=(table.tBodies[0]&&table.tBodies[0].rows.length)||0,totalCells=(table.tBodies[0].rows[0]&&table.tBodies[0].rows[0].cells.length)||0,parsers=table.config.parsers,cache={row:[],normalized:[]};for(var i=0;i<totalRows;++i){var c=table.tBodies[0].rows[i],cols=[];cache.row.push($(c));for(var j=0;j<totalCells;++j){cols.push(parsers[j].format(getElementText(table.config,c.cells[j]),table,c.cells[j]));}cols.push(i);cache.normalized.push(cols);cols=null;};if(table.config.debug){benchmark("Building cache for "+totalRows+" rows:",cacheTime);}return cache;};function getElementText(config,node){if(!node)return"";var t="";if(config.textExtraction=="simple"){if(node.childNodes[0]&&node.childNodes[0].hasChildNodes()){t=node.childNodes[0].innerHTML;}else{t=node.innerHTML;}}else{if(typeof(config.textExtraction)=="function"){t=config.textExtraction(node);}else{t=$(node).text();}}return t;}function appendToTable(table,cache){if(table.config.debug){var appendTime=new Date()}var c=cache,r=c.row,n=c.normalized,totalRows=n.length,checkCell=(n[0].length-1),tableBody=$(table.tBodies[0]),rows=[];for(var i=0;i<totalRows;i++){rows.push(r[n[i][checkCell]]);if(!table.config.appender){var o=r[n[i][checkCell]];var l=o.length;for(var j=0;j<l;j++){tableBody[0].appendChild(o[j]);}}}if(table.config.appender){table.config.appender(table,rows);}rows=null;if(table.config.debug){benchmark("Rebuilt table:",appendTime);}applyWidget(table);setTimeout(function(){$(table).trigger("sortEnd");},0);};function buildHeaders(table){if(table.config.debug){var time=new Date();}var meta=($.metadata)?true:false,tableHeadersRows=[];for(var i=0;i<table.tHead.rows.length;i++){tableHeadersRows[i]=0;};$tableHeaders=$("thead th",table);$tableHeaders.each(function(index){this.count=0;this.column=index;this.order=formatSortingOrder(table.config.sortInitialOrder);if(checkHeaderMetadata(this)||checkHeaderOptions(table,index))this.sortDisabled=true;if(!this.sortDisabled){$(this).addClass(table.config.cssHeader);}table.config.headerList[index]=this;});if(table.config.debug){benchmark("Built headers:",time);log($tableHeaders);}return $tableHeaders;};function checkCellColSpan(table,rows,row){var arr=[],r=table.tHead.rows,c=r[row].cells;for(var i=0;i<c.length;i++){var cell=c[i];if(cell.colSpan>1){arr=arr.concat(checkCellColSpan(table (…)

Completed in 2011 milliseconds

1 2 3 45 6 7 8 91011>>