/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
ConsoleModel.js | 181 * @param {number=} column 191 WebInspector.ConsoleMessage = function(target, source, level, messageText, type, url, line, column, requestId, parameters, stackTrace, timestamp, isOutdated, executionContextId, asyncStackTrace, scriptId) 203 this.column = column || 0; 302 this.column, 484 payload.column,
|
/external/clang/tools/c-index-test/ |
c-index-test.c | 652 unsigned line, column; local 687 clang_getSpellingLocation(Loc, 0, &line, &column, 0); 688 printf("%d:%d", line, column); 693 clang_getSpellingLocation(Loc, 0, &line, &column, 0); 694 printf(":%d:%d", line, column); 804 clang_getSpellingLocation(Loc, 0, &line, &column, 0); 806 clang_getCString(Name), line, column); 818 clang_getSpellingLocation(Loc, 0, &line, &column, 0); 820 lineCols[I].col = column; 1042 unsigned line, column; local 1169 unsigned line, column; local 1992 unsigned column; local 2123 unsigned column; member in struct:__anon24107 2212 unsigned line, column; local 2582 unsigned line, column; local 2628 unsigned line, column; local 3300 unsigned column, second_column; local 3813 unsigned line, column, offset; local 3870 unsigned line, column, offset; local [all...] |
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_win.h | 290 long column, 299 CONTENT_EXPORT STDMETHODIMP get_columnDescription(long column, 303 long column, 327 long column, 350 CONTENT_EXPORT STDMETHODIMP get_isColumnSelected(long column, 357 long column, 362 long* column, 371 CONTENT_EXPORT STDMETHODIMP selectColumn(long column) { 379 CONTENT_EXPORT STDMETHODIMP unselectColumn(long column) { 396 long column, [all...] |
browser_accessibility_win.cc | 1039 long column, 1058 if (row < 0 || row >= rows || column < 0 || column >= columns) 1065 int cell_id = cell_ids[row * columns + column]; 1088 long column, 1107 if (row < 0 || row >= rows || column < 0 || column >= columns) 1115 int cell_id = cell_ids[row * columns + column]; 1126 STDMETHODIMP BrowserAccessibilityWin::get_columnDescription(long column, 1144 if (column < 0 || column >= columns 1656 int column; local 1715 int column; local 1849 int column; local 1879 int column; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
image.c | 92 * \param column column of pixel in the image 103 GLint img, GLint row, GLint column ) 152 + (skippixels + column) / 8; 186 + (skippixels + column) * bytes_per_pixel; 207 * \param column column of pixel in the image 219 GLint img, GLint row, GLint column ) 224 format, type, img, row, column); 235 GLint column ) [all...] |
/external/mesa3d/src/mesa/main/ |
image.c | 92 * \param column column of pixel in the image 103 GLint img, GLint row, GLint column ) 152 + (skippixels + column) / 8; 186 + (skippixels + column) * bytes_per_pixel; 207 * \param column column of pixel in the image 219 GLint img, GLint row, GLint column ) 224 format, type, img, row, column); 235 GLint column ) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
DebuggerScript.js | 195 info.columnNumber = locations[0].column; 296 return [1, String(e), String(details.syntaxErrorMessage), Number(startPosition.line), Number(startPosition.column)]; 409 location = { line: 0, column: 0 }; 419 function column() 421 return ensureLocation().column; 476 columnNumber: stepInPositionsV8[i].position.column 488 "column": column,
|
/external/chromium_org/third_party/icu/source/common/ |
uprops.cpp | 51 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:BinaryProperty 58 return (u_getUnicodeProperties(c, prop.column)&prop.mask)!=0; 213 * column and mask values for binary properties from u_getUnicodeProperties(). 218 * For them, column is the UPropertySource value. 297 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:IntProperty 306 return (int32_t)(u_getUnicodeProperties(c, prop.column)&prop.mask)>>prop.shift; 310 return (uprv_getMaxValues(prop.column)&prop.mask)>>prop.shift; 424 * column, mask and shift values for int-value properties from u_getUnicodeProperties() [all...] |
uchar.c | 520 u_getUnicodeProperties(UChar32 c, int32_t column) { 521 U_ASSERT(column>=0); 522 if(column>=propsVectorsColumns) { 526 return propsVectors[vecIndex+column]; 531 uprv_getMaxValues(int32_t column) { 532 switch(column) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_atifragshader.c | 258 const SWspan *span, GLuint column, GLuint idx) 266 span->array->attribs[FRAG_ATTRIB_TEX0 + pass_tex][column]); 279 GLuint column, GLuint idx) 289 span->array->attribs[FRAG_ATTRIB_TEX0 + coord_source][column]); 313 * \param column - which pixel [i] we're operating on in the span 318 GLuint column) 338 handle_pass_op(machine, texinst, span, column, j); 340 handle_sample_op(ctx, machine, texinst, span, column, j);
|
/external/icu/icu4c/source/common/ |
uprops.cpp | 51 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:BinaryProperty 58 return (u_getUnicodeProperties(c, prop.column)&prop.mask)!=0; 213 * column and mask values for binary properties from u_getUnicodeProperties(). 218 * For them, column is the UPropertySource value. 297 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:IntProperty 306 return (int32_t)(u_getUnicodeProperties(c, prop.column)&prop.mask)>>prop.shift; 310 return (uprv_getMaxValues(prop.column)&prop.mask)>>prop.shift; 424 * column, mask and shift values for int-value properties from u_getUnicodeProperties() [all...] |
uchar.c | 520 u_getUnicodeProperties(UChar32 c, int32_t column) { 521 U_ASSERT(column>=0); 522 if(column>=propsVectorsColumns) { 526 return propsVectors[vecIndex+column]; 531 uprv_getMaxValues(int32_t column) { 532 switch(column) {
|
/external/mesa3d/src/mesa/swrast/ |
s_atifragshader.c | 258 const SWspan *span, GLuint column, GLuint idx) 266 span->array->attribs[FRAG_ATTRIB_TEX0 + pass_tex][column]); 279 GLuint column, GLuint idx) 289 span->array->attribs[FRAG_ATTRIB_TEX0 + coord_source][column]); 313 * \param column - which pixel [i] we're operating on in the span 318 GLuint column) 338 handle_pass_op(machine, texinst, span, column, j); 340 handle_sample_op(ctx, machine, texinst, span, column, j);
|
/external/chromium_org/chrome/browser/resources/options/ |
search_engine_manager_engine_list.js | 115 // Construct the name column. 117 nameColEl.className = 'name-column'; 134 // Then the keyword column. 136 keywordEl.className = 'keyword-column'; 140 // And the URL column. 142 // Extensions should not display a URL column. 146 urlWithButtonEl.className = 'url-column';
|
/external/bison/doc/ |
refcard.tex | 9 % For printing reference cards to use in books, specify one column 43 % 1 column per page 102 %%%% smallcopyrightnotice for two column printing on one page. 138 column\if 1\ncolumns\else s\fi\space per page]} 195 % Leave 3 column code here in case size increases. 211 %\immediate\write16{Column \folio\abc\space starts with \firstmark} 215 %% in case we never use \columnb (two-column mode) 447 \key{Access data's column location.} {@{\it x}.{\it column\_spec}} 454 first_line} and {\tt last_line}, and {\it column\_spec} is specifie [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
AutoTableLayout.cpp | 71 // A cell originates in this column. Ensure we have 72 // a min/max width of at least 1px for this column now. 122 // This spanning cell originates in this column. Insert the cell into spanning cells list. 152 for (RenderTableCol* column = m_table->firstColumn(); column; column = column->nextColumn()) { 153 if (column->isTableColumnGroupWithColumnChildren()) 154 groupLogicalWidth = column->style()->logicalWidth(); 156 Length colLogicalWidth = column->style()->logicalWidth() [all...] |
RenderTable.h | 149 // our column's width. In practice, horizontal border-spacing won't change often. 172 unsigned colToEffCol(unsigned column) const 175 return column; 179 for (unsigned c = 0; effColumn < numColumns && c + m_columns[effColumn].span - 1 < column; ++effColumn) 213 // Return the first column or column-group.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-line.c | 103 unsigned long column; member in struct:dwarf2_line_state 369 if (state->column != loc->column) { 370 state->column = loc->column; 372 yasm_intnum_create_uint(state->column)); 607 state.column = 0; 622 bcinfo.loc.column = 0; [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser.cc | 285 void Parser::AddError(int line, int column, const string& error) { 287 error_collector_->AddError(line, column, error); 293 AddError(input_->current().line, input_->current().column, error); 302 location_->add_span(parser_->input_->current().column); 328 location_->add_span(parser_->input_->current().column); 343 location_->set_span(1, token.column); 475 AddError(syntax_token.line, syntax_token.column, 732 AddError(name_token.line, name_token.column, 947 // TODO(sanjay): Interpret line/column numbers to preserve formatting [all...] |
/external/chromium_org/v8/src/ |
messages.js | 415 // Determine start, end and column. 422 var column = position - start; 428 column += this.column_offset; 432 return new SourceLocation(this, position, line, column, start, end); 437 * Get information on a specific source line and column possibly offset by a 439 * a line and column position. The fixed source position offset is typically 440 * used to find a source position in a function based on a line and column in 444 * @param {number} opt_column The column in within the line. Default value is 0 446 * source from where the line and column calculation starts. 459 // Default is first column. If on the first line add the offset within th [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
basic.rb | 276 exc.column.should == 10 319 exc.column.should == 6 370 exc.column.should == 3 423 exc.column.should == 1 486 exc.column.should == 1 555 exc.column.should == 1
|
/external/clang/tools/libclang/ |
CXLoadedDiagnostic.cpp | 151 unsigned int *column, 176 if (column) 177 *column = Loc.column; 500 Loc.column = 0; 512 Loc.column = Record[offset++];
|
/external/clang/bindings/python/tests/cindex/ |
test_translation_unit.py | 183 assert location.column == 3 201 assert r.start.column == 2 203 assert r.end.column == 3
|
/external/clang/utils/ |
token-delta.py | 98 def __init__(self, type, data, flags, file, line, column): 104 self.column = column
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRDebugEventProxy.h | 89 - (void) locationLine:(NSInteger)line column:(NSInteger)pos;
|