Searched refs:cell (Results 101 - 125 of 270) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/resources/net_internals/
H A Dlog_view_painter.js179 var cell = this.tablePrinter_.addCell(line);
180 cell.allowOverflow = true;
181 return cell;
190 var cell = this.writeLine(kArrow + key + ' = ' + value);
191 cell.link = link;
H A Dwaterfall_view.css44 .waterfall-view-url-cell {
56 .waterfall-view-id-cell {
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc1052 BrowserAccessibilityWin* cell = GetFromRendererID(cell_id); local
1053 if (cell) {
1054 *accessible = static_cast<IAccessible*>(cell->NewReference());
1137 BrowserAccessibilityWin* cell = static_cast<BrowserAccessibilityWin*>( local
1139 if (cell && cell->blink_role() == blink::WebAXRoleColumnHeader) {
1140 base::string16 cell_name = cell->GetString16Attribute(
1147 return cell->GetStringAttributeAsBstr(
1181 BrowserAccessibilityWin* cell = static_cast<BrowserAccessibilityWin*>( local
1184 if (cell
1219 BrowserAccessibilityWin* cell = local
1324 BrowserAccessibilityWin* cell = local
1367 BrowserAccessibilityWin* cell = local
1405 BrowserAccessibilityWin* cell = local
1534 BrowserAccessibilityWin* cell = local
1557 get_cellAt(long row, long column, IUnknown** cell) argument
1672 BrowserAccessibilityWin* cell = local
1683 BrowserAccessibility* cell = manager()->GetFromRendererID(cell_id); local
1770 BrowserAccessibility* cell = manager()->GetFromRendererID(cell_id); local
1780 BrowserAccessibility* cell = manager()->GetFromRendererID(cell_id); local
[all...]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dtrie-search.cc642 Cell cell; local
643 cell.set_louds_pos(get_child(node));
644 if (!louds_[cell.louds_pos()]) {
647 cell.set_node(louds_pos_to_node(cell.louds_pos(), node));
648 cell.set_key_id(node_to_key_id(cell.node()));
650 stack.push_back(cell);
670 cell.set_louds_pos(get_child(cur.node()));
671 cell
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Doptions_page.css371 .favicon-cell {
378 input[type='url'].favicon-cell {
383 html[dir=rtl] input.favicon-cell {
387 list .favicon-cell {
396 html[dir=rtl] list .favicon-cell {
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc827 // Generate code to check that a global property cell is empty. Create
828 // the property cell at compilation time if no cell exists for the
835 Handle<JSGlobalPropertyCell> cell = local
837 ASSERT(cell->value()->IsTheHole());
840 __ mov(scratch, Immediate(cell));
844 __ cmp(Operand::Cell(cell), Immediate(the_hole));
975 // cell for the property is still empty.
1272 Handle<JSGlobalPropertyCell> cell,
1275 // Get the value from the cell
1271 GenerateLoadFunctionFromCell( Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Label* miss) argument
1369 CompileArrayPushCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
1576 CompileArrayPopCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
1658 CompileStringCharCodeAtCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
1741 CompileStringCharAtCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
1826 CompileStringFromCharCodeCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
1901 CompileMathFloorCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
2031 CompileMathAbsCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
2136 CompileFastApiCall( const CallOptimization& optimization, Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
2383 CompileCallGlobal( Handle<JSObject> object, Handle<GlobalObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
2563 CompileStoreGlobal( Handle<GlobalObject> object, Handle<JSGlobalPropertyCell> cell, Handle<String> name) argument
2830 CompileLoadGlobal( Handle<JSObject> object, Handle<GlobalObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<String> name, bool is_dont_delete) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DNetworkPanel.js2151 * @param {!Element} cell
2153 _createTimelineBar: function(cell)
2155 cell.className = "network-graph-side";
2161 cell.appendChild(this._barAreaElement);
2180 cell.addEventListener("mouseover", this._refreshLabelPositions.bind(this), false);
2223 var cell = this._responseHeaderCells[headerName];
2225 cell.setTextAndTitle(value ? value : "");
2267 this._statusCell.classList.add("network-dim-cell");
2271 this._statusCell.classList.remove("network-dim-cell");
2278 this._statusCell.classList.add("network-dim-cell");
[all...]
H A DTimelinePresentationModel.js1526 var cell = document.createElement("span");
1527 cell.className = "timeline-aggregated-info";
1531 cell.appendChild(label);
1534 cell.appendChild(text);
1536 return cell;
1793 var cell = document.createElement("td");
1794 cell.className = "timeline-details";
1796 cell.className += " " + styleName;
1797 cell.textContent = content;
1798 return cell;
[all...]
/external/chromium_org/v8/src/ia32/
H A Dstub-cache-ia32.cc845 // Generate code to check that a global property cell is empty. Create
846 // the property cell at compilation time if no cell exists for the
853 Handle<PropertyCell> cell = local
855 ASSERT(cell->value()->IsTheHole());
858 __ mov(scratch, Immediate(cell));
862 __ cmp(Operand::ForCell(cell), Immediate(the_hole));
1610 Handle<Cell> cell,
1613 // Get the value from the cell.
1615 __ mov(edi, Immediate(cell));
1609 GenerateLoadFunctionFromCell( Handle<Cell> cell, Handle<JSFunction> function, Label* miss) argument
1670 CompileArrayCodeCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
1703 CompileArrayPushCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
1948 CompileArrayPopCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2018 CompileStringCharCodeAtCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2084 CompileStringCharAtCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2152 CompileStringFromCharCodeCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2206 CompileMathFloorCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2316 CompileMathAbsCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2403 CompileFastApiCall( const CallOptimization& optimization, Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name) argument
2610 CompileCallGlobal( Handle<JSObject> object, Handle<GlobalObject> holder, Handle<PropertyCell> cell, Handle<JSFunction> function, Handle<Name> name) argument
2868 CompileLoadGlobal( Handle<Type> type, Handle<GlobalObject> global, Handle<PropertyCell> cell, Handle<Name> name, bool is_dont_delete) argument
[all...]
/external/chromium_org/chrome/browser/resources/ntp_android/
H A Dbookmarks.css87 .favicon-cell {
97 .favicon-cell-active {
120 .favicon-cell .title {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Djquery.tablesorter.min.js2 (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,headerArr,row++));}else{if(table.tHead.length==1||(cell.rowSpan>1||!r[row+1])){arr.push(cell);}}}return arr;};function checkHeaderMetadata(cell){if(($.metadata)&&($(cell).metadata().sorter===false)){return true;};return false;}function checkHeaderOptions(table,i){if((table.config.headers[i])&&(table.config.headers[i].sorter===false)){return true;};return false;}function applyWidget(table){var c=table.config.widgets;var l=c.length;for(var i=0;i<l;i++){getWidgetById(c[i]).format(table);}}function getWidgetById(name){var l=widgets.length;for(var i=0;i<l;i++){if(widgets[i].id.toLowerCase()==name.toLowerCase()){return widgets[i];}}};function formatSortingOrder(v){if(typeof(v)!="Number"){i=(v.toLowerCase()=="desc")?1:0;}else{i=(v==(0||1))?v:0;}return i;}function isValueInArray(v,a){var l=a.length;for(var i=0;i<l;i++){if(a[i][0]==v){return true;}}return false;}function setHeadersCss(table,$headers,list,css){$headers.removeClass(css[0]).removeClass(css[1]);var h=[];$headers.each(function(offset){if(!this.sortDisabled){h[this.column]=$(this);}});var l=list.length;for(var i=0;i<l;i++){h[list[i][0]].addClass(css[list[i][1]]);}}function fixColumnWidth(table,$headers){var c=table.config;if(c.widthFixed){var colgroup=$('<colgroup>');$("tr:first td",table.tBodies[0]).each(function(){colgroup.append($('<col>').css('width',$(this).width()));});$(table).prepend(colgroup);};}function updateHeaderSortCount(table,sortList){var c=table.config,l=sortList.length;for(var i=0;i<l;i++){var s=sortList[i],o=c.headerList[s[0]];o.count=s[1];o.count++;}}function multisort(table,sortList,cache){if(table.config.debug){var sortTime=new Date();}var dynamicExp="var sortWrapper = function(a,b) {",l=sortList.length;for(var i=0;i<l;i++){var c=sortList[i][0];var order=sortList[i][1];var s=(getCachedSortType(table.config.parsers,c)=="text")?((order==0)?"sortText":"sortTextDesc"):((order==0)?"sortNumeric":"sortNumericDesc");var e="e"+i;dynamicExp+="var "+e+" = "+s+"(a["+c+"],b["+c+"]); ";dynamicExp+="if("+e+") { return "+e+"; } ";dynamicExp+="else { ";}var orgOrderCol=cache.normalized[0].length-1;dynamicExp+="return a["+orgOrderCol+"]-b["+orgOrderCol+"];";for(var i=0;i<l;i++){dynamicExp+="}; ";}dynamicExp+="return 0; ";dynamicExp+="}; ";eval(dynamicExp);cache.normalized.sort(sortWrapper);if(table.config.debug){benchmark("Sorting on "+sortList.toString()+" and dir "+order+" time:",sortTime);}return cache;};function sortText(a,b){return((a<b)?-1:((a>b)?1:0));};function sortTextDesc(a,b){return((b<a)?-1:((b>a)?1:0));};function sortNumeric(a,b){return a-b;};function sortNumericDesc(a,b){return b-a;};function getCachedSortType(parsers,i){return parsers[i].type;};this.construct=function(settings){return this.each(function(){if(!this.tHead||!this.tBodies)return;var $this,$document,$headers,cache,config,shiftDown=0,sortOrder;this.config={};config=$.extend(this.config,$.tablesorter.defaults,settings);$this=$(this);$headers=buildHeaders(this);this.config.parsers=buildParserCache(this,$headers);cache=buildCache(this);var sortCSS=[config.cssDesc,config.cssAsc];fixColumnWidth(this);$headers.click(function(e){$this.trigger("sortStart");var totalRows=($this[0].tBodies[0]&&$this[0].tBodies[0].rows.length)||0;if(!this.sortDisabled&&totalRows>0){var $cell=$(this);var i=this.column;this.order=this.count++%2;if(!e[config.sortMultiSortKey]){config.sortList=[];if(config.sortForce!=null){var a=config.sortForce;for(var j=0;j<a.length;j++){if(a[j][0]!=i){config.sortList.push(a[j]);}}}config.sortList.push([i,this.order]);}else{if(isValueInArray(i,config.sortList)){for(var j=0;j<config.sortList.length;j++){var s=config.sortList[j],o=config.headerList[s[0]];if(s[0]==i){o.count=s[1];o.count++;s[1]=o.count%2;}}}else{config.sortList.push([i,this.order]);}};setTimeout(function(){setHeadersCss($this[0],$headers,config.sortList,sortCSS);appendToTable($this[0],multisort($this[0],config.sortList,cache));},1);return false;}}).mousedown(function(){if(config.cancelSelection){this.onselectstart=function(){return false};return false;}});$this.bind("update",function(){this.config.parsers=buildParserCache(this,$headers);cache=buildCache(this);}).bind("sorton",function(e,list){$(this).trigger("sortStart");config.sortList=list;var sortList=config.sortList;updateHeaderSortCount(this,sortList);setHeadersCss(this,$headers,sortList,sortCSS);appendToTable(this,multisort(this,sortList,cache));}).bind("appendCache",function(){appendToTable(this,cache);}).bind("applyWidgetId",function(e,id){getWidgetById(id).format(this);}).bind("applyWidgets",function(){applyWidget(this);});if($.metadata&&($(this).metadata()&&$(this).metadata().sortlist)){config.sortList=$(this).metadata().sortlist;}if(config.sortList.length>0){$this.trigger("sorton",[config.sortList]);}applyWidget(this);});};this.addParser=function(parser){var l=parsers.length,a=true;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==parser.id.toLowerCase()){a=false;}}if(a){parsers.push(parser);};};this.addWidget=function(widget){widgets.push(widget);};this.formatFloat=function(s){var i=parseFloat(s);return(isNaN(i))?0:i;};this.formatInt=function(s){var i=parseInt(s);return(isNaN(i))?0:i;};this.isDigit=function(s,config){var DECIMAL='\\'+config.decimal;var exp='/(^[+]?0('+DECIMAL+'0+)?$)|(^([-+]?[1-9][0-9]*)$)|(^([-+]?((0?|[1-9][0-9]*)'+DECIMAL+'(0*[1-9][0-9]*)))$)|(^[-+]?[1-9]+[0-9]*'+DECIMAL+'0+$)/';return RegExp(exp).test($.trim(s));};this.clearTableBody=function(table){if($.browser.msie){function empty(){while(this.firstChild)this.removeChild(this.firstChild);}empty.apply(table.tBodies[0]);}else{table.tBodies[0].innerHTML="";}};}});$.fn.extend({tablesorter:$.tablesorter.construct});var ts=$.tablesorter;ts.addParser({id:"text",is:function(s){return true;},format:function(s){return $.trim(s.toLowerCase());},type:"text"});ts.addParser({id:"digit",is:function(s,table){var c=table.config;return $.tablesorter.isDigit(s,c);},format:function(s){return $.tablesorter.formatFloat(s);},type:"numeric"});ts.addParser({id:"currency",is:function(s){return/^[£$€?.]/.test(s);},format:function(s){return $.tablesorter.formatFloat(s.replace(new RegExp(/[^0-9.]/g),""));},type:"numeric"});ts.addParser({id:"ipAddress",is:function(s){return/^\d{2,3}[\.]\d{2,3}[\.]\d{2,3}[\.]\d{2,3}$/.test(s);},format:function(s){var a=s.split("."),r="",l=a.length;for(var i=0;i<l;i++){var item=a[i];if(item.length==2){r+="0"+item;}else{r+=item;}}return $.tablesorter.formatFloat(r);},type:"numeric"});ts.addParser({id:"url",is:function(s){return/^(https?|ftp|file):\/\/$/.test(s);},format:function(s){return jQuery.trim(s.replace(new RegExp(/(https?|ftp|file):\/\//),''));},type:"text"});ts.addParser({id:"isoDate",is:function(s){return/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(s);},format:function(s){return $.tablesorter.formatFloat((s!="")?new Date(s.replace(new RegExp(/-/g),"/")).getTime():"0");},type:"numeric"});ts.addParser({id:"percent",is:function(s){return/\%$/.test($.trim(s));},format:function(s){return $.tablesorter.formatFloat(s.replace(new RegExp(/%/g),""));},type:"numeric"});ts.addParser({id:"usLongDate",is:function(s){return s.match(new RegExp(/^[A-Za-z]{3,10}\.? [0-9]{1,2}, ([0-9]{4}|'?[0-9]{2}) (([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(AM|PM)))$/));},format:function(s){return $.tablesorter.formatFloat(new Date(s).getTime());},type:"numeric"});ts.addParser({id:"shortDate",is:function(s){return/\d{1,2}[\/\-]\d{1,2}[\/\-]\d{2,4}/.test(s);},format:function(s,table){var c=table.config;s=s.replace(/\-/g,"/");if(c.dateFormat=="us"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/,"$3/$1/$2");}else if(c.dateFormat=="uk"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/,"$3/$2/$1");}else if(c.dateFormat=="dd/mm/yy"||c.dateFormat=="dd-mm-yy"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{2})/,"$1/$2/$3");}return $.tablesorter.formatFloat(new Date(s).getTime());},type:"numeric"});ts.addParser({id:"time",is:function(s){return/^(([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(am|pm)))$/.test(s);},format:function(s){return $.tablesorter.formatFloat(new Date("2000/01/01 "+s).getTime());},type:"numeric"});ts.addParser({id:"metadata",is:function(s){return false;},format:function(s,table,cell){var c=table.config,p=(!c.parserMetadataName)?'sortValue':c.parserMetadataName;return $(cell).metadata()[p];},type:"numeric"});ts.addWidget({id:"zebra",format:function(table){if(table.config. (…)
/external/iproute2/tc/
H A Dq_cbq.c32 fprintf(stderr, " [ prio NUMBER ] [ cell BYTES ] [ ewma LOG ]\n");
41 fprintf(stderr, " [ cell BYTES ] [ ewma LOG ]\n");
83 } else if (matches(*argv, "cell") == 0) {
84 unsigned cell; local
87 if (get_size(&cell, *argv)) {
88 explain1("cell");
92 if ((1<<i) == cell)
95 fprintf(stderr, "cell must be 2^n\n");
262 } else if (matches(*argv, "cell") == 0) {
263 unsigned cell; local
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DStandardTable.java179 for (Cell<? extends R, ? extends C, ? extends V> cell : table.cellSet()) {
180 put(cell.getRowKey(), cell.getColumnKey(), cell.getValue());
269 * <p>Each cell is an immutable snapshot of a row key / column key / value
270 * mapping, taken at the time the cell is returned by a method call to the
289 Cell<?, ?, ?> cell = (Cell<?, ?, ?>) obj;
291 cell.getRowKey(), cell.getColumnKey(), cell
[all...]
/external/v8/src/arm/
H A Dassembler-arm-inl.h151 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell, argument
154 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset;
157 // TODO(1550) We are passing NULL as a slot because cell can never be on
160 host(), NULL, cell); local
/external/v8/src/mips/
H A Dassembler-mips-inl.h218 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell, argument
221 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset;
224 // TODO(1550) We are passing NULL as a slot because cell can never be on
227 host(), NULL, cell); local
/external/chromium_org/third_party/icu/source/common/
H A Dubidi.c814 #define GET_STATEPROPS(cell) ((cell)&0x1f)
815 #define GET_ACTIONPROPS(cell) ((cell)>>5)
909 #define GET_STATE(cell) ((cell)&0x0f)
910 #define GET_ACTION(cell) ((cell)>>4)
1218 uint8_t cell, oldStateSeq, actionSeq; local
1228 cell
1417 uint8_t gprop, resProp, cell; local
[all...]
/external/chromium_org/v8/src/arm/
H A Dstub-cache-arm.cc414 // Generate code to check that a global property cell is empty. Create
415 // the property cell at compilation time if no cell exists for the
422 Handle<Cell> cell = JSGlobalObject::EnsurePropertyCell(global, name); local
423 ASSERT(cell->value()->IsTheHole());
424 __ mov(scratch, Operand(cell));
1522 Handle<Cell> cell,
1525 // Get the value from the cell.
1526 __ mov(r3, Operand(cell));
1529 // Check that the cell contain
1521 GenerateLoadFunctionFromCell( Handle<Cell> cell, Handle<JSFunction> function, Label* miss) argument
1577 CompileArrayCodeCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
1610 CompileArrayPushCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
1855 CompileArrayPopCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
1928 CompileStringCharCodeAtCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
1994 CompileStringCharAtCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2060 CompileStringFromCharCodeCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2112 CompileMathFloorCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2202 CompileMathAbsCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2283 CompileFastApiCall( const CallOptimization& optimization, Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name) argument
2490 CompileCallGlobal( Handle<JSObject> object, Handle<GlobalObject> holder, Handle<PropertyCell> cell, Handle<JSFunction> function, Handle<Name> name) argument
2742 CompileLoadGlobal( Handle<Type> type, Handle<GlobalObject> global, Handle<PropertyCell> cell, Handle<Name> name, bool is_dont_delete) argument
[all...]
/external/chromium_org/v8/src/mips/
H A Dstub-cache-mips.cc412 Handle<Cell> cell = JSGlobalObject::EnsurePropertyCell(global, name); local
413 ASSERT(cell->value()->IsTheHole());
414 __ li(scratch, Operand(cell));
1508 Handle<Cell> cell,
1511 // Get the value from the cell.
1512 __ li(a3, Operand(cell));
1515 // Check that the cell contains the same function.
1565 Handle<Cell> cell,
1572 if (!cell.is_null()) {
1573 ASSERT(cell
1507 GenerateLoadFunctionFromCell( Handle<Cell> cell, Handle<JSFunction> function, Label* miss) argument
1562 CompileArrayCodeCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
1595 CompileArrayPushCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
1839 CompileArrayPopCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
1911 CompileStringCharCodeAtCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
1976 CompileStringCharAtCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2040 CompileStringFromCharCodeCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2091 CompileMathFloorCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2199 CompileMathAbsCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2279 CompileFastApiCall( const CallOptimization& optimization, Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name) argument
2486 CompileCallGlobal( Handle<JSObject> object, Handle<GlobalObject> holder, Handle<PropertyCell> cell, Handle<JSFunction> function, Handle<Name> name) argument
2736 CompileLoadGlobal( Handle<Type> type, Handle<GlobalObject> global, Handle<PropertyCell> cell, Handle<Name> name, bool is_dont_delete) argument
[all...]
/external/chromium_org/v8/src/x64/
H A Dstub-cache-x64.cc844 Handle<PropertyCell> cell = local
846 ASSERT(cell->value()->IsTheHole());
847 __ Move(scratch, cell);
1547 Handle<Cell> cell,
1550 // Get the value from the cell.
1551 __ Move(rdi, cell);
1554 // Check that the cell contains the same function.
1605 Handle<Cell> cell,
1612 if (!cell.is_null()) {
1613 ASSERT(cell
1546 GenerateLoadFunctionFromCell( Handle<Cell> cell, Handle<JSFunction> function, Label* miss) argument
1602 CompileArrayCodeCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
1635 CompileArrayPushCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
1876 CompileArrayPopCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
1947 CompileStringCharCodeAtCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2011 CompileStringCharAtCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2076 CompileStringFromCharCodeCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2127 CompileMathFloorCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2233 CompileMathAbsCall( Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name, Code::StubType type) argument
2317 CompileFastApiCall( const CallOptimization& optimization, Handle<Object> object, Handle<JSObject> holder, Handle<Cell> cell, Handle<JSFunction> function, Handle<String> name) argument
2518 CompileCallGlobal( Handle<JSObject> object, Handle<GlobalObject> holder, Handle<PropertyCell> cell, Handle<JSFunction> function, Handle<Name> name) argument
2789 CompileLoadGlobal( Handle<Type> type, Handle<GlobalObject> global, Handle<PropertyCell> cell, Handle<Name> name, bool is_dont_delete) argument
[all...]
/external/icu4c/common/
H A Dubidi.c847 #define GET_STATEPROPS(cell) ((cell)&0x1f)
848 #define GET_ACTIONPROPS(cell) ((cell)>>5)
942 #define GET_STATE(cell) ((cell)&0x0f)
943 #define GET_ACTION(cell) ((cell)>>4)
1251 uint8_t cell, oldStateSeq, actionSeq; local
1261 cell
1503 uint8_t gprop, resProp, cell; local
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
H A DTerrainGridAlphaMapTest.java192 public void tileAttached(Vector3f cell, TerrainQuad quad) {
195 alpha = assetManager.loadTexture("TerrainAlphaTest/alpha_" + (int)cell.x+ "_" + (int)cell.z + ".png");
207 public void tileDetached(Vector3f cell, TerrainQuad quad) {
/external/pixman/demos/
H A Dscale.c307 GtkCellRenderer *cell; local
312 cell = gtk_cell_renderer_text_new ();
313 gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (widget), cell, TRUE); local
314 gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (widget), cell, local
/external/v8/src/
H A Dstub-cache.h107 Handle<JSGlobalPropertyCell> cell,
152 Handle<JSGlobalPropertyCell> cell,
207 Handle<JSGlobalPropertyCell> cell,
607 Handle<JSGlobalPropertyCell> cell,
778 Handle<JSGlobalPropertyCell> cell,
785 // Compiles a custom call constant/global IC. For constant calls cell is
790 Handle<JSGlobalPropertyCell> cell,
797 Handle<JSGlobalPropertyCell> cell, \
806 Handle<JSGlobalPropertyCell> cell,
822 // Generates code to load the function from the cell checkin
[all...]
/external/v8/src/x64/
H A Dstub-cache-x64.cc804 // Generate code to check that a global property cell is empty. Create
805 // the property cell at compilation time if no cell exists for the
812 Handle<JSGlobalPropertyCell> cell = local
814 ASSERT(cell->value()->IsTheHole());
815 __ Move(scratch, cell);
949 // cell for the property is still empty.
1244 Handle<JSGlobalPropertyCell> cell,
1247 // Get the value from the cell.
1248 __ Move(rdi, cell);
1243 GenerateLoadFunctionFromCell( Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Label* miss) argument
1339 CompileArrayPushCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
1539 CompileArrayPopCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
1620 CompileStringCharCodeAtCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
1699 CompileStringCharAtCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
1778 CompileStringFromCharCodeCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
1848 CompileMathFloorCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
1859 CompileMathAbsCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
1963 CompileFastApiCall( const CallOptimization& optimization, Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
2212 CompileCallGlobal( Handle<JSObject> object, Handle<GlobalObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> name) argument
2393 CompileStoreGlobal( Handle<GlobalObject> object, Handle<JSGlobalPropertyCell> cell, Handle<String> name) argument
2659 CompileLoadGlobal( Handle<JSObject> object, Handle<GlobalObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<String> name, bool is_dont_delete) argument
[all...]
/external/chromium/chrome/browser/resources/file_manager/css/
H A Dfile_manager.css214 .table-header-cell:first-child .table-header-sort-image-desc:after,
215 .table-header-cell:first-child .table-header-sort-image-asc:after {
219 /* The first child of a list cell. */
220 .table-row-cell > * {
227 .detail-table li.table-row .table-row-cell:first-child div {

Completed in 874 milliseconds

1234567891011