Searched refs:decl (Results 76 - 100 of 336) sorted by relevance

1234567891011>>

/external/zlib/src/
H A Dzlib2ansi24 my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ;
25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ;
/external/libsepol/src/
H A Dlink.c114 * to the object class. This means that the requirements for the decl are the union of the permissions
278 * not met, but we cannot because the decl might be optional (in which
1664 /* copy the scoping information for this avrule decl block */
1768 avrule_decl_t *decl, *last_decl = NULL; local
1779 for (decl = block->branch_list; decl != NULL; decl = decl->next) {
1808 module->avdecl_map[decl->decl_id] = new_decl->decl_id;
1810 ret = copy_avrule_decl(state, module, decl, new_dec
1983 is_decl_requires_met(link_state_t * state, avrule_decl_t * decl, struct missing_requirement *req) argument
2197 avrule_decl_t *decl; local
2279 avrule_decl_t *decl; local
2325 avrule_decl_t *decl; local
2358 avrule_decl_t *decl; local
2388 avrule_decl_t *decl = cur->branch_list; local
2499 avrule_decl_t *decl; local
[all...]
/external/libsepol/tests/
H A Dtest-common.c185 role_datum_t *test_role_type_set(policydb_t * p, char *id, avrule_decl_t * decl, char **types, unsigned int len, unsigned int flags) argument
191 if (decl)
192 role = hashtab_search(decl->p_roles.table, id);
226 void test_attr_types(policydb_t * p, char *id, avrule_decl_t * decl, char **types, int len) argument
233 if (decl)
234 attr = hashtab_search(decl->p_types.table, id);
239 printf("could not find attr %s in decl %d\n", id, decl->decl_id);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c517 const struct tgsi_full_declaration *decl )
519 unsigned first = decl->Range.First;
520 unsigned last = decl->Range.Last;
526 switch (decl->Declaration.File) {
529 ok = ps30_sampler( emit, decl->Semantic, idx );
534 ok = vs30_input( emit, decl->Semantic, idx );
536 ok = ps30_input( emit, decl->Semantic, idx );
541 ok = vs30_output( emit, decl->Semantic, idx );
543 ok = ps30_output( emit, decl->Semantic, idx );
/external/deqp/modules/glshared/
H A DglsRandomShaderProgram.cpp70 static void generateProgramDeclaration (sglr::pdec::ShaderProgramDeclaration& decl, const rsg::Shader& vertexShader, const rsg::Shader& fragmentShader, int numUnifiedUniforms, const rsg::ShaderInput* const* unifiedUniforms) argument
72 decl << sglr::pdec::VertexSource(vertexShader.getSource())
78 decl << sglr::pdec::VertexAttribute(vertexInput->getVariable()->getName(), mapToGenericVecType(vertexInput->getVariable()->getType()));
84 decl << sglr::pdec::VertexToFragmentVarying(mapToGenericVecType(fragInput->getVariable()->getType()));
90 decl << sglr::pdec::Uniform(uniform->getVariable()->getName(), mapToBasicType(uniform->getVariable()->getType()));
93 decl << sglr::pdec::FragmentOutput(rr::GENERICVECTYPE_FLOAT);
98 sglr::pdec::ShaderProgramDeclaration decl; local
99 generateProgramDeclaration(decl, vertexShader, fragmentShader, numUnifiedUniforms, unifiedUniforms);
100 return decl;
H A DglsShaderLibraryCase.cpp1301 ostringstream decl;
1315 decl << vtxIn << " highp vec4 dEQP_Position;\n";
1328 decl << vtxIn << " " << floatTypeStr << " " << valueName << ";\n";
1332 decl << vtxIn << " " << floatTypeStr << " a_" << valueName << ";\n";
1339 decl << vtxOut << " " << floatTypeStr << " " << valueName << ";\n";
1342 decl << vtxOut << " " << floatTypeStr << " v_" << valueName << ";\n";
1343 decl << refTypeStr << " " << valueName << ";\n";
1352 params.insert(pair<string, string>("DECLARATIONS", decl.str()));
1367 ostringstream decl;
1379 genCompareFunctions(decl, valueBloc
[all...]
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/
H A DTestWatchpointCommands.py24 self.decl = line_number(self.source, '// Watchpoint variable declaration.')
130 '%s:%d' % (self.source, self.decl)])
185 '%s:%d' % (self.source, self.decl)])
225 '%s:%d' % (self.source, self.decl)])
269 '%s:%d' % (self.source, self.decl)])
324 '%s:%d' % (self.source, self.decl)])
364 '%s:%d' % (self.source, self.decl)])
408 '%s:%d' % (self.source, self.decl)])
463 '%s:%d' % (self.source, self.decl)])
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c517 const struct tgsi_full_declaration *decl )
519 unsigned first = decl->Range.First;
520 unsigned last = decl->Range.Last;
526 switch (decl->Declaration.File) {
529 ok = ps30_sampler( emit, decl->Semantic, idx );
534 ok = vs30_input( emit, decl->Semantic, idx );
536 ok = ps30_input( emit, decl->Semantic, idx );
541 ok = vs30_output( emit, decl->Semantic, idx );
543 ok = ps30_output( emit, decl->Semantic, idx );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_sol_state.c131 uint16_t decl = 0; local
146 decl |= buffer << SO_DECL_OUTPUT_BUFFER_SLOT_SHIFT;
147 decl |= vue_map->vert_result_to_slot[vert_result] <<
149 decl |= component_mask << SO_DECL_COMPONENT_MASK_SHIFT;
158 so_decl[i] = decl;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_sol_state.c131 uint16_t decl = 0; local
146 decl |= buffer << SO_DECL_OUTPUT_BUFFER_SLOT_SHIFT;
147 decl |= vue_map->vert_result_to_slot[vert_result] <<
149 decl |= component_mask << SO_DECL_COMPONENT_MASK_SHIFT;
158 so_decl[i] = decl;
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/command/
H A DTestWatchpointCommandLLDB.py23 self.decl = line_number(self.source, '// Watchpoint variable declaration.')
80 '%s:%d' % (self.source, self.decl)])
129 '%s:%d' % (self.source, self.decl)])
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DValidateLimitations.cpp268 TIntermAggregate *decl = init->getAsAggregate(); local
269 if ((decl == NULL) || (decl->getOp() != EOpDeclaration))
275 TIntermSequence *declSeq = decl->getSequence();
278 error(decl->getLine(), "Invalid init declaration", "for");
284 error(decl->getLine(), "Invalid init declaration", "for");
/external/bison/src/
H A Dparse-gram.y58 * \param decl the formal argument
61 static void add_param (char const *type, char *decl, location loc);
719 add_param (char const *type, char *decl, location loc)
730 for (p = decl; p[1]; p++)
731 if ((p == decl
742 ++decl;
743 while (c_isspace ((unsigned char) *decl))
744 ++decl;
751 muscle_pair_list_grow (type, decl, name);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dcparse.py109 #lexer.unget_token() # unget start of decl
580 def __init__(self,name,decl=None):
581 Node.__init__(self,name)#,decl)
583 self.decl=decl
608 decl = Declarator()
609 decl.parse(lexer,symbols)
610 if len(decl)==0:
614 self.append(decl)
615 ident = decl
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/x86/lib/
H A Dmemset_64.S104 decl %ecx
114 decl %edx
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c1169 string decl; local
1183 string_init (&decl);
1194 success = gnu_special (work, &mangled, &decl);
1198 success = demangle_prefix (work, &mangled, &decl);
1202 success = demangle_signature (work, &mangled, &decl);
1206 string_prepend (&decl, "global constructors keyed to ");
1211 string_prepend (&decl, "global destructors keyed to ");
1216 string_prepend (&decl, "import stub for ");
1219 demangled = mop_up (work, &decl, success);
1364 terminated and return it. Otherwise, free the demangling decl
3540 string decl; local
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.h109 - (void)decl;
/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py133 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)
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DScanHandler.java52 public void decl(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h103 GetCompleteDecl (clang::Decl *decl) argument
105 return ClangASTContext::GetCompleteDecl(getASTContext(), decl);
110 clang::Decl *decl);
211 GetTypeForDecl (clang::TagDecl *decl);
394 const Declaration &decl,
/external/checkpolicy/test/
H A Ddismod.c590 int display_avdecl(avrule_decl_t * decl, int field, argument
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
677 avrule_decl_t *decl = block->branch_list; local
[all...]
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc52 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) { argument
68 return decl->getQualifiedNameAsString().compare(0, 4, "v8::") == 0;
224 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) { argument
225 callees_printer_->AnalyzeFunction(decl);
255 const clang::FunctionDecl* decl) {
258 if (!InV8Namespace(decl)) retur
51 GetMangledName(clang::MangleContext* ctx, const clang::NamedDecl* decl, MangledName* result) argument
254 KnownToCauseGC(clang::MangleContext* ctx, const clang::FunctionDecl* decl) argument
1103 VisitDecl(clang::Decl* decl, const Environment& env) argument
1225 VisitFunctionDecl(clang::FunctionDecl* decl) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c201 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);
198 declare_input_vs( struct si_shader_context * si_shader_ctx, unsigned input_index, const struct tgsi_full_declaration *decl) argument
254 declare_input_fs( struct si_shader_context * si_shader_ctx, unsigned input_index, const struct tgsi_full_declaration *decl) argument
337 declare_input( struct radeon_llvm_context * radeon_bld, unsigned input_index, const struct tgsi_full_declaration *decl) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c201 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);
198 declare_input_vs( struct si_shader_context * si_shader_ctx, unsigned input_index, const struct tgsi_full_declaration *decl) argument
254 declare_input_fs( struct si_shader_context * si_shader_ctx, unsigned input_index, const struct tgsi_full_declaration *decl) argument
337 declare_input( struct radeon_llvm_context * radeon_bld, unsigned input_index, const struct tgsi_full_declaration *decl) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c393 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);

Completed in 1960 milliseconds

1234567891011>>