/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/modules/ |
H A D | ModuleDeclaration.java | 32 private NodeList<ModuleDirective> directives; field in ModuleDeclaration 43 …ist<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList<ModuleDirective> directives) { in ModuleDeclaration() 51 …ist<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList<ModuleDirective> directives) { in ModuleDeclaration() 151 public ModuleDeclaration setDirectives(final NodeList<ModuleDirective> directives) { in setDirectives()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/ |
D | builder.rs | 137 let directives = dirs in parse_lossy() localVariable 158 let directives = dirs in parse() localVariable 201 let mut directives: Vec<_> = directives.into_iter().collect(); in from_directives() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/env_logger/src/filter/ |
D | mod.rs | 98 directives: Vec<Directive>, field 180 let mut directives = Vec::new(); in build() localVariable 239 directives: Vec<Directive>, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/ |
D | directive.rs | 32 directives: FilterVec<T>, field 73 pub(crate) fn directives(&self) -> impl Iterator<Item = &T> { in directives() method
|
D | targets.rs | 494 let mut directives = self.0.directives(); in fmt() localVariable
|
/aosp_15_r20/development/tools/ota_analysis/src/plugins/ |
H A D | vuetify.js | 9 directives, property
|
/aosp_15_r20/development/tools/otagui/src/plugins/ |
H A D | vuetify.js | 9 directives, property
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/ |
D | godebug.go | 46 func defaultGODEBUG(p *Package, directives, testDirectives, xtestDirectives []build.Directive) stri… argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/xds/core/v3/ |
D | resource_locator.proto | 117 repeated Directive directives = 6; field
|
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/xds/src/main/proto/xds/core/v3/ |
H A D | resource_locator.proto | 117 repeated Directive directives = 6; field
|
/aosp_15_r20/external/python/cpython2/Doc/tools/ |
D | rstlint.py | 21 directives = [ variable
|
/aosp_15_r20/external/pigweed/pw_docgen/py/pw_docgen/sphinx/ |
H A D | seed_metadata.py | 23 import docutils.parsers.rst.directives as directives # type: ignore namespace
|
H A D | module_metadata.py | 57 import docutils.parsers.rst.directives as directives # type: ignore namespace
|
/aosp_15_r20/external/mesa3d/docs/_exts/ |
H A D | nir.py | 130 directives = { variable in NIRDomain
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/mkowners/ |
D | mkowners.py | 151 def expand_directives(root, directives): argument
|
/aosp_15_r20/external/python/cpython3/Doc/tools/ |
D | rstlint.py | 20 directives = [ variable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modindex/ |
D | scan.go | 163 directives []build.Directive member
|
D | read.go | 944 func (sf *sourceFile) directives() []build.Directive { func
|
D | build.go | 386 directives []build.Directive member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | scanner.go | 27 directives // call handler for directives only const
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
D | link.go | 102 directives [][]string member
|
/aosp_15_r20/external/turbine/java/com/google/turbine/tree/ |
H A D | Tree.java | 1104 private final ImmutableList<ModDirective> directives; field in Tree.ModDecl 1111 ImmutableList<ModDirective> directives) { in ModDecl() 1131 public ImmutableList<ModDirective> directives() { in directives() method in Tree.ModDecl
|
/aosp_15_r20/build/soong/androidmk/parser/ |
H A D | parser.go | 553 var directives = [...]string{ var
|
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/ |
H A D | Util.cpp | 575 StringPiece directives = split_line[1]; in ParseResourceConfig() local
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/ |
H A D | ParserImpl.java | 133 private VersionTagsTuple directives; field in ParserImpl
|