/external/selinux/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, const char *id, avrule_decl_t * decl, const 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, const char *id, avrule_decl_t * decl, const char **types, int len) [all...] |
test-deps.c | 143 avrule_decl_t *decl; local 174 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type); 175 CU_ASSERT_FATAL(decl != NULL); 177 CU_ASSERT(decl->enabled == 1); 226 avrule_decl_t *decl; local 254 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type); 255 CU_ASSERT_FATAL(decl != NULL); 258 CU_ASSERT(decl->enabled == 1); 260 CU_ASSERT(decl->enabled == 0);
|
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...] |
/external/v8/tools/clang/blink_gc_plugin/ |
CheckDispatchVisitor.cpp | 31 for (Decl* decl : member->decls()) { 32 if (CXXMethodDecl* method = dyn_cast<CXXMethodDecl>(decl)) {
|
/system/tools/hidl/c2hal/ |
Note.cpp | 25 Note::Note(Declaration *decl) 27 mDecl(decl)
|
/external/libvpx/libvpx/vpx_ports/ |
mem.h | 27 #define DECLARE_PROTECTED(decl) decl __attribute__((visibility("protected"))) 29 #define DECLARE_PROTECTED(decl) decl
|
/external/syslinux/core/thread/ |
sem_asm.S | 4 decl (%eax)
|
/development/vndk/tools/header-checker/header-abi-dumper/src/ |
ast_processing.h | 42 const clang::Decl *tu_decl); 44 bool VisitRecordDecl(const clang::RecordDecl *decl); 46 bool VisitFunctionDecl(const clang::FunctionDecl *decl); 48 bool VisitEnumDecl(const clang::EnumDecl *decl); 50 bool VisitVarDecl(const clang::VarDecl *decl); 52 bool TraverseDecl(clang::Decl *decl); 67 const clang::Decl *tu_decl_;
|
abi_wrappers.h | 37 static std::string GetDeclSourceFile(const clang::Decl *decl, 44 std::string GetMangledNameDecl(const clang::NamedDecl *decl) const; 54 std::string GetTagDeclQualifiedName(const clang::TagDecl *decl) const; 75 const clang::RecordDecl *decl); 108 const clang::FunctionDecl *decl); 129 const clang::EnumDecl *decl); 147 const clang::VarDecl *decl);
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
RewriteToChromeStyle.cpp | 108 for (clang::NamedDecl* decl : Node.decls()) { 109 if (!InnerMatcher.matches(*decl, Finder, Builder)) 117 const clang::CXXMethodDecl& decl, 124 for (auto it = decl.begin_overridden_methods(); 125 it != decl.end_overridden_methods(); ++it) { 151 return inner_matcher.matches(decl, finder, builder); 161 bool IsMethodOverrideOf(const clang::CXXMethodDecl& decl, 163 if (decl.getParent()->getQualifiedNameAsString() == class_name) 165 for (auto it = decl.begin_overridden_methods(); 166 it != decl.end_overridden_methods(); ++it) 546 const DeclNode* decl = result.Nodes.getNodeAs<DeclNode>("decl"); variable [all...] |
/external/deqp/framework/opengl/ |
gluVarType.hpp | 285 namespace decl namespace in namespace:glu 320 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl); 321 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl); 322 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl); 324 } // decl 326 inline decl::Indent indent (int indentLevel) { return decl::Indent(indentLevel); } 327 inline decl::DeclareStructTypePtr declare (const StructType* structPtr, int indentLevel = 0) { return decl::DeclareStructTypePtr (structPtr, indentLevel); } 328 inline decl::DeclareStructType declare (const StructType& structType, int indentLevel = 0) { return dec (…) [all...] |
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_dump.py | 52 def __init__(self, instance = '', decl = None): 55 self.decl = decl 58 return decl_dumper_t(self._instance, self.decl) 61 class_ = self.decl 62 assert self.decl.class_type in ('struct', 'union') 72 for name, value in self.decl.values: 84 def dump_decl(instance, decl): 85 dumper = decl_dumper_t(instance, decl) 86 algorithm.apply_visitor(dumper, decl) [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_pstipple.c | 140 struct tgsi_full_declaration *decl) 144 if (decl->Declaration.File == TGSI_FILE_SAMPLER) { 146 for (i = decl->Range.First; 147 i <= decl->Range.Last; i++) { 151 else if (decl->Declaration.File == TGSI_FILE_INPUT) { 152 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last); 153 if (decl->Semantic.Name == TGSI_SEMANTIC_POSITION) 154 pctx->wincoordInput = (int) decl->Range.First; 156 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { 158 for (i = decl->Range.First 206 struct tgsi_full_declaration decl; local [all...] |
draw_pipe_aaline.c | 153 struct tgsi_full_declaration *decl) 157 if (decl->Declaration.File == TGSI_FILE_OUTPUT && 158 decl->Semantic.Name == TGSI_SEMANTIC_COLOR && 159 decl->Semantic.Index == 0) { 160 aactx->colorOutput = decl->Range.First; 162 else if (decl->Declaration.File == TGSI_FILE_SAMPLER) { 164 for (i = decl->Range.First; 165 i <= decl->Range.Last; i++) { 169 else if (decl->Declaration.File == TGSI_FILE_INPUT) { 170 if ((int) decl->Range.Last > aactx->maxInput 213 struct tgsi_full_declaration decl; local [all...] |
/external/selinux/checkpolicy/ |
module_compiler.c | 32 avrule_decl_t *decl; /* if in an avrule block, which member in struct:scope_stack 157 avrule_decl_t *decl = stack_top->decl; local 165 decl->decl_id, dest_value); 200 avrule_decl_t *decl = stack_top->decl; local 207 if (ebitmap_set_bit(decl->declared.scope + symbol_type, 328 /* create a new role_datum_t for this decl, if necessary */ 335 roles_tab = stack_top->decl->p_roles.table; 562 /* create a new user_datum_t for this decl, if necessary * 719 avrule_decl_t *decl = stack_top->decl; local 737 avrule_decl_t *decl = stack_top->decl; local 1113 avrule_decl_t *decl = stack->decl; local 1159 avrule_decl_t *decl = stack->decl; local 1197 avrule_decl_t *decl = stack_top->decl; local 1230 avrule_decl_t *decl = stack_top->decl; local 1250 avrule_decl_t *decl = stack_top->decl; local 1262 avrule_decl_t *decl = stack_top->decl; local 1274 avrule_decl_t *decl = stack_top->decl; local 1286 avrule_decl_t *decl = stack_top->decl; local 1298 avrule_decl_t *decl; local 1338 avrule_decl_t *decl; local 1417 avrule_decl_t *decl = stack_top->decl; local [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_transform.h | 52 struct tgsi_full_declaration *decl); 75 const struct tgsi_full_declaration *decl);
|
tgsi_dump.h | 67 const struct tgsi_full_declaration *decl );
|
tgsi_iterate.h | 52 struct tgsi_full_declaration *decl );
|
/external/syslinux/com32/lib/ |
memmove.S | 64 decl %ecx 114 decl %ecx 116 decl %esi 117 decl %edi
|
/external/syslinux/memdisk/ |
memmove.S | 58 decl %ecx 98 decl %ecx 100 decl %esi 101 decl %edi
|
/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...] |
/bionic/tools/versioner/src/ |
DeclarationDatabase.cpp | 50 std::string getDeclName(NamedDecl* decl) { 51 if (auto var_decl = dyn_cast<VarDecl>(decl)) { 57 if (mangler->shouldMangleDeclName(decl)) { 60 mangler->mangleName(decl, ss); 64 if (auto identifier = decl->getIdentifier()) { 70 bool VisitDecl(Decl* decl) { 73 if (decl->getParentFunctionOrMethod()) { 77 auto named_decl = dyn_cast<NamedDecl>(decl); 88 if (auto function_decl = dyn_cast<FunctionDecl>(decl)) { [all...] |
/frameworks/base/tools/aapt2/compile/ |
InlineXmlFormatParser.cpp | 95 InlineDeclaration decl; variable 96 decl.el = el; 97 decl.attr_name = name.entry; 99 decl.attr_namespace_uri = 103 inline_declarations_.push_back(std::move(decl)); 132 for (const Visitor::InlineDeclaration& decl : 136 new_doc->file.source = doc->file.source.WithLine(decl.el->line_number); 151 for (auto& child : decl.el->children) { 172 xml::Node* node = decl.el; 188 xml::Attribute{decl.attr_namespace_uri, decl.attr_name [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
mkbuiltin.go | 64 for _, decl := range f.Decls { 65 switch decl := decl.(type) { 67 if decl.Recv != nil { 70 if decl.Body != nil { 73 fmt.Fprintf(w, "{%q, funcTag, %d},\n", decl.Name.Name, interner.intern(decl.Type)) 75 if decl.Tok != token.VAR { 76 log.Fatal("unhandled declaration kind", decl.Tok) 78 for _, spec := range decl.Specs [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
mkbuiltin.go | 64 for _, decl := range f.Decls { 65 switch decl := decl.(type) { 67 if decl.Recv != nil { 70 if decl.Body != nil { 73 fmt.Fprintf(w, "{%q, funcTag, %d},\n", decl.Name.Name, interner.intern(decl.Type)) 75 if decl.Tok != token.VAR { 76 log.Fatal("unhandled declaration kind", decl.Tok) 78 for _, spec := range decl.Specs [all...] |