| /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/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/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/cronet/stable/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/cronet/tot/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/chromiumos-config/python/chromiumos/config/prototype/ |
| D | release_target_pb2.py | 3 # source: chromiumos/config/prototype/release_target.proto 14 from chromiumos.config.prototype import release_target_id_pb2 as chromiumos_dot_config_dot_prototyp… 15 from chromiumos.config.prototype import signing_pb2 as chromiumos_dot_config_dot_prototype_dot_sign… 20 name='chromiumos/config/prototype/release_target.proto', 21 package='chromiumos.config.prototype', 23 serialized_options=b'Z.go.chromium.org/chromiumos/config/go/prototype', 25 …prototype/release_target.proto\x12\x1b\x63hromiumos.config.prototype\x1a\x33\x63hromiumos/config/p… 33 full_name='chromiumos.config.prototype.ReleaseTarget.TargetCriticality', 69 full_name='chromiumos.config.prototype.ReleaseTarget', 76 name='id', full_name='chromiumos.config.prototype.ReleaseTarget.id', index=0, [all …]
|
| D | prototype_config_bundle_pb2.py | 3 # source: chromiumos/config/prototype/prototype_config_bundle.proto 16 from chromiumos.config.prototype import release_target_pb2 as chromiumos_dot_config_dot_prototype_d… 20 name='chromiumos/config/prototype/prototype_config_bundle.proto', 21 package='chromiumos.config.prototype', 23 serialized_options=b'Z.go.chromium.org/chromiumos/config/go/prototype', 25 …prototype/prototype_config_bundle.proto\x12\x1b\x63hromiumos.config.prototype\x1a-chromiumos/confi… 34 full_name='chromiumos.config.prototype.PrototypeConfigBundle', 41 …name='test_plan_specs', full_name='chromiumos.config.prototype.PrototypeConfigBundle.test_plan_spe… 48 …name='release_targets', full_name='chromiumos.config.prototype.PrototypeConfigBundle.release_targe… 55 …name='system_builds', full_name='chromiumos.config.prototype.PrototypeConfigBundle.system_builds',… [all …]
|
| D | signing_pb2.py | 3 # source: chromiumos/config/prototype/signing.proto 17 name='chromiumos/config/prototype/signing.proto', 18 package='chromiumos.config.prototype', 20 serialized_options=b'Z.go.chromium.org/chromiumos/config/go/prototype', 22 …serialized_pb=b'\n)chromiumos/config/prototype/signing.proto\x12\x1b\x63hromiumos.config.prototype… 30 full_name='chromiumos.config.prototype.SigningInstructions', 37 …name='premp_keyset', full_name='chromiumos.config.prototype.SigningInstructions.premp_keyset', ind… 44 … name='mp_keyset', full_name='chromiumos.config.prototype.SigningInstructions.mp_keyset', index=1, 51 …name='firmware_update', full_name='chromiumos.config.prototype.SigningInstructions.firmware_update… 58 …name='allow_password', full_name='chromiumos.config.prototype.SigningInstructions.allow_password',… [all …]
|
| /external/skia/modules/canvaskit/ |
| D | externs.js | 105 prototype: { property 119 prototype: { property 134 prototype: { property 218 prototype: { property 265 prototype: { property 305 prototype: { property 434 prototype: { property 457 prototype: { property 507 prototype: { property 532 prototype: { property [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/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() 179 ProtoType GetCommon(ProtoType one, ProtoType other) { in GetCommon() 182 if (one.type == ProtoType::STRING) in GetCommon() 183 return ProtoType::String(one.is_repeated); in GetCommon() 190 return ProtoType::Numeric(std::max(one.size, other.size), one.is_signed, in GetCommon() [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/tot/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/cronet/stable/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 …]
|