/external/chromium_org/chrome/browser/search_engines/ |
template_url_service_unittest.cc | 76 const history::URLRow* row, 79 if (row) 80 this->row = *row; 86 history::URLRow row; member in struct:__anon8108::QueryHistoryCallbackImpl [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
two_client_typed_urls_sync_test.cc | 457 // A row in the DB for client 1 should have been created as a result of the 459 history::URLRow row; local 460 ASSERT_TRUE(GetUrlFromClient(1, bookmark_url, &row));
|
/external/chromium_org/remoting/webapp/ |
host_table_entry.js | 61 tableRow.classList.add('section-row'); 106 * Associate the table row with the specified elements and callbacks, and set 165 * Update the row to reflect the current status of the host (online/offline and 378 * Handle a focus change event within this table row.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
profilesPanel.css | 190 .highlighted-row {
|
/external/chromium_org/third_party/jinja2/ |
filters.py | 565 {%- for row in items|batch(3, ' ') %} 567 {%- for column in row %}
|
/external/chromium_org/third_party/libwebp/dsp/ |
lossless.c | 546 const int row = row_start + y; local 553 if (row == 0) { 594 const int row = row_start + y; local 599 const int pix = row * width + col; 601 if (row == 0) { 672 if (y_start == 0) { // First Row follows the L (mode=1) mode. [all...] |
/external/chromium_org/tools/gen_keyboard_overlay_data/ |
gen_keyboard_overlay_data.py | 375 for row in layout: 378 value = row.get(col)
|
/external/chromium_org/tools/page_cycler/database/ |
common.js | 15 var RANDOM_STRING_LENGTH = 20; // the length of the string on each row
|
/external/chromium_org/ui/app_list/views/ |
apps_grid_view_unittest.cc | 125 gfx::Rect GetItemTileRectAt(int row, int col) { 131 rect.Offset(col * rect.width(), row * rect.height()); 379 // row and vice versa.
|
/external/chromium_org/v8/tools/ |
stats-viewer.py | 234 name.grid(row=index, column=0, padx=1, pady=1) 243 value.grid(row=index, column=(1 + i), padx=1, pady=1)
|
/external/eigen/Eigen/src/LU/ |
Inverse.h | 134 result.row(0) = cofactors_col0 * invdet; 232 result /= (matrix.col(0).cwiseProduct(result.row(0).transpose())).sum();
|
/external/eigen/Eigen/src/plugins/ |
BlockMethods.h | 19 /** \internal expression type of a row */ 40 * \param startRow the first row in the block 339 * \param startRow the index of the first row in the block 361 * \param startRow the index of the first row in the block 522 * \param startRow the first row in the block 551 * \sa row(), class Block */ 563 /** \returns an expression of the \a i-th row of *this. Note that the numbering starts at 0. 569 inline RowXpr row(Index i) function 574 /** This is the const version of row(). */ 575 inline ConstRowXpr row(Index i) cons function [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
TableCollectionTest.java | 118 // since the transformation doesn't affect the row and column key sets. 640 for (String row : elements) { 641 table.put(row, 1, 'a'); 642 table.put(row, 2, 'b'); 729 return makeTable().row('a'); 738 return table.row('a'); [all...] |
/external/libvpx/libvpx/vp8/common/ |
mfqe.c | 259 map[i] &= (mode_info_context->bmi[ndx[i][j]].mv.as_mv.row <= 2 && 267 abs(mode_info_context->mbmi.mv.as_mv.row) <= 2 &&
|
/external/libvpx/libvpx/vp8/common/x86/ |
idctllm_sse2.asm | 146 ; repack so block 0 row x and block 1 row x are together 480 ; repack so block 0 row x and block 1 row x are together
|
/external/libyuv/files/source/ |
row_common.cc | 11 #include "libyuv/row.h" 324 // Convert a row of image to Sepia tone. 347 // Apply color matrix to a row of image. Matrix is signed. 385 // Apply color table to a row of image. 749 // Output a row of UV values, filtering 2 rows of YUY2. 759 // Copy row of YUY2 UV's (422) into U and V (422). 762 // Output a row of UV values. 772 // Copy row of YUY2 Y's (422) into Y (420/422). 774 // Output a row of Y values. 788 // Output a row of UV values [all...] |
/external/opencv/cxcore/include/ |
cxcore.hpp | 332 uchar* row(int i) { return !matrix ? 0 : matrix->data.ptr + i*matrix->step; } function in class:CvMatrix 333 const uchar* row(int i) const function in class:CvMatrix
|
/external/v8/tools/ |
stats-viewer.py | 234 name.grid(row=index, column=0, padx=1, pady=1) 243 value.grid(row=index, column=(1 + i), padx=1, pady=1)
|
/external/webp/src/dsp/ |
lossless.c | 546 const int row = row_start + y; local 553 if (row == 0) { 594 const int row = row_start + y; local 599 const int pix = row * width + col; 601 if (row == 0) { 672 if (y_start == 0) { // First Row follows the L (mode=1) mode. [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 31 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned 51 ; * [out] pPredBufRow pointer to the updated coefficient row buffer 173 LDREQSH absCoeffDC,[pPredBufRow] ;// If vetical load the coeff from Row Prediction Buffer 244 ;//updating source and row prediction buffer contents 247 LDRH dcRowbufCoeff,[pPredBufRow] ;//Loading Dc Value of Row Prediction buffer 251 VST1 {dtemp0,dtemp1},[pPredBufRow] ;//storing back the updated row prediction values 252 STRH dcRowbufCoeff,[pPredBufRow] ;// storing the updated DC Row Prediction coeff
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesm.h | 481 // Get the current top row of the menu 486 // Set the current top row of the menu 487 inline void set_top_row (int row) { 488 OnError (::set_top_row (menu, row));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesm.h | 481 // Get the current top row of the menu 486 // Set the current top row of the menu 487 inline void set_top_row (int row) { 488 OnError (::set_top_row (menu, row));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesm.h | 481 // Get the current top row of the menu 486 // Set the current top row of the menu 487 inline void set_top_row (int row) { 488 OnError (::set_top_row (menu, row));
|
/prebuilts/python/darwin-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/darwin-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...] |