Searched refs:declaration (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DTraceSignatureVisitor.java44 private final StringBuffer declaration; field in class:TraceSignatureVisitor
79 this.declaration = new StringBuffer();
83 this.declaration = buf;
87 declaration.append(seenFormalParameter ? ", " : "<").append(name);
124 declaration.append(", ");
127 declaration.append('(');
138 declaration.append('(');
140 declaration.append(')');
158 declaration.append("void");
161 declaration
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dsymbol_table.h34 int name_space, const char *name, void *declaration);
38 void *declaration);
/external/mesa3d/src/mesa/program/
H A Dsymbol_table.h34 int name_space, const char *name, void *declaration);
38 void *declaration);
/external/clang/docs/tools/
H A Ddump_ast_matchers.py126 def act_on_decl(declaration, comment, allowed_types):
127 """Parse the matcher out of the given declaration and comment.
133 if declaration.strip():
139 \s*([^\s;]+)\s*;\s*$""", declaration, flags=re.X)
152 \)\s*;\s*$""", declaration, flags=re.X)
167 \)\s*;\s*$""", declaration, flags=re.X)
191 \)\s*{\s*$""", declaration, flags=re.X)
200 raise Exception('Cannot parse "%s"' % declaration)
215 \)\s*{\s*$""", declaration, flags=re.X)
220 raise Exception('Cannot parse "%s"' % declaration)
323 declaration = '' variable
332 declaration = '' variable
352 declaration = '' variable
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSParser.cpp19 bool CSSParser::parseDeclaration(MutableStylePropertySet* propertySet, const String& declaration, CSSParserObserver* observer, StyleSheetContents* styleSheet) argument
21 return m_bisonParser.parseDeclaration(propertySet, declaration, observer, styleSheet);
39 bool CSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, CSSParserMode parserMode, StyleSheetContents* styleSheet) argument
41 return BisonCSSParser::parseValue(declaration, propertyID, string, important, parserMode, styleSheet);
44 bool CSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, const CSSParserContext& context) argument
46 return BisonCSSParser::parseValue(declaration, propertyID, string, important, context);
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt016actions.py15 name = parser.declaration()
/external/clang/test/SemaCXX/
H A Doverload-decl.cpp9 void f(int, Float); // expected-note {{previous declaration is here}}
13 void g(void); // expected-note {{previous declaration is here}}
20 void f(int); // expected-note {{previous declaration is here}}
25 void g(int); // expected-note {{previous declaration is here}}
26 void g(int, float); // expected-note {{previous declaration is here}}
29 static void g(float); // expected-note {{previous declaration is here}}
33 void h(); // expected-note {{previous declaration is here}} \
34 expected-note {{previous declaration is here}}
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c83 * declaration
88 struct tgsi_declaration *declaration,
91 assert( declaration->NrTokens < 0xFF );
93 declaration->NrTokens++;
101 struct tgsi_declaration declaration; local
103 declaration.Type = TGSI_TOKEN_TYPE_DECLARATION;
104 declaration.NrTokens = 1;
105 declaration.File = TGSI_FILE_NULL;
106 declaration.UsageMask = TGSI_WRITEMASK_XYZW;
107 declaration
87 declaration_grow( struct tgsi_declaration *declaration, struct tgsi_header *header ) argument
128 struct tgsi_declaration declaration; local
159 tgsi_build_declaration_range( unsigned first, unsigned last, struct tgsi_declaration *declaration, struct tgsi_header *header ) argument
179 tgsi_build_declaration_dimension(unsigned index_2d, struct tgsi_declaration *declaration, struct tgsi_header *header) argument
209 tgsi_build_declaration_interp(unsigned interpolate, unsigned centroid, unsigned cylindrical_wrap, struct tgsi_declaration *declaration, struct tgsi_header *header) argument
240 tgsi_build_declaration_semantic( unsigned semantic_name, unsigned semantic_index, struct tgsi_declaration *declaration, struct tgsi_header *header ) argument
274 tgsi_build_declaration_resource(unsigned texture, unsigned raw, unsigned writable, struct tgsi_declaration *declaration, struct tgsi_header *header) argument
307 tgsi_build_declaration_sampler_view(unsigned texture, unsigned return_type_x, unsigned return_type_y, unsigned return_type_z, unsigned return_type_w, struct tgsi_declaration *declaration, struct tgsi_header *header) argument
354 struct tgsi_declaration *declaration; local
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c83 * declaration
88 struct tgsi_declaration *declaration,
91 assert( declaration->NrTokens < 0xFF );
93 declaration->NrTokens++;
101 struct tgsi_declaration declaration; local
103 declaration.Type = TGSI_TOKEN_TYPE_DECLARATION;
104 declaration.NrTokens = 1;
105 declaration.File = TGSI_FILE_NULL;
106 declaration.UsageMask = TGSI_WRITEMASK_XYZW;
107 declaration
87 declaration_grow( struct tgsi_declaration *declaration, struct tgsi_header *header ) argument
128 struct tgsi_declaration declaration; local
159 tgsi_build_declaration_range( unsigned first, unsigned last, struct tgsi_declaration *declaration, struct tgsi_header *header ) argument
179 tgsi_build_declaration_dimension(unsigned index_2d, struct tgsi_declaration *declaration, struct tgsi_header *header) argument
209 tgsi_build_declaration_interp(unsigned interpolate, unsigned centroid, unsigned cylindrical_wrap, struct tgsi_declaration *declaration, struct tgsi_header *header) argument
240 tgsi_build_declaration_semantic( unsigned semantic_name, unsigned semantic_index, struct tgsi_declaration *declaration, struct tgsi_header *header ) argument
274 tgsi_build_declaration_resource(unsigned texture, unsigned raw, unsigned writable, struct tgsi_declaration *declaration, struct tgsi_header *header) argument
307 tgsi_build_declaration_sampler_view(unsigned texture, unsigned return_type_x, unsigned return_type_y, unsigned return_type_z, unsigned return_type_w, struct tgsi_declaration *declaration, struct tgsi_header *header) argument
354 struct tgsi_declaration *declaration; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_variable_refcount.h50 bool declaration; /* If the variable had a decl in the instruction stream */ member in class:ir_variable_refcount_entry
H A Dir_variable_refcount.cpp44 declaration = false;
71 entry->declaration = true;
H A Dopt_dead_code.cpp69 entry->declaration ? "" : "not ");
73 || !entry->declaration)
92 * then we can remove its declaration.
97 * declaration cannot be deleted.
113 printf("Removed declaration of %s@%p\n",
142 * irrelevent. If there is a uniform declaration encountered
H A Dopt_array_splitting.cpp53 this->declaration = false;
72 bool declaration; member in class:opt_array_splitting::variable_entry
152 entry->declaration = true;
228 entry->var->name, (void *) entry->var, entry->declaration,
232 if (!(entry->declaration && entry->split)) {
H A Dopt_structure_splitting.cpp56 this->declaration = false;
70 bool declaration; member in class:__anon14273::variable_entry2
132 entry->declaration = true;
327 entry->var->name, (void *) entry->var, entry->declaration,
331 if (!entry->declaration || entry->whole_structure_access) {
/external/clang/test/Sema/
H A Dimplicit-builtin-decl.c6 // expected-note{{please include the header <stdlib.h> or explicitly provide a declaration for 'malloc'}} \
27 fprintf(0, "foo"); // expected-warning{{declaration of built-in function 'fprintf' requires inclusion of the header <stdio.h>}} \
28 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}}
59 void longjmp(); // expected-warning{{declaration of built-in function 'longjmp' requires inclusion of the header <setjmp.h>}}
64 void sigsetjmp(struct __jmp_buf_tag[1], int); // expected-warning{{declaration of built-in function 'sigsetjmp' requires inclusion of the header <setjmp.h>}}
H A Dimplicit-decl.c12 if (_CFCalendarDecomposeAbsoluteTimeV(compDesc, vector, compCount)) { // expected-note {{previous implicit declaration is here}} \
13 expected-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}}
16 printg("Hello, World!\n"); // expected-error{{implicit declaration of function 'printg' is invalid in C99}} \
30 formatd("Hello, World!\n"); // expected-error{{implicit declaration of function 'formatd' is invalid in C99}} \
H A Dincomplete-decl.c3 struct foo; // expected-note 5 {{forward declaration of 'struct foo'}}
28 expected-note {{forward declaration of 'struct bar'}}
/external/mesa3d/src/glsl/
H A Dir_variable_refcount.h50 bool declaration; /* If the variable had a decl in the instruction stream */ member in class:ir_variable_refcount_entry
H A Dir_variable_refcount.cpp44 declaration = false;
71 entry->declaration = true;
H A Dopt_dead_code.cpp69 entry->declaration ? "" : "not ");
73 || !entry->declaration)
92 * then we can remove its declaration.
97 * declaration cannot be deleted.
113 printf("Removed declaration of %s@%p\n",
142 * irrelevent. If there is a uniform declaration encountered
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar ... abstract boolean sourceFilesCreated () public abstract boolean classFilesCreated () } com/sun/mirror/declaration/ com/sun/mirror/declaration/AnnotationMirror.class AnnotationMirror.java ...
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.h179 inline InstrumentingAgents* instrumentingAgentsFor(CSSStyleDeclaration* declaration) argument
181 return declaration ? instrumentingAgentsFor(declaration->parentStyleSheet()) : 0;
/external/iproute2/ip/
H A DAndroid.mk24 -Wno-implicit-function-declaration \
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DDexMaker.java221 TypeDeclaration declaration = getTypeDeclaration(type);
227 if (declaration.declared) {
230 declaration.declared = true;
231 declaration.flags = flags;
232 declaration.supertype = supertype;
233 declaration.sourceFile = sourceFile;
234 declaration.interfaces = new TypeList(interfaces);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_vector_splitting.cpp59 this->declaration = false;
68 bool declaration; /* If the variable had a decl in the instruction stream */ member in class:variable_entry
143 entry->declaration = true;
349 entry->var->name, (void *) entry->var, entry->declaration,
353 if (!entry->declaration || entry->whole_vector_access) {

Completed in 665 milliseconds

1234567891011>>