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:shlib_suffix
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/test/common/
H
A
D
shared-lib-util.js
6
const kShlibSuffix = process.config.variables.
shlib_suffix
;
/third_party/python/Lib/distutils/
H
A
D
sysconfig.py
214
(cc, cxx, cflags, ccshared, ldshared,
shlib_suffix
, ar, ar_flags) = \
261
compiler.shared_lib_extension =
shlib_suffix
/third_party/node/
H
A
D
configure.py
1449
shlib_suffix
= 'so'
1451
shlib_suffix
= '%s.dylib'
1453
shlib_suffix
= '%s.a'
1455
shlib_suffix
= '%s.a'
1457
shlib_suffix
= '%s.x'
1459
shlib_suffix
= 'so'
1460
if '%s' in
shlib_suffix
:
1461
shlib_suffix
%= node_module_version
1464
o['variables']['
shlib_suffix
'] =
shlib_suffix
[all...]
/third_party/python/
H
A
D
setup.py
1532
shlib_suffix
= sysconfig.get_config_var("SHLIB_SUFFIX")
variable in PyBuildInstallLib
1546
if filename.endswith(self.
shlib_suffix
): mode = sharedLibMode
Completed in 6 milliseconds