Searched refs:getRow (Results 1 – 13 of 13) sorted by relevance
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
D | CsvTable.java | 292 .forEach(k -> diff.addRow(DiffKey.of(LHS_ONLY, k), lhs.getRow(k))); in diff() 296 .forEach(k -> diff.addRow(DiffKey.of(RHS_ONLY, k), rhs.getRow(k))); in diff() 299 Map<Column<?>, Object> lhsRow = lhs.getRow(key); in diff() 300 Map<Column<?>, Object> rhsRow = rhs.getRow(key); in diff() 343 public ImmutableMap<Column<?>, Object> getRow(K rowKey) { in getRow() method in CsvTable 443 return column.cast(getRow(rowKey).get(column)); in getOrNull()
|
D | CsvTableCollector.java | 53 out.println(getRow(rowIndex).collect(joining(joiner)).trim()); in writeCsv() 75 private Stream<String> getRow(int index) { in getRow() method in CsvTableCollector
|
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
D | MigrationUtils.java | 81 if (recipeKey.contains(number, number.length()) && recipesTable.getRow(recipeKey) in findMatchingRecipe() 83 return Optional.of(recipesTable.getRow(recipeKey)); in findMatchingRecipe()
|
D | RecipesTableSchema.java | 137 csv.getRow(k).forEach(change::assign); in toRangeTable()
|
D | MigrationJob.java | 118 ImmutableMap<Column<?>, Object> recipeRow = getRecipesCsvTable().getRow(recipeKey); in getMigrationReportForRecipe()
|
/third_party/skia/src/core/ |
D | SkScan_AAAPath.cpp | 186 uint8_t* getRow(int y) { in getRow() function in MaskAdditiveBlitter 241 add_alpha(&this->getRow(y)[x], alpha); in blitAntiH() 246 uint8_t* row = this->getRow(y); in blitAntiH() 259 uint8_t* row = this->getRow(y); in blitV() 270 uint8_t* row = this->getRow(y); in blitRect() 1266 maskRow = static_cast<MaskAdditiveBlitter*>(blitter)->getRow(y >> 16); in aaa_walk_convex_edges() 1303 maskRow = static_cast<MaskAdditiveBlitter*>(blitter)->getRow(y >> 16); in aaa_walk_convex_edges() 1328 maskRow = static_cast<MaskAdditiveBlitter*>(blitter)->getRow(y >> 16); in aaa_walk_convex_edges() 1590 isUsingMask ? static_cast<MaskAdditiveBlitter*>(blitter)->getRow(start_y) : nullptr; in aaa_walk_edges() 1633 maskRow = static_cast<MaskAdditiveBlitter*>(blitter)->getRow(SkFixedFloorToInt(y)); in aaa_walk_edges()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
D | ShortcodesTableSchema.java | 215 csv.getRow(k).forEach(change::assign); in toShortcodeTables()
|
D | RangesTableSchema.java | 327 csv.getRow(k) in toRangeTable()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | PropsVectors.java | 298 public int[] getRow(int rowIndex) { in getRow() method in PropsVectors
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | PropsVectors.java | 300 public int[] getRow(int rowIndex) { in getRow() method in PropsVectors
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuMatrix.hpp | 61 Vector<T, Cols> getRow (int ndx) const; 398 Vector<T, Cols> Matrix<T, Rows, Cols>::getRow (int rowNdx) const in getRow() function in tcu::Matrix
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureUnitTests.cpp | 190 Vec3 row = mat.getRow(rowNdx); in matExtend3To4()
|
/third_party/icu/icu4j/ |
D | coverage-exclusion.txt | 511 com/ibm/icu/impl/PropsVectors#getRow:(I)[I
|