| /base/theme/wallpaper_mgr/frameworks/js/napi/test/unittest/src/wallpaper_js/ |
| H A D | Wallpaper.test.js | 1052 * @tc.desc: Test setImage() to sets a wallpaper of the specified type based on the uri path from a 1076 * @tc.desc: Test setImage() to sets a wallpaper of the specified type based on the uri path from a 1102 * @tc.desc: Test setImage() to sets a wallpaper of the specified type based on the uri path from a 1126 * @tc.desc: Test setImage() to sets a wallpaper of the specified type based on the uri path from a
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
| H A D | ssl.h | 1135 uint16_t mtu; /*!< path mtu, used to fragment outgoing messages */ 1415 * example when a Path Maximum Transfer Unit (PMTU) 1441 * \param mtu Value of the path MTU in bytes 2858 * path MTU as configured and current record expansion.
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| H A D | wlioctl_defs.h | 2020 /* different path selection values */ 2021 #define DPT_PATHSEL_AUTO 0 /* auto mode for path selection */ 2022 #define DPT_PATHSEL_DIRECT 1 /* always use direct DPT path */ 2023 #define DPT_PATHSEL_APPATH 2 /* always use AP path */
|
| /device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
| H A D | block.c | 1473 * completion path cannot be used during recovery.
in mmc_blk_cqe_req_done() 1953 * completion path cannot be used during recovery.
in mmc_blk_hsq_req_done() 2016 * completion path cannot be used during recovery.
in mmc_blk_mq_post_req() 2118 /* Take the recovery path for errors or urgent background operations */
in mmc_blk_mq_req_done()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
| H A D | drag_event.cpp | 2289 RSPath path; in PrepareShadowParametersForDragData() local 2290 if (path.BuildFromSVGString(stringPath)) { in PrepareShadowParametersForDragData() 2294 path.Transform(matrix); in PrepareShadowParametersForDragData() 2295 stringPath = path.ConvertToSVGString(); in PrepareShadowParametersForDragData()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
| H A D | rs_properties.cpp | 2126 void RSProperties::SetClipBounds(const std::shared_ptr<RSPath>& path) in SetClipBounds() argument 2128 if (path) { in SetClipBounds() 2131 if (clipPath_ != path) { in SetClipBounds() 2132 clipPath_ = path; in SetClipBounds()
|
| /foundation/multimedia/av_codec/test/unittest/avsource_test/ |
| H A D | avsource_unit_test.cpp | 1522 string path = TEST_FILE_PATH + string("avcc_aac_mp3.mp4"); in HWTEST_F() local 1523 fd_ = OpenFile(path); in HWTEST_F() 1524 size_ = GetFileSize(path); in HWTEST_F() 1525 printf("---- %s ----\n", path.c_str()); in HWTEST_F()
|
| /foundation/multimedia/player_framework/services/services/screen_capture/server/ |
| H A D | screen_capture_server.cpp | 1639 std::shared_ptr<PixelMap> ScreenCaptureServer::GetPixelMap(std::string path) in GetPixelMap() argument 1645 ImageSource::CreateImageSource(path, opts, errorCode); in GetPixelMap() 1652 std::shared_ptr<PixelMap> ScreenCaptureServer::GetPixelMapSvg(std::string path, int32_t width, int32_t height) in GetPixelMapSvg() argument 1658 ImageSource::CreateImageSource(path, opts, errorCode); in GetPixelMapSvg()
|
| /test/xts/acts/global/resmgr_standard/resmgrjs/entry/src/ohosTest/js/test/ |
| H A D | Resmgr.test.js | 3015 * @tc.name test addResource method with not exist path
3026 expect(err.message).assertEqual('Invalid overlay path');
3053 * @tc.name test removeResource method with not exist path
3064 expect(err.message).assertEqual('Invalid overlay path');
|
| /test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/ |
| H A D | hello.cpp | 134 std::string path;
in getHttp() local 156 path = "/";
in getHttp() 158 path = url.substr(pos2);
in getHttp() 162 std::string requestStr = "POST " + path +
in getHttp()
|
| /third_party/eudev/test/ |
| H A D | udev-test.pl | 1223 desc => "TEST absolute path", 1240 desc => "TEST relative path", 1301 exp_name => "disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0", 1304 KERNEL=="sda", ENV{ID_PATH}=="?*", SYMLINK+="disk/by-path/\$env{ID_PATH}"
|
| /third_party/curl/tests/ |
| H A D | ftpserver.pl | 98 my $path = '.'; 99 my $logdir = $path .'/log'; 112 my $portfile; # server port file path 3081 $piddir = $path;
|
| /third_party/f2fs-tools/fsck/ |
| H A D | fsck.c | 2455 if (!c.devices[i].path) in check_curseg_write_pointer() 3061 dev->path); in chk_and_fix_wp_with_sit() 3091 if (!c.devices[i].path) in fix_wp_sit_alignment() 3099 c.devices[i].path); in fix_wp_sit_alignment()
|
| /third_party/curl/src/ |
| H A D | tool_operate.c | 2549 /* On WIN32 we can't set the path to curl-ca-bundle.crt in transfer_per_config() 2551 * 1: look at the environment variable CURL_CA_BUNDLE for a path in transfer_per_config() 2553 * to find it along the app's path (includes app's dir and CWD) in transfer_per_config() 2578 * default filename curl-ca-bundle.crt in the user's PATH. in transfer_per_config()
|
| /third_party/backends/backend/genesys/ |
| H A D | low.cpp | 1334 // this code path is similar to what generic wolfson code path uses and uses similar constants, in compute_frontend_gain_wolfson_gl841() 1344 // this code path is similar to what generic wolfson code path uses and uses similar constants, in compute_frontend_gain_wolfson_gl846_gl847_gl124()
|
| /third_party/cmsis/CMSIS/Core/Include/ |
| H A D | core_ca.h | 1202 __ISB(); //ensure instruction fetch path sees new state in L1C_InvalidateBTAC() 1211 __ISB(); //ensure instruction fetch path sees new I cache state in L1C_InvalidateICacheMVA() 1219 __ISB(); //ensure instruction fetch path sees new I cache state in L1C_InvalidateICacheAll() 2927 __ISB(); //ensure instruction fetch path sees new state in MMU_InvalidateTLB()
|
| /third_party/curl/docs/ |
| H A D | FAQ | 699 in the first path part. List the "/tmp" directory like this: 703 or the not-quite-kosher-but-more-readable way, by simply starting the path 1072 re-routed around the physical problem through another path. 1244 * Add an option to the linker command line that specify the hard-coded path
|
| /third_party/gn/src/gn/ |
| H A D | ninja_rust_binary_target_writer_unittest.cc | 1277 // requesting a system library. The path to that library must be specified in TEST_F() 1285 // 3. A dependency on a library path which will be used for linking, which is in TEST_F() 1287 // be needed to resolve the path to a native library in a #[link] in TEST_F() 1297 // library through #[link] without having to specify the path in ldflags in TEST_F()
|
| /third_party/googletest/docs/ |
| H A D | advanced.md | 670 path/to/foo_test.cc:11: Failure 675 path/to/foo_test.cc:17: A 677 path/to/foo_test.cc:12: Failure 1965 to a non-existent file path. If a test program supports sharding, it will create
|
| /third_party/icu/docs/userguide/dev/ |
| H A D | codingguidelines.md | 1669 descriptive test module path to the test system by calling `addTest()`. The 1673 group, according to the common part of the test module path. 1726 test as well as the absolute 'path' to the test. Paths may be up to 127 chars in 1778 [-no_err_msg] [ -h] [ /path/to/test ]
|
| /third_party/mbedtls/programs/ssl/ |
| H A D | ssl_client2.c | 130 " ca_path=%%s The path containing the top-level CA(s) you fully trust\n" \ 339 " context_file=%%s The file path to write a serialized connection\n" \ 343 " option: a file path\n" 477 const char *ca_path; /* the path with the CA certificate(s) reside */
|
| /third_party/musl/porting/liteos_m/kernel/src/regex/ |
| H A D | regcomp.c | 2129 /* Finds the empty path through `node' which is the one that should be 2130 taken according to POSIX.2 rules, and adds the tags on that path to 2132 set to the number of tags seen on the path. */ 2207 /* The path must go through both children. */ in tre_match_empty()
|
| /third_party/musl/porting/liteos_a/user/ldso/ |
| H A D | dynlink.c | 839 * futher path search. */ in path_open() 1092 + sizeof "/etc/ld-musl-" LDSO_ARCH ".path"]; in load_library() 1094 "%.*s/etc/ld-musl-" LDSO_ARCH ".path", in load_library() 1827 } else if (!memcmp(opt, "library-path", 12)) { in __dls3()
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
| H A D | regcomp.c | 2130 /* Finds the empty path through `node' which is the one that should be 2131 taken according to POSIX.2 rules, and adds the tags on that path to 2133 set to the number of tags seen on the path. */ 2208 /* The path must go through both children. */ in tre_match_empty()
|
| /third_party/musl/porting/uniproton/kernel/src/regex/ |
| H A D | regcomp.c | 2129 /* Finds the empty path through `node' which is the one that should be 2130 taken according to POSIX.2 rules, and adds the tags on that path to 2132 set to the number of tags seen on the path. */ 2207 /* The path must go through both children. */ in tre_match_empty()
|