Home
last modified time | relevance | path

Searched defs:string (Results 1 - 25 of 88) sorted by relevance

1234

/arkcompiler/ets_runtime/test/moduletest/container/
H A Dcontainer.js50 var string = "container test end" variable
/arkcompiler/ets_runtime/ecmascript/
H A Djs_string_iterator.cpp20 CreateStringIterator(const JSThread *thread, const JSHandle<EcmaString> &string) CreateStringIterator() argument
H A Dglobal_env.cpp36 JSHandle<JSTaggedValue> GlobalEnv::GetSymbol(JSThread *thread, const JSHandle<JSTaggedValue> &string) in GetSymbol() argument
H A Djs_segment_iterator.cpp60 CreateSegmentIterator(JSThread *thread, icu::BreakIterator* icuBreakIterator, const JSHandle<EcmaString> &string, GranularityOption granularity) CreateSegmentIterator() argument
/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_builder.cpp25 void JsonEscape(std::ostream &os, std::string_view string) in JsonEscape() argument
H A Dstring_helpers.h31 namespace panda::helpers::string { namespace in panda::helpers
H A Djson_builder.h85 void Stringify(std::string_view string) in Stringify() argument
90 void Stringify(const char *string) in Stringify() argument
H A Djson_parser.cpp195 std::string string; in GetString() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Djson_builder.cpp25 void JsonEscape(std::ostream &os, std::string_view string) in JsonEscape() argument
H A Dstring_helpers.h31 namespace ark::helpers::string { namespace in ark::helpers
H A Djson_builder.h89 void Stringify(std::string_view string) in Stringify() argument
94 void Stringify(const char *string) in Stringify() argument
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/
H A Dstring_logger.rb31 def string method in TestRunner.Reporters.StringLogger
49 def string method in TestRunner.Reporters.SeparateFileLogger
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
H A Dstring_logger.rb31 def string method in TestRunner.Reporters.StringLogger
49 def string method in TestRunner.Reporters.SeparateFileLogger
/arkcompiler/ets_frontend/es2panda/util/
H A Ddumper.cpp50 std::cout << "\"" << string << "\"; "; in DumpStrings() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_type_generator.h40 static uint32_t ComputeHashCode(const CString &string) in ComputeHashCode() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_verification_test.cpp49 JSHandle<EcmaString> string = objectFactory->NewFromASCII("123"); in HWTEST_F_L0() local
H A Dread_only_space_test.cpp117 JSHandle<EcmaString> string = factory->NewFromStdString(rawStr); in HWTEST_F_L0() local
147 JSHandle<EcmaString> string = factory->NewFromStdString(rawStr); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
H A Dws_logger.cpp59 ms << string; in write() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_string_iterator_test.cpp34 JSHandle<EcmaString> string = factory->NewFromUtf8(&keyCStr[0]); in CreateBuiltinsJSStringIterator() local
57 CString string = "没有"; in HWTEST_F_L0() local
77 CString string = "没?"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.h106 GateRef GetParentFromSlicedString(GateRef string) in GetParentFromSlicedString() argument
111 GateRef GetStartIndexFromSlicedString(GateRef string) in GetStartIndexFromSlicedString() argument
116 GateRef GetHasBackingStoreFromSlicedString(GateRef string) in GetHasBackingStoreFromSlicedString() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_second_test.cpp134 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World"); in HWTEST_F_L0() local
170 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World"); in HWTEST_F_L0() local
206 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World"); in HWTEST_F_L0() local
242 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandabase/tests/
H A Dhash_test.cpp94 char string[] = "Over 1000!\0"; in OneStringHashTest() local
108 char string[] = "COULD YOU CREATE MORE COMPLEX TESTS,OK?\0"; in StringMemHashTest() local
125 char *string = in EndOfPageStringHashTest() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dhash_test.cpp98 char string[] = "Over 1000!\0"; in OneStringHashTest() local
113 char string[] = "COULD YOU CREATE MORE COMPLEX TESTS,OK?\0"; in StringMemHashTest() local
130 auto string = reinterpret_cast<char *>((reinterpret_cast<uintptr_t>(mem) + PAGE_SIZE) - sizeof(char) * stringSize); in EndOfPageStringHashTest() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddefault_inspector_extension.cpp116 auto string = coretypes::String::Cast(const_cast<ObjectHeader *>(object)); in GetAsString() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_segmenter.cpp91 JSHandle<EcmaString> string = JSTaggedValue::ToString(thread, stringValue); in Segment() local

Completed in 8 milliseconds

1234