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

1 2 3 4

  /external/libsepol/tests/
test-linker-roles.c 33 * - 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...]
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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
Main.java 10 //LangParser.decl_return r = parser.decl();
18 walker.decl();
  /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/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/tagsoup/src/org/ccil/cowan/tagsoup/
ScanHandler.java 52 public void decl(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
PYXWriter.java 75 public void decl(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
  /external/webkit/Source/WebCore/dom/
Attribute.h 75 CSSMappedAttributeDeclaration* decl() const { return m_styleDecl.get(); } function in class:WebCore::Attribute
76 void setDecl(PassRefPtr<CSSMappedAttributeDeclaration> decl) { m_styleDecl = decl; }
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...]
XMLDocumentParserQt.cpp 345 const QXmlStreamNamespaceDeclaration &decl = ns[i]; local
346 String namespaceURI = decl.namespaceUri();
347 String namespaceQName = decl.prefix().isEmpty() ? String("xmlns") : String("xmlns:");
348 namespaceQName.append(decl.prefix());
  /external/clang/include/clang/AST/
StmtIterator.h 26 class Decl;
35 union { Decl *decl; Decl **DGI; }; member in union:clang::StmtIteratorBase::__anon5406
37 Decl **DGE;
65 bool HandleDecl(Decl* D);
70 StmtIteratorBase(Stmt **s) : stmt(s), decl(0), RawVAPtr(0) {}
71 StmtIteratorBase(Decl *d, Stmt **s);
73 StmtIteratorBase(Decl **dgi, Decl **dge)
    [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...]
ElemExtensionCall.java 115 ElemExtensionDecl decl = null; local
127 decl = (ElemExtensionDecl) child;
129 String prefix = decl.getPrefix();
134 return decl;
  /external/javassist/src/main/javassist/compiler/
Javac.java 95 CtClass decl = cb.getDeclaringClass(); local
97 .rebuildStackMapIf6(decl.getClassPool(),
98 decl.getClassFile2());
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ValidateLimitations.cpp 205 TIntermAggregate* decl = init->getAsAggregate(); local
206 if ((decl == NULL) || (decl->getOp() != EOpDeclaration)) {
211 TIntermSequence& declSeq = decl->getSequence();
213 error(decl->getLine(), "Invalid init declaration", "for");
218 error(decl->getLine(), "Invalid init declaration", "for");
  /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/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 363 XMLNSDecl decl = (XMLNSDecl) declaredPrefixes.get(i); local
364 if(decl.getURI().equals(Constants.S_XSLNAMESPACEURL))
  /external/checkpolicy/test/
dismod.c 590 int display_avdecl(avrule_decl_t * decl, int field,
593 fprintf(out_fp, "decl %u:%s\n", decl->decl_id,
594 (decl->enabled ? " [enabled]" : ""));
597 cond_list_t *cond = decl->cond_list;
623 avrule_t *avrule = decl->avrules;
638 display_role_trans(decl->role_tr_rules, policy, out_fp);
642 display_role_allow(decl->role_allow_rules, policy,
648 (&decl->required, policy, out_fp)) {
655 (&decl->declared, policy, out_fp))
677 avrule_decl_t *decl = block->branch_list; local
    [all...]
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 272 Method* decl = new Method; local
273 decl->comment = gather_comments(method->comments_token->extra);
274 decl->modifiers = PUBLIC;
275 decl->returnType = NAMES.Search(method->type.type.data);
276 decl->returnTypeDimension = method->type.dimension;
277 decl->name = method->name.data;
281 decl->parameters.push_back(new Variable(
287 decl->exceptions.push_back(REMOTE_EXCEPTION_TYPE);
289 interface->elements.push_back(decl);
346 _result = new Variable(decl->returnType, "_result"
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 165 tree decl; member in struct:ipa_param_descriptor
231 return info->params[i].decl;
472 non-default-def ssa names when a parm decl is going away. */
output.h 160 /* Declare DECL to be a weak symbol. */
194 with defining the name of the function. DECL describes the function.
200 function. DECL describes the function. NAME is the function's name. */
214 /* Compute the alignment of variable specified by DECL.
216 extern void align_variable (tree decl, bool dont_output_data);
220 nothing.) Do nothing if DECL is not external. */
272 /* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL)
406 /* Decide whether DECL needs to be in a writable section.
462 default_elf_unique_section. Categorizes the DECL. *
513 tree decl; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 165 tree decl; member in struct:ipa_param_descriptor
231 return info->params[i].decl;
472 non-default-def ssa names when a parm decl is going away. */
output.h 160 /* Declare DECL to be a weak symbol. */
194 with defining the name of the function. DECL describes the function.
200 function. DECL describes the function. NAME is the function's name. */
214 /* Compute the alignment of variable specified by DECL.
216 extern void align_variable (tree decl, bool dont_output_data);
220 nothing.) Do nothing if DECL is not external. */
272 /* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL)
406 /* Decide whether DECL needs to be in a writable section.
462 default_elf_unique_section. Categorizes the DECL. *
513 tree decl; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 165 tree decl; member in struct:ipa_param_descriptor
231 return info->params[i].decl;
472 non-default-def ssa names when a parm decl is going away. */
output.h 160 /* Declare DECL to be a weak symbol. */
194 with defining the name of the function. DECL describes the function.
200 function. DECL describes the function. NAME is the function's name. */
214 /* Compute the alignment of variable specified by DECL.
216 extern void align_variable (tree decl, bool dont_output_data);
220 nothing.) Do nothing if DECL is not external. */
272 /* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL)
406 /* Decide whether DECL needs to be in a writable section.
462 default_elf_unique_section. Categorizes the DECL. *
513 tree decl; variable
    [all...]

Completed in 1551 milliseconds

1 2 3 4