HomeSort by relevance Sort by last modified time
    Searched refs:prototype (Results 226 - 250 of 1032) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/CodeGen/
CGCall.h 112 /// Compute the arguments required by the given formal prototype,
115 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
117 if (!prototype->isVariadic()) return All;
118 return RequiredArgs(prototype->getNumArgs() + additional);
121 static RequiredArgs forPrototype(const FunctionProtoType *prototype) {
122 return forPrototypePlus(prototype, 0);
125 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) {
126 return forPrototype(prototype.getTypePtr());
129 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
131 return forPrototypePlus(prototype.getTypePtr(), additional)
    [all...]
  /external/v8/tools/
codemap.js 81 CodeMap.prototype.addCode = function(start, codeEntry) {
94 CodeMap.prototype.moveCode = function(from, to) {
107 CodeMap.prototype.deleteCode = function(start) {
118 CodeMap.prototype.addLibrary = function(
131 CodeMap.prototype.addStaticCode = function(
140 CodeMap.prototype.markPages_ = function(start, end) {
151 CodeMap.prototype.deleteAllCoveredNodes_ = function(tree, start, end) {
168 CodeMap.prototype.isAddressBelongsTo_ = function(addr, node) {
176 CodeMap.prototype.findInTree_ = function(tree, addr) {
188 CodeMap.prototype.findEntry = function(addr)
    [all...]
tickprocessor.js 30 childCtor.prototype.__proto__ = parentCtor.prototype;
89 V8Profile.prototype.handleUnknownCode = function(operation, addr) {
109 SnapshotLogProcessor.prototype.processCodeCreation = function(
121 SnapshotLogProcessor.prototype.processCodeMove = function(from, to) {
126 SnapshotLogProcessor.prototype.processCodeDelete = function(start) {
131 SnapshotLogProcessor.prototype.processSnapshotPosition = function(addr, pos) {
136 SnapshotLogProcessor.prototype.processLogFile = function(fileName) {
142 SnapshotLogProcessor.prototype.getSerializedEntryName = function(pos) {
197 V8Profile.prototype.handleUnknownCode = function
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
DetailedHeapshotView.js 42 WebInspector.HeapSnapshotContainmentDataGrid.prototype = {
55 MixInSnapshotNodeFunctions(WebInspector.HeapSnapshotObjectNode.prototype, WebInspector.HeapSnapshotContainmentDataGrid.prototype);
56 WebInspector.HeapSnapshotContainmentDataGrid.prototype.__proto__ = WebInspector.DataGrid.prototype;
64 WebInspector.HeapSnapshotSortableDataGrid.prototype = {
111 WebInspector.HeapSnapshotSortableDataGrid.prototype.__proto__ = WebInspector.DataGrid.prototype;
124 WebInspector.HeapSnapshotConstructorsDataGrid.prototype = {
156 WebInspector.HeapSnapshotConstructorsDataGrid.prototype.__proto__ = WebInspector.HeapSnapshotSortableDataGrid.prototype
    [all...]
EventListenersSidebarPane.js 60 WebInspector.EventListenersSidebarPane.prototype = {
121 WebInspector.EventListenersSidebarPane.prototype.__proto__ = WebInspector.SidebarPane.prototype;
139 WebInspector.EventListenersSection.prototype = {
168 WebInspector.EventListenersSection.prototype.__proto__ = WebInspector.PropertiesSection.prototype;
183 WebInspector.EventListenerBar.prototype = {
241 WebInspector.EventListenerBar.prototype.__proto__ = WebInspector.ObjectPropertiesSection.prototype;
AuditRules.js 71 WebInspector.AuditRules.GzipRule.prototype = {
116 WebInspector.AuditRules.GzipRule.prototype.__proto__ = WebInspector.AuditRule.prototype;
127 WebInspector.AuditRules.CombineExternalResourcesRule.prototype = {
151 WebInspector.AuditRules.CombineExternalResourcesRule.prototype.__proto__ = WebInspector.AuditRule.prototype;
158 WebInspector.AuditRules.CombineJsResourcesRule.prototype.__proto__ = WebInspector.AuditRules.CombineExternalResourcesRule.prototype;
165 WebInspector.AuditRules.CombineCssResourcesRule.prototype.__proto__ = WebInspector.AuditRules.CombineExternalResourcesRule.prototype;
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 8 // untouched. This file also contains a copy of parts of the Prototype
19 // The following is a copy of parts of the Prototype JavaScript library:
21 // Prototype JavaScript framework, version 1.5.0
24 // Prototype is freely distributable under the terms of an MIT-style license.
25 // For details, see the Prototype web site: http://prototype.conio.net/
74 Flog.RayTracer.Color.prototype = {
164 result = Flog.RayTracer.Color.prototype.add(
165 Flog.RayTracer.Color.prototype.multiplyScalar(c1, 1 - w),
166 Flog.RayTracer.Color.prototype.multiplyScalar(c2, w
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 8 // untouched. This file also contains a copy of parts of the Prototype
19 // The following is a copy of parts of the Prototype JavaScript library:
21 // Prototype JavaScript framework, version 1.5.0
24 // Prototype is freely distributable under the terms of an MIT-style license.
25 // For details, see the Prototype web site: http://prototype.conio.net/
74 Flog.RayTracer.Color.prototype = {
164 result = Flog.RayTracer.Color.prototype.add(
165 Flog.RayTracer.Color.prototype.multiplyScalar(c1, 1 - w),
166 Flog.RayTracer.Color.prototype.multiplyScalar(c2, w
    [all...]
  /external/v8/benchmarks/
raytrace.js 8 // untouched. This file also contains a copy of parts of the Prototype
24 // The following is a copy of parts of the Prototype JavaScript library:
26 // Prototype JavaScript framework, version 1.5.0
29 // Prototype is freely distributable under the terms of an MIT-style license.
30 // For details, see the Prototype web site: http://prototype.conio.net/
79 Flog.RayTracer.Color.prototype = {
169 result = Flog.RayTracer.Color.prototype.add(
170 Flog.RayTracer.Color.prototype.multiplyScalar(c1, 1 - w),
171 Flog.RayTracer.Color.prototype.multiplyScalar(c2, w
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 8 // untouched. This file also contains a copy of parts of the Prototype
19 // The following is a copy of parts of the Prototype JavaScript library:
21 // Prototype JavaScript framework, version 1.5.0
24 // Prototype is freely distributable under the terms of an MIT-style license.
25 // For details, see the Prototype web site: http://prototype.conio.net/
74 Flog.RayTracer.Color.prototype = {
164 result = Flog.RayTracer.Color.prototype.add(
165 Flog.RayTracer.Color.prototype.multiplyScalar(c1, 1 - w),
166 Flog.RayTracer.Color.prototype.multiplyScalar(c2, w
    [all...]
  /external/v8/test/mjsunit/harmony/
collections.js 180 assertArrayEquals([], props(func.prototype));
232 assertTrue(Set.prototype.add instanceof Function)
233 assertTrue(Set.prototype.has instanceof Function)
234 assertTrue(Set.prototype.delete instanceof Function)
240 assertTrue(Map.prototype.set instanceof Function)
241 assertTrue(Map.prototype.get instanceof Function)
242 assertTrue(Map.prototype.has instanceof Function)
243 assertTrue(Map.prototype.delete instanceof Function)
249 assertTrue(WeakMap.prototype.set instanceof Function)
250 assertTrue(WeakMap.prototype.get instanceof Function
    [all...]
  /external/v8/src/
debug-debugger.js 142 BreakPoint.prototype.number = function() {
147 BreakPoint.prototype.func = function() {
152 BreakPoint.prototype.source_position = function() {
157 BreakPoint.prototype.hit_count = function() {
162 BreakPoint.prototype.active = function() {
170 BreakPoint.prototype.condition = function() {
178 BreakPoint.prototype.ignoreCount = function() {
183 BreakPoint.prototype.script_break_point = function() {
188 BreakPoint.prototype.enable = function() {
193 BreakPoint.prototype.disable = function()
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BaseMachine.java 22 import com.android.dx.rop.type.Prototype;
36 /* {@code non-null;} the prototype for the associated method */
37 private final Prototype prototype; field in class:BaseMachine
84 * @param prototype {@code non-null;} the prototype for the
87 public BaseMachine(Prototype prototype) {
88 if (prototype == null) {
89 throw new NullPointerException("prototype == null")
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 98 ChromeExOAuth.prototype.authorize = function(callback) {
113 ChromeExOAuth.prototype.clearTokens = function() {
124 ChromeExOAuth.prototype.hasToken = function() {
145 ChromeExOAuth.prototype.sendSignedRequest = function(url, callback,
170 ChromeExOAuth.prototype.signURL = function(url, method, opt_params) {
200 ChromeExOAuth.prototype.getAuthorizationHeader = function(url, method,
347 var newargs = Array.prototype.slice.call(arguments).slice(2);
349 var combinedargs = newargs.concat(Array.prototype.slice.call(arguments));
399 ChromeExOAuth.prototype.setToken = function(token) {
407 ChromeExOAuth.prototype.getToken = function()
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 98 ChromeExOAuth.prototype.authorize = function(callback) {
113 ChromeExOAuth.prototype.clearTokens = function() {
124 ChromeExOAuth.prototype.hasToken = function() {
145 ChromeExOAuth.prototype.sendSignedRequest = function(url, callback,
170 ChromeExOAuth.prototype.signURL = function(url, method, opt_params) {
200 ChromeExOAuth.prototype.getAuthorizationHeader = function(url, method,
347 var newargs = Array.prototype.slice.call(arguments).slice(2);
349 var combinedargs = newargs.concat(Array.prototype.slice.call(arguments));
399 ChromeExOAuth.prototype.setToken = function(token) {
407 ChromeExOAuth.prototype.getToken = function()
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauth.js 98 ChromeExOAuth.prototype.authorize = function(callback) {
113 ChromeExOAuth.prototype.clearTokens = function() {
124 ChromeExOAuth.prototype.hasToken = function() {
145 ChromeExOAuth.prototype.sendSignedRequest = function(url, callback,
170 ChromeExOAuth.prototype.signURL = function(url, method, opt_params) {
200 ChromeExOAuth.prototype.getAuthorizationHeader = function(url, method,
347 var newargs = Array.prototype.slice.call(arguments).slice(2);
349 var combinedargs = newargs.concat(Array.prototype.slice.call(arguments));
399 ChromeExOAuth.prototype.setToken = function(token) {
407 ChromeExOAuth.prototype.getToken = function()
    [all...]
  /external/v8/test/mjsunit/
fun-as-prototype.js 30 Number.prototype.__proto__ = Funky;
33 assertEquals(Funky.prototype, x.prototype);
35 Number.prototype.__proto__ = [1, 2, 3];
  /external/v8/test/mjsunit/regress/
regress-1447.js 28 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
29 [0].every(function(){ Object.seal(Array.prototype.every); });
33 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
34 [0].every(function(){ Object.seal(Array.prototype.every); });
  /external/webkit/Source/JavaScriptCore/debugger/
DebuggerActivation.h 52 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
54 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptoriginalglobalobject_p.h 52 inline bool isType(JSValueRef value, JSObjectRef constructor, JSValueRef prototype) const;
53 inline void initializeMember(JSObjectRef globalObject, JSStringRef prototypeName, const char* type, JSObjectRef& constructor, JSValueRef& prototype);
80 propertyName.adopt(JSStringCreateWithUTF8CString("prototype"));
105 inline void QScriptOriginalGlobalObject::initializeMember(JSObjectRef globalObject, JSStringRef prototypeName, const char* type, JSObjectRef& constructor, JSValueRef& prototype)
110 // Save references to the Type constructor and prototype.
116 // Note that this is not the [[Prototype]] internal property (which we could
117 // get via JSObjectGetPrototype), but the Type.prototype, that will be set
118 // as [[Prototype]] of Type instances.
119 prototype = JSObjectGetProperty(m_context, constructor, prototypeName, &exception);
120 Q_ASSERT(JSValueIsObject(m_context, prototype));
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
DateInstance.h 55 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
57 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
JSNotAnObject.h 46 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
48 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
JSPropertyNameIterator.h 48 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
50 return Structure::create(globalData, prototype, TypeInfo(CompoundType, OverridesMarkChildren), AnonymousSlotCount, &s_info);
JSZombie.h 69 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
71 return Structure::create(globalData, prototype, TypeInfo(LeafType, 0), AnonymousSlotCount, &s_info);
StringObject.h 48 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
50 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);

Completed in 1463 milliseconds

1 2 3 4 5 6 7 8 91011>>