/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/libsepol/src/ |
D | avrule_block.c | 55 avrule_decl_t *decl; in avrule_decl_create() local 112 avrule_decl_t *decl; in avrule_block_destroy() local 136 cond_list_t *get_decl_cond_list(policydb_t * p, avrule_decl_t * decl, in get_decl_cond_list() 165 avrule_decl_t *decl = in is_id_enabled() local
|
/external/checkpolicy/ |
D | module_compiler.c | 32 avrule_decl_t *decl; /* if in an avrule block, which member 130 avrule_decl_t *decl = stack_top->decl; in declare_symbol() local 625 avrule_decl_t *decl = stack_top->decl; in require_symbol() local 696 avrule_decl_t *decl = stack_top->decl; in add_perm_to_class() local 1232 avrule_decl_t *decl = stack->decl; in is_scope_in_stack() local 1278 avrule_decl_t *decl = stack->decl; in is_perm_in_stack() local 1316 avrule_decl_t *decl = stack_top->decl; in get_current_cond_list() local 1349 avrule_decl_t *decl = stack_top->decl; in append_avrule() local 1369 avrule_decl_t *decl = stack_top->decl; in append_role_trans() local 1381 avrule_decl_t *decl = stack_top->decl; in append_role_allow() local [all …]
|
/external/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 225 avrule_decl_t *decl; in do_deps_modreq_opt() local
|
/external/elfutils/libdw/ |
D | dwarf_decl_column.c | 60 dwarf_decl_column (Dwarf_Die *decl, int *colp) in dwarf_decl_column()
|
/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/chromium_org/third_party/mesa/src/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/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/javassist/src/main/javassist/expr/ |
D | ConstructorCall.java | 35 protected ConstructorCall(int pos, CodeIterator i, CtClass decl, MethodInfo m) { in ConstructorCall()
|
/external/chromium_org/third_party/angle/src/compiler/ |
D | ForLoopUnroll.cpp | 22 TIntermAggregate* decl = node->getInit()->getAsAggregate(); in visitLoop() local 49 TIntermAggregate* decl = init->getAsAggregate(); in FillLoopIndexInfo() local
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
D | LangDumpDecl.m | 133 {
|
/external/chromium_org/ppapi/tests/clang/ |
D | find_affected_interfaces.cc | 76 const clang::RecordDecl* decl = record->getDecl(); in IsAffected() local 96 const clang::Decl *decl = *iter; in HandleTopLevelDecl() local
|
D | print_names_and_sizes.cc | 82 const clang::RecordDecl* decl = record->getDecl(); in HasArchDependentSize() local 120 const clang::Decl *decl = *iter; in HandleTopLevelDecl() local
|
/external/llvm/include/llvm/Support/ |
D | Compiler.h | 281 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument 284 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument 287 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument 290 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument
|
/external/v8/src/ |
D | full-codegen.cc | 55 VariableDeclaration* decl) { in VisitVariableDeclaration() 59 FunctionDeclaration* decl) { in VisitFunctionDeclaration() 63 ModuleDeclaration* decl) { in VisitModuleDeclaration() 67 ImportDeclaration* decl) { in VisitImportDeclaration() 71 ExportDeclaration* decl) { in VisitExportDeclaration() 587 Declaration* decl = declarations->at(i); in VisitDeclarations() local 621 void FullCodeGenerator::VisitVariableDeclaration(VariableDeclaration* decl) { in VisitVariableDeclaration() 626 void FullCodeGenerator::VisitFunctionDeclaration(FunctionDeclaration* decl) { in VisitFunctionDeclaration() 631 void FullCodeGenerator::VisitModuleDeclaration(ModuleDeclaration* decl) { in VisitModuleDeclaration() 636 void FullCodeGenerator::VisitImportDeclaration(ImportDeclaration* decl) { in VisitImportDeclaration() [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
D | SymbolTableParser.m | 546 {
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTableParser.m | 563 {
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_vdecl.c | 49 SVGA3dVertexDecl decl; in emit_hw_vs_vdecl() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
D | svga_state_vdecl.c | 49 SVGA3dVertexDecl decl; in emit_hw_vs_vdecl() local
|
/external/chromium_org/third_party/mesa/src/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/svga/svgadump/ |
D | svga_dump.py | 52 def __init__(self, instance = '', decl = None): argument 84 def dump_decl(instance, decl): argument
|
/external/chromium_org/third_party/mesa/src/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/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/mesa3d/src/gallium/auxiliary/util/ |
D | u_pstipple.c | 198 struct tgsi_full_declaration *decl) in pstip_transform_decl() 270 struct tgsi_full_declaration decl; in pstip_transform_inst() local
|