Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/binder/
DModuleBinder.java164 private RequireInfo bindRequires(ModRequires directive) { in bindRequires()
184 private ExportInfo bindExports(ModExports directive) { in bindExports()
188 private OpenInfo bindOpens(ModOpens directive) { in bindOpens()
192 private UseInfo bindUses(ModUses directive) { in bindUses()
196 private ProvideInfo bindProvides(ModProvides directive) { in bindProvides()
/external/tensorflow/tensorflow/python/autograph/converters/
Ddirectives.py74 def _process_symbol_directive(self, call_node, directive): argument
84 def _process_statement_directive(self, call_node, directive): argument
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp98 static bool isConditionalDirective(DirectiveType directive) in isConditionalDirective()
272 DirectiveType directive = getDirective(token); in parseDirective() local
934 DirectiveType directive = getDirective(token); in parseConditionalIf() local
/external/boringssl/src/crypto/perlasm/
Dx86_64-xlate.pl712 { package directive; # pick up directives, which start with . package
/external/python/cpython2/Lib/
D_strptime.py225 def __seqToRE(self, to_convert, directive): argument
/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
/external/python/cpython3/Lib/test/
Dtest_strptime.py32 def compare_against_time(self, testing, directive, tuple_position, argument
256 def helper(self, directive, position): argument
Dtest_clinic.py91 def directive(self, name, args): member in FakeClinic
/external/python/cpython3/Lib/
D_strptime.py228 def __seqToRE(self, to_convert, directive): argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp189 const std::string &directive) { in printInlineJT()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp193 const std::string &directive) { in printInlineJT()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreAsmPrinter.cpp208 const std::string &directive) { in printInlineJT()
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter.py266 def get_definition_directive(self, node, directive, arg, default): argument
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCacheControl.java189 String directive = value.substring(tokenStart, pos).trim(); in parse() local
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DCacheControl.java191 String directive = value.substring(tokenStart, pos).trim(); in parse() local
/external/libcups/cups/
Dfile.c1506 const char *directive, /* I - Directive */ in cupsFilePutConf()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc1314 OutputDirective directive; in InterpretArgument() local
/external/skqp/src/sksl/
DSkSLParser.cpp251 std::unique_ptr<ASTDeclaration> Parser::directive() { in directive() function in SkSL::Parser
/external/skia/src/sksl/
DSkSLParser.cpp252 std::unique_ptr<ASTDeclaration> Parser::directive() { in directive() function in SkSL::Parser
/external/deqp/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp1174 std::string directive = "#extension GL_KHR_blend_equation_advanced : " + m_behaviourStr; in iterate() local
/external/google-styleguide/cpplint/
Dcpplint.py745 def ResetSection(self, directive): argument
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliParser.java2055 Token directive=null; in registers_directive() local