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

1 2 3 4 5 6 7 8 910

  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
TraceSignatureVisitor.java 44 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.append("byte");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
symbol_table.h 34 int name_space, const char *name, void *declaration);
38 void *declaration);
  /external/mesa3d/src/mesa/program/
symbol_table.h 34 int name_space, const char *name, void *declaration);
38 void *declaration);
  /external/clang/test/SemaCXX/
overload-decl.cpp 9 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}}
  /ndk/sources/android/support/tests/
Android.mk 3 # Module declaration for the 'minitest' unit-test
11 # Module declaration for the unit test program.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 83 * 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.Interpolate = 0
128 struct tgsi_declaration declaration; local
354 struct tgsi_declaration *declaration; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 83 * 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.Interpolate = 0
128 struct tgsi_declaration declaration; local
354 struct tgsi_declaration *declaration; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_variable_refcount.h 50 bool declaration; /* If the variable had a decl in the instruction stream */ member in class:ir_variable_refcount_entry
ir_variable_refcount.cpp 44 declaration = false;
71 entry->declaration = true;
opt_dead_code.cpp 69 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
opt_array_splitting.cpp 53 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)) {
opt_structure_splitting.cpp 56 this->declaration = false;
70 bool declaration; member in class:__anon17893::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/
implicit-builtin-decl.c 6 // 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>}}
implicit-decl.c 12 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}} \
incomplete-decl.c 3 struct foo; // expected-note 5 {{forward declaration of 'struct foo'}}
28 expected-note {{forward declaration of 'struct bar'}}
  /external/mesa3d/src/glsl/
ir_variable_refcount.h 50 bool declaration; /* If the variable had a decl in the instruction stream */ member in class:ir_variable_refcount_entry
ir_variable_refcount.cpp 44 declaration = false;
71 entry->declaration = true;
opt_dead_code.cpp 69 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/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 325 * Returns the generic declaration for the type variable with the specified
330 * @param declaration
331 * the declaration to start searching
332 * @return the declaration which defines the specified type variable
335 String variableName, IClassDefinition declaration) {
337 assert declaration != null;
339 if (!Uninitialized.isInitialized(declaration.getTypeParameters())) {
340 declaration = classFinder.initializeClass(declaration
341 .getPackageName(), declaration.getName())
489 IGenericDeclaration declaration = genericDecl; local
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
Android.mk 20 LOCAL_CFLAGS += -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -DMODULE -D__LINUX_ARM_ARCH__=7 -fno-common -DLINUX -DOMAP_3430 -fpic
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h 180 inline InstrumentingAgents* instrumentingAgentsFor(CSSStyleDeclaration* declaration)
182 return declaration ? instrumentingAgentsFor(declaration->parentStyleSheet()) : 0;
  /external/iproute2/ip/
Android.mk 24 -Wno-implicit-function-declaration \
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 221 TypeDeclaration declaration = getTypeDeclaration(type); local
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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 156 BodyDeclaration declaration) throws CoreException {
157 List modifiers = declaration.modifiers();
172 AST ast = declaration.getAST();
180 ListRewrite listRewrite = rewriter.getListRewrite(declaration,
181 declaration.getModifiersProperty());
243 BodyDeclaration declaration) throws CoreException {
244 List modifiers = declaration.modifiers();
260 AST ast = declaration.getAST();
267 ListRewrite listRewrite = rewriter.getListRewrite(declaration,
268 declaration.getModifiersProperty())
374 BodyDeclaration declaration = (BodyDeclaration) body; local
    [all...]

Completed in 695 milliseconds

1 2 3 4 5 6 7 8 910