Home
last modified time | relevance | path

Searched defs:directive (Results 1 – 25 of 229) sorted by relevance

12345678910

/aosp_15_r20/external/turbine/java/com/google/turbine/binder/
H A DModuleBinder.java166 private RequireInfo bindRequires(ModRequires directive) { in bindRequires()
186 private static ExportInfo bindExports(ModExports directive) { in bindExports()
190 private static OpenInfo bindOpens(ModOpens directive) { in bindOpens()
194 private UseInfo bindUses(ModUses directive) { in bindUses()
198 private ProvideInfo bindProvides(ModProvides directive) { in bindProvides()
/aosp_15_r20/external/angle/src/compiler/preprocessor/
H A DDirectiveParser.cpp94 bool isConditionalDirective(DirectiveType directive) in isConditionalDirective()
212 DirectiveType directive = getDirective(token); in parseDirective() local
895 DirectiveType directive = getDirective(token); in parseConditionalIf() local
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/
H A Ddirectives.py89 def _process_symbol_directive(self, call_node, directive): argument
99 def _process_statement_directive(self, call_node, directive): argument
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/modules/
H A DModuleDeclaration.java203 public ModuleDeclaration addDirective(String directive) { in addDirective()
207 public ModuleDeclaration addDirective(ModuleDirective directive) { in addDirective()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dmanifest.py130 def process_directive(self, directive): argument
209 def _parse_directive(self, directive): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dmanifest.py130 def process_directive(self, directive): argument
209 def _parse_directive(self, directive): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dmanifest.py130 def process_directive(self, directive): argument
209 def _parse_directive(self, directive): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dmanifest.py130 def process_directive(self, directive): argument
209 def _parse_directive(self, directive): argument
/aosp_15_r20/external/escapevelocity/src/main/java/com/google/escapevelocity/
H A DParser.java304 String directive; in parseDirective() local
356 private Node parseIfOrElseIf(String directive) throws IOException { in parseIfOrElseIf()
480 private Node parsePossibleMacroCall(String directive) throws IOException { in parsePossibleMacroCall()
/aosp_15_r20/out/soong/.intermediates/external/apache-velocity-engine/apache-velocity-engine-core/android_common_apex33/turbine/
Dapache-velocity-engine-core.jarorg/apache/velocity/Template.class <Unknown> package org.apache.velocity public ...
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
H A DRuntimeInstance.java1105 public synchronized void addDirective(Directive directive) in addDirective()
1107 runtimeDirectives.put(directive.getName(), directive); in addDirective() local
1158 Directive directive = (Directive) o; in loadDirective() local
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKTapResultParser.java81 public ResultDirective directive; field in KTapResultParser.TestResult
255 ResultDirective directive = in processLines() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_strptime.py32 def compare_against_time(self, testing, directive, tuple_position, argument
226 def helper(self, directive, position): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_strptime.py33 def compare_against_time(self, testing, directive, tuple_position, argument
261 def helper(self, directive, position): argument
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/
H A DStringUtils.java44 public static String formatFileString(Directive directive) in formatFileString()
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/issues/
H A DVelocity758TestCase.java57 … public String includeEvent(Context context, String parsePath, String parentPath, String directive) in includeEvent()
/aosp_15_r20/out/soong/.intermediates/external/apache-velocity-engine/apache-velocity-engine-core/android_common_apex33/javac/
Dapache-velocity-engine-core.jar ... String macroLibrary org.apache.velocity.runtime.directive.Scope scope Object obj org.slf4j.Logger ...
/aosp_15_r20/external/googleapis/grafeas/v1/
H A Dimage.proto28 string directive = 1; field
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/main/proto/grafeas/v1/
H A Dimage.proto28 string directive = 1; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/xds/core/v3/
Dresource_locator.proto91 oneof directive { oneof
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/xds/src/main/proto/xds/core/v3/
H A Dresource_locator.proto91 oneof directive { oneof
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/
H A DParser.java37 Directive getDirective(String directive); in getDirective()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
DSigner.java178 private static void check(String directive) { in check()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/
DSigner.java178 private static void check(String directive) { in check()
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DSigner.java178 private static void check(String directive) { in check()

12345678910