Home
last modified time | relevance | path

Searched defs:buf2 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_buffer.js38 let buf2 = new FastBuffer(10); variable
106 let buf2 = new FastBuffer("1235"); variable
114 let buf2 = new FastBuffer("测试二"); variable
120 let buf2 = new FastBuffer("1236测试"); variable
326 let buf2 = new FastBuffer(20); variable
340 let buf2 = new FastBuffer(" hello world", 'utf8'); variable
354 let buf2 = new FastBuffer(10); variable
430 let buf2 = new FastBuffer("bcde", "utf8"); variable
439 const buf2 = new FastBuffer('0123', 'utf8'); constant
611 let buf2 = new FastBuffer("1235"); variable
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
DInterfaceNativeTest.cpp110 char buf2[6U] = {}; in ETS_InterfaceNativeTest_testGetStrUTF() local
/arkcompiler/ets_runtime/test/fuzztest/containersfastbufferequals_fuzzer/
Dcontainersfastbufferequals_fuzzer.cpp105 JSHandle<JSAPIFastBuffer> buf2 = CreateJSAPIFastBuffer(thread, STRING_MAX_LENGTH); in ContainersFastBufferIndexOfFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersfastbuffercopy_fuzzer/
Dcontainersfastbuffercopy_fuzzer.cpp108 JSHandle<JSAPIFastBuffer> buf2 = CreateJSAPIFastBuffer(thread, STRING_MAX_LENGTH); in ContainersFastBufferIndexOfFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersfastbuffercompare_fuzzer/
Dcontainersfastbuffercompare_fuzzer.cpp108 JSHandle<JSAPIFastBuffer> buf2 = CreateJSAPIFastBuffer(thread, STRING_MAX_LENGTH); in ContainersFastBufferCompareFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp362 std::string buf2(JS_DTOA_BUF_SIZE, '\0'); in CustomEcvt() local