HomeSort by relevance Sort by last modified time
    Searched refs:prototypes (Results 1 - 25 of 63) 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/expat/
Android.mk 11 common_CFLAGS := -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H
  /external/grub/
Android.mk 30 -Wall -Wmissing-prototypes -Wunused -Wshadow \
86 -Wall -Wmissing-prototypes -Wunused -Wshadow \
123 -Wall -Wmissing-prototypes -Wunused -Wshadow \
  /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/valgrind/tsan/
Makefile 16 CWARN=-Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes \
  /hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
Android.mk 42 LOCAL_CFLAGS+= -Wall -Wstrict-prototypes $(DEBUGFLAGS) -D__LINUX__ $(DK_DEFINES) -D__BYTE_ORDER_LITTLE_ENDIAN -DDRV_NAME='"tiwlan"'
Makefile 54 CFLAGS = -Wall -Wstrict-prototypes $(DEBUGFLAGS) $(INCLUDES) -D__LINUX__ $(DK_DEFINES)
  /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/mesa3d/docs/
MESA_shader_debug.spec 164 The following printMESA prototypes are available.
195 The following assertMESA prototypes are available.
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/
Android.mk 94 LOCAL_CFLAGS += -Wall -Wstrict-prototypes $(DEBUGFLAGS) -D__LINUX__ $(DK_DEFINES) -D__BYTE_ORDER_LITTLE_ENDIAN -DDRV_NAME='"tiwlan"'
makefile 95 CFLAGS = $(OPT) -Wall -Wstrict-prototypes $(DEBUGFLAGS) $(INCLUDES) -D__LINUX__ $(DK_DEFINES) -D__BYTE_ORDER_LITTLE_ENDIAN
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Android.mk 50 -Wall -Wstrict-prototypes $(DEBUGFLAGS) -D__LINUX__ $(DK_DEFINES) -D__BYTE_ORDER_LITTLE_ENDIAN -fno-common #-pipe
makefile 79 CFLAGS = -Wall -Wstrict-prototypes $(DEBUGFLAGS) $(INCLUDES) -D__LINUX__ $(DK_DEFINES) -D__BYTE_ORDER_LITTLE_ENDIAN
  /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/mesa3d/src/glsl/
builtin_function.cpp 50 /* Read the IR containing the prototypes */
54 * prototypes (we've already created them). The IR reader will skip any
    [all...]

Completed in 3239 milliseconds

1 2 3