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

1 2 3 4 5 6

  /external/mesa3d/src/mesa/program/
symbol_table.h 34 int name_space, const char *name, void *declaration);
38 void *declaration);
symbol_table.c 327 void *declaration)
366 sym->data = declaration;
382 void *declaration)
429 sym->data = declaration;
  /external/webkit/Source/WebCore/css/
WebKitCSSKeyframeRule.h 71 CSSMutableStyleDeclaration* declaration() { return m_style.get(); } function in class:WebCore::WebKitCSSKeyframeRule
72 const CSSMutableStyleDeclaration* declaration() const { return m_style.get(); } function in class:WebCore::WebKitCSSKeyframeRule
CSSStyleRule.h 57 CSSMutableStyleDeclaration* declaration() { return m_style.get(); } function in class:WebCore::CSSStyleRule
  /external/clang/test/Sema/
implicit-builtin-decl.c 4 // expected-note{{please include the header <stdlib.h> or explicitly provide a declaration for 'malloc'}} \
25 fprintf(0, "foo"); // expected-warning{{declaration of built-in function 'fprintf' requires inclusion of the header <stdio.h>}} \
26 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}}
57 void longjmp(); // expected-warning{{declaration of built-in function 'longjmp' 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:variable_entry
ir_variable_refcount.cpp 44 declaration = false;
71 entry->declaration = true;
opt_dead_code.cpp 69 entry->declaration ? "" : "not ");
73 || !entry->declaration)
93 * then we can remove its declaration.
107 printf("Removed declaration of %s@%p\n",
opt_structure_splitting.cpp 54 this->declaration = false;
64 bool declaration; /* If the variable had a decl in the instruction stream */ member in class:variable_entry2
126 entry->declaration = true;
313 entry->var->name, (void *) entry->var, entry->declaration,
317 if (!entry->declaration || entry->whole_structure_access) {
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generateviewbylayout/codegenerators/
ClassAttributesCodeGenerator.java 103 FieldDeclaration declaration = local
105 declaration.modifiers().add(privateMod);
106 declaration.setType(guiType);
107 typeDeclaration.bodyDeclarations().add(0, declaration); //add as the first item
RadioButtonCodeGenerator.java 273 * Creates field with an anonymous class declaration for radio buttons
290 FieldDeclaration declaration = local
292 declaration.modifiers().add(privateMod);
293 declaration.setType(listenerType);
317 typeDeclaration.bodyDeclarations().add(declaration);
  /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/webkit/Source/WebCore/bindings/js/
JSCSSStyleDeclarationCustom.cpp 49 CSSStyleDeclaration* declaration = impl(); local
52 if (CSSRule* parentRule = declaration->parentRule())
55 if (declaration->isMutableStyleDeclaration()) {
56 CSSMutableStyleDeclaration* mutableDeclaration = static_cast<CSSMutableStyleDeclaration*>(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 155 BodyDeclaration declaration) throws CoreException {
156 List modifiers = declaration.modifiers();
171 AST ast = declaration.getAST();
179 ListRewrite listRewrite = rewriter.getListRewrite(declaration,
180 declaration.getModifiersProperty());
242 BodyDeclaration declaration) throws CoreException {
243 List modifiers = declaration.modifiers();
259 AST ast = declaration.getAST();
266 ListRewrite listRewrite = rewriter.getListRewrite(declaration,
267 declaration.getModifiersProperty())
371 BodyDeclaration declaration = (BodyDeclaration) body; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.h 92 - (void)declaration;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 126 - (void)declaration;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.h 89 - (void)declaration;
  /external/v8/test/mjsunit/harmony/
block-let-semantics.js 62 // Use before initialization in declaration statement.
113 // block scoped function declaration
121 // function scoped function declaration
128 // Test that a function declaration introduces a block scoped variable.
131 // Test that a function declaration sees the scope it resides in.
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/codeutils/db/actions/
ContentProviderGeneratorByTable.java 227 String declaration = "public static final Uri "; local
252 declaration + uriVarName + " = " + parseStatement;
271 String declaration = "private static final int "; local
273 String constSt = declaration + tableUpperCase + " = " + initialIndex + ";";
287 declaration + tableUpperCase + "_" + column.getName().toUpperCase()
311 String declaration = "public static final String DEFAULT_SORT_ORDER = "; local
340 String defaultSortSt = declaration + "\"" + chosenDefaultColumn.getName() + " ASC\";";
612 String declaration = "\tpublic static final String "; local
624 declaration + column.getName().toUpperCase() + " = \""
  /external/v8/test/mjsunit/regress/
regress-220.js 30 // Ensure that compiling a declaration of a function does not crash.

Completed in 535 milliseconds

1 2 3 4 5 6