Searched refs:newRow (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/gm/ |
D | ducky_yuv_blend.cpp | 49 auto newRow = [&] { in __anon60fdd0f60102() variable 69 newRow(); 73 newRow();
|
/third_party/icu/icu4j/perf-tests/perldriver/ |
D | Output.pm | 147 sub newRow { subroutine 347 newRow;
|
/third_party/icu/icu4c/source/test/perf/perldriver/ |
D | Output.pm | 149 sub newRow { subroutine 347 newRow;
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
D | tf_reader_op.cc | 308 TensorRow newRow(num_columns, nullptr); in LoadFile() local 319 newRow.setPath(file_path); in LoadFile() 320 RETURN_IF_NOT_OK(LoadExample(&tf_file, &newRow)); in LoadFile() 322 RETURN_IF_NOT_OK(jagged_rows_connector_->Add(worker_id, std::move(newRow))); in LoadFile()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 577 … result.add(newRow(ULocale.minimizeSubtags(locale, ULocale.Minimize.FAVOR_SCRIPT), capContext)); in getUiListCompareWholeItems() 599 result.add(newRow(modified.build(), capContext)); in getUiListCompareWholeItems() 607 private UiListItem newRow(ULocale modified, DisplayContext capContext) { in newRow() method in LocaleDisplayNamesImpl
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 581 … result.add(newRow(ULocale.minimizeSubtags(locale, ULocale.Minimize.FAVOR_SCRIPT), capContext)); in getUiListCompareWholeItems() 603 result.add(newRow(modified.build(), capContext)); in getUiListCompareWholeItems() 611 private UiListItem newRow(ULocale modified, DisplayContext capContext) { in newRow() method in LocaleDisplayNamesImpl
|