HomeSort by relevance Sort by last modified time
    Searched defs:decls (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSViewportRule.cpp 68 String decls = m_viewportRule->properties().asText(); local
69 result.append(decls);
70 if (!decls.isEmpty())
CSSPageRule.cpp 90 String decls = m_pageRule->properties().asText(); local
91 result.append(decls);
92 if (!decls.isEmpty())
CSSStyleRule.cpp 117 String decls = m_styleRule->properties().asText(); local
118 result.append(decls);
119 if (!decls.isEmpty())
CSSKeyframeRule.cpp 113 String decls = m_properties->asText(); local
114 result.append(decls);
115 if (!decls.isEmpty())
  /external/libsepol/tests/
test-linker-roles.c 74 unsigned int decls[2]; local
81 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id;
82 test_sym_presence(base, "g_b_role_1", SYM_ROLES, SCOPE_DECL, decls, 1);
91 decls[0] = decl->decl_id;
92 test_sym_presence(base, "o1_b_role_1", SYM_ROLES, SCOPE_DECL, decls, 1);
104 unsigned int decls[2]; local
112 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m1"))->decl_id;
113 test_sym_presence(base, "g_m1_role_1", SYM_ROLES, SCOPE_DECL, decls, 1);
122 decls[0] = decl->decl_id;
123 test_sym_presence(base, "o1_m1_role_1", SYM_ROLES, SCOPE_DECL, decls, 1)
    [all...]
test-linker-types.c 99 /* Don't pass in decls from global blocks since symbols aren't stored in their symtab */
100 static void test_type_datum(policydb_t * p, char *id, unsigned int *decls, int len, unsigned int primary)
116 type = hashtab_search(p->decl_val_to_struct[decls[i] - 1]->p_types.table, id);
127 unsigned int decls[2]; local
136 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id;
137 test_sym_presence(base, "g_b_type_1", SYM_TYPES, SCOPE_DECL, decls, 1);
140 test_sym_presence(base, "g_b_attr_1", SYM_TYPES, SCOPE_DECL, decls, 1);
145 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b"))->decl_id;
146 test_sym_presence(base, "o1_b_type_1", SYM_TYPES, SCOPE_DECL, decls, 1);
149 test_sym_presence(base, "o1_b_attr_1", SYM_TYPES, SCOPE_DECL, decls, 1)
165 unsigned int decls[2]; local
    [all...]
test-linker-cond-map.c 90 unsigned int decls[1]; local
98 decls[0] = d->decl_id;
99 test_sym_presence(base, "g_b_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1);
108 decls[0] = d->decl_id;
109 test_sym_presence(base, "o1_b_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1);
121 unsigned int decls[1]; local
126 decls[0] = d->decl_id;
127 test_sym_presence(base, "g_m1_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1);
136 decls[0] = d->decl_id;
137 test_sym_presence(base, "o1_m1_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1)
    [all...]
  /external/clang/include/clang/AST/
UnresolvedSet.h 109 iterator begin() { return iterator(decls().begin()); }
110 iterator end() { return iterator(decls().end()); }
112 const_iterator begin() const { return const_iterator(decls().begin()); }
113 const_iterator end() const { return const_iterator(decls().end()); }
120 decls().push_back(DeclAccessPair::make(D, AS));
127 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
143 void erase(unsigned I) { decls()[I] = decls().pop_back_val(); }
145 void erase(iterator I) { *I.ir = decls().pop_back_val();
167 DeclsTy &decls() { function in class:clang::UnresolvedSetImpl
170 const DeclsTy &decls() const { function in class:clang::UnresolvedSetImpl
    [all...]
DeclBase.h 266 /// Access - Used by C++ decls for the access specifier.
1313 decl_range decls() const { return decl_range(decls_begin(), decls_end()); } function in class:clang::DeclContext
    [all...]
Stmt.h 491 decl_range decls() { return decl_range(decl_begin(), decl_end()); } function in class:clang::DeclStmt
492 decl_const_range decls() const { function in class:clang::DeclStmt
    [all...]
  /external/clang/include/clang/Sema/
Scope.h 56 /// just contain loop constructs but don't contain decls.
259 decl_range decls() const { function in class:clang::Scope
  /external/clang/lib/Analysis/
UninitializedValues.cpp 46 // DeclToIndex: a mapping from Decls we track to value indices.
146 unsigned decls = declToIndex.size(); local
147 scratch.resize(decls);
153 vals[i].resize(decls);
376 for (auto *DI : DS->decls()) {
695 for (auto *DI : DS->decls()) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 139 /* Language hooks related to decls and the symbol table. */
154 /* Returns the chain of decls so far in the current scope level. */
404 struct lang_hooks_for_decls decls; member in struct:lang_hooks
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 856 Enumeration decls = nsSupport.getDeclaredPrefixes(); local
858 while (decls.hasMoreElements())
860 String prefix = (String) decls.nextElement();
1035 // a parent that has namespace decls, and add them
1036 // to this element's decls. Otherwise we just point
1037 // to the parent that has decls.
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 7677 ZoneList<Declaration*>* decls = target_info.scope()->declarations(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 868 milliseconds