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:LDLIBRARY
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Tools/scripts/
H
A
D
smelly.py
152
LDLIBRARY
= sysconfig.get_config_var('
LDLIBRARY
')
153
if not
LDLIBRARY
:
154
raise Exception("failed to get
LDLIBRARY
variable from sysconfig")
155
if
LDLIBRARY
!= LIBRARY:
157
nsymbol += check_library(
LDLIBRARY
, dynamic=True)
H
A
D
stable_abi.py
419
LDLIBRARY
= sysconfig.get_config_var("
LDLIBRARY
")
420
if not
LDLIBRARY
:
421
raise Exception("failed to get
LDLIBRARY
variable from sysconfig")
423
manifest,
LDLIBRARY
, expected_symbols, dynamic=False)
/third_party/python/
H
A
D
configure
934
LDLIBRARY
7182
#
LDLIBRARY
is the name of the library to link against (as opposed to the
7185
# is blank as the main program is not linked directly against
LDLIBRARY
.
7186
# LDLIBRARYDIR is the path to
LDLIBRARY
, which is made in a subdirectory. On
7187
# systems without shared libraries,
LDLIBRARY
is the same as LIBRARY
7188
# (defined in the Makefiles). On Cygwin
LDLIBRARY
is the import library,
7206
LDLIBRARY
="$LIBRARY"
7207
BLDLIBRARY='$(
LDLIBRARY
)'
7208
INSTSONAME='$(
LDLIBRARY
)'
7353
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking
LDLIBRARY
" >
[all...]
Completed in 8 milliseconds