HomeSort by relevance Sort by last modified time
    Searched refs:decl (Results 1 - 25 of 266) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/elfutils/libdw/
dwarf_decl_column.c 60 dwarf_decl_column (Dwarf_Die *decl, int *colp)
62 return __libdw_attr_intval (decl, colp, DW_AT_decl_column);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Attribute.java 36 public String decl; field in class:Attribute
47 public Attribute(String decl) {
48 extractAttribute(decl);
51 public Attribute(String name, String decl) {
53 this.decl = decl;
62 * Set name, type, initvalue, and full decl instance vars.
64 protected void extractAttribute(String decl) {
65 if ( decl==null ) {
70 int rightEdgeOfDeclarator = decl.length()-1
    [all...]
  /external/openfst/src/include/fst/script/
fstscript-decl.h 22 #include <fst/fst-decl.h>
  /external/libsepol/src/
avrule_block.c 55 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
166 avrule_decl_t *decl = local
    [all...]
  /external/bluetooth/glib/glib/gnulib/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
  /external/clang/test/CodeGen/
2005-09-24-BitFieldCrash.c 29 void foo (union tree_node * decl) {
30 decl->function_decl.built_in_class != 0;
  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ImplForVariable.java 82 private static GenericDeclaration nextLayer(GenericDeclaration decl) {
83 if (decl instanceof Class) {
85 Class cl = (Class)decl;
86 decl = cl.getEnclosingMethod();
87 if (decl != null) {
88 return decl;
90 decl = cl.getEnclosingConstructor();
91 if (decl != null) {
92 return decl;
95 } else if (decl instanceof Method)
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 316 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->setStrictParsing(false); // Mapped attributes are just always quirky
513 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, cellborderAttr, cellborderValue); local
599 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, rulesAttr, rulesValue); local
    [all...]
  /external/bluetooth/glib/gthread/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
  /external/llvm/include/llvm/Support/
Compiler.h 129 // 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
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
debug.h 84 /* Called at start of function DECL, before it is declared. */
85 void (* begin_function) (tree decl);
90 /* Debug information for a function DECL. This might include the
94 void (* function_decl) (tree decl);
96 /* Debug information for a global DECL. Called from toplev.c after
98 void (* global_decl) (tree decl);
100 /* Debug information for a type DECL. Called from toplev.c after
106 void (* type_decl) (tree decl, int local);
109 void (* imported_module_or_decl) (tree decl, tree name,
112 /* DECL is an inline function, whose body is present, but which i
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
debug.h 84 /* Called at start of function DECL, before it is declared. */
85 void (* begin_function) (tree decl);
90 /* Debug information for a function DECL. This might include the
94 void (* function_decl) (tree decl);
96 /* Debug information for a global DECL. Called from toplev.c after
98 void (* global_decl) (tree decl);
100 /* Debug information for a type DECL. Called from toplev.c after
106 void (* type_decl) (tree decl, int local);
109 void (* imported_module_or_decl) (tree decl, tree name,
112 /* DECL is an inline function, whose body is present, but which i
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
debug.h 84 /* Called at start of function DECL, before it is declared. */
85 void (* begin_function) (tree decl);
90 /* Debug information for a function DECL. This might include the
94 void (* function_decl) (tree decl);
96 /* Debug information for a global DECL. Called from toplev.c after
98 void (* global_decl) (tree decl);
100 /* Debug information for a type DECL. Called from toplev.c after
106 void (* type_decl) (tree decl, int local);
109 void (* imported_module_or_decl) (tree decl, tree name,
112 /* DECL is an inline function, whose body is present, but which i
    [all...]
  /external/clang/lib/AST/
StmtIterator.cpp 15 #include "clang/AST/Decl.h"
44 if (VarDecl* VD = dyn_cast<VarDecl>(decl))
59 assert(!decl);
68 assert(decl);
72 decl = 0;
73 else if (HandleDecl(decl))
90 bool StmtIteratorBase::HandleDecl(Decl* D) {
116 StmtIteratorBase::StmtIteratorBase(Decl *d, Stmt **s)
117 : stmt(s), decl(d), RawVAPtr(d ? DeclMode : 0) {
118 if (decl)
    [all...]
  /bionic/libc/arch-x86/string/
strncmp.S 26 decl %edx
36 decl %edx
46 decl %edx
56 decl %edx
66 decl %edx
76 decl %edx
86 decl %edx
96 decl %edx
  /external/bluetooth/glib/docs/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/gmodule/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
  /external/javassist/src/main/javassist/expr/
ConstructorCall.java 35 protected ConstructorCall(int pos, CodeIterator i, CtClass decl, MethodInfo m) {
36 super(pos, i, decl, m);
  /external/libsepol/tests/
test-common.h 31 * 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, char **types, int len)
    [all...]
test-deps.c 143 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);
  /external/webkit/Source/WebCore/dom/
StyledElement.cpp 87 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMappedAttributeDeclaration* decl)
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)
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 table.
394 RefPtr<CSSMappedAttributeDeclaration> decl = CSSMappedAttributeDeclaration::create(); local
    [all...]
Attribute.h 75 CSSMappedAttributeDeclaration* decl() const { return m_styleDecl.get(); } function in class:WebCore::Attribute
76 void setDecl(PassRefPtr<CSSMappedAttributeDeclaration> decl) { m_styleDecl = decl; }
  /external/checkpolicy/
module_compiler.c 32 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->p_types.table
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/
ElemTemplateElement.java 871 XMLNSDecl decl = new XMLNSDecl(prefix, uri, false); local
873 m_declaredPrefixes.add(decl);
927 XMLNSDecl decl = (XMLNSDecl) nsDecls.get(i); local
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); local
1049 String prefix = decl.getPrefix();
1050 String uri = decl.getURI();
1068 decl = new XMLNSDecl(nsAlias.getStylesheetPrefix(),
1101 XMLNSDecl decl = (XMLNSDecl) prefixes.get(i); local
1136 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); local
1189 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); local
1238 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
langhooks.h 153 /* Function to add a decl to the current scope level. Takes one
154 argument, a decl to add. Returns that decl, or, if the same
155 symbol is already declared, may return a different decl for that
162 /* Returns true when we should warn for an unused global DECL.
170 /* True if this decl may be called via a sibcall. */
173 /* Return the COMDAT group into which this DECL should be placed.
174 It is known that the DECL belongs in *some* COMDAT group when
182 /* True if OpenMP should privatize what this DECL points to rather
183 than the DECL itself. *
    [all...]

Completed in 598 milliseconds

1 2 3 4 5 6 7 8 91011