/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | js_sendable_utils.h | 22 #include <string> 45 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, std::string &output); 63 napi_value ConvertToSendable(napi_env env, const std::string &value);
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | step_result_set.cpp | 34 StepResultSet::StepResultSet(Time start, Conn conn, const std::string &sql, const Values &args, bool safe) in StepResultSet() 122 std::pair<int, std::vector<std::string>> StepResultSet::GetColumnNames() in GetColumnNames() 136 std::vector<std::string> names; in GetColumnNames()
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
H A D | napi_async_call.cpp | 99 napi_value AsyncCall::Call(napi_env env, std::shared_ptr<BaseContext> context, const std::string &name) in Call() 104 napi_value AsyncCall::Async(napi_env env, std::shared_ptr<BaseContext> context, const std::string &name) in Async() 117 const std::string name_resource = "Preferences" + name; in Async()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
H A D | js_sendable_utils.cpp | 28 napi_value JSUtils::Convert2Sendable(napi_env env, const std::string &value) in Convert2Sendable() 100 int32_t JSUtils::Convert2Sendable(napi_env env, std::string value, napi_value &output) in Convert2Sendable() 131 // keysHold guarantees that the string address is valid before create the sendable object. in ToSendableObject() 132 std::vector<std::string> keysHold(length, ""); in ToSendableObject()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/dsoftbus_input_audio_test/ |
H A D | dsoftbus_input_audio_plugin_test.cpp | 22 const std::string PLUGINNAME = "dsoftbus_input_audio_plugin"; 104 std::string value = "dsoftbus_input_test"; in HWTEST_F() 115 std::string value = "dsoftbus_input_test"; in HWTEST_F()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/dsoftbus_input_test/ |
H A D | dsoftbus_input_plugin_test.cpp | 22 const std::string PLUGINNAME = "dsoftbus_input_plugin"; 101 std::string value = "dsoftbus_input_test"; in HWTEST_F() 116 std::string value = "dsoftbus_input_test"; in HWTEST_F()
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | svc_session_manager_ex_test.cpp | 165 std::vector<std::string> bundleNameList; in HWTEST_F() 206 std::vector<std::string> bundleNameList; in HWTEST_F() 261 std::vector<std::string> bundleNameList; in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/ |
H A D | key_manager_other_test.cpp | 22 #include <string> 149 string basePath = "/data/app/el2/" + to_string(user); in HWTEST_F() 150 string path = basePath + "/base"; in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_statemachine.cpp | 21 PanStateMachine::PanStateMachine(const std::string &address) in PanStateMachine() 72 std::string PanStateMachine::GetDeviceAdress() in GetDeviceAdress() 321 std::string PanStateMachine::GetEventName(int what) in GetEventName()
|
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/file_info/ |
H A D | napi_file_iterator_exporter.cpp | 36 std::string className = GetClassName(); in Export() 185 static bool FilterTrashAndRecentDir(const std::string &uri) in FilterTrashAndRecentDir() 267 std::string NapiFileIteratorExporter::GetClassName() in GetClassName()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_device_impl.h | 89 std::vector<std::string>& GetSupportedLayerPerFrameParameterKey() override; 90 int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key, 113 std::vector<std::string> layerPerFrameParameterKeys_{};
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdioutput_test.cpp | 371 std::string ret = "";
in HWTEST_F() 411 std::string result;
in HWTEST_F() 412 std::string arg;
in HWTEST_F()
|
H A D | hdilayer_test.cpp | 37 static inline std::vector<std::string> paramKey_{};
186 std::string ret = "";
in HWTEST_F() 201 std::string dumpStr = "";
in HWTEST_F()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_adapter_lite.cpp | 298 WMError WindowAdapterLite::CloseTargetFloatWindow(const std::string& bundleName) in CloseTargetFloatWindow() 307 WMError WindowAdapterLite::CloseTargetPiPWindow(const std::string& bundleName) in CloseTargetPiPWindow() 315 WMError WindowAdapterLite::GetCurrentPiPWindowInfo(std::string& bundleName) in GetCurrentPiPWindowInfo()
|
/third_party/ffmpeg/libavformat/ |
H A D | dss.c | 71 char datetime[64], string[DSS_TIME_SIZE + 1] = { 0 }; in dss_read_metadata_date() local 77 ret = avio_read(s->pb, string, DSS_TIME_SIZE); in dss_read_metadata_date() 81 if (sscanf(string, "%2d%2d%2d%2d%2d%2d", &y, &month, &d, &h, &minute, &sec) != 6) in dss_read_metadata_date()
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | opt.c | 35 char *string; member 72 {"string", "set string", OFFSET(string), AV_OPT_TYPE_STRING, { .str = "default" }, CHAR_MIN, CHAR_MAX, 1 }, 131 printf("string=%s\n", test_ctx.string); in main() 255 "string=:", in main() 260 "num=42 : string=blahblah", in main() 315 av_log(&test_ctx, AV_LOG_DEBUG, "Setting options string '%s'\n", options[i]); in main() 341 static const char * const shorthand[] = { "num", "string", NUL in main() [all...] |
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | PpScanner.cpp | 1160 pp->parseContext.ppError(ppToken->loc, "Expected hex value in escape sequence", "string", ""); in scan() 1190 pp->parseContext.ppError(ppToken->loc, "Invalid escape sequence", "string", ""); in scan() 1203 pp->parseContext.ppError(ppToken->loc, "End of line in string", "string", ""); in scan() 1282 // HLSL allows string literals. in tokenize() 1283 // GLSL allows string literals with GL_EXT_debug_printf. in tokenize() 1286 parseContext.requireExtensions(ppToken.loc, 2, string_literal_EXTs, "string literal"); in tokenize()
|
/third_party/gn/src/gn/ |
H A D | command_path.cc | 113 OutputString(std::string(" --> see ") + in PrintPath() 121 std::string(" --[") + StringForDepType(path[i + 1].second) + "]-->", in PrintPath() 312 int RunPath(const std::vector<std::string>& args) { in RunPath() 359 // This string is inserted in the results to annotate whether the result in RunPath()
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_cond.c | 140 const char *string, *regex_string; in if_eval_regex_match() local 147 err = get_string(eval, "String", &string); in if_eval_regex_match() 170 err = uc_mgr_get_substituted_value(uc_mgr, &s, string); in if_eval_regex_match()
|
/third_party/googletest/googlemock/test/ |
H A D | gmock_output_test_.cc | 35 #include <string> 60 MOCK_METHOD3(Bar, char(const std::string& s, int i, double x)); 182 const std::string s = "Hi"; in TEST_F()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | AffixUtils.java | 36 * To manually iterate over tokens in a literal string, use the following pattern, which is designed to 121 * Estimates the number of code points present in an unescaped version of the affix pattern string 127 * The original string whose width will be estimated. 128 * @return The length of the unescaped string. 198 * Takes a string and escapes (quotes) characters that have special meaning in the affix pattern 205 * The string to be escaped. 207 * The string builder to which to append the escaped string. 305 * The original string to be unescaped. 309 * The index into the FormattedStringBuilder to insert the the string 646 hasNext(long tag, CharSequence string) hasNext() argument [all...] |
/third_party/icu/icu4c/source/test/iotest/ |
H A D | stream.cpp | 37 #include <string.h> 99 string tempStr = outTestStream.str(); in TestStream() 134 UnicodeString ustr("string"); in TestStream() 142 const char *format_test_expected = "1234567890string 0123456789"; in TestStream() 165 string tmpString = outLargeStream.str(); in TestStream() 177 log_err("Error converting string for large stream buffer testing.\n"); in TestStream() 269 log_err("Reading of file did not return expected string\n"); in TestStreamEOF() 273 log_err("Reading of string did not return expected status result\n"); in TestStreamEOF() 276 log_err("Reading of string did not return expected string\ in TestStreamEOF() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | AffixUtils.java | 37 * To manually iterate over tokens in a literal string, use the following pattern, which is designed to 126 * Estimates the number of code points present in an unescaped version of the affix pattern string 132 * The original string whose width will be estimated. 133 * @return The length of the unescaped string. 203 * Takes a string and escapes (quotes) characters that have special meaning in the affix pattern 210 * The string to be escaped. 212 * The string builder to which to append the escaped string. 308 * The original string to be unescaped. 312 * The index into the FormattedStringBuilder to insert the the string 647 hasNext(long tag, CharSequence string) hasNext() argument [all...] |
/third_party/markupsafe/ |
H A D | __init__.py | 2 import string namespace 30 """A string that is ready to be safely inserted into an HTML or XML 144 """Convert escaped markup back into a text string. This replaces 201 """Escape a string. Calls :func:`escape` and ensures that for 260 class EscapeFormatter(string.Formatter): 281 rv = string.Formatter.format_field(self, value, str(format_spec)) 291 """Helper for various string-wrapped functions."""
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | array-from.js | 23 var string = Object.prototype.toString.call(object); 25 return string.substring(8, string.length - 1);
|