Home
last modified time | relevance | path

Searched defs:rows (Results 51 - 75 of 368) sorted by relevance

12345678910>>...15

/third_party/ffmpeg/libavcodec/
H A Droqvideo.c34 int rows = sz; in block_copy() local
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_dump.c34 int i, j, rows, n; in BIO_dump_indent_cb() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DAltFormatsSchema.java94 public static ImmutableList<AltFormatSpec> importAltFormats(Supplier<List<String>> rows) { in importAltFormats() argument
H A DCommentsSchema.java88 public static ImmutableList<Comment> importComments(Supplier<List<String>> rows) { in importComments() argument
/third_party/openssl/crypto/bio/
H A Dbio_dump.c34 int i, j, rows, n; in BIO_dump_indent_cb() local
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DVariablePacker_test.cpp169 int rows = gl::VariableRowCount(type); in TEST() local
/third_party/skia/src/codec/
H A DSkBmpMaskCodec.cpp45 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() local
/third_party/skia/src/effects/
H A DSkShaderMaskFilter.cpp58 rect_memcpy(void* dst, size_t dstRB, const void* src, size_t srcRB, size_t copyBytes, int rows) rect_memcpy() argument
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.h33 uint8_t columns = 1, rows = 1; member
/third_party/skia/tests/
H A DPDFTaggedTableTest.cpp66 auto& rows = table->fChildVector; in DEF_TEST() local
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo-ansi.hh52 unsigned int rows = (height + CELL_H - 1) / CELL_H; in chafa_print_image_rgb24() local
/third_party/skia/tools/viewer/
H A DSkSLSlide.cpp175 int rows = ((int)v.type - (int)SkRuntimeEffect::Uniform::Type::kFloat) + 1; in draw() local
189 int rows = ((int)v.type - (int)SkRuntimeEffect::Uniform::Type::kFloat2x2) + 2; in draw() local
206 int rows = ((int)v.type - (int)SkRuntimeEffect::Uniform::Type::kInt) + 1; in draw() local
[all...]
/third_party/toybox/toys/pending/
H A Dmore.c91 unsigned rows = 24, cols = 80, row = 0, col = 0; in more_main() local
/applications/sample/camera/launcher/launcher/src/main/cpp/
H A Dview_group_page.cpp68 void ViewGroupPage::SetMatrix(int16_t rows, int16_t cols) in SetMatrix() argument
/base/location/frameworks/location_common/common/source/
H A Dlocation_data_rdb_helper.cpp112 auto rows = dataShareHelper->Query(uri, predicates, columns); in GetValue() local
/base/request/request/services/src/manage/
H A Ddatabase.rs507 let mut rows = stmt variables
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_metadata_test.cpp759 int rows = sizeof(g_modifyData) / sizeof(g_modifyData[0]); in HWTEST_F() local
791 int rows = sizeof(g_dirtData) / sizeof(g_dirtData[0]); in HWTEST_F() local
1098 int rows = sizeof(g_batchData006) / sizeof(g_batchData006[0]); in HWTEST_F() local
1240 int rows = sizeof(g_error) / sizeof(g_error[0]); in HWTEST_F() local
1549 int rows = sizeof(g_batchData008) / sizeof(g_batchData008[0]); in HWTEST_F() local
1740 int rows = sizeof(g_RemoveBatch001) / sizeof(g_RemoveBatch001[0]); HWTEST_F() local
[all...]
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_manager_impl_test.cpp527 int32_t rows = 8; in HWTEST_F() local
545 int32_t rows = 3; in HWTEST_F() local
/foundation/communication/nfc/services/src/card_emulation/
H A Dsetting_data_share_impl.cpp74 auto rows = dataShareHelper_->Query(uri, predicates, columns); in GetElementName() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtransaction_impl.cpp177 std::pair<int32_t, int64_t> TransactionImpl::BatchInsert(const std::string &table, const Rows &rows) in BatchInsert() argument
189 std::pair<int, int64_t> TransactionImpl::BatchInsert(const std::string &table, const RefRows &rows) in BatchInsert() argument
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_trans_db_test.cpp407 std::vector<ValuesBucket> rows; in HWTEST_F() local
444 ValuesBuckets rows; in HWTEST_F() local
512 std::vector<ValuesBucket> rows; HWTEST_F() local
556 std::vector<ValuesBucket> rows; HWTEST_F() local
629 std::vector<ValuesBucket> rows; HWTEST_F() local
677 std::vector<ValuesBucket> rows; HWTEST_F() local
722 std::vector<ValuesBucket> rows; HWTEST_F() local
757 std::vector<ValuesBucket> rows; HWTEST_F() local
788 std::vector<ValuesBucket> rows; HWTEST_F() local
832 std::vector<ValuesBucket> rows; HWTEST_F() local
876 std::vector<ValuesBucket> rows; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Datafb_iplan2p8.c245 int rows, i; in atafb_iplan2p8_fillrect() local
293 int rows; in atafb_iplan2p8_linefill() local
[all...]
H A Datafb_iplan2p4.c210 int rows, i; in atafb_iplan2p4_fillrect() local
258 int rows; in atafb_iplan2p4_linefill() local
[all...]
H A Datafb_iplan2p2.c196 int rows, i; in atafb_iplan2p2_fillrect() local
244 int rows; in atafb_iplan2p2_linefill() local
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/
H A Dbrowser.h20 u16 y, x, width, height, rows, columns, horiz_scroll; member

Completed in 19 milliseconds

12345678910>>...15