Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 190) sorted by relevance

12345678

/developtools/smartperf_host/trace_streamer/
Dtest.sh17 rm -rf out/test/*.xml
18 rm -rf out/test_debug/*.xml
19 find out/test -name "*.gcda" -print0 | xargs -0 rm -rf
20 find out/test_debug -name "*.gcda" -print0 | xargs -0 rm -rf
21 mkdir -p out/test/data/resource
22 mkdir -p out/test_debug/data/resource
23 cp test/resource/* out/test/data/resource/
24 cp test/resource/* out/test_debug/data/resource/
25 cd out/test
Dbuild.sh48 mkdir -p out/$TARGET_DIR/clang_x64/developtools/smartperf_host
49 …cp out/$target_os/clang_x64/developtools/smartperf_host/protoc out/$TARGET_DIR/clang_x64/developto…
53 mkdir -p out/$TARGET_DIR/clang_x64/developtools/smartperf_host
54 …cp out/$target_os/clang_x64/developtools/smartperf_host/protoreader_plugin out/$TARGET_DIR/clang_x…
65 mkdir out/windows
67 touch out/windows/trace_streamer.exe
Dsdktest.sh16 rm -rf out/sdkdemotest/*.xml
17 find out/sdkdemotest -name "*.gcda" -print0 | xargs -0 rm
18 mkdir -p out/sdkdemotest/data/resource
19 cp sdkdemotest/resource/* out/sdkdemotest/data/resource/
20 cd out/sdkdemotest
Dhuoyantu.sh32 sudo perf record -g -F 99 -- ./out/linux_debug/trace_streamer $source -e /tmp/1.db
33 sudo perf script -i perf.data > out.perf
34 ../FlameGraph/stackcollapse-perf.pl out.perf > out.floded
35 ../FlameGraph/flamegraph.pl out.floded > $dst
Dbuild_operator.sh79 prebuilts/$gn_path/$gn gen out/"$target_dir""$ext"/$clang_dir/$subsys_name/$part_name --clean
80 prebuilts/$gn_path/$ninja -C out/"$target_dir""$ext"/$clang_dir/$subsys_name/$part_name -t clean
82 …prebuilts/$gn_path/$gn gen out/"$target_dir""$ext"/$clang_dir/$subsys_name/$part_name --args='is_d…
84 prebuilts/$gn_path/$ninja -C out/"$target_dir""$ext"/$clang_dir/$subsys_name/$part_name
86 cp -r out/"$target_dir""$ext"/$clang_dir/$subsys_name/$part_name/* out/"$target_dir""$ext"/
/developtools/profiler/host/smartperf/trace_streamer/
Dtest.sh17 rm -rf out/test/*.xml
18 rm -rf out/test_debug/*.xml
19 find out/test -name "*.gcda" -print0 | xargs -0 rm -rf
20 find out/test_debug -name "*.gcda" -print0 | xargs -0 rm -rf
21 mkdir -p out/test/data/resource
22 mkdir -p out/test_debug/data/resource
23 cp test/resource/* out/test/data/resource/
24 cp test/resource/* out/test_debug/data/resource/
25 cd out/test
Dbuild.sh44 mkdir -p out/$1/clang_x64/developtools/profiler
45 …cp out/$target_os/clang_x64/developtools/profiler/protoc out/$1/clang_x64/developtools/profiler/pr…
49 mkdir -p out/$1/clang_x64/developtools/profiler
50 …cp out/$target_os/clang_x64/developtools/profiler/protoreader_plugin out/$1/clang_x64/developtools…
61 mkdir out/windows
63 touch out/windows/trace_streamer.exe
Dsdktest.sh16 rm -rf out/sdkdemotest/*.xml
17 find out/sdkdemotest -name "*.gcda" -print0 | xargs -0 rm
18 mkdir -p out/sdkdemotest/data/resource
19 cp sdkdemotest/resource/* out/sdkdemotest/data/resource/
20 cd out/sdkdemotest
Dhuoyantu.sh32 sudo perf record -g -F 99 -- ./out/linux_debug/trace_streamer $source -e /tmp/1.db
33 sudo perf script -i perf.data > out.perf
34 ../FlameGraph/stackcollapse-perf.pl out.perf > out.floded
35 ../FlameGraph/flamegraph.pl out.floded > $dst
Dbuild_operator.sh78 prebuilts/$gn_path/$gn gen out/"$target_dir""$ext"/$subsys_name/$part_name --clean
79 prebuilts/$gn_path/$ninja -C out/"$target_dir""$ext"/$subsys_name/$part_name -t clean
81 …prebuilts/$gn_path/$gn gen out/"$target_dir""$ext"/$subsys_name/$part_name --args='is_debug='"$is_…
83 prebuilts/$gn_path/$ninja -C out/"$target_dir""$ext"/$subsys_name/$part_name
85 mkdir -p out/linux
86 cp out/"$target_dir""$ext"/$subsys_name/$part_name/trace_streamer out/linux/
/developtools/hdc/src/common/
Dserial_struct_define.h280 static void WriteVarint(uint32_t value, Writer &out)
289 out.Write(b, i + 1);
295 static void WriteVarint(uint64_t value, Writer &out)
304 out.Write(b, i + 1);
311 static void WriteVarint(unsigned long value, Writer &out)
313 WriteVarint(static_cast<uint64_t>(value), out);
362 static void WriteFixed(uint32_t value, Writer &out)
365 out.Write(&value, sizeof(value));
371 static void WriteFixed(uint64_t value, Writer &out)
374 out.Write(&value, sizeof(value));
[all …]
/developtools/smartperf_host/trace_streamer/test/unittest/
DREADME.md18 (a) 执行之前先清理OHOS_STD/out/xxx-arm-release/obj/developtools 临时文件。
19 rm -rf ~/OHOS_STD/out/xxx-arm-release/obj/developtools
20 (b) 清理hi3516DV300设备上生成的中间文件/home/XXX/OHOS_STD/out
21 rm -rf /home/ohos/OHOS_STD/out*
34 tar -cvf out.tar out
36 退出shell后:pull /home/XXX/OHOS_STD/out.tar ~/OHOS_STD/
37 tar -xvf out.tar
38 pull /home/ohos/OHOS_STD/out/* /home/ohos/OHOS_STD/out/
47 gcno文件是在编译阶段生成,编译时如果out目录存在.o临时文件,则不会编译源码,需要删除out/ obj/developtools/目录的编译中间文件后重新编译
Dwasm_func_test.cpp49 char out[MAX_TESET_BUF_SIZE] = {0}; variable
55 …ret = TraceStreamerSqlQuery((const uint8_t*)sqlQuery.c_str(), sqlQuery.length(), (uint8_t*)out, MA…
56 TS_LOGI("sql value:%s", out);
73 char out[MAX_TESET_BUF_SIZE] = {0}; variable
79 …ret = TraceStreamerSqlQuery((const uint8_t*)sqlQuery.c_str(), sqlQuery.length(), (uint8_t*)out, MA…
80 TS_LOGI("sql value:%s", out);
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js170 function validateTagName(domNode, out, relativePath) { argument
177 const depends = out.deps
178 const jsonTemplate = out.jsonTemplate
179 const log = out.log
685 function validateClass(classNames, out, nodeLoc, relativePath) { argument
687 setDebugLine(out.jsonTemplate, relativePath, nodeLoc.line, classNames)
689 out.jsonTemplate.classList = eval(bind.transExpForList(classNames))
691 out.jsonTemplate.classList = classNames.split(/\s+/)
758 function validateStyle(css, out, nodeLoc, relativePath) { argument
759 const log = out.log
[all …]
/developtools/profiler/host/smartperf/trace_streamer/doc/
Dcompile_trace_streamer.md32 |linux |out/linux| out/linux_debug| trace_streamer
33 | macx |out/macx| out/macx_debug |trace_streamer
34 |windows |out/windows| out/windows_debug|trace_streamer
35 |wasm(linux下编译) |-|out/wasm|trace_streamer_builtin.wasm和trace_streamer_builtin.js
/developtools/smartperf_host/trace_streamer/doc/
Dcompile_trace_streamer.md32 |linux |out/linux| out/linux_debug| trace_streamer
33 | macx |out/macx| out/macx_debug |trace_streamer
34 |windows |out/windows| out/windows_debug|trace_streamer
35 |wasm(linux下编译) |-|out/wasm|trace_streamer_builtin.wasm和trace_streamer_builtin.js
/developtools/smartperf_host/trace_streamer/src/protos/
Dprotogen.sh19 …msys*) out='../../out/windows' protoreader_plugin='protoreader_plugin.exe' protoc='protoc.exe' …
20 darwin*) out='../../out/macx' proto_dir=$( cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) ;;
21 linux*) out='../../out/linux' proto_dir=$( cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) ;;
27 if [ ! -f "$out/$protoc" ];then
28 …echo "no $out/$protoc found, you need to run \"./build.sh protoc\" at root folder, and copy protoc…
100 export LD_LIBRARY_PATH=$out
/developtools/profiler/host/smartperf/trace_streamer/src/protos/
Dprotogen.sh25 …msys*) out='../out/windows' protoreader_plugin='protoreader_plugin.exe' protoc='protoc.exe' pro…
26 darwin*) out='../out/macx' proto_dir=$( cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) ;;
27 linux*) out='../out/linux' proto_dir=$( cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) ;;
33 if [ ! -f "$out/$protoc" ];then
34 …echo "no $out/$protoc found, you need to run \"./build.sh protoc\" at root folder, and copy protoc…
106 export LD_LIBRARY_PATH=$out
/developtools/global_resource_tool/src/
Dheader.cpp54 ofstream out(outputPath_, ofstream::out | ofstream::binary); in Create() local
55 if (!out.is_open()) { in Create()
66 out << buffer.rdbuf(); in Create()
67 out.close(); in Create()
Dresource_table.cpp169 ofstream out(idDefinedPath_, ofstream::out | ofstream::binary); in CreateIdDefined() local
170 if (!out.is_open()) { in CreateIdDefined()
177 writer->write(root, &out); in CreateIdDefined()
178 out.close(); in CreateIdDefined()
198 ofstream out(indexFilePath_, ofstream::out | ofstream::binary); in SaveToResouorceIndex() local
199 if (!out.is_open()) { in SaveToResouorceIndex()
214 out << outStreamHeader.str(); in SaveToResouorceIndex()
215 out << outStreamData.str(); in SaveToResouorceIndex()
267 … ostringstream &out, map<string, IdSet> &idSets, uint32_t &pos) const in SaveRecordItem() argument
296 out.write(reinterpret_cast<const char *>(&recordItem.size), sizeof(uint32_t)); in SaveRecordItem()
[all …]
/developtools/packing_tool/adapter/ohos/
DREADME44 --resources-path [option] --shell-apk-path [option] --index-path [option] --out-path <option> --for…
66 --out-path not null target hap binary path,must end with .hap.
68 out file if exists.
73 --resources-path [option] --out-path <option> --force [option]
85 --out-path not null target har binary path, must end with .har.
87 out file if exists.
90 java -jar hmos_app_packing_tool.jar --mode <option> --hap-path <option> --out-path <option>
99 --out-path not null target app binary path,must end with .app.
101 out file if exists.
113 …--resources-path example/resources/ --lib-path example/lib/ --out-path example/out/module1.hap --f…
[all …]
/developtools/global_resource_tool/
DREADME_zh.md66 restool -i entry/src/main -j entry/src/main/module.json -p com.ohos.demo -o out -r out/ResourceTab…
73 restool -x entry/src/main/resource -o out
77 restool -i out1 -i out2 -o out -p com.ohos.demo -r out/ResourceTable.txt -j entry/src/main/module.j…
88 …/main -j entry/src/main/module.json -p com.ohos.demo -o out -r out/ResourceTable.txt --ids out/id…
93 …module.json -p com.ohos.demo -o out1 -r out1/ResourceTable.txt --defined-ids out/id_defined.json -f
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
DREADME.md7 基于BUILD.gn、bundle.json、编译产物system_module_info.json、out/{product_name}/packages/phone目录下的编译产物,分析各子系统…
17 利用编译构建自动生成的out/rk3568/packages/phone/system_module_info.json中已有的信息重新组织,对于其中没有子系统和部件的文件,手动查找。目前已知oho…
47 path of out/{product_name}/packages/phone/system_module_info.json
51 … subdirectories of out/{product_name}/packages/phone to be counted.eg: -d system -d vendor
61 …python3 rom_analyzer.py -p ~/oh/ -j ~/oh/out/rk3568/packages/phone/system_module_info.json -n rk35…
96 基于out/{product_name}/packages/phone下所有cfg文件、out/{product_name}/packages/phone/system/profile下所有json…
98 收集cfg、json文件的可供参考命令:`mkdir cfgs && cp $(find ~/oh/out/rk3568/packages/phone -name *.cfg | xargs) cf…
116 1. out/{product_name}/packages/phone下所有cfg文件,并将其放置于同一个目录中(ps:同名文件仅保存一份即可)
117 1. out/{product_name}/packages/phone/system/profile下所有json 文件
135 … path of sa json file. eg: -x ~/openharmony/out/rk3568/packages/phone/system/profile
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/database/
DTraceWorker.ts175 let out: Uint8Array = Module.HEAPU8.slice(heapPtr, heapPtr + size);
176 bufferSlice.push(out);
220 let out: Uint8Array = thirdMode.HEAPU8.slice(heapPtr, heapPtr + size);
222 jsonConfig: dec.decode(out),
227 let out: Uint8Array = thirdMode.HEAPU8.slice(heapPtr, heapPtr + size);
228 bufferSlice.push(out);
238 let out: Uint8Array = thirdMode.HEAPU8.slice(heapPtr, heapPtr + size);
239 Module.HEAPU8.set(out, reqBufferAddr);
240 Module._UpdateTraceTime(out.length);
247 let out: Uint8Array = Module.HEAPU8.slice(heapPtr, heapPtr + size); variable
[all …]
/developtools/smartperf_host/ide/src/trace/database/
DTraceWorker.ts175 let out: Uint8Array = Module.HEAPU8.slice(heapPtr, heapPtr + size);
176 bufferSlice.push(out);
227 let out: Uint8Array = thirdMode.HEAPU8.slice(heapPtr, heapPtr + size);
229 jsonConfig: dec.decode(out),
234 let out: Uint8Array = thirdMode.HEAPU8.slice(heapPtr, heapPtr + size);
235 bufferSlice.push(out);
245 let out: Uint8Array = thirdMode.HEAPU8.slice(heapPtr, heapPtr + size);
246 Module.HEAPU8.set(out, reqBufferAddr);
247 Module._UpdateTraceTime(out.length);
254 let out: Uint8Array = Module.HEAPU8.slice(heapPtr, heapPtr + size); variable
[all …]

12345678