Home
last modified time | relevance | path

Searched refs:newRow (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/gm/
Dducky_yuv_blend.cpp49 auto newRow = [&] { in __anon60fdd0f60102() variable
69 newRow();
73 newRow();
/third_party/icu/icu4j/perf-tests/perldriver/
DOutput.pm147 sub newRow { subroutine
347 newRow;
/third_party/icu/icu4c/source/test/perf/perldriver/
DOutput.pm149 sub newRow { subroutine
347 newRow;
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dtf_reader_op.cc308 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/
DLocaleDisplayNamesImpl.java577 … 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/
DLocaleDisplayNamesImpl.java581 … 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