HomeSort by relevance Sort by last modified time
    Searched full:decls (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/yaffs2/
Android.mk 14 LOCAL_CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
  /external/jpeg/
rdgif.c 22 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
cdjpeg.c 12 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/objc/
objc-tree.def 33 /* Objective-C decls. */
  /external/yaffs2/yaffs2/utils/
Makefile 21 CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
  /external/bison/m4/
getopt.m4 59 [dnl cross compiling - pessimistically guess based on decls
onceonly.m4 14 dnl The advantage is that the check for each of the headers/functions/decls
  /external/webkit/WebCore/dom/
NamedMappedAttrMap.cpp 60 // The # of decls must match.
  /external/webkit/WebCore/html/
HTMLTableCellElement.h 54 // used by table cells to share style decls created by the enclosing table.
HTMLTableColElement.cpp 95 // used by table columns and column groups to share style decls created by the enclosing table.
  /external/yaffs2/yaffs2/direct/
Makefile 19 #CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
  /external/webkit/WebCore/css/
tokenizer.flex 61 "@-webkit-decls" {yyTok = WEBKIT_DECLS_SYM; return yyTok; }
67 "@-webkit-variables-decls" { yyTok = WEBKIT_VARIABLES_DECLS_SYM; return yyTok; }
CSSStyleSelector.h 253 // We collect the set of decls that match in |m_matchedDecls|. We then walk the
254 // set of matched decls four times, once for those properties that others depend on (like font-size),
  /external/v8/src/
usage-analyzer.cc 214 ZoneList<Declaration*>* decls = node->scope()->declarations(); local
215 for (int i = 0; i < decls->length(); i++) VisitDeclaration(decls->at(i));
data-flow.h 48 void VisitDeclarations(ZoneList<Declaration*>* decls);
fast-codegen.h 56 void VisitDeclarations(ZoneList<Declaration*>* decls);
  /external/v8/test/cctest/
SConscript 44 'test-decls.cc',
cctest.status 61 test-decls: SKIP
  /external/v8/tools/visual_studio/
v8_cctest_arm.vcproj 171 RelativePath="..\..\test\cctest\test-decls.cc"
  /external/webkit/WebCore/Configurations/
Base.xcconfig 48 WARNING_CFLAGS_BASE = -Wall -Wextra -Wcast-align -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings;
  /external/webkit/WebKit/mac/Configurations/
Base.xcconfig 49 WARNING_CFLAGS = -Wall -Wextra -Wcast-align -Wchar-subscripts -Wextra-tokens -Wformat-security -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wno-unused-parameter -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings;
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
Axis.java 121 * root, descendants, attributes, and namespace node decls.
193 "namespace-decls", // 8
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 576 * processed, but has xmlns namespace decls. */
581 * processed, but has no xmlns namespace decls. */
586 * processed, and has no xmlns namespace decls, and has no ancestor decls. */
591 * processed, and has xmlns namespace decls. */
596 * processed, and has no xmlns namespace decls. */
601 * processed, and has no xmlns namespace decls. and has no ancestor decls. */
    [all...]
  /external/libxml2/
tree.c     [all...]
  /external/v8/src/ia32/
fast-codegen-ia32.h 52 void VisitDeclarations(ZoneList<Declaration*>* decls);

Completed in 195 milliseconds

1 2 3 4 5 6 7