/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | Attribute.java | 36 public String decl; field in Attribute 47 public Attribute(String decl) { in Attribute() 51 public Attribute(String name, String decl) { in Attribute() 64 protected void extractAttribute(String decl) { in extractAttribute()
|
/external/selinux/checkpolicy/ |
D | module_compiler.c | 32 avrule_decl_t *decl; /* if in an avrule block, which member 157 avrule_decl_t *decl = stack_top->decl; in create_symbol() local 200 avrule_decl_t *decl = stack_top->decl; in declare_symbol() local 719 avrule_decl_t *decl = stack_top->decl; in require_symbol() local 737 avrule_decl_t *decl = stack_top->decl; in add_perm_to_class() local 1113 avrule_decl_t *decl = stack->decl; in is_scope_in_stack() local 1159 avrule_decl_t *decl = stack->decl; in is_perm_in_stack() local 1197 avrule_decl_t *decl = stack_top->decl; in get_current_cond_list() local 1230 avrule_decl_t *decl = stack_top->decl; in append_avrule() local 1250 avrule_decl_t *decl = stack_top->decl; in append_role_trans() local [all …]
|
/external/selinux/libsepol/src/ |
D | avrule_block.c | 55 avrule_decl_t *decl; in avrule_decl_create() local 114 avrule_decl_t *decl; in avrule_block_destroy() local 138 cond_list_t *get_decl_cond_list(policydb_t * p, avrule_decl_t * decl, in get_decl_cond_list() 167 avrule_decl_t *decl = in is_id_enabled() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Compiler.h | 116 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument 119 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument 122 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument 125 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
D | RewriteToChromeStyle.cpp | 117 const clang::CXXMethodDecl& decl, in MatchAllOverriddenMethods() 161 bool IsMethodOverrideOf(const clang::CXXMethodDecl& decl, in IsMethodOverrideOf() 173 bool IsBlacklistedFunction(const clang::FunctionDecl& decl) { in IsBlacklistedFunction() 178 bool IsBlacklistedMethod(const clang::CXXMethodDecl& decl) { in IsBlacklistedMethod() 261 bool IsProbablyConst(const clang::VarDecl& decl, in IsProbablyConst() 297 bool GetNameForDecl(const clang::FunctionDecl& decl, in GetNameForDecl() 331 bool GetNameForDecl(const clang::EnumConstantDecl& decl, in GetNameForDecl() 358 bool GetNameForDecl(const clang::FieldDecl& decl, in GetNameForDecl() 377 bool GetNameForDecl(const clang::VarDecl& decl, in GetNameForDecl() 444 bool GetNameForDecl(const clang::FunctionTemplateDecl& decl, in GetNameForDecl() [all …]
|
/external/deqp/framework/opengl/ |
D | gluVarType.cpp | 327 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl) in operator <<() 347 namespace decl namespace 357 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl) in operator <<() 403 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl) in operator <<() 424 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl) in operator <<()
|
/external/selinux/libsepol/tests/ |
D | test-linker-roles.c | 72 avrule_decl_t *decl; in base_role_tests() local 103 avrule_decl_t *decl; in module_role_tests() local
|
D | test-deps.c | 143 avrule_decl_t *decl; in do_deps_modreq_global() local 226 avrule_decl_t *decl; in do_deps_modreq_opt() local
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | Config.h | 140 static bool IsAnnotated(clang::Decl* decl, const std::string& anno) { in IsAnnotated() 145 static bool IsStackAnnotated(clang::Decl* decl) { in IsStackAnnotated() 149 static bool IsIgnoreAnnotated(clang::Decl* decl) { in IsIgnoreAnnotated() 153 static bool IsIgnoreCycleAnnotated(clang::Decl* decl) { in IsIgnoreCycleAnnotated()
|
D | BlinkGCPluginConsumer.cpp | 28 std::set<FunctionDecl*> GetLateParsedFunctionDecls(TranslationUnitDecl* decl) { in GetLateParsedFunctionDecls() 127 void BlinkGCPluginConsumer::ParseFunctionTemplates(TranslationUnitDecl* decl) { in ParseFunctionTemplates() 349 bool BlinkGCPluginConsumer::DeclaresVirtualMethods(CXXRecordDecl* decl) { in DeclaresVirtualMethods() 704 if (NamespaceDecl* decl = dyn_cast<NamespaceDecl>(context)) { in InCheckedNamespace() local
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemTemplateElement.java | 871 XMLNSDecl decl = new XMLNSDecl(prefix, uri, false); in setPrefixes() local 927 XMLNSDecl decl = (XMLNSDecl) nsDecls.get(i); in getNamespaceForPrefix() local 1048 XMLNSDecl decl = (XMLNSDecl) m_declaredPrefixes.get(i); in resolvePrefixTables() local 1101 XMLNSDecl decl = (XMLNSDecl) prefixes.get(i); in resolvePrefixTables() local 1136 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); in addOrReplaceDecls() local 1189 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); in executeNSDecls() local 1238 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); in unexecuteNSDecls() local
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 80 struct tgsi_full_declaration decl; in emit_temp() local 93 struct tgsi_full_declaration decl; in emit_output() local 146 struct tgsi_full_declaration *decl) in transform_decl()
|
/external/v8/tools/clang/plugins/ |
D | FindBadConstructsConsumer.cpp | 66 bool IsGtestTestFixture(const CXXRecordDecl* decl) { in IsGtestTestFixture() 101 std::set<FunctionDecl*> GetLateParsedFunctionDecls(TranslationUnitDecl* decl) { in GetLateParsedFunctionDecls() 189 bool FindBadConstructsConsumer::TraverseDecl(Decl* decl) { in TraverseDecl() 657 if (TemplateDecl* decl = name.getAsTemplateDecl()) { in CountType() local 738 if (TemplateDecl* decl = name.getAsTemplateDecl()) { in IsRefCounted() local 955 TranslationUnitDecl* decl) { in ParseFunctionTemplates()
|
D | CheckIPCVisitor.cpp | 57 void CheckIPCVisitor::BeginDecl(Decl* decl) { in BeginDecl() 135 TemplateDecl* decl = spec->getTemplateName().getAsTemplateDecl(); in ValidateCheckedTuple() local
|
/external/libvpx/libvpx/vpx_ports/ |
D | mem.h | 27 #define DECLARE_PROTECTED(decl) decl __attribute__((visibility("protected"))) argument 29 #define DECLARE_PROTECTED(decl) decl argument
|
/external/elfutils/libdw/ |
D | dwarf_decl_column.c | 39 dwarf_decl_column (Dwarf_Die *decl, int *colp) in dwarf_decl_column()
|
/external/llvm/include/llvm/Support/ |
D | Compiler.h | 241 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument 244 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument 247 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument 250 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument
|
/external/pdfium/xfa/fxfa/app/ |
D | cxfa_textparsecontext.h | 27 void SetDecls(std::vector<const CFDE_CSSDeclaration*>&& decl) { in SetDecls()
|
/external/javassist/src/main/javassist/expr/ |
D | ConstructorCall.java | 35 protected ConstructorCall(int pos, CodeIterator i, CtClass decl, MethodInfo m) { in ConstructorCall()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 281 ostringstream decl; in specializeVertexShader() local 354 ostringstream decl; in specializeFragmentShader() local 434 ostringstream decl; in generateVertexSpecialization() local 474 ostringstream decl; in generateFragmentSpecialization() local 504 ostringstream decl; in generateGeometrySpecialization() local 520 ostringstream decl; in generateTessControlSpecialization() local 546 ostringstream decl; in generateTessEvalSpecialization() local
|
/external/skia/src/sksl/ |
D | SkSLParser.cpp | 128 std::unique_ptr<ASTDeclaration> decl = this->directive(); in file() local 135 std::unique_ptr<ASTDeclaration> decl = this->declaration(); in file() local 371 std::unique_ptr<ASTVarDeclarations> decl = this->varDeclarations(); in structDeclaration() local 767 auto decl = this->varDeclarations(); in statement() local 775 auto decl = this->varDeclarations(); in statement() local 833 std::unique_ptr<ASTVarDeclarations> decl = this->varDeclarations(); in interfaceBlock() local
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
D | LangDumpDecl.m | 133 {
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.py | 52 def __init__(self, instance = '', decl = None): argument 84 def dump_decl(instance, decl): argument
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_llvm.c | 39 const struct tgsi_full_declaration *decl) in llvm_load_system_value() 72 const struct tgsi_full_declaration *decl) in llvm_load_input()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
D | SymbolTableParser.m | 546 {
|