Home
last modified time | relevance | path

Searched refs:string (Results 28201 - 28225 of 45434) sorted by relevance

1...<<1121112211231124112511261127112811291130>>...1818

/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Djs_sendable_utils.h22 #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 Dstep_result_set.cpp34 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 Dnapi_async_call.cpp99 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 Djs_sendable_utils.cpp28 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 Ddsoftbus_input_audio_plugin_test.cpp22 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 Ddsoftbus_input_plugin_test.cpp22 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 Dsvc_session_manager_ex_test.cpp165 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 Dkey_manager_other_test.cpp22 #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 Dpan_statemachine.cpp21 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 Dnapi_file_iterator_exporter.cpp36 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 Dhdi_device_impl.h89 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 Dhdioutput_test.cpp371 std::string ret = ""; in HWTEST_F()
411 std::string result; in HWTEST_F()
412 std::string arg; in HWTEST_F()
H A Dhdilayer_test.cpp37 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 Dwindow_adapter_lite.cpp298 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 Ddss.c71 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 Dopt.c35 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 DPpScanner.cpp1160 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 Dcommand_path.cc113 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 Ducm_cond.c140 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 Dgmock_output_test_.cc35 #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 DAffixUtils.java36 * 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 Dstream.cpp37 #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 DAffixUtils.java37 * 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__.py2 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 Darray-from.js23 var string = Object.prototype.toString.call(object);
25 return string.substring(8, string.length - 1);

Completed in 34 milliseconds

1...<<1121112211231124112511261127112811291130>>...1818