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

1 2 3

  /external/webkit/Source/WebCore/inspector/front-end/
PropertiesSidebarPane.js 63 function fillSection(prototypes)
65 if (!prototypes)
73 for (var i = 0; i < prototypes.length; ++i) {
74 if (!parseInt(prototypes[i].name))
77 var prototype = prototypes[i].value;
  /external/yaffs2/
Android.mk 13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
14 LOCAL_CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
  /external/yaffs2/yaffs2/utils/
Makefile 20 CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
21 CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
  /external/grub/
Android.mk 30 -Wall -Wmissing-prototypes -Wunused -Wshadow \
86 -Wall -Wmissing-prototypes -Wunused -Wshadow \
123 -Wall -Wmissing-prototypes -Wunused -Wshadow \
  /external/expat/
Android.mk 13 -Wmissing-prototypes -Wstrict-prototypes \
Makefile 114 CFLAGS = -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions
  /external/qemu-pc-bios/vgabios/
Makefile 4 CFLAGS = -g -O2 -Wall -Wstrict-prototypes
  /external/v8/test/mjsunit/
function-prototype.js 28 // Test that we can set function prototypes to non-object values. The
59 // functions with no prototypes (yet), non-object prototypes,
getter-in-value-prototype.js 28 // Test that getters can be defined and called on value prototypes.
error-constructors.js 35 // properties on error objects in prototypes.
51 // Check that the name property on error prototypes is read-only and
indexed-value-properties.js 28 // Test that the Number, String and Boolean prototypes are searched
value-callic-prototype-change.js 29 // functions on value prototypes change.
prototype.js 43 // Check that we can read properties defined in prototypes.
  /external/dhcpcd/mk/
cc.mk 14 -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \
  /external/v8/test/mjsunit/regress/
regress-1151.js 28 // Test that we do not try to create prototypes on objects that has the,
37 // Test that we are compatible with Safari on prototypes set locally and
  /external/v8/test/mjsunit/compiler/
alloc-object.js 32 // changing of function prototypes)
  /external/valgrind/main/drd/scripts/
download-and-build-splash2.in 90 CFLAGS := \$(CFLAGS) -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wdisabled-optimization
  /external/jpeg/
configure 740 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.
    [all...]
  /external/qemu/distrib/jpeg-6b/
configure 740 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.
    [all...]
  /external/linux-tools-perf/
Makefile 85 EXTRA_WARNINGS := $(EXTRA_WARNINGS) -Wmissing-prototypes
88 EXTRA_WARNINGS := $(EXTRA_WARNINGS) -Wstrict-prototypes
732 $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow $<
735 $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs $<
738 $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow $<
741 $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs $<
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 323 // real Date object). We can't simply chain the prototypes since Date() doesn't
  /external/icu4c/
icudefs.mk 128 CFLAGS = -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $(THREADSCFLAGS)
  /external/qemu-pc-bios/bochs/
configure 3173 function prototypes and stuff, but not '\\xHH' hex character constants. function
    [all...]
  /external/valgrind/main/
Android.mk 22 -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wmissing-declarations \
  /ndk/sources/host-tools/sed-4.2.1/
configure 3639 function prototypes and stuff, but not '\\xHH' hex character constants. function
    [all...]

Completed in 785 milliseconds

1 2 3