| /external/rust/crates/env_logger/src/filter/ | 
| D | mod.rs | 117 struct Directive {  struct118     name: Option<String>,
 119     level: LevelFilter,
 292 fn parse_spec(spec: &str) -> (Vec<Directive>, Option<inner::Filter>) {  in parse_spec()
 362 fn enabled(directives: &[Directive], level: Level, target: &str) -> bool {  in enabled()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ | 
| D | DarwinAsmParser.cpp | 46   void addDirectiveHandler(StringRef Directive) {  in addDirectiveHandler()446   bool parseWatchOSVersionMin(StringRef Directive, SMLoc Loc) {  in parseWatchOSVersionMin()
 449   bool parseTvOSVersionMin(StringRef Directive, SMLoc Loc) {  in parseTvOSVersionMin()
 452   bool parseIOSVersionMin(StringRef Directive, SMLoc Loc) {  in parseIOSVersionMin()
 455   bool parseMacOSXVersionMin(StringRef Directive, SMLoc Loc) {  in parseMacOSXVersionMin()
 585 bool DarwinAsmParser::parseDirectiveDumpOrLoad(StringRef Directive,  in parseDirectiveDumpOrLoad()
 1093 void DarwinAsmParser::checkVersion(StringRef Directive, StringRef Arg,  in checkVersion()
 1123 bool DarwinAsmParser::parseVersionMin(StringRef Directive, SMLoc Loc,  in parseVersionMin()
 1161 bool DarwinAsmParser::parseBuildVersion(StringRef Directive, SMLoc Loc) {  in parseBuildVersion()
 
 | 
| D | WasmAsmParser.cpp | 39   void addDirectiveHandler(StringRef Directive) {  in addDirectiveHandler()220   bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {  in ParseDirectiveSymbolAttribute()
 
 | 
| D | COFFAsmParser.cpp | 36   void addDirectiveHandler(StringRef Directive) {  in addDirectiveHandler()273 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {  in ParseDirectiveSymbolAttribute()
 
 | 
| D | ELFAsmParser.cpp | 38   void addDirectiveHandler(StringRef Directive) {  in addDirectiveHandler()169 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {  in ParseDirectiveSymbolAttribute()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ | 
| D | NVPTXTargetStreamer.cpp | 38 void NVPTXTargetStreamer::emitDwarfFileDirective(StringRef Directive) {  in emitDwarfFileDirective()
 | 
| /external/llvm/lib/Target/PowerPC/ | 
| D | PPCHazardRecognizers.cpp | 162     unsigned Directive =  in PreEmitNoops()  local223   unsigned Directive =  in EmitNoop()  local
 
 | 
| D | PPCSubtarget.cpp | 166 static bool needsAggressiveScheduling(unsigned Directive) {  in needsAggressiveScheduling()
 | 
| D | PPCInstrInfo.cpp | 76   unsigned Directive =  in CreateTargetHazardRecognizer()  local93   unsigned Directive =  in CreateTargetPostRAHazardRecognizer()  local
 171     unsigned Directive = Subtarget.getDarwinDirective();  in getOperandLatency()  local
 424   unsigned Directive = Subtarget.getDarwinDirective();  in insertNoop()  local
 
 | 
| D | PPCTargetTransformInfo.cpp | 253   unsigned Directive = ST->getDarwinDirective();  in getMaxInterleaveFactor()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ | 
| D | PPCHazardRecognizers.cpp | 160     unsigned Directive =  in PreEmitNoops()  local220   unsigned Directive =  in EmitNoop()  local
 
 | 
| D | PPCTargetTransformInfo.cpp | 641   unsigned Directive = ST->getCPUDirective();  in getCacheLineSize()  local658   unsigned Directive = ST->getCPUDirective();  in getMaxInterleaveFactor()  local
 
 | 
| /external/llvm/lib/Target/WebAssembly/MCTargetDesc/ | 
| D | WebAssemblyMCTargetDesc.h | 56 enum Directive {  enum
 | 
| /external/llvm/include/llvm/MC/MCParser/ | 
| D | MCAsmParserExtension.h | 35                               StringRef Directive,  in HandleDirective()
 | 
| /external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/ | 
| D | Token.java | 23 …Alias, Anchor, BlockEnd, BlockEntry, BlockMappingStart, BlockSequenceStart, Directive, DocumentEnd…  enumConstant
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ | 
| D | MCAsmParserExtension.h | 34                               StringRef Directive,  in HandleDirective()
 | 
| /external/rust/crates/grpcio-sys/grpc/tools/mkowners/ | 
| D | mkowners.py | 59 Directive = collections.namedtuple('Directive', 'who globs')  variable
 | 
| /external/grpc-grpc/tools/mkowners/ | 
| D | mkowners.py | 60 Directive = collections.namedtuple('Directive', 'who globs')  variable
 | 
| /external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/ | 
| D | Directive.java | 46 public abstract class Directive implements DirectiveConstants, Cloneable  class
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ | 
| D | OMPConstants.h | 31 enum class Directive {  enum
 | 
| /external/llvm/lib/MC/MCParser/ | 
| D | ELFAsmParser.cpp | 27   void addDirectiveHandler(StringRef Directive) {  in addDirectiveHandler()151 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {  in ParseDirectiveSymbolAttribute()
 
 | 
| D | DarwinAsmParser.cpp | 34   void addDirectiveHandler(StringRef Directive) {  in addDirectiveHandler()505 bool DarwinAsmParser::parseDirectiveDumpOrLoad(StringRef Directive,  in parseDirectiveDumpOrLoad()
 930 bool DarwinAsmParser::parseVersionMin(StringRef Directive, SMLoc Loc) {  in parseVersionMin()
 
 | 
| D | COFFAsmParser.cpp | 29   void addDirectiveHandler(StringRef Directive) {  in addDirectiveHandler()264 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {  in ParseDirectiveSymbolAttribute()
 
 | 
| /external/clang/include/clang/Frontend/ | 
| D | VerifyDiagnosticConsumer.h | 174     Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc,  in Directive()  function
 | 
| /external/llvm/lib/MC/ | 
| D | WinCOFFStreamer.cpp | 224     SmallString<128> Directive;  in EmitCommonSymbol()  local
 |