/foundation/multimodalinput/input/test/unittest/standalone/include/ |
H A D | mmi_log.h | 4 * 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 D | dump_event.bat | 3 :: 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 D | gradlew.bat | 4 @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 D | check_common.cpp | 4 * 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 D | util.rs | 4 * 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 D | hvigorw.bat | 3 @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 D | dm_radar_helper.cpp | 4 * 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 D | hvigorw.bat | 4 * 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 D | hvigorw.bat | 4 * 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 D | ipc_ylong.rs | 3 // 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 D | TestHiPlayer.cpp | 4 * 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 D | hvigorw.bat | 8 @rem Set local scope for the variables with windows NT shell
|
/foundation/arkui/napi/jsvm/ |
H A D | build_jsvm_inter.sh | 4 # 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 D | dm_radar_helper.cpp | 4 * 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 D | menu_pattern_test_ng.cpp | 4 * 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 D | text_field_pattern_testtwo.cpp | 4 * 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()
|