Searched refs:prototypes (Results 1 - 25 of 68) sorted by relevance

123

/external/iputils/Modules/
H A DMakefile5 CCOPT=-O2 -Wstrict-prototypes -Wall -Werror -fno-strict-aliasing -fno-common
/external/llvm/tools/llvm-c-test/
H A DMakefile24 CFLAGS += -std=c99 -Wall -Wstrict-prototypes
/external/yaffs2/
H A DAndroid.mk13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
14 LOCAL_CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
/external/chromium_org/extensions/browser/api/declarative/
H A Ddeduping_factory.h79 // Cache of previous prototypes in most-recently-used order. Most recently
128 PrototypeList& prototypes = prototypes_[instance_type]; local
134 if (prototypes.empty()) {
139 prototypes.push_back(new_object);
141 return prototypes.front();
151 for (typename PrototypeList::iterator i = prototypes.begin();
152 i != prototypes.end();
158 prototypes.erase(i);
159 prototypes.push_back(old_object);
166 prototypes
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DPropertiesSidebarPane.js125 * @param {?Array.<!WebInspector.RemoteObjectProperty>} prototypes
128 function fillSection(prototypes)
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/yaffs2/utils/
H A DMakefile20 CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
21 CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A 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/expat/
H A DAndroid.mk13 -Wmissing-prototypes -Wstrict-prototypes \
/external/qemu-pc-bios/vgabios/
H A DMakefile4 CFLAGS = -g -O2 -Wall -Wstrict-prototypes
/external/dhcpcd/mk/
H A Dcc.mk14 -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \
/external/ltrace/
H A Dprototype.h93 struct dict prototypes; member in struct:protolib
H A Dprototype.c139 DICT_INIT(&plib->prototypes, char *, struct prototype,
169 DICT_DESTROY(&plib->prototypes, const char *, struct prototype,
228 if (DICT_INSERT(&plib->prototypes, &name, proto) < 0)
256 return &plib->prototypes;
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_shader_debug.spec164 The following printMESA prototypes are available.
195 The following assertMESA prototypes are available.
/external/mesa3d/docs/
H A DMESA_shader_debug.spec164 The following printMESA prototypes are available.
195 The following assertMESA prototypes are available.
/external/chromium_org/third_party/opus/src/
H A DMakefile.unix47 WARNINGS = -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow
/external/libopus/
H A DMakefile.unix47 WARNINGS = -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow
/external/iputils/
H A DMakefile51 # CCOPT=-fno-strict-aliasing -Wstrict-prototypes -Wall -Werror -g
52 CCOPT=-fno-strict-aliasing -Wstrict-prototypes -Wall -g
/external/zlib/src/as400/
H A Dzlib.inc110 * Utility function prototypes
274 * Basic function prototypes
305 * Advanced function prototypes
412 * Checksum function prototypes
426 * Miscellaneous function prototypes
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash290 CFLAGS := \$(CFLAGS) -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wdisabled-optimization
H A Ddownload-and-build-splash2.in90 CFLAGS := \$(CFLAGS) -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wdisabled-optimization
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dbuiltin_function.cpp58 /* Read the IR containing the prototypes */
62 * prototypes (we've already created them). The IR reader will skip any
14444 _mesa_read_profile(struct _mesa_glsl_parse_state *state, int profile_index, const char *prototypes, const char **functions, int count) argument
[all...]
/external/jpeg/
H A Dconfigure740 echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
741 echo "configure:742: checking for function prototypes" >&5
749 int testfunction (int arg1, int * arg2); /* check prototypes */
783 echo Your compiler does not seem to know about function prototypes.
1046 /* Caution: a C++ compiler will insist on valid prototypes */
/external/qemu/distrib/jpeg-6b/
H A Dconfigure740 echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
741 echo "configure:742: checking for function prototypes" >&5
749 int testfunction (int arg1, int * arg2); /* check prototypes */
783 echo Your compiler does not seem to know about function prototypes.
1046 /* Caution: a C++ compiler will insist on valid prototypes */
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A DMakefile642 $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-undef -Wno-switch-default $<
645 $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-undef -Wno-switch-default $<
648 $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow $<
651 $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs $<
/external/icu/icu4c/source/
H A Dicudefs.mk128 CFLAGS = -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $(THREADSCFLAGS)

Completed in 960 milliseconds

123