Home
last modified time | relevance | path

Searched defs:directives (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/modules/
H A DModuleDeclaration.java32 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/
Dbuilder.rs137 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/
Dmod.rs98 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/
Ddirective.rs32 directives: FilterVec<T>, field
73 pub(crate) fn directives(&self) -> impl Iterator<Item = &T> { in directives() method
Dtargets.rs494 let mut directives = self.0.directives(); in fmt() localVariable
/aosp_15_r20/development/tools/ota_analysis/src/plugins/
H A Dvuetify.js9 directives, property
/aosp_15_r20/development/tools/otagui/src/plugins/
H A Dvuetify.js9 directives, property
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/
Dgodebug.go46 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/
Dresource_locator.proto117 repeated Directive directives = 6; field
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/xds/src/main/proto/xds/core/v3/
H A Dresource_locator.proto117 repeated Directive directives = 6; field
/aosp_15_r20/external/python/cpython2/Doc/tools/
Drstlint.py21 directives = [ variable
/aosp_15_r20/external/pigweed/pw_docgen/py/pw_docgen/sphinx/
H A Dseed_metadata.py23 import docutils.parsers.rst.directives as directives # type: ignore namespace
H A Dmodule_metadata.py57 import docutils.parsers.rst.directives as directives # type: ignore namespace
/aosp_15_r20/external/mesa3d/docs/_exts/
H A Dnir.py130 directives = { variable in NIRDomain
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/mkowners/
Dmkowners.py151 def expand_directives(root, directives): argument
/aosp_15_r20/external/python/cpython3/Doc/tools/
Drstlint.py20 directives = [ variable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modindex/
Dscan.go163 directives []build.Directive member
Dread.go944 func (sf *sourceFile) directives() []build.Directive { func
Dbuild.go386 directives []build.Directive member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dscanner.go27 directives // call handler for directives only const
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dlink.go102 directives [][]string member
/aosp_15_r20/external/turbine/java/com/google/turbine/tree/
H A DTree.java1104 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 Dparser.go553 var directives = [...]string{ var
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp575 StringPiece directives = split_line[1]; in ParseResourceConfig() local
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
H A DParserImpl.java133 private VersionTagsTuple directives; field in ParserImpl

123