Home
last modified time | relevance | path

Searched refs:bin (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/
H A Dbuild.sh0 #!/bin/bash
18 CMAKE_ROOT=$PROJECT_ROOT/prebuilts/cmake/linux-x86/bin
25 NINJA_HOME=$PROJECT_ROOT/prebuilts/build-tools/linux-x86/bin
55 #$LLVM_DIR/bin/llvm-strip -s $PROJECT_DIR/Strip/LumeAssetCompiler
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/
H A Dbuild.sh0 #!/bin/bash
18 CMAKE_ROOT=$PROJECT_ROOT/prebuilts/cmake/linux-x86/bin
25 NINJA_HOME=$PROJECT_ROOT/prebuilts/build-tools/linux-x86/bin
62 #$LLVM_DIR/bin/llvm-strip -s $PROJECT_DIR/Strip/LumeShaderCompiler
/foundation/ai/neural_network_runtime/example/deep_learning_framework/cmake_build/
H A Dbuild_ohos_tflite.sh0 #!/bin/bash
26 ./tool_chain/native/build-tools/cmake/bin/cmake \
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp41 std::vector<uint8_t> bin; variable
80 auto padding = (8 - (bin.size() & 7)) & 7;
81 tmp.offset = bin.size() + padding;
88 bin.resize((size_t)(bin.size() + padding + tmp.size));
89 fread(bin.data() + tmp.offset, 1, (size_t)tmp.size, f);
649 const size_t size_of_data = bin.size() + size_of_dir;
653 memcpy(data + sizeof(uint64_t) + size_of_dir, bin.data(), bin.size());
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/
H A Dmain.js144 let ohpmBat = `${param.devEcoPath}\\tools\\ohpm\\bin\\ohpm.bat`;
146 let hvigorPath = `${param.devEcoPath}\\tools\\hvigor\\bin\\hvigorw.js`;
/foundation/resourceschedule/ffrt/benchmarks/
H A Dbenchmarks.sh0 #!/bin/bash
62 export PATH=$TOOLCHAIN_PATH/bin:$PATH
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/
H A Dhvigorw.bat24 @rem Add %NODE_HOME%/bin to the PATH environment variable
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradlew.bat54 set JAVA_EXE=%JAVA_HOME%/bin/java.exe

Completed in 5 milliseconds