/external/skia/modules/canvaskit/ |
D | externs.js | 463 CanvasKit.SkPath.prototype.addArc = function() {}; 464 CanvasKit.SkPath.prototype.addPath = function() {}; 465 CanvasKit.SkPath.prototype.addRect = function() {}; 466 CanvasKit.SkPath.prototype.addRoundRect = function() {}; 467 CanvasKit.SkPath.prototype.arc = function() {}; 468 CanvasKit.SkPath.prototype.arcTo = function() {}; 469 CanvasKit.SkPath.prototype.close = function() {}; 470 CanvasKit.SkPath.prototype.conicTo = function() {}; 471 CanvasKit.SkPath.prototype.cubicTo = function() {}; 472 CanvasKit.SkPath.prototype.dash = function() {}; [all …]
|
/external/skqp/experimental/canvaskit/ |
D | externs.js | 444 CanvasKit.SkPath.prototype.addArc = function() {}; 445 CanvasKit.SkPath.prototype.addPath = function() {}; 446 CanvasKit.SkPath.prototype.addRect = function() {}; 447 CanvasKit.SkPath.prototype.addRoundRect = function() {}; 448 CanvasKit.SkPath.prototype.arc = function() {}; 449 CanvasKit.SkPath.prototype.arcTo = function() {}; 450 CanvasKit.SkPath.prototype.close = function() {}; 451 CanvasKit.SkPath.prototype.conicTo = function() {}; 452 CanvasKit.SkPath.prototype.cubicTo = function() {}; 453 CanvasKit.SkPath.prototype.dash = function() {}; [all …]
|
/external/skqp/modules/pathkit/ |
D | externs.js | 75 StrokeOpts.prototype.width; 76 StrokeOpts.prototype.miter_limit; 77 StrokeOpts.prototype.cap; 78 StrokeOpts.prototype.join; 82 CubicMap.prototype.computeYFromX = function(x) {}; 83 CubicMap.prototype.computePtFromT = function(t) {}; 89 PathKit.SkPath.prototype.addPath = function() {}; 90 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) {}; 91 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) {}; 92 PathKit.SkPath.prototype.bezierCurveTo = function(cp1x, cp1y, cp2x, cp2y, x, y) {}; [all …]
|
D | chaining.js | 9 PathKit.SkPath.prototype.addPath = function() { 52 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) { 57 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) { 62 PathKit.SkPath.prototype.bezierCurveTo = function(cp1x, cp1y, cp2x, cp2y, x, y) { 67 PathKit.SkPath.prototype.close = function() { 74 PathKit.SkPath.prototype.closePath = function() { 79 PathKit.SkPath.prototype.conicTo = function(x1, y1, x2, y2, w) { 84 PathKit.SkPath.prototype.cubicTo = function(cp1x, cp1y, cp2x, cp2y, x, y) { 89 PathKit.SkPath.prototype.dash = function(on, off, phase) { 97 …PathKit.SkPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle… [all …]
|
/external/skia/modules/pathkit/ |
D | externs.js | 75 StrokeOpts.prototype.width; 76 StrokeOpts.prototype.miter_limit; 77 StrokeOpts.prototype.cap; 78 StrokeOpts.prototype.join; 82 CubicMap.prototype.computeYFromX = function(x) {}; 83 CubicMap.prototype.computePtFromT = function(t) {}; 89 PathKit.SkPath.prototype.addPath = function() {}; 90 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) {}; 91 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) {}; 92 PathKit.SkPath.prototype.bezierCurveTo = function(cp1x, cp1y, cp2x, cp2y, x, y) {}; [all …]
|
D | chaining.js | 9 PathKit.SkPath.prototype.addPath = function() { 52 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) { 57 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) { 62 PathKit.SkPath.prototype.bezierCurveTo = function(cp1x, cp1y, cp2x, cp2y, x, y) { 67 PathKit.SkPath.prototype.close = function() { 74 PathKit.SkPath.prototype.closePath = function() { 79 PathKit.SkPath.prototype.conicTo = function(x1, y1, x2, y2, w) { 84 PathKit.SkPath.prototype.cubicTo = function(cp1x, cp1y, cp2x, cp2y, x, y) { 89 PathKit.SkPath.prototype.dash = function(on, off, phase) { 97 …PathKit.SkPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle… [all …]
|
/external/protobuf/js/binary/ |
D | reader.js | 144 jspb.BinaryReader.prototype.alloc = jspb.BinaryReader.alloc; 150 jspb.BinaryReader.prototype.free = function() { 167 jspb.BinaryReader.prototype.getFieldCursor = function() { 176 jspb.BinaryReader.prototype.getCursor = function() { 185 jspb.BinaryReader.prototype.getBuffer = function() { 194 jspb.BinaryReader.prototype.getFieldNumber = function() { 203 jspb.BinaryReader.prototype.getWireType = function() { 212 jspb.BinaryReader.prototype.isEndGroup = function() { 221 jspb.BinaryReader.prototype.getError = function() { 232 jspb.BinaryReader.prototype.setBlock = function(bytes, start, length) { [all …]
|
D | writer.js | 117 jspb.BinaryWriter.prototype.appendUint8Array_ = function(arr) { 132 jspb.BinaryWriter.prototype.beginDelimited_ = function(field) { 149 jspb.BinaryWriter.prototype.endDelimited_ = function(bookmark) { 171 jspb.BinaryWriter.prototype.writeSerializedMessage = function( 184 jspb.BinaryWriter.prototype.maybeWriteSerializedMessage = function( 195 jspb.BinaryWriter.prototype.reset = function() { 207 jspb.BinaryWriter.prototype.getResultBuffer = function() { 241 jspb.BinaryWriter.prototype.getResultBase64String = function() { 252 jspb.BinaryWriter.prototype.beginSubMessage = function(field) { 261 jspb.BinaryWriter.prototype.endSubMessage = function() { [all …]
|
D | decoder.js | 97 jspb.BinaryIterator.prototype.init_ = 142 jspb.BinaryIterator.prototype.free = function() { 153 jspb.BinaryIterator.prototype.clear = function() { 171 jspb.BinaryIterator.prototype.get = function() { 180 jspb.BinaryIterator.prototype.atEnd = function() { 190 jspb.BinaryIterator.prototype.next = function() { 306 jspb.BinaryDecoder.prototype.free = function() { 318 jspb.BinaryDecoder.prototype.clone = function() { 327 jspb.BinaryDecoder.prototype.clear = function() { 340 jspb.BinaryDecoder.prototype.getBuffer = function() { [all …]
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 117 flatbuffers.Long.prototype.toFloat64 = function() { 125 flatbuffers.Long.prototype.equals = function(other) { 229 flatbuffers.Builder.prototype.clear = function() { 249 flatbuffers.Builder.prototype.forceDefaults = function(forceDefaults) { 260 flatbuffers.Builder.prototype.dataBuffer = function() { 270 flatbuffers.Builder.prototype.asUint8Array = function() { 284 flatbuffers.Builder.prototype.prep = function(size, additional_bytes) { 307 flatbuffers.Builder.prototype.pad = function(byte_size) { 316 flatbuffers.Builder.prototype.writeInt8 = function(value) { 323 flatbuffers.Builder.prototype.writeInt16 = function(value) { [all …]
|
/external/libchrome/mojo/public/js/lib/ |
D | codec.js | 49 Decoder.prototype.align = function() { 53 Decoder.prototype.skip = function(offset) { 57 Decoder.prototype.readInt8 = function() { 63 Decoder.prototype.readUint8 = function() { 69 Decoder.prototype.readInt16 = function() { 75 Decoder.prototype.readUint16 = function() { 81 Decoder.prototype.readInt32 = function() { 87 Decoder.prototype.readUint32 = function() { 93 Decoder.prototype.readInt64 = function() { 99 Decoder.prototype.readUint64 = function() { [all …]
|
D | buffer.js | 28 Object.defineProperty(Buffer.prototype, "byteLength", { 32 Buffer.prototype.alloc = function(size) { 46 Buffer.prototype.grow = function(size) { 53 Buffer.prototype.trim = function() { 58 Buffer.prototype.getUint8 = function(offset) { 61 Buffer.prototype.getUint16 = function(offset) { 64 Buffer.prototype.getUint32 = function(offset) { 67 Buffer.prototype.getUint64 = function(offset) { 79 Buffer.prototype.getInt8 = function(offset) { 82 Buffer.prototype.getInt16 = function(offset) { [all …]
|
D | validator.js | 48 Observer.prototype.reset = function() { 121 Object.defineProperty(Validator.prototype, "handleIndexLimit", { 125 Object.defineProperty(Validator.prototype, "associatedHandleIndexLimit", { 133 Validator.prototype.isValidRange = function(start, numBytes) { 148 Validator.prototype.claimRange = function(start, numBytes) { 156 Validator.prototype.claimHandle = function(index) { 168 Validator.prototype.claimAssociatedEndpointHandle = function(index) { 183 Validator.prototype.validateEnum = function(offset, enumClass) { 190 Validator.prototype.validateHandle = function(offset, nullable) { 203 Validator.prototype.validateAssociatedEndpointHandle = function(offset, [all …]
|
D | interface_endpoint_handle.js | 28 State.prototype.initPendingState = function(peer) { 33 State.prototype.isValid = function() { 38 State.prototype.close = function(disconnectReason) { 64 State.prototype.runAssociationEventHandler = function(associationEvent) { 72 State.prototype.setAssociationEventHandler = function(handler) { 93 State.prototype.notifyAssociation = function(interfaceId, 107 State.prototype.onAssociated = function(interfaceId, 120 State.prototype.onPeerClosedBeforeAssociation = function(disconnectReason) { 144 InterfaceEndpointHandle.prototype.isValid = function() { 148 InterfaceEndpointHandle.prototype.pendingAssociation = function() { [all …]
|
/external/libchrome/mojo/public/js/ |
D | bindings.js | 56 InterfacePtrController.prototype.bind = function(ptrInfoOrHandle) { 67 InterfacePtrController.prototype.isBound = function() { 73 InterfacePtrController.prototype.reset = function() { 91 InterfacePtrController.prototype.resetWithReason = function(reason) { 100 InterfacePtrController.prototype.setConnectionErrorHandler = function( 109 InterfacePtrController.prototype.passInterface = function() { 126 InterfacePtrController.prototype.getProxy = function() { 131 InterfacePtrController.prototype.configureProxyIfNecessary_ = function() { 147 InterfacePtrController.prototype.queryVersion = function() { 158 InterfacePtrController.prototype.requireVersion = function(version) { [all …]
|
/external/v8/src/inspector/ |
D | injected_script_externs.js | 13 InjectedScriptHostClass.prototype.nullifyPrototype = function(obj) {} 20 InjectedScriptHostClass.prototype.getProperty = function(obj, name) {} 26 InjectedScriptHostClass.prototype.internalConstructorName = function(obj) {} 33 InjectedScriptHostClass.prototype.formatAccessorsAsProperties = function(obj, func) {} 39 InjectedScriptHostClass.prototype.subtype = function(obj) {} 45 InjectedScriptHostClass.prototype.isTypedArray = function(obj) {} 51 InjectedScriptHostClass.prototype.getInternalProperties = function(obj) {} 58 InjectedScriptHostClass.prototype.objectHasOwnProperty = function(object, propertyName) {} 65 InjectedScriptHostClass.prototype.bind = function(value, groupName) {} 71 InjectedScriptHostClass.prototype.proxyTargetValue = function(object) {} [all …]
|
/external/v8/benchmarks/ |
D | deltablue.js | 49 Object.prototype.inheritsFrom = function (shuper) { 51 Inheriter.prototype = shuper.prototype; 52 this.prototype = new Inheriter(); 60 OrderedCollection.prototype.add = function (elm) { 64 OrderedCollection.prototype.at = function (index) { 68 OrderedCollection.prototype.size = function () { 72 OrderedCollection.prototype.removeFirst = function () { 76 OrderedCollection.prototype.remove = function (elm) { 122 Strength.prototype.nextWeaker = function () { 160 Constraint.prototype.addConstraint = function () { [all …]
|
D | richards.js | 126 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) { 136 Scheduler.prototype.addWorkerTask = function (id, priority, queue) { 146 Scheduler.prototype.addHandlerTask = function (id, priority, queue) { 156 Scheduler.prototype.addDeviceTask = function (id, priority, queue) { 167 Scheduler.prototype.addRunningTask = function (id, priority, queue, task) { 179 Scheduler.prototype.addTask = function (id, priority, queue, task) { 188 Scheduler.prototype.schedule = function () { 204 Scheduler.prototype.release = function (id) { 220 Scheduler.prototype.holdCurrent = function () { 230 Scheduler.prototype.suspendCurrent = function () { [all …]
|
/external/v8/tools/ |
D | profile.js | 50 Profile.prototype.skipThisFunction = function(name) { 92 Profile.prototype.handleUnknownCode = function( 104 Profile.prototype.addLibrary = function( 120 Profile.prototype.addStaticCode = function( 137 Profile.prototype.addCode = function( 155 Profile.prototype.addFuncCode = function( 187 Profile.prototype.moveCode = function(from, to) { 195 Profile.prototype.deoptCode = function( 205 Profile.prototype.deleteCode = function(start) { 216 Profile.prototype.addSourcePositions = function( [all …]
|
D | 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) { 187 CodeMap.prototype.isIsolateIndependentBuiltin_ = function(entry) { [all …]
|
/external/grpc-grpc/examples/node/static_codegen/route_guide/ |
D | route_guide_pb.js | 48 proto.routeguide.Point.prototype.toObject = function(opt_includeInstance) { 133 proto.routeguide.Point.prototype.serializeBinary = function() { 145 proto.routeguide.Point.prototype.serializeBinaryToWriter = function (writer) { 168 proto.routeguide.Point.prototype.cloneMessage = function() { 177 proto.routeguide.Point.prototype.getLatitude = function() { 183 proto.routeguide.Point.prototype.setLatitude = function(value) { 192 proto.routeguide.Point.prototype.getLongitude = function() { 198 proto.routeguide.Point.prototype.setLongitude = function(value) { 234 proto.routeguide.Rectangle.prototype.toObject = function(opt_includeInstance) { 321 proto.routeguide.Rectangle.prototype.serializeBinary = function() { [all …]
|
/external/flatbuffers/tests/ |
D | monster_test_generated.js | 86 MyGame.InParentNamespace.prototype.__init = function(i, bb) { 146 MyGame.Example2.Monster.prototype.__init = function(i, bb) { 206 MyGame.Example.Test.prototype.__init = function(i, bb) { 215 MyGame.Example.Test.prototype.a = function() { 223 MyGame.Example.Test.prototype.mutate_a = function(value) { 237 MyGame.Example.Test.prototype.b = function() { 245 MyGame.Example.Test.prototype.mutate_b = function(value) { 290 MyGame.Example.TestSimpleTableWithEnum.prototype.__init = function(i, bb) { 308 MyGame.Example.TestSimpleTableWithEnum.prototype.color = function() { 317 MyGame.Example.TestSimpleTableWithEnum.prototype.mutate_color = function(value) { [all …]
|
/external/brotli/js/ |
D | polyfill.js | 17 if (!Array.prototype.copyWithin) { 18 Array.prototype.copyWithin = function(target, start, end) { 40 if (!Array.prototype.fill) { 41 Object.defineProperty(Array.prototype, 'fill', { 55 if (!Int8Array.prototype.copyWithin) { 56 Int8Array.prototype.copyWithin = Array.prototype.copyWithin; 59 if (!Int8Array.prototype.fill) { 60 Int8Array.prototype.fill = Array.prototype.fill; 63 if (!Int32Array.prototype.fill) { 64 Int32Array.prototype.fill = Array.prototype.fill;
|
/external/u-boot/scripts/ |
D | kernel-doc | 268 my ($newsection, $newcontents, $prototype, $brcount, %source_map); 1724 my ($prototype, $file) = @_; 2074 my $prototype = shift; 2078 $prototype =~ s/^static +//; 2079 $prototype =~ s/^extern +//; 2080 $prototype =~ s/^asmlinkage +//; 2081 $prototype =~ s/^inline +//; 2082 $prototype =~ s/^__inline__ +//; 2083 $prototype =~ s/^__inline +//; 2084 $prototype =~ s/^__always_inline +//; [all …]
|
/external/autotest/client/cros/networking/chrome_testing/network_test_ext/ |
D | background.js | 23 Networking.prototype._setupFunctionCall = function(function_name) { 32 Networking.prototype._setResult = function(function_name, result_value) { 45 Networking.prototype.getEnabledNetworkDevices = function() { 62 Networking.prototype.enableNetworkDevice = function(type) { 69 Networking.prototype.disableNetworkDevice = function(type) { 76 Networking.prototype.requestNetworkScan = function() { 83 Networking.prototype.createNetwork = function(shared, properties) { 92 Networking.prototype.setProperties = function(guid, properties) { 101 Networking.prototype.findNetworks = function(type) { 113 Networking.prototype.getNetworks = function(properties) { [all …]
|