Home
last modified time | relevance | path

Searched defs:string (Results 426 - 450 of 1650) sorted by relevance

1...<<11121314151617181920>>...66

/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_parser.cpp195 std::string string; in GetString() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Djson_parser.cpp208 std::string string; in GetString() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dstring_index_of.h191 auto string = reinterpret_cast<ark::coretypes::String *>(str); in StringIndexOfU16() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dstring_table.cpp45 coretypes::String *StringTable::GetOrInternString(coretypes::String *string, const LanguageContext &ctx) in GetOrInternString() argument
120 coretypes::String *StringTable::Table::GetString(coretypes::String *string, [[maybe_unused]] const LanguageContext &ctx) in GetString() argument
134 void StringTable::Table::ForceInternString(coretypes::String *string, [[maybe_unused]] const LanguageContext &ctx) in ForceInternString() argument
140 InternString(coretypes::String *string, [[maybe_unused]] const LanguageContext &ctx) InternString() argument
208 GetOrInternString(coretypes::String *string, const LanguageContext &ctx) GetOrInternString() argument
304 GetOrInternString(coretypes::String *string, const LanguageContext &ctx) GetOrInternString() argument
392 InternStringNonMovable(coretypes::String *string, const LanguageContext &ctx) InternStringNonMovable() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmultithreaded_intern_string_table_test.cpp96 void CheckSameString(coretypes::String *string) in CheckSameString() argument
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastDump.h48 explicit Optional(const char *string) : value_(const_cast<char *>(string)) {} in Optional() argument
90 Property(const char *key, const char *string) : key_(key), value_(string) {} in Property() argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_symbol_test.cpp207 JSHandle<EcmaString> string = ecmaVM->GetFactory()->NewFromASCII("ccc"); in HWTEST_F_L0() local
234 JSHandle<EcmaString> string = ecmaVM->GetFactory()->NewFromASCII("ccc"); in HWTEST_F_L0() local
297 JSHandle<EcmaString> string = ecmaVM->GetFactory()->NewFromASCII("ddd"); in HWTEST_F_L0() local
318 JSHandle<EcmaString> string = ecmaVM->GetFactory()->NewFromASCII(""); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_frontend/es2panda/ir/
H A DastDump.h48 explicit Optional(const char *string) : value_(const_cast<char *>(string)) {} in Optional() argument
76 Property(const char *key, const char *string) : key_(key), value_(string) {} in Property() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_first_test.cpp134 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World"); in HWTEST_F_L0() local
188 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World"); in HWTEST_F_L0() local
243 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World"); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_segments.cpp70 CreateSegmentsObject(JSThread *thread, const JSHandle<JSSegmenter> &segmenter, const JSHandle<EcmaString> &string) CreateSegmentsObject() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_asf.c311 void rtl8168_asf_community_string(struct rtl8168_private *tp, int arg, char *string) in rtl8168_asf_community_string() argument
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.cpp198 const char* string = key.c_str(); GetHashCode() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.h80 ToNumber(const std::string& string) ToNumber() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_xml_config.h139 new(&stringValue)std::string(st member in OHOS::Rosen::RSBaseXmlConfig::ConfigItem::std
[all...]
/foundation/window/window_manager/utils/include/
H A Dxml_config_base.h139 new(&stringValue_)std::string(st member in OHOS::Rosen::XmlConfigBase::ConfigItem::std
[all...]
/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_mock.cpp39 bool AddNumberToJsonObject(cJSON *json, const char * const string, int32_t num) in AddNumberToJsonObject() argument
84 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectSignedNumberItem() argument
/foundation/communication/dsoftbus/core/common/json_utils/
H A Dsoftbus_json_utils.c24 int32_t GetStringItemByJsonObject(const cJSON *json, const char * const string, char *target, in GetStringItemByJsonObject() argument
49 bool GetJsonObjectStringItem(const cJSON *json, const char * const string, char *target, in GetJsonObjectStringItem() argument
74 GetJsonObjectNumberItem(const cJSON *json, const char * const string, int32_t *target) GetJsonObjectNumberItem() argument
89 GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int32_t *target) GetJsonObjectSignedNumberItem() argument
104 GetJsonObjectDoubleItem(const cJSON *json, const char * const string, double *target) GetJsonObjectDoubleItem() argument
119 GetJsonObjectNumber16Item(const cJSON *json, const char * const string, uint16_t *target) GetJsonObjectNumber16Item() argument
134 GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int64_t *target) GetJsonObjectNumber64Item() argument
149 GetJsonObjectSignedNumber64Item(const cJSON *json, const char * const string, int64_t *target) GetJsonObjectSignedNumber64Item() argument
164 GetJsonObjectInt32Item(const cJSON *json, const char * const string, int32_t *target) GetJsonObjectInt32Item() argument
179 GetJsonObjectBoolItem(const cJSON *json, const char * const string, bool *target) GetJsonObjectBoolItem() argument
194 AddStringToJsonObject(cJSON *json, const char * const string, const char *value) AddStringToJsonObject() argument
212 AddStringArrayToJsonObject(cJSON *json, const char * const string, const char * const *strings, int32_t count) AddStringArrayToJsonObject() argument
232 AddNumber16ToJsonObject(cJSON *json, const char * const string, uint16_t num) AddNumber16ToJsonObject() argument
251 AddNumberToJsonObject(cJSON *json, const char * const string, int32_t num) AddNumberToJsonObject() argument
270 AddNumber64ToJsonObject(cJSON *json, const char * const string, int64_t num) AddNumber64ToJsonObject() argument
289 AddBoolToJsonObject(cJSON *json, const char * const string, bool value) AddBoolToJsonObject() argument
308 GetDynamicStringItemByJsonObject(const cJSON * const json, const char * const string, uint32_t limit) GetDynamicStringItemByJsonObject() argument
340 AddIntArrayToJsonObject(cJSON *json, const char *string, const int32_t *array, int32_t arrayLen) AddIntArrayToJsonObject() argument
358 GetJsonObjectIntArrayItem(const cJSON *json, const char *string, int32_t *array, int32_t arrayLen) GetJsonObjectIntArrayItem() argument
[all...]
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dohos_rpc_test_testhelper.cpp194 Java_ohos_rpc_test_TestHelper_nativeStartExecutable( JNIEnv *env, jobject object, jstring string, jint length) Java_ohos_rpc_test_TestHelper_nativeStartExecutable() argument
218 Java_ohos_rpc_test_TestHelper_nativeStopExecutable( JNIEnv *env, jobject object, jstring string, jint length) Java_ohos_rpc_test_TestHelper_nativeStopExecutable() argument
242 Java_ohos_rpc_test_TestHelper_nativeRunCommand( JNIEnv *env, jobject object, jstring string, jint length) Java_ohos_rpc_test_TestHelper_nativeRunCommand() argument
[all...]
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifitoolkit_fuzzer/
H A Dwifitoolkit_fuzzer.cpp127 char *string = nullptr; in AppXmlParserTest() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddata_value.cpp190 DataValue &DataValue::operator=(const std::string &string) in operator =() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Ddb_delegate.h[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.h
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_objects.h
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dexconvrt.c260 acpi_ex_convert_to_ascii(u64 integer, u16 base, u8 *string, u8 data_width) acpi_ex_convert_to_ascii() argument
[all...]
H A Ddbconvert.c101 acpi_db_convert_to_buffer(char *string, union acpi_object *object) in acpi_db_convert_to_buffer() argument
165 acpi_db_convert_to_package(char *string, union acpi_object *object) acpi_db_convert_to_package() argument
222 acpi_db_convert_to_object(acpi_object_type type, char *string, union acpi_object *object) acpi_db_convert_to_object() argument
[all...]

Completed in 14 milliseconds

1...<<11121314151617181920>>...66