Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bin
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/
H
A
D
build.sh
0
#!/
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
D
build.sh
0
#!/
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
D
build_ohos_tflite.sh
0
#!/
bin
/bash
26
./tool_chain/native/build-tools/cmake/
bin
/cmake \
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H
A
D
main.cpp
41
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
D
main.js
144
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
D
benchmarks.sh
0
#!/
bin
/bash
62
export PATH=$TOOLCHAIN_PATH/
bin
:$PATH
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/
H
A
D
hvigorw.bat
24
@rem Add %NODE_HOME%/
bin
to the PATH environment variable
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H
A
D
gradlew.bat
54
set JAVA_EXE=%JAVA_HOME%/
bin
/java.exe
Completed in 5 milliseconds