/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Matrix4f.java | 47 * Matrices are stored assuming column vectors on the right, with the translation
48 * in the rightmost column. Element numbering is row,column, so m03 is the zeroth
49 * row, third column, which is the "x" translation part. This means that the implicit
50 * storage order is column major. However, the get() and set() functions on float
104 * Create a new Matrix4f, given data in column-major format.
107 * An array of 16 floats in column-major format (translation in elements 12, 13 and 14).
224 * whether the outgoing data is in row or column major order.
335 * parameter. This column is returned as a float array of length 4.
338 * the column to retrieve. Must be between 0 and 3. [all...] |
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider2.java | 372 static final String bookmarkOrHistoryColumn(String column) { 373 return "CASE WHEN bookmarks." + column + " IS NOT NULL THEN " + 374 "bookmarks." + column + " ELSE history." + column + " END AS " + column; 377 static final String bookmarkOrHistoryLiteral(String column, String bookmarkValue, 379 return "CASE WHEN bookmarks." + column + " IS NOT NULL THEN \"" + bookmarkValue + 383 static final String qualifyColumn(String table, String column) { 384 return table + "." + column + " AS " + column; [all...] |
BrowserProvider.java | 301 db.execSQL("ALTER TABLE bookmarks ADD COLUMN thumbnail BLOB DEFAULT NULL;"); 304 db.execSQL("ALTER TABLE bookmarks ADD COLUMN touch_icon BLOB DEFAULT NULL;"); 311 db.execSQL("ALTER TABLE bookmarks ADD COLUMN user_entered INTEGER;"); 314 /* SQLite does not support ALTER COLUMN, hence the lengthy code. */ 482 // column indices for the fields we need now and check before using below. 631 // Return the url in the intent query column. This is ignored 656 public double getDouble(int column) { 661 public float getFloat(int column) { 666 public int getInt(int column) { 671 public long getLong(int column) { [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
text_format_unittest.cc | 758 int index, int line, int column) { 762 EXPECT_EQ(column, location.column); 775 void AddError(int line, int column, const string& message) { 777 line + 1, column + 1, message); 780 void AddWarning(int line, int column, const string& message) { 781 AddError(line, column, "WARNING:" + message); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
Debugger.py | 121 self.bstack.grid(row=0, column=0) 126 self.bsource.grid(row=0, column=1) 132 self.blocals.grid(row=1, column=0) 137 self.bglobals.grid(row=1, column=1) 448 l.grid(row=0, column=0) 461 l.grid(row=row, column=0, sticky="nw") 464 l.grid(row=row, column=1, sticky="nw")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Debugger.py | 121 self.bstack.grid(row=0, column=0) 126 self.bsource.grid(row=0, column=1) 132 self.blocals.grid(row=1, column=0) 137 self.bglobals.grid(row=1, column=1) 448 l.grid(row=0, column=0) 461 l.grid(row=row, column=0, sticky="nw") 464 l.grid(row=row, column=1, sticky="nw")
|
/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::__anon13084
|
/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/chromium_org/v8/src/ |
log.h | 255 Name* source, int line, int column); 478 int line, int column) = 0; 517 int line, int column);
|
/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::__anon23551
|
/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/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
cpp.py | 196 current_line = lines[start_position.row][start_position.column:] 197 starting_offset = start_position.column 222 current_line = lines[start_position.row][:start_position.column] 382 def __init__(self, row, column): 384 self.column = column 387 return '(%s, %s)' % (self.row, self.column) 390 return self.row.__cmp__(other.row) or self.column.__cmp__(other.column) 422 trimmed_lines[-1] = trimmed_lines[-1][:end_position.column] [all...] |
/external/chromium_org/chrome/browser/resources/history/ |
history_mobile.css | 18 -webkit-flex-flow: column; 203 -webkit-flex-flow: column;
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
print_preview_animations.js | 123 var rightColumn = el.querySelector('.right-column'); 141 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); 759 this._sourcePosition.setText(WebInspector.UIString("Line %d, Column %d", textRange.endLine + 1, textRange.endColumn + 1));
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebAXObject.h | 182 BLINK_EXPORT WebAXObject cellForColumnAndRow(unsigned column, unsigned row) const; 191 // 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...] |