HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 526 - 550 of 962) sorted by null

<<21222324252627282930>>

  /external/clang/include/clang-c/
Index.h 346 * great detail, with file, line, and column information for the majority of
360 * to map a source location to a particular file, line, and column.
396 * \brief Retrieves the source location associated with a given file/line/column
402 unsigned column);
442 * \brief Retrieve the file, line, column, and offset represented by
457 * \param column [out] if non-NULL, will be set to the column to which the given
466 unsigned *column,
470 * \brief Retrieve the file, line, column, and offset represented by
486 * File: dummy.c Line: 124 Column: 1
    [all...]
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 128 for (const ColumnSpec* column = begin; column != end; ++column) {
131 query.append(column->name);
133 query.append(column->spec);
351 // Version 78 added the column base_server_specifics to the metas table.
363 // Version 80 migration is adding the bag_of_chips column.
376 // Version 82 migration added transaction_version column per data type.
382 // Version 83 migration added transaction_version column per sync entry.
715 // No data migration is necessary, but we should do a column refresh
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 192 void AddError(const string& filename, int line, int column,
205 // Users typically expect 1-based line/column numbers, so we add 1
211 cerr << ":" << (line + 1) << ":" << (column + 1);
214 cerr << "(" << (line + 1) << ") : error in column=" << (column + 1);
223 void AddError(int line, int column, const string& message) {
224 AddError("input", line, column, message);
    [all...]
importer_unittest.cc 66 void AddError(const string& filename, int line, int column,
69 filename, line, column, message);
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 189 void AddError(const string& filename, int line, int column,
194 // Users typically expect 1-based line/column numbers, so we add 1
200 cerr << ":" << (line + 1) << ":" << (column + 1);
203 cerr << "(" << (line + 1) << ") : error in column=" << (column + 1);
212 void AddError(int line, int column, const string& message) {
213 AddError("input", line, column, message);
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldStmtTest.java 349 // since type of column is CHAR
516 columnObject = st.column(1);
539 columnObject = st.column(1);
542 // column declared as integer
552 assertEquals("column out of bounds", expected.getMessage());
559 assertEquals("column out of bounds", expected.getMessage());
710 columnObject = st.column(1);
726 st.column(4);
729 assertEquals("column out of bounds", expected.getMessage());
733 st.column(-1)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 227 // HTML for display of the results in the flakiness column
718 function alphanumericCompare(column, reverse)
722 var a = a[column] ? String(a[column]) : 'z';
723 var b = b[column] ? String(b[column]) : 'z';
734 function numericSort(column, reverse)
737 a = parseFloat(a[column]);
738 b = parseFloat(b[column]);
769 function sortTests(tests, column, order
    [all...]
  /external/chromium_org/base/json/
json_parser.cc 955 std::string JSONParser::FormatErrorMessage(int line, int column,
957 if (line || column) {
958 return StringPrintf("Line: %i, column: %i, %s",
959 line, column, description.c_str());
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvvertparse.c 79 GLint line, column; local
82 parseState->pos, &line, &column);
84 "nvfragparse.c(%d): line %d, column %d:%s (%s)\n",
85 lineNo, line, column, (char *) lineStr, msg);
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 573 TableColumn column = table.getColumn(0);
574 column.pack();
604 // adjust column size
605 column.setWidth(table.getClientArea().width);
  /external/mesa3d/src/mesa/program/
nvvertparse.c 79 GLint line, column; local
82 parseState->pos, &line, &column);
84 "nvfragparse.c(%d): line %d, column %d:%s (%s)\n",
85 lineNo, line, column, (char *) lineStr, msg);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 452 protected void logDBColumnData(Cursor cursor, String column) {
453 int index = cursor.getColumnIndex(column);
454 Log.i(LOG_TAG, "columnName: " + column);
    [all...]
  /prebuilts/devtools/tools/lib/
common.jar 
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 
  /external/chromium_org/chrome/browser/resources/history/
history_mobile.css 196 -webkit-flex-flow: column;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 263 /** @type {number} */ this.column;
516 column: function () { },
  /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,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!= (…)
  /external/chromium_org/third_party/jinja2/
filters.py 527 {%- for column in items|slice(3) %}
528 <ul class="column-{{ loop.index }}">
529 {%- for item in column %}
567 {%- for column in row %}
568 <td>{{ column }}</td>
  /external/chromium_org/third_party/opus/src/doc/
customdoxygen.css 34 -moz-column-gap: 1em;
35 -webkit-column-gap: 1em;
36 -moz-column-count: 3;
37 -webkit-column-count: 3;
  /external/chromium_org/tools/code_coverage/third_party/
sorttable.js 77 // work through each column and calculate its type
95 // if we're already sorted by this column, just
108 // if we're already sorted by this column in reverse, just
166 guessType: function(table, column) {
167 // guess the type of a column based on its first non-blank row
170 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
  /external/chromium_org/v8/src/
liveedit-debugger.js 179 // Start with breakpoints. Convert their line/column positions and
396 break_point.line(), break_point.column());
401 column: break_point.column()
433 break_point.update_positions(new_location.line, new_location.column);
438 column: new_location.column
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-mirror-cache.js 30 // testing of source line/column easier.
  /external/chromium_org/v8/tools/
stats-viewer.py 234 name.grid(row=index, column=0, padx=1, pady=1)
243 value.grid(row=index, column=(1 + i), padx=1, pady=1)
  /external/clang/tools/scan-build/
sorttable.js 77 // work through each column and calculate its type
95 // if we're already sorted by this column, just
108 // if we're already sorted by this column in reverse, just
166 guessType: function(table, column) {
167 // guess the type of a column based on its first non-blank row
170 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
  /external/eigen/doc/
eigendoxy.css 27 -moz-column-gap: 1em;
28 -webkit-column-gap: 1em;
29 -moz-column-count: 3;
30 -webkit-column-count: 3;

Completed in 2148 milliseconds

<<21222324252627282930>>