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:superclasses
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_baseexception.py
43
superclasses
= [] # Loop will insert base exception
64
superclasses
.append((last_depth, last_exc))
66
while
superclasses
[-1][0] >= depth:
67
superclasses
.pop()
68
self.assertTrue(issubclass(exc,
superclasses
[-1][1]),
70
superclasses
[-1][1].__name__))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H
A
D
JSONBackend.cpp
128
// We mostly fill those in by iterating over the
superclasses
of
in run()
158
json::Array
superclasses
;
in run()
local
160
superclasses
.push_back(SuperPair.first->getNameInitAsString());
in run()
161
obj["!
superclasses
"] = std::move(
superclasses
);
in run()
168
// Add this def to the instance list for each of its
superclasses
.
in run()
/third_party/python/Lib/test/test_importlib/
H
A
D
test_abc.py
27
superclasses
= []
variable in InheritanceTests
30
self.
superclasses
= [getattr(self.abc, class_name)
41
assert self.subclasses or self.
superclasses
, self.__class__
51
# Test that the class inherits from the expected
superclasses
.
52
for superclass in self.
superclasses
:
Completed in 3 milliseconds