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:SHARED_EXT
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lz4/lib/
H
A
D
Makefile
65
SHARED_EXT
= dylib
macro
66
SHARED_EXT_MAJOR = $(LIBVER_MAJOR).$(
SHARED_EXT
)
67
SHARED_EXT_VER = $(LIBVER).$(
SHARED_EXT
)
70
SONAME_FLAGS = -Wl,-soname=liblz4.$(
SHARED_EXT
).$(LIBVER_MAJOR)
71
SHARED_EXT
= so
macro
72
SHARED_EXT_MAJOR = $(
SHARED_EXT
).$(LIBVER_MAJOR)
73
SHARED_EXT_VER = $(
SHARED_EXT
).$(LIBVER)
125
$(LN_SF) $@ liblz4.$(
SHARED_EXT
)
138
$(RM) *.a *.$(
SHARED_EXT
) *.$(SHARED_EXT_MAJOR) *.$(SHARED_EXT_VER)
199
$(LN_SF) liblz4.$(SHARED_EXT_VER) $(DESTDIR)$(libdir)/liblz4.$(
SHARED_EXT
)
[all...]
/third_party/lzma/C/
H
A
D
7zip_gcc_c.mak
63
SHARED_EXT
=.dll
macro
66
SHARED_EXT
=.so
macro
81
SHARED_EXT
=.exe
macro
83
SHARED_EXT
=
macro
89
PROGPATH = $(O)/$(PROG)$(
SHARED_EXT
)
90
PROGPATH_STATIC = $(O)/$(PROG)s$(
SHARED_EXT
)
/third_party/lzma/CPP/7zip/
H
A
D
7zip_gcc.mak
86
SHARED_EXT
=.dll
macro
89
SHARED_EXT
=.so
macro
103
SHARED_EXT
=.exe
macro
105
SHARED_EXT
=
macro
111
PROGPATH = $(O)/$(PROG)$(
SHARED_EXT
)
112
PROGPATH_STATIC = $(O)/$(PROG)s$(
SHARED_EXT
)
Completed in 4 milliseconds