Home
last modified time | relevance | path

Searched refs:prototypes (Results 1 – 25 of 266) sorted by relevance

1234567891011

/external/chromium_org/extensions/browser/api/declarative/
Ddeduping_factory.h128 PrototypeList& prototypes = prototypes_[instance_type]; in Instantiate() local
134 if (prototypes.empty()) { in Instantiate()
139 prototypes.push_back(new_object); in Instantiate()
141 return prototypes.front(); in Instantiate()
151 for (typename PrototypeList::iterator i = prototypes.begin(); in Instantiate()
152 i != prototypes.end(); in Instantiate()
158 prototypes.erase(i); in Instantiate()
159 prototypes.push_back(old_object); in Instantiate()
166 prototypes.pop_front(); in Instantiate()
167 prototypes.push_back(new_object); in Instantiate()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DPropertiesSidebarPane.js128 function fillSection(prototypes) argument
130 if (!prototypes) {
145 for (var i = 0; i < prototypes.length; ++i) {
146 if (!parseInt(prototypes[i].name, 10))
148 var prototype = prototypes[i].value;
/external/yaffs2/
DAndroid.mk13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
14 LOCAL_CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
/external/icu/icu4c/source/test/testdata/
Dpkgdata.inc7 …CATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings …
9 GENLIB=gcc -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strin…
/external/icu/icu4c/source/config/
Dpkgdata.inc7 …CATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings …
9 GENLIB=gcc -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strin…
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
Dfeature-tests.mak86 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
88 #pragma GCC diagnostic error \"-Wstrict-prototypes\"
99 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
101 #pragma GCC diagnostic error \"-Wstrict-prototypes\"
/external/icu/icu4c/source/data/
Dicupkg.inc7 …CATED= -g -O0 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings …
9 GENLIB=gcc -g -O0 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strin…
/external/yaffs2/yaffs2/utils/
DMakefile20 CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
21 CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
/external/zlib/src/msdos/
DMakefile.emx16 -Wstrict-prototypes -Wmissing-prototypes
DMakefile.dj234 -Wstrict-prototypes -Wmissing-prototypes
/external/zlib/src/old/
DMakefile.emx16 -Wstrict-prototypes -Wmissing-prototypes
/external/expat/
DAndroid.mk13 -Wmissing-prototypes -Wstrict-prototypes \
/external/linux-tools-perf/perf-3.12.0/tools/scripts/
DMakefile.include28 EXTRA_WARNINGS += -Wmissing-prototypes
36 EXTRA_WARNINGS += -Wstrict-prototypes
/external/libpng/scripts/
Dmakefile.beos39 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.so948 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.32sunu47 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.solaris-x8644 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.hpgcc52 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.solaris44 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.64sunu47 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.linux47 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.elf53 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dseries3 static-prototypes
/external/llvm/tools/llvm-c-test/
DMakefile24 CFLAGS += -std=c99 -Wall -Wstrict-prototypes
/external/clang/test/SemaOpenCL/
Dwarn-missing-prototypes.cl1 // RUN: %clang_cc1 -fsyntax-only -verify -Wmissing-prototypes %s

1234567891011