Searched refs:decl (Results 1 - 25 of 187) sorted by relevance

12345678

/external/elfutils/libdw/
H A Ddwarf_decl_column.c60 dwarf_decl_column (Dwarf_Die *decl, int *colp) argument
62 return __libdw_attr_intval (decl, colp, DW_AT_decl_column);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttribute.java36 public String decl; field in class:Attribute
47 public Attribute(String decl) { argument
48 extractAttribute(decl);
51 public Attribute(String name, String decl) { argument
53 this.decl = decl;
62 * Set name, type, initvalue, and full decl instance vars.
64 protected void extractAttribute(String decl) { argument
65 if ( decl==null ) {
70 int rightEdgeOfDeclarator = decl
[all...]
/external/libsepol/src/
H A Davrule_block.c55 avrule_decl_t *decl; local
57 if ((decl = calloc(1, sizeof(*decl))) == NULL) {
60 decl->decl_id = decl_id;
62 if (symtab_init(&decl->symtab[i], symtab_sizes[i])) {
63 avrule_decl_destroy(decl);
64 free(decl);
70 ebitmap_init(&decl->required.scope[i]);
71 ebitmap_init(&decl->declared.scope[i]);
73 return decl;
113 avrule_decl_t *decl; local
137 get_decl_cond_list(policydb_t * p, avrule_decl_t * decl, cond_list_t * cond) argument
166 avrule_decl_t *decl = local
[all...]
/external/bluetooth/glib/glib/gnulib/
H A DMakefile.am2 include $(top_srcdir)/Makefile.decl
/external/clang/test/CodeGen/
H A D2005-09-24-BitFieldCrash.c29 void foo (union tree_node * decl) { argument
30 decl->function_decl.built_in_class != 0;
/external/webkit/Source/WebCore/html/
H A DHTMLTableElement.cpp316 if (attr->decl()) {
317 RefPtr<CSSValue> val = attr->decl()->getPropertyCSSValue(CSSPropertyBorderLeftWidth);
334 m_borderColorAttr = attr->decl();
335 if (!attr->decl() && !attr->isEmpty()) {
455 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderValue); local
456 if (!decl) {
457 decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the table until the document dies.
458 decl->setParent(document()->elementSheet());
459 decl->setNode(this);
460 decl
513 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, cellborderAttr, cellborderValue); local
599 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, rulesAttr, rulesValue); local
[all...]
/external/openfst/src/include/fst/script/
H A Dfstscript-decl.h22 #include <fst/fst-decl.h>
/external/bluetooth/glib/gthread/
H A DMakefile.am2 include $(top_srcdir)/Makefile.decl
/external/llvm/include/llvm/Support/
H A DCompiler.h129 // LLVM_ATTRIBUTE_DEPRECATED(decl, "message")
131 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
132 decl __attribute__((deprecated(message)))
134 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
135 decl __attribute__((deprecated))
137 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
138 __declspec(deprecated(message)) decl
140 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
141 decl
/external/clang/lib/AST/
H A DStmtIterator.cpp44 if (VarDecl* VD = dyn_cast<VarDecl>(decl))
59 assert(!decl);
68 assert(decl);
72 decl = 0;
73 else if (HandleDecl(decl))
117 : stmt(s), decl(d), RawVAPtr(d ? DeclMode : 0) {
118 if (decl)
128 : stmt(0), decl(0), RawVAPtr(SizeOfTypeVAMode) {
148 if (VarDecl* VD = dyn_cast<VarDecl>(decl)) {
153 EnumConstantDecl* ECD = cast<EnumConstantDecl>(decl);
[all...]
/external/bluetooth/glib/docs/
H A DMakefile.am2 include $(top_srcdir)/Makefile.decl
/external/bluetooth/glib/gmodule/
H A DMakefile.am2 include $(top_srcdir)/Makefile.decl
/external/javassist/src/main/javassist/expr/
H A DConstructorCall.java35 protected ConstructorCall(int pos, CodeIterator i, CtClass decl, MethodInfo m) { argument
36 super(pos, i, decl, m);
/external/libsepol/tests/
H A Dtest-common.h31 * decls integer array of decl id's that we expect the role to have in the scope table
35 * the scope table, and that the decl blocks we think this symbol is in are correct
57 * decl the decl block which we are looking in for the role datum
63 * avrule decl block matches our expectations
65 extern role_datum_t *test_role_type_set(policydb_t * p, char *id, avrule_decl_t * decl, char **types, unsigned int len, unsigned int flags);
69 * decl the decl block which we are looking in for the attribute datum
74 * avrule decl block matches our expectations
76 extern void test_attr_types(policydb_t * p, char *id, avrule_decl_t * decl, cha
[all...]
H A Dtest-deps.c143 avrule_decl_t *decl; local
173 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type);
174 CU_ASSERT_FATAL(decl != NULL);
176 CU_ASSERT(decl->enabled == 1);
225 avrule_decl_t *decl; local
252 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type);
253 CU_ASSERT_FATAL(decl != NULL);
256 CU_ASSERT(decl->enabled == 1);
258 CU_ASSERT(decl->enabled == 0);
H A Dtest-linker-roles.c33 * - role in appropriate symtab (global and decl)
34 * - datum in the decl symtab has correct type_set
35 * - scope datum has correct decl ids
72 avrule_decl_t *decl; local
80 /**** test for g_b_role_1 in base and decl 1 (global) ****/
89 /**** test for o1_b_role_1 in optional (decl 2) ****/
90 decl = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b");
91 decls[0] = decl->decl_id;
95 role = test_role_type_set(base, "o1_b_role_1", decl, types, 1, 0);
103 avrule_decl_t *decl; local
[all...]
/external/webkit/Source/WebCore/dom/
H A DStyledElement.cpp87 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMappedAttributeDeclaration* decl) argument
91 mappedAttributeDecls->set(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->value().impl()), decl); local
94 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration* decl) argument
98 mappedAttributeDecls->set(MappedAttributeKey(entryType, name.localName().impl(), value.impl()), decl); local
152 if (attr->decl() && !preserveDecls) {
163 if (attr->decl()) {
170 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(entry, attr); local
171 if (decl) {
172 attr->setDecl(decl);
183 // But currently we always clear its parent and node below when adding it to the decl tabl
394 RefPtr<CSSMappedAttributeDeclaration> decl = CSSMappedAttributeDeclaration::create(); local
[all...]
H A DAttribute.h75 CSSMappedAttributeDeclaration* decl() const { return m_styleDecl.get(); } function in class:WebCore::Attribute
76 void setDecl(PassRefPtr<CSSMappedAttributeDeclaration> decl) { m_styleDecl = decl; } argument
/external/checkpolicy/
H A Dmodule_compiler.c32 avrule_decl_t *decl; /* if in an avrule block, which member in struct:scope_stack
130 avrule_decl_t *decl = stack_top->decl; local
138 SCOPE_DECL, decl->decl_id, dest_value);
158 if (ebitmap_set_bit(decl->declared.scope + symbol_type,
237 /* create a new role_datum_t for this decl, if necessary */
244 roles_tab = stack_top->decl->p_roles.table;
442 /* create a new user_datum_t for this decl, if necessary */
449 users_tab = stack_top->decl->p_users.table;
523 types_tab = stack_top->decl
625 avrule_decl_t *decl = stack_top->decl; local
696 avrule_decl_t *decl = stack_top->decl; local
1232 avrule_decl_t *decl = stack->decl; local
1278 avrule_decl_t *decl = stack->decl; local
1316 avrule_decl_t *decl = stack_top->decl; local
1349 avrule_decl_t *decl = stack_top->decl; local
1369 avrule_decl_t *decl = stack_top->decl; local
1381 avrule_decl_t *decl = stack_top->decl; local
1393 avrule_decl_t *decl = stack_top->decl; local
1405 avrule_decl_t *decl = stack_top->decl; local
1417 avrule_decl_t *decl; local
1457 avrule_decl_t *decl; local
1536 avrule_decl_t *decl = stack_top->decl; local
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplateElement.java871 XMLNSDecl decl = new XMLNSDecl(prefix, uri, false);
873 m_declaredPrefixes.add(decl);
927 XMLNSDecl decl = (XMLNSDecl) nsDecls.get(i);
929 if (prefix.equals(decl.getPrefix()))
930 return decl.getURI();
990 * Tell if the result namespace decl should be excluded. Should be called before
1048 XMLNSDecl decl = (XMLNSDecl) m_declaredPrefixes.get(i);
1049 String prefix = decl.getPrefix();
1050 String uri = decl.getURI();
1068 decl
[all...]
/external/libsepol/include/sepol/policydb/
H A Davrule_block.h32 avrule_decl_t * decl,
/external/llvm/lib/Target/PTX/
H A DPTXAsmPrinter.cpp277 SmallString<128> decl; local
278 raw_svector_ostream os(decl);
369 SmallString<128> decl; local
370 raw_svector_ostream os(decl);
462 std::string decl = ""; local
467 decl += ".extern .func (.param .b32 __param_1) vprintf (.param .b";
469 decl += "64";
471 decl += "32";
472 decl += " __param_2, .param .b";
474 decl
[all...]
/external/clang/include/clang/AST/
H A DStmtIterator.h35 union { Decl *decl; Decl **DGI; }; member in union:clang::StmtIteratorBase::__anon2883
70 StmtIteratorBase(Stmt **s) : stmt(s), decl(0), RawVAPtr(0) {}
74 StmtIteratorBase() : stmt(0), decl(0), RawVAPtr(0) {}
110 return stmt == RHS.stmt && decl == RHS.decl && RawVAPtr == RHS.RawVAPtr;
114 return stmt != RHS.stmt || decl != RHS.decl || RawVAPtr != RHS.RawVAPtr;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableParser.h72 - (void)decl;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangDumpDecl.h83 - (void)decl;

Completed in 621 milliseconds

12345678