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:define
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/theme/tools/
H
A
D
build_theme_code.py
105
define
= 'FOUNDATION_ACE_FRAMEWORKS_CORE_COMPONENTS'\
123
'#
define
{}\n'\
128
new_content = begin_str.format(
define
,
define
)
143
write_file(file_path, end_str.format(new_content,
define
))
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H
A
D
library.mak
30
define
RULES
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
Makefile
218
define
maco_cp_file
/device/soc/rockchip/common/sdk_linux/arch/arm64/
H
A
D
Makefile
192
define
archhelp
/device/soc/rockchip/common/sdk_linux/
H
A
D
Makefile
585
# Some architectures
define
CROSS_COMPILE in arch/$(SRCARCH)/Makefile.
699
# because some architectures
define
CROSS_COMPILE there.
1294
define
filechk_utsrelease.h
1299
echo \#
define
UTS_RELEASE \"$(KERNELRELEASE)\"
1302
define
filechk_version.h
1304
echo \#
define
LINUX_VERSION_CODE $(shell \
1307
echo \#
define
LINUX_VERSION_CODE $(shell \
1310
echo '#
define
KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + \
Completed in 5 milliseconds