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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
PropertiesSidebarPane.js 79 function fillSection(prototypes)
81 if (!prototypes)
89 for (var i = 0; i < prototypes.length; ++i) {
90 if (!parseInt(prototypes[i].name, 10))
93 var prototype = prototypes[i].value;
  /external/iputils/Modules/
Makefile 5 CCOPT=-O2 -Wstrict-prototypes -Wall -Werror -fno-strict-aliasing -fno-common
  /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/chromium_org/chrome/browser/extensions/api/declarative/
deduping_factory.h 79 // 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.pop_front()
    [all...]
  /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 \
  /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.
  /external/chromium_org/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,
95 // would have enumerable prototypes (section 15.3.5.2 also).
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.
  /external/dhcpcd/mk/
cc.mk 14 -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \
  /external/chromium_org/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/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/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 164 The following printMESA prototypes are available.
195 The following assertMESA prototypes are available.
  /external/mesa3d/docs/
MESA_shader_debug.spec 164 The following printMESA prototypes are available.
195 The following assertMESA prototypes are available.
  /external/chromium_org/third_party/opus/src/
Makefile.unix 50 WARNINGS = -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow
  /external/iputils/
Makefile 51 # CCOPT=-fno-strict-aliasing -Wstrict-prototypes -Wall -Werror -g
52 CCOPT=-fno-strict-aliasing -Wstrict-prototypes -Wall -g
  /external/chromium_org/v8/test/mjsunit/compiler/
alloc-object.js 32 // changing of function prototypes)

Completed in 281 milliseconds

1 2 3 4