Home
last modified time | relevance | path

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

/external/skqp/src/jumper/
Dbuild_stages.py123 def parse_object_file(dot_o, directive, target=None): argument
/external/skia/src/jumper/
Dbuild_stages.py123 def parse_object_file(dot_o, directive, target=None): 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.pl700 { 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.py31 def compare_against_time(self, testing, directive, tuple_position, argument
255 def helper(self, directive, position): argument
/external/python/cpython3/Lib/
D_strptime.py231 def __seqToRE(self, to_convert, directive): argument
/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/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCacheControl.java189 String directive = value.substring(tokenStart, pos).trim(); in parse() local
/external/libcups/cups/
Dfile.c1506 const char *directive, /* I - Directive */ in cupsFilePutConf()
/external/python/cpython3/Tools/clinic/
Dclinic_test.py81 def directive(self, name, args): member in FakeClinic
/external/skqp/src/sksl/
DSkSLParser.cpp194 std::unique_ptr<ASTDeclaration> Parser::directive() { in directive() function in SkSL::Parser
/external/skia/src/sksl/
DSkSLParser.cpp194 std::unique_ptr<ASTDeclaration> Parser::directive() { in directive() function in SkSL::Parser
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc1314 OutputDirective directive; in InterpretArgument() local
/external/deqp/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp1109 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