Home
last modified time | relevance | path

Searched defs:decl (Results 1 – 25 of 151) sorted by relevance

1234567

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAttribute.java36 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/
Davrule_block.c55 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/
Dmodule_compiler.c32 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/
Dtest-linker-roles.c72 avrule_decl_t *decl; in base_role_tests() local
103 avrule_decl_t *decl; in module_role_tests() local
Dtest-deps.c143 avrule_decl_t *decl; in do_deps_modreq_global() local
225 avrule_decl_t *decl; in do_deps_modreq_opt() local
/external/elfutils/libdw/
Ddwarf_decl_column.c60 dwarf_decl_column (Dwarf_Die *decl, int *colp) in dwarf_decl_column()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c80 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/
Dr300_vs_draw.c80 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/
DElemTemplateElement.java871 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/
DConstructorCall.java35 protected ConstructorCall(int pos, CodeIterator i, CtClass decl, MethodInfo m) { in ConstructorCall()
/external/chromium_org/third_party/angle/src/compiler/
DForLoopUnroll.cpp22 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/
DLangDumpDecl.m133 {
/external/chromium_org/ppapi/tests/clang/
Dfind_affected_interfaces.cc76 const clang::RecordDecl* decl = record->getDecl(); in IsAffected() local
96 const clang::Decl *decl = *iter; in HandleTopLevelDecl() local
Dprint_names_and_sizes.cc82 const clang::RecordDecl* decl = record->getDecl(); in HasArchDependentSize() local
120 const clang::Decl *decl = *iter; in HandleTopLevelDecl() local
/external/llvm/include/llvm/Support/
DCompiler.h281 # 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/
Dfull-codegen.cc55 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/
DSymbolTableParser.m546 {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTableParser.m563 {
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vdecl.c49 SVGA3dVertexDecl decl; in emit_hw_vs_vdecl() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_state_vdecl.c49 SVGA3dVertexDecl decl; in emit_hw_vs_vdecl() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py52 def __init__(self, instance = '', decl = None): argument
84 def dump_decl(instance, decl): argument
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py52 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/
Dr600_llvm.c39 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/
Dr600_llvm.c39 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/
Du_pstipple.c198 struct tgsi_full_declaration *decl) in pstip_transform_decl()
270 struct tgsi_full_declaration decl; in pstip_transform_inst() local

1234567