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:_globals
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/
H
A
D
signal.py
5
_globals
= globals()
variable
18
if 'pthread_sigmask' in
_globals
:
66
if 'pthread_sigmask' in
_globals
:
73
if 'sigpending' in
_globals
:
79
if 'sigwait' in
_globals
:
86
if 'valid_signals' in
_globals
:
92
del
_globals
, _wraps
H
A
D
timeit.py
64
_globals
= globals
variable
107
global_ns =
_globals
() if globals is None else globals
H
A
D
os.py
103
_globals
= globals()
variable
105
if (fn in
_globals
) and (str in _have_functions):
106
_set.add(
_globals
[fn])
186
del
_globals
/third_party/python/Modules/
H
A
D
_xxsubinterpretersmodule.c
1977
}
_globals
= {{0}};
variable
1982
if (_channels_init(&
_globals
.channels) != 0) {
in _init_globals()
1990
return &
_globals
.channels;
in _global_channels()
2258
int64_t cid = _channel_create(&
_globals
.channels);
in channel_create()
2263
&
_globals
.channels, 0, 0);
in channel_create()
2265
if (_channel_destroy(&
_globals
.channels, cid) != 0) {
in channel_create()
2289
if (_channel_destroy(&
_globals
.channels, cid) != 0) {
in channel_destroy()
2305
int64_t *cids = _channels_list_all(&
_globals
.channels, &count);
in channel_list_all()
2319
&
_globals
.channels, 0, 0);
in channel_list_all()
2363
int res = _channel_is_associated(&
_globals
in channel_list_interpreters()
[all...]
Completed in 6 milliseconds