Home
last modified time | relevance | path

Searched defs:strA (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/dynamicimportsharedmodule/
Dstring.ts23 export var strA : string = "(This is strA!)"; variable
/arkcompiler/ets_runtime/test/moduletest/sendableclassuseimport/
Dstring.ts23 export var strA : string = "(This is strA!)"; variable
/arkcompiler/ets_runtime/test/moduletest/string/
Dstring.js97 var strA = name2 + name1; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Drunslots_allocator_test.cpp250 char *strA = reinterpret_cast<char *>(allocator.Alloc(SIZE1)); in TEST_F() local