/external/chromium_org/third_party/sqlite/src/test/ |
collate4.test | 66 # Tests named collate4-1.1.* use indices with a single column. Tests 473 } {1 {column a is not unique}} 483 } {1 {column a is not unique}} 489 } {1 {column a is not unique}} 501 } {1 {column a is not unique}} 511 } {1 {column a is not unique}} 517 } {1 {column a is not unique}} 530 } {1 {column a is not unique}} 540 } {1 {column a is not unique}} 546 } {1 {column a is not unique} [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/angle/src/compiler/translator/ |
IntermNode.cpp | 721 for (int column = 0; column < resultCols; column++) 723 tempConstArray[resultRows * column + row].setFConst(0.0f); 726 tempConstArray[resultRows * column + row].setFConst( 727 tempConstArray[resultRows * column + row].getFConst() + 729 rightUnionArray[column * rightRows + i].getFConst()); [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...] |
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugLine.cpp | 94 log->PutCString ("Address Line Column File"); 103 log->Printf( "0x%16.16" PRIx64 " %6u %6u %6u%s\n", state.address, state.line, state.column, state.file, state.end_sequence ? " END" : ""); 299 row.column = debug_line_data.GetULEB128(&offset); 300 log->Printf( "0x%8.8x: DW_LNS_set_column (%u)", op_offset, row.column); 717 // column register of the state machine. 718 state.column = debug_line_data.GetULEB128(offset_ptr); 779 // column register of the state machine. [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")
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSyncContacts.java | 325 * @param column The column name in cv for the data 326 * @return The data in the column or null if it doesn't exist or is empty. 329 public static String tryGetStringData(final ContentValues cv, final String column) 331 if ((cv == null) || (column == null)) { 334 if (cv.containsKey(column)) { 335 final String value = cv.getAsString(column); 347 * @param column The column name in cv to find the string. 353 final String column, final int tag) throws IOException [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_org/third_party/WebKit/Source/core/rendering/ |
RenderGrid.cpp | 97 // GridIterator(m_grid, ForColumns, 1) will walk over the rows of the 2nd column. 133 for (size_t column = m_columnIndex; column < maxColumns; ++column) { 134 const GridCell& children = m_grid[row][column]; 289 for (GridSpan::iterator column = coordinate.columns.begin(); column != coordinate.columns.end(); ++column) { 290 GridCell& cell = m_grid[row.toInt()][column.toInt()]; [all...] |
/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::__anon18873
|
/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 | 247 Name* source, int line, int column); 477 int line, int column) = 0; 517 int line, int column);
|
/external/deqp/framework/opengl/ |
gluVarTypeUtil.hpp | 132 SubTypeAccess& column (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::MATRIX_COLUMN, ndx)); DE_ASSERT(isValid()); return *this; } //!< Access column. function in class:glu::SubTypeAccess 138 SubTypeAccess column (int ndx) const { return SubTypeAccess(*this).column(ndx); } function in class:glu::SubTypeAccess
|
/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/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::__anon11357
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_loadimage.cpp | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
srv.h | 260 int __cdecl srv_setutype(SRV_PROC *srvproc,int column,__LONG32 usertype); 261 int __cdecl srv_setcoldata(SRV_PROC *srvproc,int column,void *data); 262 int __cdecl srv_setcollen(SRV_PROC *srvproc,int column,int len);
|
/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...] |