Searched refs:Extends (Results 1 – 25 of 36) sorted by relevance
12
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/recursion-issue/ |
D | Extends.java | 3 public interface Extends extends Base<Integer, Extends> { interface
|
D | Usage.java | 4 Extends.foo(); in bar()
|
/external/oboe/samples/iolib/ |
D | README.md | 21 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/ |
D | meta.py | 66 (nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include)
|
D | nodes.py | 282 class Extends(Stmt): class
|
D | parser.py | 273 node = nodes.Extends(lineno=next(self.stream).lineno)
|
D | compiler.py | 686 have_extends = node.find(nodes.Extends) is not None
|
/external/libchrome/third_party/jinja2/ |
D | meta.py | 75 for node in ast.find_all((nodes.Extends, nodes.FromImport, nodes.Import,
|
D | nodes.py | 299 class Extends(Stmt): class
|
D | parser.py | 273 node = nodes.Extends(lineno=next(self.stream).lineno)
|
D | compiler.py | 713 have_extends = node.find(nodes.Extends) is not None
|
/external/python/jinja/tests/ |
D | test_idtracking.py | 144 nodes.Extends(nodes.Const("layout.html")),
|
/external/llvm-project/llvm/test/Analysis/DependenceAnalysis/ |
D | NonCanonicalizedSubscript.ll | 45 ; Extends the previous example to coupled MIV subscripts.
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | master_service.proto | 93 // Extends a session.
|
/external/llvm/test/Analysis/DependenceAnalysis/ |
D | NonCanonicalizedSubscript.ll | 51 ; Extends the previous example to coupled MIV subscripts.
|
/external/dokka/ |
D | README.android | 100 * Extends wording to more classes
|
/external/flac/doc/ |
D | isoflac.txt | 409 | |mvex|* | | | | | | Movie Extends Box | 411 | | |trex|* | | | | | Track Extends Box |
|
/external/python/cpython3/Doc/library/ |
D | array.rst | 175 Extends this array with data from the given unicode string. The array must
|
/external/python/cpython2/Doc/library/ |
D | array.rst | 169 Extends this array with data from the given unicode string. The array must
|
/external/mesa3d/docs/relnotes/ |
D | 4.1 | 53 Extends the set of GL_ARB_shadow texture comparision functions to
|
/external/python/cryptography/docs/hazmat/primitives/asymmetric/ |
D | dsa.rst | 264 Extends :class:`DSAParameters`.
|
/external/proguard/src/proguard/gui/ |
D | GUIResources.properties | 365 extendsImplementsAnnotation = Extends/implements class with annotation 366 extendsImplementsClass = Extends/implements class
|
/external/llvm-project/flang/lib/Parser/ |
D | Fortran-parsers.cpp | 369 construct<TypeAttrSpec::Extends>("EXTENDS" >> parenthesized(name))) ||
|
/external/llvm-project/flang/include/flang/Parser/ |
D | dump-parse-tree.h | 666 NODE(TypeAttrSpec, Extends) in NODE()
|
D | parse-tree.h | 883 WRAPPER_CLASS(Extends, Name); 884 std::variant<Abstract, AccessSpec, BindC, Extends> u;
|
12