Home
last modified time | relevance | path

Searched refs:with (Results 1 - 16 of 16) sorted by relevance

/foundation/multimodalinput/input/test/unittest/standalone/include/
H A Dmmi_log.h4 * you may not use this file except in compliance with the License.
32 inline void ReplaceAll(std::string& str, const std::string& what, const std::string& with) in ReplaceAll() argument
34 for (size_t pos = 0; str.npos != (pos = str.find(what, pos)); pos += with.size()) { in ReplaceAll()
35 str.replace(pos, what.size(), with); in ReplaceAll()
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/bats/
H A Ddump_event.bat3 :: you may not use this file except in compliance with the License.
16 @rem Set local scope for the variables with windows NT shell
39 @rem Replace here with hdc command
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradlew.bat4 @rem you may not use this file except in compliance with the License.
23 @rem Set local scope for the variables with windows NT shell
90 @rem End local scope for the variables with windows NT shell
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp4 * you may not use this file except in compliance with the License.
44 void ReplaceAll(std::string &inout, const std::string &what, const std::string &with) in ReplaceAll() argument
48 inout.replace(pos, what.length(), with.data(), with.length()); in ReplaceAll()
49 pos += with.length(); in ReplaceAll()
60 if (collectionName.length() + 1 > MAX_COLLECTION_NAME) { // with '\0' in CheckCollectionName()
134 if (idValue.GetStringValue().length() + 1 > MAX_ID_LENS) { // with '\0' in CheckIdFormat()
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Dutil.rs4 * you may not use this file except in compliance with the License.
49 RNG.with(|rng| {
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/
H A Dhvigorw.bat3 @rem you may not use this file except in compliance with the License.
21 @rem Set local scope for the variables with windows NT shell
/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp4 * you may not use this file except in compliance with the License.
162 int32_t with = 3; in ConvertHexToString() local
163 str << std::hex << std::setw(with) << std::setfill('0') << hex; in ConvertHexToString()
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/
H A Dhvigorw.bat4 * you may not use this file except in compliance with the License.
29 @rem Set local scope for the variables with windows NT shell
/foundation/communication/bluetooth_service/test/example/bluetoothtest/
H A Dhvigorw.bat4 * you may not use this file except in compliance with the License.
22 @rem Set local scope for the variables with windows NT shell
/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/
H A Dipc_ylong.rs3 // you may not use this file except in compliance with the License.
43 // This shouldn't cause issues with blocking the thread as only one task will in spawn()
52 // with `panic = abort`. in spawn()
/foundation/multimedia/media_foundation/test/unittest/
H A DTestHiPlayer.cpp4 * you may not use this file except in compliance with the License.
107 .with(mockcpp::any()) in HWTEST_F()
119 .with(eq(size)) in HWTEST_F()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/
H A Dhvigorw.bat8 @rem Set local scope for the variables with windows NT shell
/foundation/arkui/napi/jsvm/
H A Dbuild_jsvm_inter.sh4 # you may not use this file except in compliance with the License.
35 --with-arm-float-abi=hard \
/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp4 * you may not use this file except in compliance with the License.
938 int32_t with = 3; in ConvertHexToString() local
939 str << std::hex << std::setw(with) << std::setfill('0') << hex; in ConvertHexToString()
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_pattern_test_ng.cpp4 * you may not use this file except in compliance with the License.
1295 auto with = menuPattern->GetSelectMenuWidth(); in HWTEST_F() local
1296 EXPECT_EQ(with, 100.0f); in HWTEST_F()
1408 * @tc.desc: Test UpdateMenuItemChildren with OnModifyDone.
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp4 * you may not use this file except in compliance with the License.
900 auto with = pattern->GetScrollBarWidth(); in HWTEST_F() local
901 EXPECT_EQ(with, 0.0); in HWTEST_F()
1215 /* Create a paragraph and mock to return two rectangles with the same starting point */ in HWTEST_F()
1230 /* Create a paragraph, mock and return two rectangles with different starting points */ in HWTEST_F()

Completed in 9 milliseconds