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:strip
(Results
1 - 14
of
14
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H
A
D
mk_prim_xml_step1.py
59
g_params['I_FILE_DIR'] = os.path.join(g_params['PRIM_XML_TEMP_ROOT_DIR'].
strip
(), g_params['PRIM_XML_KEY_WORD'])
63
file_name = g_params['PRIM_XML_FILE_ID_FILE'].
strip
(' ') if path is None else path
74
file_name = g_params['PRIM_XML_MOD_ID_FILE'].
strip
(' ')
89
sub_dir=sub_dir.
strip
()
92
full_dir = full_dir.
strip
()
111
temp_dir = g_params['I_FILE_DIR'].
strip
()
115
cc=g_params['CC'].
strip
()
116
cflag = g_params['CFLAGS'].
strip
()
135
key_word = g_params['PRIM_XML_KEY_WORD'].
strip
()
160
base_folder = g_params['PRIM_XML_TEMP_BASE_ROOT_DIR'].
strip
() i
[all...]
H
A
D
scons_utils.py
180
value = value.
strip
('"')
199
return options[option].
strip
('"')
215
return options[option].
strip
('"')
235
tmp_cfg = cfg.split('=')[1].
strip
('$').
strip
('(').
strip
(')').
strip
()
H
A
D
hi_config_parser.py
75
option = option.
strip
()
79
cfg_options[marco.
strip
()] = value.
strip
()
H
A
D
make_upg_file.py
402
aes_key_bin = bytearray.fromhex(lines[1].split(':')[1].split(';')[0].
strip
())
410
aes_iv_bin = bytearray.fromhex(lines[2].split(':')[1].split(';')[0].
strip
())
H
A
D
pkt_builder.py
422
app_name = app_name.
strip
('"')
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H
A
D
scons_utils.py
180
value = value.
strip
('"')
199
return options[option].
strip
('"')
215
return options[option].
strip
('"')
235
tmp_cfg = cfg.split('=')[1].
strip
('$').
strip
('(').
strip
(')').
strip
()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/
H
A
D
Makefile
230
@$(CFG_HI_TOOLCHAINS_NAME)-
strip
--
strip
-unneeded $(MOD_NAME_CMN).ko
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
H
A
D
build_nv.py
469
key=L[0].
strip
()
470
val=L[1].
strip
()
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/
H
A
D
build_nv.py
469
key=L[0].
strip
()
470
val=L[1].
strip
()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
Makefile
253
EXTRA_LDFLAGS += --
strip
-debug
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/
H
A
D
Makefile
297
EXTRA_LDFLAGS += --
strip
-debug
/device/soc/rockchip/common/sdk_linux/
H
A
D
Makefile
438
STRIP = llvm-
strip
447
STRIP = $(CROSS_COMPILE)
strip
1074
# the default option --
strip
-debug will be used. Otherwise,
1075
# INSTALL_MOD_STRIP value will be used as the options to the
strip
command.
1079
mod_strip_cmd = $(STRIP) --
strip
-debug
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H
A
D
configure_llvm
376
--
strip
=STRIP use
strip
tool STRIP [$strip_default]
1255
test_cmd $
strip
$ASMSTRIPFLAGS "$@" $TMPO
2510
strip
3775
strip_default="llvm-
strip
"
3789
strip_default="
strip
-X32_64"
4361
set_default arch cc cxx doxygen pkg_config ranlib
strip
sysinclude \
5392
strip
="
strip
-d"
5399
strip
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/
H
A
D
base.mak
52
ifeq ($(
strip
$(CFG_HI_ITRUSTEE_SUPPORT)), y)
Completed in 16 milliseconds