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

1 2 3 4 5 6 7 8 91011>>

  /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/compiler-rt/lib/builtins/arm/
aeabi_div0.c 29 /* provide an unused declaration to pacify pendantic compilation */
30 extern unsigned char declaration;
  /external/mesa3d/src/mesa/program/
symbol_table.h 34 int name_space, const char *name, void *declaration);
38 void *declaration);
  /ndk/sources/android/support/tests/
Android.mk 3 # Module declaration for the 'minitest' unit-test
11 # Module declaration for the unit test program.
  /external/guava/guava/src/com/google/common/reflect/
Parameter.java 39 private final Invokable<?, ?> declaration; field in class:Parameter
45 Invokable<?, ?> declaration,
49 this.declaration = declaration;
62 return declaration;
128 return position == that.position && declaration.equals(that.declaration);
  /external/v8/test/mjsunit/
debug-evaluate-declaration.js 38 assertEquals(2, x); // declaration
39 assertThrows(() => y, ReferenceError); // let-declaration does not stick
40 assertEquals(4, z); // re-declaration
41 assertEquals(5, bar()); // function declaration
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/checker/
CheckForBrokenJciteTag.java 48 BodyDeclaration declaration = BodyDeclarationLocators.findDeclarationNode(commentNode); local
49 if (JavadocUtils.isNormallyDocumented(declaration)) {
50 List<String> locatorStrings = BodyDeclarationLocators.toLocatorStringForms(declaration);
  /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/clang/test/Sema/
implicit-builtin-decl.c 6 // expected-note{{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
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:__anon19524::variable_entry2
132 entry->declaration = true;
327 entry->var->name, (void *) entry->var, entry->declaration,
331 if (!entry->declaration || entry->whole_structure_access) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /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
  /bootable/recovery/minadbd/
Android.mk 21 LOCAL_CONLY_FLAGS := -Wimplicit-function-declaration
  /cts/hostsidetests/sustainedperf/dhrystone/
Android.mk 12 LOCAL_CFLAGS += -Wno-return-type -Wno-implicit-function-declaration -Wno-implicit-int
  /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...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 59 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) {
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 120 std::ostringstream declaration; local
127 case tcu::TextureFormat::SNORM_INT8: declaration << ""; break;
131 case tcu::TextureFormat::SIGNED_INT8: declaration << "i"; break;
135 case tcu::TextureFormat::UNSIGNED_INT8: declaration << "u"; break;
142 declaration << "image";
146 case gls::TextureTestUtil::TEXTURETYPE_2D: declaration << "2D"; break;
147 case gls::TextureTestUtil::TEXTURETYPE_3D: declaration << "3D"; break;
148 case gls::TextureTestUtil::TEXTURETYPE_CUBE: declaration << "Cube"; break;
149 case gls::TextureTestUtil::TEXTURETYPE_2D_ARRAY: declaration << "2DArray"; break;
150 case gls::TextureTestUtil::TEXTURETYPE_BUFFER: declaration << "Buffer"; break
    [all...]
es31fProgramInterfaceDefinitionUtil.hpp 48 VariablePathComponent (const glu::VariableDeclaration* decl) :m_type(TYPE_DECLARATION) { m_data.declaration = decl; }
59 const glu::VariableDeclaration* getDeclaration (void) const { DE_ASSERT(isDeclaration()); return m_data.declaration; }
75 const glu::VariableDeclaration* declaration; member in union:deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent::Data
  /external/iproute2/ip/
Android.mk 26 -Wno-implicit-function-declaration \

Completed in 560 milliseconds

1 2 3 4 5 6 7 8 91011>>