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:_registry
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/
H
A
D
weakref.py
559
_registry
= {}
variable in finalize
582
self.
_registry
[self] = info
588
info = self.
_registry
.pop(self, None)
595
info = self.
_registry
.get(self)
597
if obj is not None and self.
_registry
.pop(self, None):
603
info = self.
_registry
.get(self)
611
return self in self.
_registry
616
info = self.
_registry
.get(self)
621
info = self.
_registry
.get(self)
626
info = self.
_registry
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H
A
D
entity_db.py
567
self.
_registry
= None
612
if not self.
_registry
:
613
self.
_registry
= self.makeRegistry()
614
return self.
_registry
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H
A
D
stream.py
100
self.
_registry
= {}
104
if self.
_registry
.get(protocol) is not None:
106
self.
_registry
[protocol] = client_cls
128
client_cls = self.
_registry
.get(protocol)
/third_party/python/Lib/multiprocessing/
H
A
D
managers.py
496
_registry
= {}
variable in BaseManager
524
return Server(self.
_registry
, self._address,
558
args=(self.
_registry
, self._address, self._authkey,
704
if '
_registry
' not in cls.__dict__:
705
cls.
_registry
= cls.
_registry
.copy()
720
cls.
_registry
[typeid] = (
828
proxytype = self._manager.
_registry
[token.typeid][-1]
1356
return self._Server(self.
_registry
, self._address,
Completed in 6 milliseconds