Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/buffer/
DBlobTest.ets50 let blob = new buffer.Blob(src)
51 assertEQ(blob.type, "")
52 assertEQ(blob.size, 0)
57 let blob = new buffer.Blob(sources);
58 let size = blob.size;
59 assertEQ(blob.type, "")
61 let text = await blob.text()
67 let blob = new buffer.Blob(sources)
68 let size = blob.size;
69 assertEQ(blob.type, "")
[all …]
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DPlatform.ts41 abstract getArraySize(blob: KPointer): int32;
42 abstract disposeArray(blob: KPointer): void;
43 abstract getArrayElement(blob: KPointer, index: int32): T;
45 decode(blob: KPointer): Array<T> {
46 const size = this.getArraySize(blob);
49 result[index] = this.getArrayElement(blob, index);
51 this.disposeArray(blob);
96 getArraySize(blob: KPointer): KInt {
97 return global.interop._GetPtrVectorSize(blob);
99 disposeArray(blob: KPointer): void {
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/math/
Dmath.ets28 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
46 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
64 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
82 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
118 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
136 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
164 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
255 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
273 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
338 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
[all …]
/arkcompiler/ets_runtime/
DREADME_zh.md16 更多信息请参考:[方舟运行时子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/ARK-Runtime-Subsyste…
83 NAPI接口说明参考[NAPI部件](https://gitee.com/openharmony/arkui_napi/blob/master/README_zh.md)
87 ArkTS生成字节码参考[方舟eTS编译器]( https://gitee.com/openharmony/arkcompiler_ets_frontend/blob/master/README_z…
DREADME.md16 For more information, see [ArkCompiler JS Runtime](https://gitee.com/openharmony/docs/blob/master/e…
83 See [NAPI](https://gitee.com/openharmony/arkui_napi/blob/master/README.md).
95 …n, see [ARK Runtime Usage Guide](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/
/arkcompiler/runtime_core/
DREADME_zh.md20 更多信息请参考:[方舟运行时子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/ARK-Runtime-Subsyste…
96 更多使用说明请参考:[方舟运行时使用指南](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/README…
DREADME.md20 For more information, see: [ARK Runtime Subsystem](https://gitee.com/openharmony/docs/blob/master/e…
99 …untime Usage Guide](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/README.…
/arkcompiler/runtime_core/docs/changelogs/
D2024-07-10-isa-changelog.md12 To support [lazy import](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/quick…
D2024-05-26-file_format-changelog.md14 ](https://gitee.com/openharmony/docs/blob/dfc65afed16d888d2c816b31e3fcbe17e725c6a2/zh-cn/applicatio…
D2023-12-31-isa-changelog.md12 …in ECMAScript2022 and [sendable class](https://gitee.com/openharmony/docs/blob/5bce26d25ceed2417ed…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/runtime/
D02_bytecode.rst18 For details, see https://gitee.com/openharmony/arkcompiler_runtime_core/blob/master/static_core/isa…
D03_file_format.rst18 For details, see https://gitee.com/openharmony/arkcompiler_runtime_core/blob/master/static_core/doc…
/arkcompiler/ets_runtime/test/ffiworkloadtest/
DREADME.md50 …[ffi_workload.cpp位置](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/%6d%61%73%74%65%72…
/arkcompiler/runtime_core/static_core/plugins/ets/
DGenerateStdLib.cmake56 …"https://gitee.com/OpenHarmony/arkcompiler_runtime_core/blob/master/static_core/plugins/ets/stdlib…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DDouble.ets642 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
665 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
688 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
720 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
762 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
794 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
830 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
DString.ets119 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
129 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
152 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
173 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
182 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
318 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
/arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/
D.gitignore160 # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
DBUILDING.md14 …[bootstraping](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/README.md#bo…
/arkcompiler/runtime_core/libark_defect_scan_aux/
DREADME.md84 参考《[es2panda使用方式](https://gitee.com/openharmony/arkcompiler_ets_frontend/blob/master/README_zh.md#%…
/arkcompiler/ets_frontend/
DREADME_zh.md14 更多信息请参考:[方舟运行时子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/ARK-Runtime-Subsyste…
210 更多使用说明请参考:[方舟运行时使用指南](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/README…
DREADME.md14 For more information, see: [ARK Runtime Subsystem](https://gitee.com/openharmony/docs/blob/master/e…
211 …untime-Usage-Guide](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/README.…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dgui.rst30 `Tutorial <https://gitee.com/openharmony/docs/blob/master/en/application-dev/quick-start/arkts-get-…
/arkcompiler/ets_frontend/arkguard/
DREADME-cn.md3 …es-V5/source-obfuscation-V5)以及[社区doc仓](https://gitee.com/openharmony/docs/blob/master/zh-cn/applic…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/
DREADME.md169 ERB templates guide https://github.com/ruby/erb/blob/master/README.md
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp139 IsolateData(v8::StartupData* blob) : blob(blob) {} in IsolateData()
143 delete blob; in ~IsolateData()
146 v8::StartupData* blob; member
151 static void CreateIsolateData(v8::Isolate* isolate, v8::StartupData* blob) in CreateIsolateData() argument
153 auto data = new IsolateData(blob); in CreateIsolateData()
156 if (blob) { in CreateIsolateData()
1630 auto blob = creator->CreateBlob(v8::SnapshotCreator::FunctionCodeHandling::kKeep); in OH_JSVM_CreateSnapshot() local
1631 *blobData = blob.data; in OH_JSVM_CreateSnapshot()
1632 *blobSize = blob.raw_size; in OH_JSVM_CreateSnapshot()

12