Home
last modified time | relevance | path

Searched refs:Extends (Results 1 – 25 of 36) sorted by relevance

12

/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/recursion-issue/
DExtends.java3 public interface Extends extends Base<Integer, Extends> { interface
DUsage.java4 Extends.foo(); in bar()
/external/oboe/samples/iolib/
DREADME.md21 Extends the `DataSource` interface for audio data coming from SampleBuffer objects.
24 Extends `SampleSource` to provide data that plays through it's `SampleBuffer` and then provides sil…
/external/python/jinja/src/jinja2/
Dmeta.py66 (nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include)
Dnodes.py282 class Extends(Stmt): class
Dparser.py273 node = nodes.Extends(lineno=next(self.stream).lineno)
Dcompiler.py686 have_extends = node.find(nodes.Extends) is not None
/external/libchrome/third_party/jinja2/
Dmeta.py75 for node in ast.find_all((nodes.Extends, nodes.FromImport, nodes.Import,
Dnodes.py299 class Extends(Stmt): class
Dparser.py273 node = nodes.Extends(lineno=next(self.stream).lineno)
Dcompiler.py713 have_extends = node.find(nodes.Extends) is not None
/external/python/jinja/tests/
Dtest_idtracking.py144 nodes.Extends(nodes.Const("layout.html")),
/external/llvm-project/llvm/test/Analysis/DependenceAnalysis/
DNonCanonicalizedSubscript.ll45 ; Extends the previous example to coupled MIV subscripts.
/external/tensorflow/tensorflow/core/protobuf/
Dmaster_service.proto93 // Extends a session.
/external/llvm/test/Analysis/DependenceAnalysis/
DNonCanonicalizedSubscript.ll51 ; Extends the previous example to coupled MIV subscripts.
/external/dokka/
DREADME.android100 * Extends wording to more classes
/external/flac/doc/
Disoflac.txt409 | |mvex|* | | | | | | Movie Extends Box |
411 | | |trex|* | | | | | Track Extends Box |
/external/python/cpython3/Doc/library/
Darray.rst175 Extends this array with data from the given unicode string. The array must
/external/python/cpython2/Doc/library/
Darray.rst169 Extends this array with data from the given unicode string. The array must
/external/mesa3d/docs/relnotes/
D4.153 Extends the set of GL_ARB_shadow texture comparision functions to
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Ddsa.rst264 Extends :class:`DSAParameters`.
/external/proguard/src/proguard/gui/
DGUIResources.properties365 extendsImplementsAnnotation = Extends/implements class with annotation
366 extendsImplementsClass = Extends/implements class
/external/llvm-project/flang/lib/Parser/
DFortran-parsers.cpp369 construct<TypeAttrSpec::Extends>("EXTENDS" >> parenthesized(name))) ||
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h666 NODE(TypeAttrSpec, Extends) in NODE()
Dparse-tree.h883 WRAPPER_CLASS(Extends, Name);
884 std::variant<Abstract, AccessSpec, BindC, Extends> u;

12