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

<<11121314151617181920>>

  /external/chromium_org/third_party/handlebar/
handlebar.py 265 def __init__(self, name, line, column):
268 self.column = column
276 return '\'%s\' at line %s column %s' % (self.name, self.line, self.column)
951 column = tokens.next_column + 1
954 return (name, line, column)
964 name, line, column = NextIdentifierArgs()
974 column += 1
975 inline_node = clazz(_Identifier(name, line, column))
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 168 exception.index, exception.line, exception.column
234 token.line, token.column,
244 col = token.column rescue -1
  /external/bison/src/
muscle-tab.c 262 /* In the format `file_name:line.column', append BOUND to MUSCLE. Use
274 obstack_printf (&muscle_obstack, "%d", bound.column);
283 /* In the format `[[file_name:line.column]], [[file_name:line.column]]',
578 loc.start.column = loc.end.column = -1;
  /external/chromium/base/json/
json_reader.cc 189 std::string JSONReader::FormatErrorMessage(int line, int column,
191 if (line || column) {
192 return StringPrintf("Line: %i, column: %i, %s",
193 line, column, description.c_str());
653 // Figure out the line and column the error occured at.
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast.h 96 locp.first_column = this->location.column;
112 this->location.column = locp.first_column;
121 unsigned column; /**< Column in the line. */ member in struct:ast_node::__anon14975
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 53 // escape sequence at line 5, column 45", you get error messages like
201 current_.column = 0;
220 // Update our line and column counters based on the character being
291 current_.column = column_;
538 current_.column = column_ - 1;
603 current_.column == previous_.end_column) {
634 current_.column = column_;
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 725 * @param column column name
731 public Blob open_blob(String db, String table, String column,
735 _open_blob(db, table, column, row, rw, blob);
779 * @param column column name
785 private native void _open_blob(String db, String table, String column,
  /external/libffi/src/pa/
hpux32.S 314 .byte 0x2 ;# CIE RA Column
329 .byte 0x83 ;# DW_CFA_offset, column 0x3
342 .byte 0x84 ;# DW_CFA_offset, column 0x4
356 .byte 0x83 ;# DW_CFA_offset, column 0x3
linux.S 303 .byte 0x2 ;# CIE RA Column
318 .byte 0x83 ;# DW_CFA_offset, column 0x3
331 .byte 0x84 ;# DW_CFA_offset, column 0x4
345 .byte 0x83 ;# DW_CFA_offset, column 0x3
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_impl_sse2.asm 460 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
462 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
569 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
571 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
676 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
678 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
  /external/mesa3d/src/glsl/
ast.h 96 locp.first_column = this->location.column;
112 this->location.column = locp.first_column;
121 unsigned column; /**< Column in the line. */ member in struct:ast_node::__anon25340
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 779 self.tv.column('test', width=50)
781 root_width = self.tv.column('#0', width=None)
819 self.assertTrue(isinstance(self.tv.column('#0'), dict))
821 self.assertTrue(isinstance(self.tv.column('#0', width=None), int))
823 self.tv.column('#0', width=10)
825 self.assertEqual(self.tv.column('#0', 'width'), 10)
826 self.assertEqual(self.tv.column('#0', width=None), 10)
828 self.assertRaises(Tkinter.TclError, self.tv.column, '#0', id='X')
830 self.assertRaises(Tkinter.TclError, self.tv.column, 'invalid')
836 self.assertRaises(Tkinter.TclError, self.tv.column, '#0'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 779 self.tv.column('test', width=50)
781 root_width = self.tv.column('#0', width=None)
819 self.assertTrue(isinstance(self.tv.column('#0'), dict))
821 self.assertTrue(isinstance(self.tv.column('#0', width=None), int))
823 self.tv.column('#0', width=10)
825 self.assertEqual(self.tv.column('#0', 'width'), 10)
826 self.assertEqual(self.tv.column('#0', width=None), 10)
828 self.assertRaises(Tkinter.TclError, self.tv.column, '#0', id='X')
830 self.assertRaises(Tkinter.TclError, self.tv.column, 'invalid')
836 self.assertRaises(Tkinter.TclError, self.tv.column, '#0'
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_animations.js 125 var rightColumn = el.querySelector('.right-column');
143 var rightColumn = el.querySelector('.right-column');
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SourceFrame.js 207 highlightPosition: function(line, column)
212 this._positionToHighlight = { line: line, column: column };
224 this._textEditor.highlightPosition(this._positionToHighlight.line, this._positionToHighlight.column);
736 this._sourcePosition.setText(WebInspector.UIString("Line %d, Column %d", textRange.endLine + 1, textRange.endColumn + 1));
  /external/chromium_org/third_party/WebKit/public/web/
WebAccessibilityObject.h 178 WEBKIT_EXPORT WebAccessibilityObject cellForColumnAndRow(unsigned column, unsigned row) const;
187 // For a table column
  /external/chromium_org/ui/views/controls/table/
table_view.h 42 // The cells in the first column of a table can contain:
55 // Used to track a visible column. Useful only for the header.
60 // The column.
61 ui::TableColumn column; member in struct:views::TableView::VisibleColumn
63 // Starting x-coordinate of the column.
66 // Width of the column.
70 // Describes a sorted column.
77 // ID of the sorted column.
87 // The table type applies to the content of the first column (text, icon and
129 // Changes the visibility of the specified column (by id)
    [all...]
table_view_unittest.cc 178 columns[0].title = ASCIIToUTF16("Title Column 0");
180 columns[1].title = ASCIIToUTF16("Title Column 1");
249 // Should do nothing (column already visible).
253 // Hide the first column.
256 EXPECT_EQ(1, table_->visible_columns()[0].column.id);
259 // Hide the second column.
263 // Show the second column.
266 EXPECT_EQ(1, table_->visible_columns()[0].column.id);
269 // Show the first column.
272 EXPECT_EQ(1, table_->visible_columns()[0].column.id)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
SingletonImmutableTable.java 54 @Override public ImmutableMap<R, V> column(C columnKey) { method in class:SingletonImmutableTable
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 398 * of delimiters, making it impossible to keep track of line and column
415 // The line and column numbers of the current token.
417 private int column = 0; field in class:TextFormat.Tokenizer
419 // The line and column numbers of the previous token (allows throwing
461 previousColumn = column;
467 column = 0;
469 ++column;
737 * Returns a {@link ParseException} with the current line and column
741 // Note: People generally prefer one-based line and column numbers.
743 (line + 1) + ":" + (column + 1) + ": " + description)
    [all...]
  /external/skia/gm/
degeneratesegments.cpp 314 for (size_t column = 0; column < 4; ++column) {
315 if (0 < column) {
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
SimpleMonthView.java 488 int column = (int) ((x - dayStart) * mNumDays / (mWidth - dayStart - mPadding)); local
490 int day = column - findDayOffset() + 1;
634 final int column = (index % mNumDays); local
635 final int x = (offsetX + (column * cellWidth));
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoEditorView.java 89 public void onFieldChanged(String column, String value) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 567 int column = 0; local
579 if (column >= maxColumns
583 column = 0;
590 column++;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 327 self.frame.grid(row=0, column=0, sticky=NSEW)
338 self.frame.grid(row=0, column=0, sticky=NSEW)
399 self.pages_frame.grid(row=1, column=0, sticky=NSEW)
411 self._tab_set.grid(row=0, column=0, sticky=NSEW)

Completed in 1603 milliseconds

<<11121314151617181920>>