/external/turbine/java/com/google/turbine/binder/ |
D | ModuleBinder.java | 168 private RequireInfo bindRequires(ModRequires directive) { in bindRequires() 188 private static ExportInfo bindExports(ModExports directive) { in bindExports() 192 private static OpenInfo bindOpens(ModOpens directive) { in bindOpens() 196 private UseInfo bindUses(ModUses directive) { in bindUses() 200 private ProvideInfo bindProvides(ModProvides directive) { in bindProvides()
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-directive-structure.h | 36 parser::CharBlock sourcePosition, D directive, in NoBranchingEnforce() 128 D directive; member 160 void SetContextDirectiveSource(const parser::CharBlock &directive) { in SetContextDirectiveSource() 259 virtual llvm::StringRef getDirectiveName(D directive) { return ""; }; in getDirectiveName() 271 const parser::Block &block, D directive, in CheckNoBranching()
|
D | check-acc-structure.cpp | 397 llvm::acc::Directive directive) { in getDirectiveName()
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | directives.py | 93 def _process_symbol_directive(self, call_node, directive): argument 103 def _process_statement_directive(self, call_node, directive): argument
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/modules/ |
D | ModuleDeclaration.java | 203 public ModuleDeclaration addDirective(String directive) { in addDirective() 207 public ModuleDeclaration addDirective(ModuleDirective directive) { in addDirective()
|
/external/angle/src/compiler/preprocessor/ |
D | DirectiveParser.cpp | 94 bool isConditionalDirective(DirectiveType directive) in isConditionalDirective() 205 DirectiveType directive = getDirective(token); in parseDirective() local 903 DirectiveType directive = getDirective(token); in parseConditionalIf() local
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | DirectiveParser.cpp | 98 static bool isConditionalDirective(DirectiveType directive) in isConditionalDirective() 272 DirectiveType directive = getDirective(token); in parseDirective() local 934 DirectiveType directive = getDirective(token); in parseConditionalIf() local
|
/external/escapevelocity/src/main/java/com/google/escapevelocity/ |
D | Parser.java | 304 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()
|
/external/dokka/core/src/test/kotlin/markdown/ |
D | ParserTest.kt | 101 @Test fun directive() { in directive() method in org.jetbrains.dokka.tests.ParserTest
|
/external/boringssl/src/crypto/perlasm/ |
D | x86_64-xlate.pl | 712 { package directive; # pick up directives, which start with . package
|
/external/rust/crates/ring/crypto/perlasm/ |
D | x86_64-xlate.pl | 712 { package directive; # pick up directives, which start with . package
|
/external/python/cpython2/Lib/test/ |
D | test_strptime.py | 32 def compare_against_time(self, testing, directive, tuple_position, argument 226 def helper(self, directive, position): argument
|
/external/python/cpython2/Lib/ |
D | _strptime.py | 225 def __seqToRE(self, to_convert, directive): argument
|
/external/python/cpython3/Lib/test/ |
D | test_strptime.py | 33 def compare_against_time(self, testing, directive, tuple_position, argument 258 def helper(self, directive, position): argument
|
/external/python/cpython3/Lib/ |
D | _strptime.py | 219 def __seqToRE(self, to_convert, directive): argument
|
/external/tensorflow/tensorflow/python/autograph/core/ |
D | converter.py | 262 def get_definition_directive(self, node, directive, arg, default): argument
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 186 const std::string &directive) { in printInlineJT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 187 const std::string &directive) { in printInlineJT()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 193 const std::string &directive) { in printInlineJT()
|
/external/dokka/core/src/test/kotlin/model/ |
D | CommentTest.kt | 155 @Test fun directive() { in <lambda>() method in org.jetbrains.dokka.tests.CommentTest
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | CacheControl.java | 191 String directive = value.substring(tokenStart, pos).trim(); in parse() local
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | CacheControl.java | 189 String directive = value.substring(tokenStart, pos).trim(); in parse() local
|
/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/ |
D | preprocessor.py | 350 def _recompute_conditions(directive, ifstack): argument
|
/external/llvm-project/flang/lib/Lower/ |
D | OpenMP.cpp | 67 const auto &directive = in genOMP() local
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 268 const std::string& directive) { in PluginName() 1716 OutputDirective directive; in InterpretArgument() local
|