Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Dipromise3.ts22 …(value: T) => IPromise3<U>, error?: (error: any) => IPromise3<U>, progress?: (progress: any) => vo…
23 …then<U>(success?: (value: T) => IPromise3<U>, error?: (error: any) => U, progress?: (progress: any…
24 …then<U>(success?: (value: T) => U, error?: (error: any) => IPromise3<U>, progress?: (progress: any…
25 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void )…
26 …done? <U>(success?: (value: T) => any, error?: (error: any) => any, progress?: (progress: any) => …
Dipromise2.ts23 …: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: any) => vo…
24 …>(success?: (value: T) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any) => vo…
25 …>(success?: (value: T) => U, error?: (error: any) => IPromise<U>, progress?: (progress: any) => vo…
26 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void )…
27 …done<U>(success?: (value: T) => any, error?: (error: any) => any, progress?: (progress: any) => vo…
DasyncFunctionsAndStrictNullChecks.ts23 …ue: TResult) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: any) => vo…
24 …ess?: (value: TResult) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any) => vo…
25 …ess?: (value: TResult) => U, error?: (error: any) => IPromise<U>, progress?: (progress: any) => vo…
26 …then<U>(success?: (value: TResult) => U, error?: (error: any) => U, progress?: (progress: any) => …
27 …>(success?: (value: TResult) => any, error?: (error: any) => any, progress?: (progress: any) => vo…
Dipromise4.ts23 …: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: any) => vo…
24 …>(success?: (value: T) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any) => vo…
25 …>(success?: (value: T) => U, error?: (error: any) => IPromise<U>, progress?: (progress: any) => vo…
26 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void )…
27 …done? <U>(success?: (value: T) => any, error?: (error: any) => any, progress?: (progress: any) => …
DexportedInterfaceInaccessibleInCallbackInModule.ts23 (progress:any):any;
29 …constructor(init:(complete: (value:V)=>void, error:(err:any)=>void, progress:ProgressCallback)=>vo…
32 …public then<U>(success?: (value:V)=>TPromise<U>, error?: (err:any)=>TPromise<U>, progress?:Progres…
DarrayTypeInSignatureOfInterfaceAndClass.ts24 …s?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progress: any) => vo…
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.py29 from rich.progress import (
40 progress = Progress( variable
96 progress.console.log('Requesting {}'.format(url))
100 progress.console.log("Failed to open {}, HTTPError: {}".format(url, e.code), style='red')
101 progress.update(task_id, total=int(response.info()["Content-length"]))
103 progress.start_task(task_id)
106 progress.update(task_id, advance=len(data))
107 progress.console.log("Downloaded {}".format(local_file))
110 progress.console.log("Decompressing {}".format(local_file))
112 progress.console.log("Decompressed {}".format(local_file))
[all …]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp135 bool HeapProfiler::DumpHeapSnapshot(DumpFormat dumpFormat, Stream *stream, Progress *progress, in DumpHeapSnapshot() argument
144 if (progress != nullptr) { in DumpHeapSnapshot()
145 progress->ReportProgress(0, heapCount); in DumpHeapSnapshot()
151 if (progress != nullptr) { in DumpHeapSnapshot()
152 progress->ReportProgress(heapCount, heapCount); in DumpHeapSnapshot()
202 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking() argument
219 if (progress != nullptr) { in StopHeapTracking()
220 progress->ReportProgress(0, heapCount); in StopHeapTracking()
224 if (progress != nullptr) { in StopHeapTracking()
225 progress->ReportProgress(heapCount, heapCount); in StopHeapTracking()
Dheap_profiler_interface.h43 … virtual bool DumpHeapSnapshot(DumpFormat dumpFormat, Stream *stream, Progress *progress = nullptr,
49 …virtual bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true)…
Dheap_profiler.h78 bool DumpHeapSnapshot(DumpFormat dumpFormat, Stream *stream, Progress *progress = nullptr,
85 …bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true) overrid…
/arkcompiler/ets_frontend/es2panda/test/
DBUILD.gn23 "--no-progress",
39 "--no-progress",
74 "--no-progress",
92 "--no-progress",
108 "--no-progress",
122 "--no-progress",
157 "--no-progress",
Drunner.py477 if self.args.progress:
629 args.progress)
Dtest262skiplist.txt5476 built-ins/ArrayIteratorPrototype/next/detach-typedarray-in-progress.js
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/
Ddumpheapsnapshot3_fuzzer.cpp51 Progress *progress = nullptr; in DumpHeapSnapshot3FuzzTest() local
52 …DFXJSNApi::DumpHeapSnapshot(vm, input, &stream, progress, isVmMode, isPrivate, captureNumericValue… in DumpHeapSnapshot3FuzzTest()
/arkcompiler/ets_frontend/es2panda/
DREADME.md37 - `--no-progress`: Don't show progress bar
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h55 …id DumpHeapSnapshot(const EcmaVM *vm, int dumpFormat, Stream *stream, Progress *progress = nullptr,
67 …static bool StopHeapTracking(const EcmaVM *vm, Stream *stream, Progress *progress = nullptr, bool …
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp360 HeapProfilerProgress progress(&frontend_); in StopTrackingHeapObjects() local
361 result = panda::DFXJSNApi::StopHeapTracking(vm_, &stream_, &progress, false); in StopTrackingHeapObjects()
376 HeapProfilerProgress progress(&frontend_); in TakeHeapSnapshot() local
377 … panda::DFXJSNApi::DumpHeapSnapshot(vm_, 0, &stream_, &progress, true, false, captureNumericValue); in TakeHeapSnapshot()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp66 … [[maybe_unused]] Stream *stream, [[maybe_unused]] Progress *progress, in DumpHeapSnapshot() argument
74 heapProfile->DumpHeapSnapshot(ecmascript::DumpFormat(dumpFormat), stream, progress, in DumpHeapSnapshot()
206 … [[maybe_unused]] Progress *progress, [[maybe_unused]] bool newThread) in StopHeapTracking() argument
213 result = heapProfile->StopHeapTracking(stream, progress, newThread); in StopHeapTracking()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp115 ecmascript::Progress *progress = nullptr; in HWTEST_F_L0() local
122 …DFXJSNApi::DumpHeapSnapshot(vm_, dumpFormat, &stream, progress, isVmMode, isPrivate, captureNumeri… in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js23480 this.progress = null;
23491 this.progress = t.progress;
23522 this.progress = null;
37737 if (!t.progress) {
37738 t.progress = {
37745 const {options: s, progress: n} = t;
37786 progress: n, property
38038 if (!t.progress) {
38039 t.progress = {
38046 const {options: s, progress: n} = t;
[all …]
/arkcompiler/runtime_core/docs/
Ddoxygen.config719 # Configuration options related to warning and progress messages
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …)},t.stopTracing=function(){e.Debug.assert(e.tracing,"Tracing is not in progress"),e.Debug.assert(…