/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.h | 109 - (void)decl;
|
/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
|
/external/lldb/include/lldb/Symbol/ |
ClangASTContext.h | 103 GetCompleteDecl (clang::Decl *decl) 105 return ClangASTContext::GetCompleteDecl(getASTContext(), decl); 110 clang::Decl *decl); 200 static clang::Decl * 203 clang::Decl *source_decl); 211 GetTypeForDecl (clang::TagDecl *decl); 394 const Declaration &decl,
|
/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
target.def | 106 void, (FILE *stream, tree decl), default_globalize_decl_name) 109 target requires such labels. Second argument is the decl the 116 void, (FILE *stream, tree decl, int for_eh, int empty), 179 associated with the tree decl. */ 183 void, (tree decl, int visibility), 222 If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with 227 void, (const char *name, unsigned int flags, tree decl), 230 /* Return preferred text (sub)section for function DECL. 240 section *, (tree decl, enum node_frequency freq, bool startup, bool exit), 249 decl is available as @var{decl} and the new section is `cold' if [all...] |
/external/chromium_org/v8/tools/gcmole/ |
gcmole.cc | 52 const clang::NamedDecl* decl, 54 if (!llvm::isa<clang::CXXConstructorDecl>(decl) && 55 !llvm::isa<clang::CXXDestructorDecl>(decl)) { 58 ctx->mangleName(decl, out); 67 static bool InV8Namespace(const clang::NamedDecl* decl) { 68 return decl->getQualifiedNameAsString().compare(0, 4, "v8::") == 0; 224 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) { 225 callees_printer_->AnalyzeFunction(decl); 255 const clang::FunctionDecl* decl) { 258 if (!InV8Namespace(decl)) return false [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
radeonsi_shader.c | 201 const struct tgsi_full_declaration *decl) 257 const struct tgsi_full_declaration *decl) 282 switch (decl->Interp.Interpolate) { 293 if (decl->Interp.Centroid) 306 if (decl->Interp.Centroid) 312 if (decl->Interp.Centroid) 340 const struct tgsi_full_declaration *decl) 345 declare_input_vs(si_shader_ctx, input_index, decl); 347 declare_input_fs(si_shader_ctx, input_index, decl);
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
radeonsi_shader.c | 201 const struct tgsi_full_declaration *decl) 257 const struct tgsi_full_declaration *decl) 282 switch (decl->Interp.Interpolate) { 293 if (decl->Interp.Centroid) 306 if (decl->Interp.Centroid) 312 if (decl->Interp.Centroid) 340 const struct tgsi_full_declaration *decl) 345 declare_input_vs(si_shader_ctx, input_index, decl); 347 declare_input_fs(si_shader_ctx, input_index, decl);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_sanity.c | 393 struct tgsi_full_declaration *decl ) 407 file = decl->Declaration.File; 410 for (i = decl->Range.First; i <= decl->Range.Last; i++) { 423 if (decl->Declaration.Dimension) { 424 fill_scan_register2d(reg, file, i, decl->Dim.Index2D);
|
tgsi_transform.c | 56 const struct tgsi_full_declaration *decl) 60 ti += tgsi_build_full_declaration(decl,
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_sanity.c | 393 struct tgsi_full_declaration *decl ) 407 file = decl->Declaration.File; 410 for (i = decl->Range.First; i <= decl->Range.Last; i++) { 423 if (decl->Declaration.Dimension) { 424 fill_scan_register2d(reg, file, i, decl->Dim.Index2D);
|
tgsi_transform.c | 56 const struct tgsi_full_declaration *decl) 60 ti += tgsi_build_full_declaration(decl,
|
/external/deqp/modules/gles31/functional/ |
es31fFboTestUtil.cpp | 118 sglr::pdec::ShaderProgramDeclaration decl; local 120 decl << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT); 121 decl << sglr::pdec::VertexAttribute("a_coord", rr::GENERICVECTYPE_FLOAT); 122 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT); 123 decl << sglr::pdec::FragmentOutput(mapDataTypeToGenericVecType(outputType)); 125 decl << sglr::pdec::VertexSource( 135 decl << sglr::pdec::FragmentSource(genTexFragmentShader(samplerTypes.vec, outputType)); 137 decl << sglr::pdec::Uniform("u_outScale0", glu::TYPE_FLOAT_VEC4); 138 decl << sglr::pdec::Uniform("u_outBias0", glu::TYPE_FLOAT_VEC4); 142 decl << sglr::pdec::Uniform(std::string("u_sampler") + de::toString(ndx), samplerTypes.vec[ndx]) [all...] |
es31fProgramInterfaceDefinitionUtil.hpp | 48 VariablePathComponent (const glu::VariableDeclaration* decl) :m_type(TYPE_DECLARATION) { m_data.declaration = decl; }
|
/external/lldb/source/Symbol/ |
ClangASTContext.cpp | 1155 CXXRecordDecl *decl = CXXRecordDecl::Create (*ast, local 1746 ObjCInterfaceDecl *decl = ObjCInterfaceDecl::Create (*ast, local [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
AttributeScope.java | 137 public void addAttribute(String name, String decl) { 138 attributes.put(name, new Attribute(name,decl));
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_program.c | 130 *(p->decl++) = (D0_DCL | D0_DEST(reg) | d0_flags); 131 *(p->decl++) = D1_MBZ; 132 *(p->decl++) = D2_MBZ; 133 assert(p->decl <= p->declarations + ARRAY_SIZE(p->declarations)); 480 p->decl = p->declarations; 489 *(p->decl++) = _3DSTATE_PIXEL_SHADER_PROGRAM; 497 GLuint decl_size = p->decl - p->declarations; 515 i915_program_error(p, "Exceeded max DECL instructions (%d out of %d)", 542 GLuint decl_size = p->decl - p->declarations;
|
/external/chromium_org/tools/clang/blink_gc_plugin/ |
RecordInfo.h | 145 RecordInfo* Lookup(clang::DeclContext* decl) { 146 return Lookup(clang::dyn_cast<clang::CXXRecordDecl>(decl));
|
/external/javassist/src/main/javassist/ |
CtMember.java | 49 Cache(CtClassType decl) { 50 super(decl);
|
/external/lldb/source/Expression/ |
ASTStructExtractor.cpp | 12 #include "clang/AST/Decl.h" 84 for (Decl *candidate_decl : decl_group) 122 ASTStructExtractor::ExtractFromTopLevelDecl(Decl* D) 157 Decl *decl = *decl_iterator; local 159 ExtractFromTopLevelDecl(decl);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_program.c | 130 *(p->decl++) = (D0_DCL | D0_DEST(reg) | d0_flags); 131 *(p->decl++) = D1_MBZ; 132 *(p->decl++) = D2_MBZ; 133 assert(p->decl <= p->declarations + ARRAY_SIZE(p->declarations)); 480 p->decl = p->declarations; 489 *(p->decl++) = _3DSTATE_PIXEL_SHADER_PROGRAM; 497 GLuint decl_size = p->decl - p->declarations; 515 i915_program_error(p, "Exceeded max DECL instructions (%d out of %d)", 542 GLuint decl_size = p->decl - p->declarations;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangParser.h | 31 #define DECL 4 144 - (LangParser_decl_return *)decl;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
PropertySetCSSStyleDeclaration.cpp | 44 StyleAttributeMutationScope(AbstractPropertySetCSSStyleDeclaration* decl) 46 InspectorInstrumentation::willMutateStyle(decl); 50 ASSERT(s_currentDecl == decl); 55 s_currentDecl = decl;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_fpc_emit.c | 99 if (p->decl< p->declarations + I915_PROGRAM_SIZE) { 100 *(p->decl++) = (D0_DCL | D0_DEST(reg) | d0_flags); 101 *(p->decl++) = D1_MBZ; 102 *(p->decl++) = D2_MBZ;
|
/external/clang/bindings/python/tests/cindex/ |
test_cursor.py | 133 decl = get_cursor(tu, 'C') 136 assert(curs[0].semantic_parent == decl) 141 decl = get_cursor(tu, 'C') 144 assert(curs[0].lexical_parent == decl)
|