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

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/docs/reference/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
treestruct.def 39 DEFTREESTRUCT(TS_DECL_MINIMAL, "decl minimal")
40 DEFTREESTRUCT(TS_DECL_COMMON, "decl common")
41 DEFTREESTRUCT(TS_DECL_WRTL, "decl with RTL")
42 DEFTREESTRUCT(TS_DECL_NON_COMMON, "decl non-common")
43 DEFTREESTRUCT(TS_DECL_WITH_VIS, "decl with visibility")
44 DEFTREESTRUCT(TS_FIELD_DECL, "field decl")
45 DEFTREESTRUCT(TS_VAR_DECL, "var decl")
46 DEFTREESTRUCT(TS_PARM_DECL, "parm decl")
47 DEFTREESTRUCT(TS_LABEL_DECL, "label decl")
48 DEFTREESTRUCT(TS_RESULT_DECL, "result decl")
    [all...]
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...]
c-common.def 28 COMPOUND_LITERAL_EXPR_DECL_STMT is the a DECL_STMT containing the decl
30 the DECL_INITIAL of that decl is the CONSTRUCTOR that initializes
  /external/bluetooth/glib/m4macros/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ImplForVariable.java 86 static GenericDeclaration nextLayer(GenericDeclaration decl) {
87 if (decl instanceof Class) {
89 Class cl = (Class)decl;
90 decl = cl.getEnclosingMethod();
91 if (decl != null) {
92 return decl;
94 decl = cl.getEnclosingConstructor();
95 if (decl != null) {
96 return decl;
99 } else if (decl instanceof Method)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
unknown-elf.h 54 /* Return a nonzero value if DECL has a section attribute. */
55 #define IN_NAMED_SECTION(DECL) \
56 ((TREE_CODE (DECL) == FUNCTION_DECL || TREE_CODE (DECL) == VAR_DECL) \
57 && DECL_SECTION_NAME (DECL) != NULL_TREE)
60 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
63 if (IN_NAMED_SECTION (DECL)) \
64 switch_to_section (get_named_section (DECL, NULL, 0)); \
70 last_assemble_variable_decl = DECL; \
71 ASM_DECLARE_OBJECT_NAME (FILE, NAME, 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
swab.S 31 decl %ecx
62 decl %ecx
  /external/webkit/WebCore/html/
HTMLTableElement.cpp 330 if (attr->decl()) {
331 RefPtr<CSSValue> val = attr->decl()->getPropertyCSSValue(CSSPropertyBorderLeftWidth);
348 m_borderColorAttr = attr->decl();
349 if (!attr->decl() && !attr->isEmpty()) {
469 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderValue); local
470 if (!decl) {
471 decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the table until the document dies.
472 decl->setParent(document()->elementSheet());
473 decl->setNode(this);
474 decl->setStrictParsing(false); // Mapped attributes are just always quirky
527 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, cellborderAttr, cellborderValue); local
613 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, rulesAttr, rulesValue); local
    [all...]
  /external/bluetooth/glib/docs/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/gobject/tests/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/webkit/WebCore/dom/
StyledElement.cpp 83 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMappedAttributeDeclaration* decl)
87 mappedAttributeDecls->set(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->value().impl()), decl); local
90 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration* decl)
94 mappedAttributeDecls->set(MappedAttributeKey(entryType, name.localName().impl(), value.impl()), decl); local
154 if (mappedAttr->decl() && !preserveDecls) {
165 if (mappedAttr->decl()) {
173 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(entry, attr); local
174 if (decl) {
175 mappedAttr->setDecl(decl);
186 // But currently we always clear its parent and node below when adding it to the decl table.
407 RefPtr<CSSMappedAttributeDeclaration> decl = CSSMappedAttributeDeclaration::create(); local
    [all...]
MappedAttribute.h 50 CSSMappedAttributeDeclaration* decl() const { return m_styleDecl.get(); } function in class:WebCore::MappedAttribute
51 void setDecl(PassRefPtr<CSSMappedAttributeDeclaration> decl) { m_styleDecl = decl; }
NamedMappedAttrMap.cpp 52 static_cast<MappedAttribute*>(attr)->decl())
64 // The values for each decl must match.
68 static_cast<MappedAttribute*>(attr)->decl()) {
  /bionic/libm/src/
s_fdim.c 32 #define DECL(type, fn) \
44 DECL(double, fdim)
45 DECL(float, fdimf)
46 DECL(long double, fdiml)
s_nearbyint.c 40 #define DECL(type, fn, rint) \
53 DECL(double, nearbyint, rint)
54 DECL(float, nearbyintf, rintf)
  /external/bluetooth/glib/gio/win32/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/gio/xdgmime/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/glib/gnulib/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
  /external/webkit/WebCore/svg/
SVGForeignObjectElement.cpp 111 if (mappedAttr->decl()) {
119 if (CSSMappedAttributeDeclaration* decl = mappedAttr->decl()) {
120 // Add the decl to the table in the appropriate spot.
121 element->setMappedAttributeDecl(entry, mappedAttr, decl);
123 decl->setMappedState(entry, mappedAttr->name(), mappedAttr->value());
124 decl->setParent(0);
125 decl->setNode(0);
  /external/libxml2/
HTMLparser.c 623 #define DECL (const char**)
628 DECL html_inline , NULL , DECL a_attrs , DECL target_attr, NULL
631 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
634 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
637 DECL inline_p , NULL , DECL html_attrs, NULL, NUL
    [all...]
  /external/bluetooth/glib/gio/fam/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/gio/fen/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/gio/inotify/
Makefile.am 1 include $(top_srcdir)/Makefile.decl

Completed in 157 milliseconds

1 2 3 4 5 6 7 8 91011>>