OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prototypes
(Results
1 - 25
of
50
) sorted by null
1
2
/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
,
error-constructors.js
35
// properties on error objects in
prototypes
.
51
// Check that the name property on error
prototypes
is read-only and
getter-in-value-prototype.js
28
// Test that getters can be defined and called on value
prototypes
.
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
.
undeletable-functions.js
30
// The functions on these
prototypes
are not just undeletable. It is
/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
\
/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.
/external/valgrind/main/drd/scripts/
download-and-build-splash2.in
90
CFLAGS := \$(CFLAGS) -Wall -W -Wmissing-
prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization
/external/netcat/
stupidh
330
prototypes
/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
...]
/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/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/qemu-pc-bios/bochs/
configure
3173
function
prototypes
and stuff, but not '\\xHH' hex character constants.
function
[
all
...]
/external/valgrind/main/
Android.mk
25
-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 956 milliseconds
1
2