/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
importer.cc | 98 void AddError(int line, int column, const string& message) { 100 multi_file_error_collector_->AddError(filename_, line, column, message); 178 int line, column; local 179 owner_->source_locations_.Find(descriptor, location, &line, &column); 180 owner_->error_collector_->AddError(filename, line, column, message);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 49 information to developers, such as current line number and column. Furthermore, 234 and <tt>column</tt>, which are expected to indicate the current line number and 237 == A Word About <tt>line</tt> and <tt>column</tt> attributes 239 Presumably, the concept of <tt>line</tt> and <tt>column</tt> attirbutes of text 241 up (not 0). Column numbers are indexed from 0 up. Thus, examining sample text: 250 *Note:* most ANTLR runtime APIs for other languages refer to <tt>column</tt> 266 attr_accessor :column 351 also track various pieces of information such as the line and column numbers at 378 attr_reader :column 395 # [:column] the initial column number; default: +0 [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
website_settings.css | 15 .website-column-headers { 43 flex-direction: column; 58 #website-settings-permission-column {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
heapProfiler.css | 63 .heap-snapshot-view .data-grid span.percent-column { 128 .heap-snapshot-view tr:not(.selected) td.object-column span.highlight { 132 .heap-snapshot-view td.object-column span.grayed {
|
profilesPanel.css | 49 .profile-view .data-grid td.numeric-column { 57 .profile-view .data-grid span.percent-column { 133 .cpu-profile-view .data-grid th.self-column { 137 .cpu-profile-view .data-grid th.total-column {
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
NearestPoint.cpp | 134 int row, column; /* Table indices */ variable 160 for (column = 0; column <= DEGREE; column++) { 161 cdTable[row][column] = V2Dot(&d[row], &c[column]);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ArrayTableTest.java | 162 assertEquals(expected, table.column(1)); 374 assertEquals("Column 4 not in [1, 2, 3]", expected.getMessage()); 427 Map<String, Character> column = table.column(4); local 428 assertTrue(column.isEmpty()); 430 column.put("foo", 'd'); 442 assertEquals("Column 4 not in [1, 2, 3]", expected.getMessage()); 448 Map<String, Character> map = table.column(3);
|
AbstractTableReadTest.java | 41 * @param data the table data, repeating the sequence row key, column key, 171 assertEquals(ImmutableMap.of("foo", 'a', "bar", 'b'), table.column(1)); 178 table.column(null);
|
/external/chromium-trace/trace-viewer/src/cc/ |
picture_ops_list_view.css | 7 -webkit-flex-direction: column;
|
/external/chromium-trace/trace-viewer/src/ui/ |
overlay.css | 31 -webkit-flex-flow: column;
|
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/ |
style.css | 15 flex-direction: column;
|
/external/chromium_org/chrome/browser/resources/extensions/ |
extension_error_overlay.css | 11 flex-direction: column;
|
extension_load_error.css | 14 flex-direction: column;
|
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
destination_settings.css | 5 #destination-settings .left-column {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderGrid.h | 56 const GridCell& gridCell(int row, int column) { return m_grid[row][column]; }
|
/external/chromium_org/third_party/skia/gm/rebaseline_server/ |
imagepairset_test.py | 16 import column namespace 140 # The 'builder' column header uses the default settings, 141 # but the 'test' column header has manual adjustments. 144 column.ColumnHeaderFactory(
|
/external/lldb/source/API/ |
SBDeclaration.cpp | 132 SBDeclaration::SetColumn (uint32_t column) 134 ref().SetColumn(column);
|
/external/lldb/source/Symbol/ |
LineTable.cpp | 42 uint16_t column, 51 Entry entry(file_addr, line, column, file_idx, is_start_of_statement, is_start_of_basic_block, is_prologue_end, is_epilogue_begin, is_terminal_entry); 87 uint16_t column, 98 Entry entry(file_addr, line, column, file_idx, is_start_of_statement, is_start_of_basic_block, is_prologue_end, is_epilogue_begin, is_terminal_entry); 152 LT_COMPARE (a.column, b.column); 276 line_entry.column = entry.column;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRDebugEventListener.h | 120 - (void) locationLine:(NSInteger)line column:(NSInteger)pos;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRDebugEventListener.h | 120 - (void) locationLine:(NSInteger)line column:(NSInteger)pos;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRDebugEventListener.h | 120 - (void) locationLine:(NSInteger)line column:(NSInteger)pos;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDebugEventListener.h | 120 - (void) locationLine:(NSInteger)line column:(NSInteger)pos;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/ |
filter.rb | 26 @state.token_start_column = @input.column
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarInsufficientPredicatesMessage.java | 56 column = decisionASTNode.getCharPositionInLine();
|
/external/chromium_org/chrome/browser/ |
certificate_manager_model.h | 35 enum Column { 75 // Get the data to be displayed in |column| for the given |cert|. 76 base::string16 GetColumnText(const net::X509Certificate& cert, Column column) const;
|