/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 13 the starting (row, column) indices of the token (a 2-tuple of ints) 14 the ending (row, column) indices of the token (a 2-tuple of ints) 191 row, col = start 192 assert row <= self.prev_row 355 token string; a 2-tuple (srow, scol) of ints specifying the row and 357 ints specifying the row and column where the token ends in the source;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
__init__.py | 119 getbaseclasses(row) 314 'crow' : row,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 1096 # diagonals it covers, and for each row compute a function that 1097 # generates the possiblities for the columns in that row. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tokenize.py | 10 the starting (row, column) indices of the token (a 2-tuple of ints) 11 the ending (row, column) indices of the token (a 2-tuple of ints) 186 row, col = start 187 assert row <= self.prev_row 274 token string; a 2-tuple (srow, scol) of ints specifying the row and 276 ints specifying the row and column where the token ends in the source;
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 119 for row in testinfo : 120 self.tdb.Insert(tabname, row)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configDialog.py | 311 labelTargetTitle.grid(row=0,column=0,columnspan=2,sticky=W) 312 self.listBindings.grid(row=1,column=0,sticky=NSEW) 313 scrollTargetY.grid(row=1,column=1,sticky=NS) 314 scrollTargetX.grid(row=2,column=0,sticky=EW) 316 self.radioKeysBuiltin.grid(row=0, column=0, sticky=W+NS) 317 self.radioKeysCustom.grid(row=1, column=0, sticky=W+NS) 318 self.optMenuKeysBuiltin.grid(row=0, column=1, sticky=NSEW) 319 self.optMenuKeysCustom.grid(row=1, column=1, sticky=NSEW) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 13 the starting (row, column) indices of the token (a 2-tuple of ints) 14 the ending (row, column) indices of the token (a 2-tuple of ints) 191 row, col = start 192 assert row <= self.prev_row 355 token string; a 2-tuple (srow, scol) of ints specifying the row and 357 ints specifying the row and column where the token ends in the source;
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 1096 # diagonals it covers, and for each row compute a function that 1097 # generates the possiblities for the columns in that row. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tokenize.py | 10 the starting (row, column) indices of the token (a 2-tuple of ints) 11 the ending (row, column) indices of the token (a 2-tuple of ints) 186 row, col = start 187 assert row <= self.prev_row 274 token string; a 2-tuple (srow, scol) of ints specifying the row and 276 ints specifying the row and column where the token ends in the source;
|
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
upload_page.js | 51 this.captchaRow_ = document.querySelector('.captcha-row'); 52 this.captchaImage_ = document.querySelector('.captcha-row img');
|
/external/chromium/chrome/browser/task_manager/ |
task_manager.h | 38 // A resource represents one row in the task manager. 258 // resource for the given row isn't a renderer. 397 // Retrieves the ProcessMetrics for the resources at the specified row. 399 bool GetProcessMetricsForRow(int row,
|
/external/chromium_org/cc/base/ |
math_util.cc | 559 for (int row = 0; row < 4; ++row) { 561 res->AppendDouble(m.getDouble(row, col));
|
/external/chromium_org/chrome/browser/history/ |
typed_url_syncable_service_unittest.cc | 116 // Create a new row object and add a typed visit to the |visits| vector. 139 static bool URLsEqual(URLRow& row, 141 return ((row.url().spec().compare(specifics.url()) == 0) && 142 (UTF16ToUTF8(row.title()).compare(specifics.title()) == 0) && 143 (row.hidden() == specifics.hidden())); 342 // Update the URL row, adding another typed visit to the visit vector. 400 // Update the URL row, adding a non-typed visit to the visit vector. 426 // Update the URL row, adding another typed visit to the visit vector. 497 // Delete some urls from backend and create deleted row vector.
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
test_util.js | 187 var row = rows[j]; 189 row.querySelector('.filename-label').textContent, 190 row.querySelector('.size').textContent, 191 row.querySelector('.type').textContent, 192 row.querySelector('.date').textContent 262 var notReadyRows = files.filter(function(row) { 263 return row.filter(function(cell) { return cell == '...'; }).length; 550 // in a row.
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
local_ntp.css | 155 .mv-row { 159 .mv-row:last-child {
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.css | 283 .login-status-row { 443 -webkit-flex-direction: row;
|
/external/chromium_org/remoting/webapp/ |
connection_history.js | 135 // TODO(jamiewalch): Fill out the detail row correctly. 149 /** @param {HTMLElement} node The summary row. */
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
FlameChart.js | 462 var row = {}; 463 row.title = title; 464 row.text = text; 465 entryInfo.push(row);
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
ParseHelper.h | 19 int row; member in struct:TMatrixFields
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_s3tc.c | 43 int col, int row, 53 int col, int row, 63 int col, int row, 73 int col, int row,
|
u_format_s3tc.h | 47 int col, int row,
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_context.h | 121 GLint col, GLint row, GLint img,
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
ocsp.c | 1162 char *itmp, *row[DB_NUMBER],**rrow; local 1163 for (i = 0; i < DB_NUMBER; i++) row[i] = NULL; 1170 row[DB_serial] = itmp; 1172 rrow=TXT_DB_get_by_index(db->db,DB_serial,row); [all...] |
/external/eigen/Eigen/src/Core/products/ |
TriangularSolverVector.h | 29 // forward and backward substitution, row-major, rhs is a vector 74 rhs[i] -= (cjLhs.row(i).segment(s,k).transpose().cwiseProduct(Map<const Matrix<RhsScalar,Dynamic,1> >(rhs+s,k))).sum();
|
/external/eigen/Eigen/src/SparseCore/ |
SparseUtil.h | 158 /** \returns the row index of the element */ 159 const Index& row() const { return m_row; } function in class:Eigen::Triplet
|