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

123

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/bison/
H A Dconfigure3022 /* System header to define __stub macros and hopefully few prototypes,
5176 function prototypes and stuff, but not '\xHH' hex character constants. function
5579 function prototypes and stuff, but not '\xHH' hex character constants. function
7489 warn_c='-Wbad-function-cast -Wshadow -Wstrict-prototypes'
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wmissing-prototypes" >&5
7657 $as_echo_n "checking whether C compiler handles -Wmissing-prototypes... " >&6; }
7663 as_fn_append CFLAGS " -Wmissing-prototypes"
7687 as_fn_append WARN_CFLAGS_TEST " -Wmissing-prototypes"
/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/sdch/open-vcdiff/
H A Dconfigure1885 /* System header to define __stub macros and hopefully few prototypes,
3749 function prototypes and stuff, but not '\xHH' hex character constants. function
/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/chromium_org/third_party/icu/source/
H A Dconfigure2075 /* System header to define __stub macros and hopefully few prototypes,
3295 function prototypes and stuff, but not '\xHH' hex character constants. function
4096 CFLAGS="$CFLAGS -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings"
/external/chromium_org/third_party/libevent/
H A Dconfigure3375 function prototypes and stuff, but not '\xHH' hex character constants. function
9943 /* System header to define __stub macros and hopefully few prototypes,
10099 /* System header to define __stub macros and hopefully few prototypes,
21130 /* System header to define __stub macros and hopefully few prototypes,
21640 /* System header to define __stub macros and hopefully few prototypes,
21752 /* System header to define __stub macros and hopefully few prototypes,
21864 /* System header to define __stub macros and hopefully few prototypes,
21997 /* System header to define __stub macros and hopefully few prototypes,
22306 /* System header to define __stub macros and hopefully few prototypes,
24670 CFLAGS="$CFLAGS -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dconfigure2094 /* System header to define __stub macros and hopefully few prototypes,
3841 function prototypes and stuff, but not '\xHH' hex character constants. function
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for function prototypes" >&5
4521 $as_echo_n "checking for function prototypes... " >&6; }
13263 CFLAGS="${CFLAGS} -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls"
13632 CFLAGS="-g -O -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall"
/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/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/chromium_org/third_party/opus/src/
H A DMakefile.unix47 WARNINGS = -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow
H A Dconfigure1761 /* System header to define __stub macros and hopefully few prototypes,
3788 function prototypes and stuff, but not '\xHH' hex character constants. function
12980 warn_CFLAGS="-Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes"
/external/chromium_org/third_party/sqlite/src/
H A Dconfigure3054 function prototypes and stuff, but not '\xHH' hex character constants. function
9666 /* System header to define __stub macros and hopefully few prototypes,
9822 /* System header to define __stub macros and hopefully few prototypes,
12166 /* System header to define __stub macros and hopefully few prototypes,
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dconfigure1922 /* System header to define __stub macros and hopefully few prototypes,
4379 function prototypes and stuff, but not '\xHH' hex character constants.
/external/chromium_org/third_party/yasm/source/config/android/
H A DMakefile547 MORE_CFLAGS = -ansi -pedantic -Wall -W -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wwrite-strings -Wno-undef -Wno-unused-parameter
630 AM_CFLAGS = -ansi -pedantic -Wall -W -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wwrite-strings -Wno-undef -Wno-unused-parameter
/external/chromium_org/third_party/yasm/source/config/linux/
H A DMakefile547 MORE_CFLAGS = -ansi -pedantic -Wall -W -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wwrite-strings -Wno-undef -Wno-unused-parameter
630 AM_CFLAGS = -ansi -pedantic -Wall -W -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wwrite-strings -Wno-undef -Wno-unused-parameter
/external/chromium_org/third_party/yasm/source/config/openbsd/
H A DMakefile547 MORE_CFLAGS = -ansi -pedantic -Wall -W -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wwrite-strings -Wno-undef -Wno-unused-parameter
630 AM_CFLAGS = -ansi -pedantic -Wall -W -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wwrite-strings -Wno-undef -Wno-unused-parameter
/external/chromium_org/third_party/yasm/source/config/win/
H A DMakefile547 MORE_CFLAGS = -ansi -pedantic -Wall -W -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wwrite-strings -Wno-undef -Wno-unused-parameter
630 AM_CFLAGS = -ansi -pedantic -Wall -W -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wwrite-strings -Wno-undef -Wno-unused-parameter
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure2049 /* System header to define __stub macros and hopefully few prototypes,
3844 function prototypes and stuff, but not '\xHH' hex character constants. function
4384 function prototypes and stuff, but not '\xHH' hex character constants. function
5172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for function prototypes" >&5
5173 $as_echo_n "checking for function prototypes... " >&6; }
7730 MORE_CFLAGS="$MORE_CFLAGS -Wmissing-prototypes"
7736 MORE_CFLAGS="$MORE_CFLAGS -Wstrict-prototypes"
/external/cmockery/cmockery_0_1_2/
H A Dconfigure2661 function prototypes and stuff, but not '\xHH' hex character constants. function
8592 /* System header to define __stub macros and hopefully few prototypes,
8750 /* System header to define __stub macros and hopefully few prototypes,
18779 /* System header to define __stub macros and hopefully few prototypes,
18880 /* System header to define __stub macros and hopefully few prototypes,
18981 /* System header to define __stub macros and hopefully few prototypes,
19082 /* System header to define __stub macros and hopefully few prototypes,
19183 /* System header to define __stub macros and hopefully few prototypes,
19284 /* System header to define __stub macros and hopefully few prototypes,
19385 /* System header to define __stub macros and hopefully few prototypes,
[all...]
/external/dhcpcd/mk/
H A Dcc.mk14 -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \
/external/e2fsprogs/
H A Dconfigure1886 /* System header to define __stub macros and hopefully few prototypes,
3553 function prototypes and stuff, but not '\xHH' hex character constants. function
4164 function prototypes and stuff, but not '\xHH' hex character constants. function
/external/expat/
H A DAndroid.mk13 -Wmissing-prototypes -Wstrict-prototypes \
/external/genext2fs/
H A Dconfigure3031 function prototypes and stuff, but not '\xHH' hex character constants. function
5332 /* System header to define __stub macros and hopefully few prototypes,
5427 /* System header to define __stub macros and hopefully few prototypes,
/external/google-tv-pairing-protocol/cpp/
H A Dconfigure1903 /* System header to define __stub macros and hopefully few prototypes,
3690 function prototypes and stuff, but not '\xHH' hex character constants. function

Completed in 1244 milliseconds

123