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:MULTIARCH
(Results
1 - 2
of
2
) sorted by relevance
/third_party/python/Python/
H
A
D
sysmodule.c
2726
#ifdef
MULTIARCH
in make_impl_info()
2727
value = PyUnicode_FromString(
MULTIARCH
);
in make_impl_info()
/third_party/python/
H
A
D
configure
940
MULTIARCH
3633
PYTHON_FOR_BUILD='_PYTHON_PROJECT_BASE=$(abs_builddir) _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=$(shell test -f pybuilddir.txt && echo $(abs_builddir)/`cat pybuilddir.txt`:)$(srcdir)/Lib _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_$(ABIFLAGS)_$(MACHDEP)_$(
MULTIARCH
) '$with_build_python
6844
MULTIARCH
="" ;; #(
6846
MULTIARCH
="" ;; #(
6848
MULTIARCH
=$($CC --print-multiarch 2>/dev/null)
6852
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $
MULTIARCH
" >&5
6853
printf "%s\n" "$
MULTIARCH
" >&6; }
6855
if test x$PLATFORM_TRIPLET != x && test x$
MULTIARCH
!= x; then
6856
if test x$PLATFORM_TRIPLET != x$
MULTIARCH
; then
6859
elif test x$PLATFORM_TRIPLET != x && test x$
MULTIARCH
[all...]
Completed in 10 milliseconds