Home
last modified time | relevance | path

Searched defs:sub (Results 226 - 250 of 358) sorted by relevance

12345678910>>...15

/third_party/skia/tests/
H A DSkSLInterpreterTest.cpp702 auto sub = SkSL::Program_GetFunction(*program, "sub"); in DEF_TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc661 CordRepBtree* sub = node->CopyToEndFrom(pos.index, len); in CopySuffix() local
718 CordRepBtree* sub = node->CopyBeginTo(pos.index, n); in CopyPrefix() local
798 CordRepBtree* sub = CordRepBtree::New(height); SubTree() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_ring_test.cc247 auto* sub = new CordRepSubstring; in MakeSubstring() local
534 CordRep* sub = RefIfInputShared(MakeSubstring(2, 11, ring)); in TEST_P() local
H A Dcord_test.cc507 absl::Cord sub = absl::CordTestPeer::MakeSubstring(c, 1, c.size() - 1); in TEST_P() local
523 absl::Cord sub = absl::CordTestPeer::MakeSubstring(c, 1, c.size() - 1); in TEST_P() local
529 absl::Cord sub = absl::CordTestPeer::MakeSubstring(c, 1, c.size() - 1); in TEST_P() local
/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_power_mgr_service.cpp744 time_t sub = currentTime - lastLuxTime_; in IsChangedLux() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTAsync.h510 } sub; member
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp253 bool ParseUtil::Endswith(const std::string& src, const std::string& sub) in Endswith() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_batch_crud_test.cpp2508 std::thread sub = std::thread([&status1, &ka, &valueResult]() { in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp403 DBSub sub; in SaveSubscription() local
427 SaveRelation(std::shared_ptr<OhCloudExtVector> keys, std::shared_ptr<OhCloudExtVector> values, DBSub &sub) SaveRelation() argument
517 DBSub sub; Unsubscribe() local
567 DoUnsubscribe(std::shared_ptr<OhCloudExtCloudSync> server, std::shared_ptr<OhCloudExtHashMap> relations, const std::vector<std::string> &bundles, DBSub &sub) DoUnsubscribe() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp1681 DistributedData::Subscription sub; in HWTEST_F() local
1683 MetaDataManager::GetInstance().LoadMeta(Subscription::GetKey(cloudInfo_.user), sub, true); in HWTEST_F() local
1869 Subscription sub; in HWTEST_F() local
1871 MetaDataManager::GetInstance().SaveMeta(Subscription::GetKey(userId), sub, true); in HWTEST_F() local
1941 Subscription sub; in HWTEST_F() local
1969 Subscription sub; HWTEST_F() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp634 std::string sub = path.substr(found + 1); in CheckOverLongPath() local
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
H A Dtest_wasm.cpp856 auto sub = jsvm::GetProperty(mathExports, "sub"); local
/third_party/ffmpeg/libavcodec/
H A Ddvbsubdec.c729 static int save_subtitle_set(AVCodecContext *avctx, AVSubtitle *sub, int *got_output) in save_subtitle_set() argument
1290 dvbsub_parse_page_segment(AVCodecContext *avctx, const uint8_t *buf, int buf_size, AVSubtitle *sub, int *got_output) dvbsub_parse_page_segment() argument
1431 dvbsub_display_end_segment(AVCodecContext *avctx, const uint8_t *buf, int buf_size, AVSubtitle *sub,int *got_output) dvbsub_display_end_segment() argument
1441 dvbsub_decode(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) dvbsub_decode() argument
[all...]
H A Dccaption_dec.c841 static int decode(AVCodecContext *avctx, AVSubtitle *sub, in decode() argument
[all...]
H A Dlibzvbi-teletextdec.c640 static int teletext_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in teletext_decode_frame() argument
[all...]
H A Dtwinvq.c221 int sub = mtab->fmode[ftype].sub; in dec_gain() local
420 int sub = mtab->fmode[ftype].sub; read_and_decode_spectrum() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmpeg.c817 AVPacket *sub; in vobsub_read_header() local
/third_party/curl/lib/
H A Dftplistparser.c158 pl_unix_substate sub; member
163 pl_winNT_substate sub; member
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp2294 UnicodeString sub = str.tempSubString(1, 2); in TestUnicodeStringInsertAppendToSelf() local
/third_party/icu/icu4c/source/common/
H A Dustring.cpp56 u_strFindFirst(const UChar *s, int32_t length, const UChar *sub, int32_t subLength) u_strFindFirst() argument
287 u_strFindLast(const UChar *s, int32_t length, const UChar *sub, int32_t subLength) u_strFindLast() argument
[all...]
/third_party/libcoap/src/
H A Dcoap_debug.c1063 char sub[2]; in coap_string_tls_version() local
/third_party/mesa3d/src/compiler/glsl/
H A Dir_reader.cpp763 s_expression *sub; in read_swizzle() local
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsurface.c220 vlVaSubpicture *sub; in vlVaPutSubpictures() local
[all...]
/third_party/nghttp2/examples/
H A Dlibevent-server.c349 static int ends_with(const char *s, const char *sub) { in ends_with() argument
/third_party/node/deps/icu-small/source/common/
H A Dustring.cpp56 u_strFindFirst(const char16_t *s, int32_t length, const char16_t *sub, int32_t subLength) u_strFindFirst() argument
287 u_strFindLast(const char16_t *s, int32_t length, const char16_t *sub, int32_t subLength) u_strFindLast() argument
[all...]

Completed in 42 milliseconds

12345678910>>...15