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

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/libdw/
dwarf_decl_column.c 60 dwarf_decl_column (Dwarf_Die *decl, int *colp)
62 return __libdw_attr_intval (decl, colp, DW_AT_decl_column);
  /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/openfst/src/include/fst/script/
fstscript-decl.h 22 #include <fst/fst-decl.h>
  /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/clang/test/CodeGen/
2005-09-24-BitFieldCrash.c 29 void foo (union tree_node * decl) {
30 decl->function_decl.built_in_class != 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_vs_draw.c 65 /* Used to shift output decl. indices when inserting new ones. */
80 struct tgsi_full_declaration decl; local
82 decl = tgsi_default_full_declaration();
83 decl.Declaration.File = TGSI_FILE_TEMPORARY;
84 decl.Range.First = decl.Range.Last = reg;
85 ctx->emit_declaration(ctx, &decl);
93 struct tgsi_full_declaration decl; local
95 decl = tgsi_default_full_declaration();
96 decl.Declaration.File = TGSI_FILE_OUTPUT
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 65 /* Used to shift output decl. indices when inserting new ones. */
80 struct tgsi_full_declaration decl; local
82 decl = tgsi_default_full_declaration();
83 decl.Declaration.File = TGSI_FILE_TEMPORARY;
84 decl.Range.First = decl.Range.Last = reg;
85 ctx->emit_declaration(ctx, &decl);
93 struct tgsi_full_declaration decl; local
95 decl = tgsi_default_full_declaration();
96 decl.Declaration.File = TGSI_FILE_OUTPUT
    [all...]
  /external/chromium_org/tools/generate_stubs/
generate_stubs_unittest.py 213 decl = gs.PosixStubWriter.StubFunctionPointer(sig)
214 self.assertTrue(contents.find(decl) != -1,
215 msg='Expected "%s" in %s' % (decl, contents))
219 decl = gs.PosixStubWriter.StubFunction(sig)
220 self.assertTrue(contents.find(decl) != -1,
221 msg='Expected "%s" in %s' % (decl, contents))
224 decl = gs.PosixStubWriter.InitializeModuleName(self.module_name)
225 self.assertTrue(contents.find(decl) != -1,
226 msg='Expected "%s" in %s' % (decl, contents))
227 decl = gs.PosixStubWriter.UninitializeModuleName(self.module_name
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
debug.h 84 /* Called at start of function DECL, before it is declared. */
85 void (* begin_function) (tree decl);
90 /* Debug information for a function DECL. This might include the
94 void (* function_decl) (tree decl);
96 /* Debug information for a global DECL. Called from toplev.c after
98 void (* global_decl) (tree decl);
100 /* Debug information for a type DECL. Called from toplev.c after
106 void (* type_decl) (tree decl, int local);
109 void (* imported_module_or_decl) (tree decl, tree name,
112 /* DECL is an inline function, whose body is present, but which i
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
debug.h 84 /* Called at start of function DECL, before it is declared. */
85 void (* begin_function) (tree decl);
90 /* Debug information for a function DECL. This might include the
94 void (* function_decl) (tree decl);
96 /* Debug information for a global DECL. Called from toplev.c after
98 void (* global_decl) (tree decl);
100 /* Debug information for a type DECL. Called from toplev.c after
106 void (* type_decl) (tree decl, int local);
109 void (* imported_module_or_decl) (tree decl, tree name,
112 /* DECL is an inline function, whose body is present, but which i
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
debug.h 84 /* Called at start of function DECL, before it is declared. */
85 void (* begin_function) (tree decl);
90 /* Debug information for a function DECL. This might include the
94 void (* function_decl) (tree decl);
96 /* Debug information for a global DECL. Called from toplev.c after
98 void (* global_decl) (tree decl);
100 /* Debug information for a type DECL. Called from toplev.c after
106 void (* type_decl) (tree decl, int local);
109 void (* imported_module_or_decl) (tree decl, tree name,
112 /* DECL is an inline function, whose body is present, but which i
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
debug.h 84 /* Called at start of function DECL, before it is declared. */
85 void (* begin_function) (tree decl);
90 /* Debug information for a function DECL. This might include the
94 void (* function_decl) (tree decl);
96 /* Debug information for a global DECL. Called from toplev.c after
98 void (* global_decl) (tree decl);
100 /* Debug information for a type DECL. Called from toplev.c after
106 void (* type_decl) (tree decl, int local);
109 void (* imported_module_or_decl) (tree decl, tree name,
112 /* DECL is an inline function, whose body is present, but which i
    [all...]
  /libcore/luni/src/main/java/libcore/reflect/
TypeVariableImpl.java 83 private static GenericDeclaration nextLayer(GenericDeclaration decl) {
84 if (decl instanceof Class) {
86 Class cl = (Class)decl;
87 decl = (GenericDeclaration) AnnotationAccess.getEnclosingMethodOrConstructor(cl);
88 if (decl != null) {
89 return decl;
92 } else if (decl instanceof Method) {
93 return ((Method)decl).getDeclaringClass();
94 } else if (decl instanceof Constructor) {
95 return ((Constructor)decl).getDeclaringClass()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_dump.c 242 struct tgsi_full_declaration *decl )
248 ENM(decl->Declaration.File, tgsi_file_names);
251 if (decl->Declaration.File == TGSI_FILE_INPUT &&
256 if (decl->Declaration.Dimension) {
258 SID(decl->Dim.Index2D);
263 SID(decl->Range.First);
264 if (decl->Range.First != decl->Range.Last) {
266 SID(decl->Range.Last);
272 decl->Declaration.UsageMask )
    [all...]
tgsi_parse.c 105 struct tgsi_full_declaration *decl = &ctx->FullToken.FullDeclaration; local
107 memset(decl, 0, sizeof *decl);
108 copy_token(&decl->Declaration, &token);
110 next_token( ctx, &decl->Range );
112 if (decl->Declaration.Dimension) {
113 next_token(ctx, &decl->Dim);
116 if( decl->Declaration.Interpolate ) {
117 next_token( ctx, &decl->Interp );
120 if( decl->Declaration.Semantic )
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 242 struct tgsi_full_declaration *decl )
248 ENM(decl->Declaration.File, tgsi_file_names);
251 if (decl->Declaration.File == TGSI_FILE_INPUT &&
256 if (decl->Declaration.Dimension) {
258 SID(decl->Dim.Index2D);
263 SID(decl->Range.First);
264 if (decl->Range.First != decl->Range.Last) {
266 SID(decl->Range.Last);
272 decl->Declaration.UsageMask )
    [all...]
tgsi_parse.c 105 struct tgsi_full_declaration *decl = &ctx->FullToken.FullDeclaration; local
107 memset(decl, 0, sizeof *decl);
108 copy_token(&decl->Declaration, &token);
110 next_token( ctx, &decl->Range );
112 if (decl->Declaration.Dimension) {
113 next_token(ctx, &decl->Dim);
116 if( decl->Declaration.Interpolate ) {
117 next_token( ctx, &decl->Interp );
120 if( decl->Declaration.Semantic )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_vdecl.c 49 SVGA3dVertexDecl decl; local
107 decl.identity.type = svga->state.sw.ve_format[i];
108 decl.identity.method = SVGA3D_DECLMETHOD_DEFAULT;
109 decl.identity.usage = usage;
110 decl.identity.usageIndex = index;
111 decl.array.stride = vb->stride;
116 decl.array.offset = (vb->buffer_offset
121 assert(decl.array.offset >= 0);
125 &decl,
149 "hw vertex decl state (hwtnl version)"
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_vdecl.c 49 SVGA3dVertexDecl decl; local
107 decl.identity.type = svga->state.sw.ve_format[i];
108 decl.identity.method = SVGA3D_DECLMETHOD_DEFAULT;
109 decl.identity.usage = usage;
110 decl.identity.usageIndex = index;
111 decl.array.stride = vb->stride;
116 decl.array.offset = (vb->buffer_offset
121 assert(decl.array.offset >= 0);
125 &decl,
149 "hw vertex decl state (hwtnl version)"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pstipple.c 198 struct tgsi_full_declaration *decl)
205 if (decl->Declaration.File == TGSI_FILE_SAMPLER) {
207 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
211 else if (decl->Declaration.File == TGSI_FILE_INPUT) {
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
213 if (decl->Semantic.Name == TGSI_SEMANTIC_POSITION)
214 pctx->wincoordInput = (int) decl->Range.First;
216 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
218 for (i = decl->Range.First; i <= decl->Range.Last; i++)
270 struct tgsi_full_declaration decl; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 198 struct tgsi_full_declaration *decl)
205 if (decl->Declaration.File == TGSI_FILE_SAMPLER) {
207 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
211 else if (decl->Declaration.File == TGSI_FILE_INPUT) {
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
213 if (decl->Semantic.Name == TGSI_SEMANTIC_POSITION)
214 pctx->wincoordInput = (int) decl->Range.First;
216 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
218 for (i = decl->Range.First; i <= decl->Range.Last; i++)
270 struct tgsi_full_declaration decl; local
    [all...]
  /bionic/libc/arch-x86/string/
strncmp.S 26 decl %edx
36 decl %edx
46 decl %edx
56 decl %edx
66 decl %edx
76 decl %edx
86 decl %edx
96 decl %edx
  /external/javassist/src/main/javassist/expr/
ConstructorCall.java 35 protected ConstructorCall(int pos, CodeIterator i, CtClass decl, MethodInfo m) {
36 super(pos, i, decl, m);
  /external/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, char *id, avrule_decl_t * decl, 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, char *id, avrule_decl_t * decl, char **types, int len)
    [all...]
  /external/checkpolicy/
module_compiler.c 32 avrule_decl_t *decl; /* if in an avrule block, which member in struct:scope_stack
130 avrule_decl_t *decl = stack_top->decl; local
138 SCOPE_DECL, decl->decl_id, dest_value);
158 if (ebitmap_set_bit(decl->declared.scope + symbol_type,
237 /* create a new role_datum_t for this decl, if necessary */
244 roles_tab = stack_top->decl->p_roles.table;
442 /* create a new user_datum_t for this decl, if necessary */
449 users_tab = stack_top->decl->p_users.table;
523 types_tab = stack_top->decl->p_types.table
625 avrule_decl_t *decl = stack_top->decl; local
696 avrule_decl_t *decl = stack_top->decl; local
1232 avrule_decl_t *decl = stack->decl; local
1278 avrule_decl_t *decl = stack->decl; local
1316 avrule_decl_t *decl = stack_top->decl; local
1349 avrule_decl_t *decl = stack_top->decl; local
1369 avrule_decl_t *decl = stack_top->decl; local
1381 avrule_decl_t *decl = stack_top->decl; local
1393 avrule_decl_t *decl = stack_top->decl; local
1405 avrule_decl_t *decl = stack_top->decl; local
1417 avrule_decl_t *decl; local
1457 avrule_decl_t *decl; local
1536 avrule_decl_t *decl = stack_top->decl; local
    [all...]

Completed in 1421 milliseconds

1 2 3 4 5 6 7 8 91011>>