/external/chromium_org/chrome/browser/resources/ |
about_memory_linux.css | 9 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1), 10 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(4), 11 table.list#browserComparison tr.firstRow th:nth-child(1) { 15 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2), 16 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5), 17 table.list#memoryDetails tr.firstRow th:nth-child(2) {
|
about_memory_mac.html | 21 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1), 22 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(6), 23 table.list#browserComparison tr.firstRow th:nth-child(1) { 26 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2), 27 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(7), 28 table.list#memoryDetails tr.firstRow th:nth-child(2) { 68 <tr class="firstRow doNotFilter"> 175 <tr class="firstRow doNotFilter">
|
about_memory.html | 21 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1), 22 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(4), 23 table.list#browserComparison tr.firstRow th:nth-child(1), 24 table.list#browserComparison tr.firstRow th:nth-child(2) { 27 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2), 28 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5), 29 table.list#memoryDetails tr.firstRow th:nth-child(2), 30 table.list#memoryDetails tr.firstRow th:nth-child(3) { 76 <tr class="firstRow doNotFilter"> 215 <tr class="firstRow doNotFilter" [all...] |
about_memory_linux.html | 45 <tr class="firstRow doNotFilter"> 128 <tr class="firstRow doNotFilter">
|
about_memory.css | 172 table.list .firstRow th {
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
RowsActivity.java | 37 public void onSelectedFirstRow(boolean firstRow) { 38 mTitleView.setVisibility(firstRow ? View.VISIBLE : View.INVISIBLE);
|
RowsFragment.java | 39 void onSelectedFirstRow(boolean firstRow);
|
/external/chromium_org/third_party/icu/source/common/ |
propsvec.c | 157 uint32_t *firstRow, *lastRow; 187 firstRow=_findRow(pv, start); 195 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask)); 222 firstRow=newVectors+(firstRow-pv->v); 239 /* split the first row, and move the firstRow pointer to the second part */ 242 count = (int32_t)((lastRow-firstRow)+columns); 243 uprv_memmove(firstRow+columns, firstRow, count*4) [all...] |
/external/icu/icu4c/source/common/ |
propsvec.c | 157 uint32_t *firstRow, *lastRow; 187 firstRow=_findRow(pv, start); 195 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask)); 222 firstRow=newVectors+(firstRow-pv->v); 239 /* split the first row, and move the firstRow pointer to the second part */ 242 count = (int32_t)((lastRow-firstRow)+columns); 243 uprv_memmove(firstRow+columns, firstRow, count*4) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GradientGeneratedImage.cpp | 53 int firstRow = static_cast<int>(floorf((((destRect.y() - phase.y()) / scale.height()) - srcRect.y()) / srcRect.height())); 77 for (int j = firstRow; ; j++) { 80 ASSERT(j > firstRow || dstY <= destRect.y()); 81 ASSERT(j == firstRow || dstY > destRect.y());
|
/external/chromium_org/tools/perf/utils/results_viewer/src/ |
main.js | 50 var firstRow = dataSet[1]; 58 'parser':getColumnParser(firstRow[index])}); 157 var firstRow = this.dataSet_[1]; 169 if (isNumeric(firstRow[selectedColumnIndex])) {
|
/external/chromium_org/chrome/browser/ui/webui/ |
sync_internals_browsertest.js | 358 var firstRow = syncEventsTable.children[0]; 362 assertEquals(4, firstRow.children.length); 363 var detailsText = firstRow.children[0].textContent; 364 var submoduleName = firstRow.children[1].textContent; 365 var eventName = firstRow.children[2].textContent;
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
image_util.js | 612 * @param {number} firstRow Number of the first pixel row to draw. 617 context, image, firstRow, rowCount) { 618 var lastRow = Math.min(firstRow + rowCount, image.height); 621 image, 0, firstRow, image.width, lastRow - firstRow, 622 -image.width / 2, firstRow - image.height / 2, 623 image.width, lastRow - firstRow);
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_statevars.c | 293 const GLuint firstRow = (GLuint) state[2]; 298 ASSERT(firstRow >= 0); 299 ASSERT(firstRow < 4); 335 for (i = 0, row = firstRow; row <= lastRow; row++) { 343 for (i = 0, row = firstRow; row <= lastRow; row++) { 1003 const GLuint firstRow = (GLuint) state[2]; [all...] |
/external/mesa3d/src/mesa/program/ |
prog_statevars.c | 293 const GLuint firstRow = (GLuint) state[2]; 298 ASSERT(firstRow >= 0); 299 ASSERT(firstRow < 4); 335 for (i = 0, row = firstRow; row <= lastRow; row++) { 343 for (i = 0, row = firstRow; row <= lastRow; row++) { 1003 const GLuint firstRow = (GLuint) state[2]; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
FixedTableLayout.cpp | 138 RenderTableRow* firstRow = section->firstRow(); 139 for (RenderTableCell* cell = firstRow->firstCell(); cell; cell = cell->nextCell()) {
|
RenderTableRow.h | 145 inline RenderTableRow* RenderTableSection::firstRow() const
|
RenderTableSection.h | 72 RenderTableRow* firstRow() const;
|
RenderTableSection.cpp | [all...] |
TextAutosizer.cpp | 406 for (RenderTableRow* row = toRenderTableSection(section)->firstRow(); row; row = row->nextRow()) { [all...] |
RenderTable.cpp | 580 for (RenderTableRow* row = toRenderTableSection(section)->firstRow(); row; row = row->nextRow()) { [all...] |
/frameworks/base/core/java/android/widget/ |
TableLayout.java | 486 boolean firstRow = true; 511 if (firstRow) { 516 firstRow = false;
|
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 1359 static ulg firstrow; local [all...] |
rpng2-win.c | 1077 static ulg firstrow; local [all...] |
/external/eigen/unsupported/Eigen/src/SVD/ |
BDCSVD.h | 649 //firstrow displace
|