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

1 2

  /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/webkit/WebCore/inspector/front-end/
PropertiesSidebarPane.js 46 var callback = function(prototypes) {
52 for (var i = 0; i < prototypes.length; ++i) {
54 var section = new WebInspector.ObjectPropertiesSection(prototype, prototypes[i], WebInspector.UIString("Prototype"));
  /external/expat/
Android.mk 11 common_CFLAGS := -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H
  /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 31 -Wall -Wmissing-prototypes -Wunused -Wshadow \
86 -Wall -Wmissing-prototypes -Wunused -Wshadow \
122 -Wall -Wmissing-prototypes -Wunused -Wshadow \
  /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.
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 \
  /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)
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
Android.mk 33 -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
  /system/wlan/ti/wilink_6_1/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)
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/
Android.mk 90 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
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Android.mk 87 LOCAL_CFLAGS = -Wall -Wstrict-prototypes $(CLI_DEBUGFLAGS) -D__LINUX__ $(DK_DEFINES) -mabi=aapcs-linux
Makefile 76 #ARMFLAGS = -Wstrict-prototypes -Wno-trigraphs -Os -fno-strict-aliasing -fno-common -Uarm -fno-common -pipe
102 CFLAGS = -Wall -Wstrict-prototypes $(DEBUGFLAGS) $(INCLUDES) -D__LINUX__ $(DK_DEFINES)
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/
Android.mk 88 LOCAL_CFLAGS = -Wall -Wstrict-prototypes $(CLI_DEBUGFLAGS) -D__LINUX__ $(DK_DEFINES) -mabi=aapcs-linux
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/
Android.mk 73 LOCAL_CFLAGS += -Wall -Wstrict-prototypes $(DEBUGFLAGS) -D__LINUX__ $(DK_DEFINES) -D__BYTE_ORDER_LITTLE_ENDIAN -DDRV_NAME='"tiwlan"'
  /external/netcat/
stupidh 330 prototypes

Completed in 1519 milliseconds

1 2