| /external/flac/include/FLAC++/ |
| D | metadata.h | 109 class FLACPP_API Prototype { 115 Prototype(const Prototype &); 116 Prototype(const ::FLAC__StreamMetadata &); 117 Prototype(const ::FLAC__StreamMetadata *); 122 * FLAC::Metadata::Prototype::Prototype(const ::FLAC__StreamMetadata *object). 130 Prototype(::FLAC__StreamMetadata *object, bool copy); 134 Prototype &operator=(const Prototype &); 135 Prototype &operator=(const ::FLAC__StreamMetadata &); 136 Prototype &operator=(const ::FLAC__StreamMetadata *); 140 * Prototype(::FLAC__StreamMetadata *object, bool copy). [all …]
|
| /external/skia/modules/pathkit/ |
| D | externs.js | 78 StrokeOpts.prototype.width; 79 StrokeOpts.prototype.miter_limit; 80 StrokeOpts.prototype.cap; 81 StrokeOpts.prototype.join; 85 CubicMap.prototype.computeYFromX = function(x) {}; 86 CubicMap.prototype.computePtFromT = function(t) {}; 90 // prototype methods. Not entirely sure why. 92 PathKit.SkPath.prototype.addPath = function() {}; 93 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) {}; 94 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) {}; [all …]
|
| D | chaining.js | 9 PathKit.SkPath.prototype.addPath = function() { 48 PathKit.SkPath.prototype.reverseAddPath = function() { 54 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) { 59 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) { 64 PathKit.SkPath.prototype.bezierCurveTo = function(cp1x, cp1y, cp2x, cp2y, x, y) { 69 PathKit.SkPath.prototype.close = function() { 76 PathKit.SkPath.prototype.closePath = function() { 81 PathKit.SkPath.prototype.conicTo = function(x1, y1, x2, y2, w) { 86 PathKit.SkPath.prototype.cubicTo = function(cp1x, cp1y, cp2x, cp2y, x, y) { 91 PathKit.SkPath.prototype.dash = function(on, off, phase) { [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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/ |
| D | web-animations.js | 31 Element.prototype.animate = function(frames, opt_options) {}; 43 Animation.prototype.cancel = function() {}; 48 Animation.prototype.finish = function() {}; 53 Animation.prototype.reverse = function() {}; 58 Animation.prototype.pause = function() {}; 63 Animation.prototype.play = function() {}; 66 Animation.prototype.startTime; 69 Animation.prototype.currentTime; 72 Animation.prototype.playbackRate; 75 Animation.prototype.playState; [all …]
|
| D | web-animations-next.js | 32 AnimationEffectReadOnly.prototype.timing; 47 KeyframeEffect.prototype.getFrames = function() {}; 50 KeyframeEffect.prototype.timing; 53 KeyframeEffect.prototype.target; 56 KeyframeEffect.prototype.onsample; 68 SequenceEffect.prototype.timing; 71 SequenceEffect.prototype.children; 83 GroupEffect.prototype.timing; 86 GroupEffect.prototype.children; 95 AnimationTimeline.prototype.currentTime; [all …]
|
| /external/skia/modules/canvaskit/ |
| D | externs.js | 105 prototype: { 119 prototype: { 134 prototype: { 218 prototype: { 249 prototype: { 289 prototype: { 416 prototype: { 439 prototype: { 489 prototype: { 514 prototype: { [all …]
|
| D | interface.js | 73 CanvasKit.Path.prototype.addArc = function(oval, startAngle, sweepAngle) { 81 CanvasKit.Path.prototype.addCircle = function(x, y, r, isCCW) { 86 CanvasKit.Path.prototype.addOval = function(oval, isCCW, startIndex) { 96 CanvasKit.Path.prototype.addPath = function() { 103 var args = Array.prototype.slice.call(arguments); 141 CanvasKit.Path.prototype.addPoly = function(points, close) { 148 CanvasKit.Path.prototype.addRect = function(rect, isCCW) { 154 CanvasKit.Path.prototype.addRRect = function(rrect, isCCW) { 161 CanvasKit.Path.prototype.addVerbsPointsWeights = function(verbs, points, weights) { 173 CanvasKit.Path.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) { [all …]
|
| /external/private-join-and-compute/private_join_and_compute/util/ |
| D | proto_util.h | 34 template <typename ProtoType> 35 static ProtoType FromString(absl::string_view raw_data); 39 template <typename ProtoType> 40 static StatusOr<ProtoType> ReadProtoFromFile(absl::string_view filename); 42 template <typename ProtoType> 43 static StatusOr<std::vector<ProtoType>> ReadProtosFromFile( 48 template <typename ProtoType> 50 const std::vector<ProtoType>& records); 53 template <typename ProtoType> 54 inline ProtoType ProtoUtils::FromString(absl::string_view raw_data) { in FromString() [all …]
|
| /external/cronet/testing/libfuzzer/fuzzers/dicts/generated/ |
| D | javascript.dict | 111 prop_prototype=".prototype" 123 "Date.prototype.setHours" 254 "Date.prototype.setMinutes" 267 "Array.prototype" 365 "Date.prototype.setMonth" 435 "Date.prototype.setSeconds" 488 "Date.prototype.setYear" 499 "Date.prototype.setDate" 606 "Date.prototype.toDateString" 622 "Date.prototype.setUTCMilliseconds" [all …]
|
| /external/guice/extensions/spring/test/com/google/inject/spring/ |
| D | SpringIntegrationTest.java | 41 RootBeanDefinition prototype = new RootBeanDefinition(Prototype.class, false); in testBindFromSpring() local 42 beanFactory.registerBeanDefinition("prototype", prototype); in testBindFromSpring() 51 bind(Prototype.class).toProvider(fromSpring(Prototype.class, "prototype")); in testBindFromSpring() 58 assertNotNull(injector.getInstance(Prototype.class)); in testBindFromSpring() 59 assertNotSame(injector.getInstance(Prototype.class), injector.getInstance(Prototype.class)); in testBindFromSpring() 68 RootBeanDefinition prototype = new RootBeanDefinition(Prototype.class, false); in testBindAll() local 69 beanFactory.registerBeanDefinition("prototype", prototype); in testBindAll() 81 Key<Prototype> prototypeKey = Key.get(Prototype.class, Names.named("prototype")); in testBindAll() 92 static class Prototype {} class in SpringIntegrationTest
|
| /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/perfetto/src/tools/ftrace_proto_gen/ |
| D | proto_gen_utils.cc | 108 ProtoType ProtoType::GetSigned() const { in GetSigned() 120 std::string ProtoType::ToString() const { in ToString() 139 ProtoType ProtoType::String(bool is_repeated) { in String() 144 ProtoType ProtoType::Invalid() { in Invalid() 149 ProtoType ProtoType::Numeric(uint16_t size, bool is_signed, bool is_repeated) { in Numeric() 155 ProtoType ProtoType::FromDescriptor( in FromDescriptor() 176 ProtoType GetCommon(ProtoType one, ProtoType other) { in GetCommon() 179 if (one.type == ProtoType::STRING) in GetCommon() 180 return ProtoType::String(one.is_repeated); in GetCommon() 187 return ProtoType::Numeric(std::max(one.size, other.size), one.is_signed, in GetCommon() [all …]
|
| D | proto_gen_utils.h | 56 struct ProtoType { struct 63 ProtoType GetSigned() const; argument 66 static ProtoType Invalid(); 67 static ProtoType String(bool is_repeated = false); 68 static ProtoType Numeric(uint16_t size, 71 static ProtoType FromDescriptor(google::protobuf::FieldDescriptor::Type type, 79 ProtoType type; 95 ProtoType GetCommon(ProtoType one, ProtoType other); 97 ProtoType InferProtoType(const FtraceEvent::Field& field);
|
| /external/cronet/third_party/protobuf/js/binary/ |
| D | reader.js | 146 jspb.BinaryReader.prototype.alloc = jspb.BinaryReader.alloc; 152 jspb.BinaryReader.prototype.free = function() { 169 jspb.BinaryReader.prototype.getFieldCursor = function() { 178 jspb.BinaryReader.prototype.getCursor = function() { 187 jspb.BinaryReader.prototype.getBuffer = function() { 196 jspb.BinaryReader.prototype.getFieldNumber = function() { 205 jspb.BinaryReader.prototype.getWireType = function() { 214 jspb.BinaryReader.prototype.isDelimited = function() { 223 jspb.BinaryReader.prototype.isEndGroup = function() { 232 jspb.BinaryReader.prototype.getError = function() { [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/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 …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
| D | polymer-micro.html | 33 settings.hasShadow = Boolean(Element.prototype.createShadowRoot); 49 window.Polymer = function (prototype) { 50 if (typeof prototype === 'function') { 51 prototype = prototype.prototype; 53 if (!prototype) { 54 prototype = {}; 56 prototype = desugar(prototype); 57 var customCtor = prototype === prototype.constructor.prototype ? prototype.constructor : null; 58 var options = { prototype: prototype }; 59 if (prototype.extends) { [all …]
|
| /external/cronet/third_party/protobuf/conformance/ |
| D | text_format_conformance_suite.cc | 135 TestAllTypesProto3 prototype; in ExpectParseFailure() local 140 conformance::TEXT_FORMAT_TEST, prototype, test_name, input); in ExpectParseFailure() 160 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local 161 RunValidTextFormatTestWithMessage(test_name, level, input_text, prototype); in RunValidTextFormatTest() 166 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local 167 RunValidTextFormatTestWithMessage(test_name, level, input_text, prototype); in RunValidTextFormatTestProto2() 172 const Message& prototype) { in RunValidTextFormatTestWithMessage() argument 175 conformance::TEXT_FORMAT_TEST, prototype, test_name, input_text); in RunValidTextFormatTestWithMessage() 179 conformance::TEXT_FORMAT_TEST, prototype, test_name, input_text); in RunValidTextFormatTestWithMessage() 187 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local [all …]
|
| /external/protobuf/conformance/ |
| D | text_format_conformance_suite.cc | 135 TestAllTypesProto3 prototype; in ExpectParseFailure() local 140 conformance::TEXT_FORMAT_TEST, prototype, test_name, input); in ExpectParseFailure() 160 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local 161 RunValidTextFormatTestWithMessage(test_name, level, input_text, prototype); in RunValidTextFormatTest() 166 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local 167 RunValidTextFormatTestWithMessage(test_name, level, input_text, prototype); in RunValidTextFormatTestProto2() 172 const Message& prototype) { in RunValidTextFormatTestWithMessage() argument 175 conformance::TEXT_FORMAT_TEST, prototype, test_name, input_text); in RunValidTextFormatTestWithMessage() 179 conformance::TEXT_FORMAT_TEST, prototype, test_name, input_text); in RunValidTextFormatTestWithMessage() 187 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
| D | ShadowDOM.min.js | 11 …prototype={set:function(t,n){var r=t[this.name];return r&&r[0]===t?r[1]=n:e(t,this.name,{value:[t,… argument 12 …prototype=Object.create(r.prototype),i(t.prototype,{get nodeValue(){return this.data},set nodeValu… 13 …prototype=Object.create(l.prototype),b(t,"documentElement"),b(t,"body"),b(t,"head"),g(t,"activeEle…
|
| D | ShadowDOM.js | 18 WeakMap.prototype = { 92 case "prototype": 177 var descr = Object.getOwnPropertyDescriptor(Node.prototype, "nodeType"); 216 var nativePrototype = nativeConstructor.prototype; 221 var wrapperPrototype = wrapperConstructor.prototype; 228 wrapperConstructor.prototype = wrapperPrototype; 231 return constructorTable.get(nativeConstructor.prototype) === wrapperConstructor; 244 var p = Object.create(superWrapperConstructor.prototype); 246 GeneratedWrapper.prototype = p; 295 defineProperty(constructor.prototype, name, getterDescriptor); [all …]
|