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

1 2 3 4 5 6

  /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/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 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/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.
  /external/v8/test/mjsunit/regress/
regress-220.js 30 // Ensure that compiling a declaration of a function does not crash.
regress-1119.js 28 // Test runtime declaration of properties with var which are intercepted
regress-91120.js 28 // We intend that the function declaration for g inside catch is hoisted to
regress-990205.js 30 // function declaration that is not at top level.)
  /libcore/luni/src/test/java/libcore/xml/
KxmlSerializerTest.java 78 String declaration = "<?xml version='1.0' encoding='UTF-8' ?>"; local
79 assertEquals(declaration + expectedXml, actualXml);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 66 c_pretty_print_fn declaration; member in struct:c_pretty_print_info
104 pp_c_base (PPI)->declaration (pp_c_base (PPI), T)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 66 c_pretty_print_fn declaration; member in struct:c_pretty_print_info
104 pp_c_base (PPI)->declaration (pp_c_base (PPI), T)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 66 c_pretty_print_fn declaration; member in struct:c_pretty_print_info
104 pp_c_base (PPI)->declaration (pp_c_base (PPI), T)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 66 c_pretty_print_fn declaration; member in struct:c_pretty_print_info
104 pp_c_base (PPI)->declaration (pp_c_base (PPI), T)
  /external/webkit/LayoutTests/dom/html/level1/core/
documentgetdoctypenodtd.js 80 without a document type declaration.

Completed in 893 milliseconds

1 2 3 4 5 6