/external/curl/tests/data/ |
D | test1060 | 16 # this is returned first since we get no proxy-auth 23 And you should ignore this data. aaaaaaaaaaaaaaaa 24 And you should ignore this data. aaaaaaaaaaaaaaaa 25 And you should ignore this data. aaaaaaaaaaaaaaaa 26 And you should ignore this data. aaaaaaaaaaaaaaaa 27 And you should ignore this data. aaaaaaaaaaaaaaaa 28 And you should ignore this data. aaaaaaaaaaaaaaaa 29 And you should ignore this data. aaaaaaaaaaaaaaaa 30 And you should ignore this data. aaaaaaaaaaaaaaaa 31 And you should ignore this data. aaaaaaaaaaaaaaaa [all …]
|
D | test1061 | 17 # this is returned first since we get no proxy-auth 25 And you should ignore this data. aaaaaaaaaaaaaaaa 26 And you should ignore this data. aaaaaaaaaaaaaaaa 27 And you should ignore this data. aaaaaaaaaaaaaaaa 28 And you should ignore this data. aaaaaaaaaaaaaaaa 29 And you should ignore this data. aaaaaaaaaaaaaaaa 30 And you should ignore this data. aaaaaaaaaaaaaaaa 31 And you should ignore this data. aaaaaaaaaaaaaaaa 32 And you should ignore this data. aaaaaaaaaaaaaaaa 33 And you should ignore this data. aaaaaaaaaaaaaaaa [all …]
|
/external/llvm/unittests/ADT/ |
D | TinyPtrVectorTest.cpp | 5 // This file is distributed under the University of Illinois Open Source 85 this->expectValues(this->V, this->testArray(0)); in TYPED_TEST() 89 this->V.push_back(this->TestPtrs[0]); in TYPED_TEST() 90 this->expectValues(this->V, this->testArray(1)); in TYPED_TEST() 91 this->V.push_back(this->TestPtrs[1]); in TYPED_TEST() 92 this->expectValues(this->V, this->testArray(2)); in TYPED_TEST() 93 this->V.push_back(this->TestPtrs[2]); in TYPED_TEST() 94 this->expectValues(this->V, this->testArray(3)); in TYPED_TEST() 95 this->V.push_back(this->TestPtrs[3]); in TYPED_TEST() 96 this->expectValues(this->V, this->testArray(4)); in TYPED_TEST() [all …]
|
/external/flatbuffers/tests/ts/my-game/example/ |
D | monster.js | 20 this.bb = null; 21 this.bb_pos = 0; 24 this.bb_pos = i; 25 this.bb = bb; 26 return this; 39 const offset = this.bb.__offset(this.bb_pos, 4); 40 return offset ? (obj || new Vec3()).__init(this.bb_pos + offset, this.bb) : null; 43 const offset = this.bb.__offset(this.bb_pos, 6); 44 return offset ? this.bb.readInt16(this.bb_pos + offset) : 150; 47 const offset = this.bb.__offset(this.bb_pos, 6); [all …]
|
D | monster.ts | 29 this.bb_pos = i; 30 this.bb = bb; 31 return this; 48 const offset = this.bb!.__offset(this.bb_pos, 4); 49 return offset ? (obj || new Vec3()).__init(this.bb_pos + offset, this.bb!) : null; 53 const offset = this.bb!.__offset(this.bb_pos, 6); 54 return offset ? this.bb!.readInt16(this.bb_pos + offset) : 150; 58 const offset = this.bb!.__offset(this.bb_pos, 6); 64 this.bb!.writeInt16(this.bb_pos + offset, value); 69 const offset = this.bb!.__offset(this.bb_pos, 8); [all …]
|
D | type-aliases.js | 6 this.bb = null; 7 this.bb_pos = 0; 10 this.bb_pos = i; 11 this.bb = bb; 12 return this; 22 const offset = this.bb.__offset(this.bb_pos, 4); 23 return offset ? this.bb.readInt8(this.bb_pos + offset) : 0; 26 const offset = this.bb.__offset(this.bb_pos, 4); 30 this.bb.writeInt8(this.bb_pos + offset, value); 34 const offset = this.bb.__offset(this.bb_pos, 6); [all …]
|
D | type-aliases.ts | 13 this.bb_pos = i; 14 this.bb = bb; 15 return this; 28 const offset = this.bb!.__offset(this.bb_pos, 4); 29 return offset ? this.bb!.readInt8(this.bb_pos + offset) : 0; 33 const offset = this.bb!.__offset(this.bb_pos, 4); 39 this.bb!.writeInt8(this.bb_pos + offset, value); 44 const offset = this.bb!.__offset(this.bb_pos, 6); 45 return offset ? this.bb!.readUint8(this.bb_pos + offset) : 0; 49 const offset = this.bb!.__offset(this.bb_pos, 6); [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | web-animations-next-animation.js | 4 // you may not use this file except in compliance with the License. 19 this.id = ''; 21 this.id = effect._id; 23 this.effect = effect; 25 effect._animation = this; 30 this._timeline = timeline; 31 this._sequenceNumber = shared.sequenceNumber++; 32 this._holdTime = 0; 33 this._paused = false; 34 this._isGroup = false; [all …]
|
D | animation.js | 4 // you may not use this file except in compliance with the License. 20 this.target = target; 21 this.currentTime = currentTime; 22 this.timelineTime = timelineTime; 24 this.type = 'finish'; 25 this.bubbles = false; 26 this.cancelable = false; 27 this.currentTarget = target; 28 this.defaultPrevented = false; 29 this.eventPhase = Event.AT_TARGET; [all …]
|
/external/flatbuffers/tests/ts/ |
D | monster_test_generated.cjs | 21 // If the importer is in node compatibility mode or this is not an ESM 46 this.bb = null; 47 this.bb_pos = 0; 50 this.bb_pos = i; 51 this.bb = bb; 52 return this; 62 const offset = this.bb.__offset(this.bb_pos, 4); 63 …return offset ? (obj || new TableA()).__init(this.bb.__indirect(this.bb_pos + offset), this.bb) : … 84 return this.bb.bytes(); 90 return new TableBT(this.a() !== null ? this.a().unpack() : null); [all …]
|
D | typescript_keywords_generated.cjs | 21 // If the importer is in node compatibility mode or this is not an ESM 121 this.bb = null; 122 this.bb_pos = 0; 125 this.bb_pos = i; 126 this.bb = bb; 127 return this; 137 const offset = this.bb.__offset(this.bb_pos, 4); 138 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null; 141 const offset = this.bb.__offset(this.bb_pos, 6); 142 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null; [all …]
|
D | reflection_generated.cjs | 87 this.bb = null; 88 this.bb_pos = 0; 91 this.bb_pos = i; 92 this.bb = bb; 93 return this; 103 const offset = this.bb.__offset(this.bb_pos, 4); 104 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null; 107 const offset = this.bb.__offset(this.bb_pos, 6); 108 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null; 134 return new KeyValueT(this.key(), this.value()); [all …]
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_fec_unittest.cc | 4 * Use of this source code is governed by a BSD-style license 103 this->received_packets_.clear(); in NetworkReceivedPackets() 171 // member variables using `this`, thereby enforcing runtime 221 this->media_packets_ = in TYPED_TEST() 222 this->media_packet_generator_.ConstructMediaPackets(kNumMediaPackets); in TYPED_TEST() 226 this->media_packets_.front()->data.MutableData() + 2, 1); in TYPED_TEST() 228 this->media_packets_.back()->data.MutableData() + 2, kMaxMediaPackets); in TYPED_TEST() 231 0, this->fec_.EncodeFec(this->media_packets_, kProtectionFactor, in TYPED_TEST() 233 kFecMaskBursty, &this->generated_fec_packets_)); in TYPED_TEST() 234 EXPECT_EQ(1u, this->generated_fec_packets_.size()); in TYPED_TEST() [all …]
|
/external/angle/third_party/spirv-tools/src/tools/sva/src/ |
D | lexer.js | 4 // you may not use this file except in compliance with the License. 22 this.input_ = input; 23 this.len_ = input.length; 24 this.cur_pos_ = 0; 25 this.cur_line_ = 1; 27 this.num_regex_ = /^[0-9]+$/; 28 this.alpha_regex_ = /^[a-zA-Z_]+$/; 29 this.op_regex_ = /^Op[A-Z][^\s]*$/; 30 this.hex_regex_ = /^[0-9a-fA-F]$/; 38 this.skipWhitespace(); [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/ |
D | lexer.js | 4 // you may not use this file except in compliance with the License. 22 this.input_ = input; 23 this.len_ = input.length; 24 this.cur_pos_ = 0; 25 this.cur_line_ = 1; 27 this.num_regex_ = /^[0-9]+$/; 28 this.alpha_regex_ = /^[a-zA-Z_]+$/; 29 this.op_regex_ = /^Op[A-Z][^\s]*$/; 30 this.hex_regex_ = /^[0-9a-fA-F]$/; 38 this.skipWhitespace(); [all …]
|
/external/deqp-deps/SPIRV-Tools/tools/sva/src/ |
D | lexer.js | 4 // you may not use this file except in compliance with the License. 22 this.input_ = input; 23 this.len_ = input.length; 24 this.cur_pos_ = 0; 25 this.cur_line_ = 1; 27 this.num_regex_ = /^[0-9]+$/; 28 this.alpha_regex_ = /^[a-zA-Z_]+$/; 29 this.op_regex_ = /^Op[A-Z][^\s]*$/; 30 this.hex_regex_ = /^[0-9a-fA-F]$/; 38 this.skipWhitespace(); [all …]
|
/external/flatbuffers/ts/flexbuffers/ |
D | reference.ts | 36 this.byteWidth = 1 << (packedType & 3) 37 this.valueType = packedType >> 2 40 isNull(): boolean { return this.valueType === ValueType.NULL; } 41 isNumber(): boolean { return isNumber(this.valueType) || isIndirectNumber(this.valueType); } 42 …isFloat(): boolean { return ValueType.FLOAT === this.valueType || ValueType.INDIRECT_FLOAT === thi… 43 isInt(): boolean { return this.isNumber() && !this.isFloat(); } 44 …isString(): boolean { return ValueType.STRING === this.valueType || ValueType.KEY === this.valueTy… 45 isBool(): boolean { return ValueType.BOOL === this.valueType; } 46 isBlob(): boolean { return ValueType.BLOB === this.valueType; } 47 isVector(): boolean { return isAVector(this.valueType); } [all …]
|
/external/flatbuffers/tests/ts/reflection/ |
D | field.js | 8 this.bb = null; 9 this.bb_pos = 0; 12 this.bb_pos = i; 13 this.bb = bb; 14 return this; 24 const offset = this.bb.__offset(this.bb_pos, 4); 25 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null; 28 const offset = this.bb.__offset(this.bb_pos, 6); 29 …return offset ? (obj || new Type()).__init(this.bb.__indirect(this.bb_pos + offset), this.bb) : nu… 32 const offset = this.bb.__offset(this.bb_pos, 8); [all …]
|
/external/flatbuffers/nim/flatbuffers/src/ |
D | builder.nim | 19 using this: var Builder 30 proc FinishedBytes*(this): seq[byte] = 31 if not this.finished: 33 result = this.bytes[this.head..^1] 35 proc Output*(this): seq[byte] = 36 if not this.finished: 39 result = this.bytes[this.head..^1] 41 func Offset*(this): uoffset = 42 result = this.bytes.len.uoffset - this.head 44 proc StartObject*(this; numfields: int) = [all …]
|
/external/trusty/arm-trusted-firmware/docs/design/ |
D | cpu-specific-build-macros.rst | 4 This document describes the various build options present in the CPU specific 15 `CVE-2017-5715`_. This flag can be set to 0 by the platform if none 16 of the PEs in the system need the workaround. Setting this flag to 0 provides 28 `CVE-2018-3639`_. This build option should be set to 1 if the target 33 This build option should be set to 1 if the target platform contains at 34 least 1 CPU that requires this mitigation. Defaults to 1. 50 processor revisions. This is checked by the reset handler at runtime. Each 63 workaround is not applied. In the DEBUG build, this is indicated by 75 - ``ERRATA_A9_794073``: This applies errata 794073 workaround to Cortex-A9 76 CPU. This needs to be enabled for all revisions of the CPU. [all …]
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | volume9.c | 21 NineVolume9_AllocateData( struct NineVolume9 *This ) in NineVolume9_AllocateData() argument 23 unsigned size = This->layer_stride * This->desc.Depth; in NineVolume9_AllocateData() 25 DBG("(%p(This=%p),level=%u) Allocating 0x%x bytes of system memory.\n", in NineVolume9_AllocateData() 26 This->base.container, This, This->level, size); in NineVolume9_AllocateData() 28 This->data = (uint8_t *)align_calloc(size, 32); in NineVolume9_AllocateData() 29 if (!This->data) in NineVolume9_AllocateData() 35 NineVolume9_ctor( struct NineVolume9 *This, in NineVolume9_ctor() argument 46 DBG("This=%p pContainer=%p pDevice=%p pResource=%p Level=%u pDesc=%p\n", in NineVolume9_ctor() 47 This, pContainer, pParams->device, pResource, Level, pDesc); in NineVolume9_ctor() 49 /* Mark this as a special surface held by another internal resource. */ in NineVolume9_ctor() [all …]
|
D | surface9.c | 32 NineSurface9_CreatePipeSurfaces( struct NineSurface9 *This ); 35 NineSurface9_ctor( struct NineSurface9 *This, in NineSurface9_ctor() argument 49 DBG("This=%p pDevice=%p pResource=%p Level=%u Layer=%u pDesc=%p\n", in NineSurface9_ctor() 50 This, pParams->device, pResource, Level, Layer, pDesc); in NineSurface9_ctor() 52 /* Mark this as a special surface held by another internal resource. */ in NineSurface9_ctor() 54 This->base.base.device = pParams->device; /* Early fill this field in case of failure */ in NineSurface9_ctor() 67 This->data = user_buffer; in NineSurface9_ctor() 81 /* TODO: this is (except width and height) duplicate from in NineSurface9_ctor() 84 This->base.info.screen = pParams->device->screen; in NineSurface9_ctor() 85 This->base.info.target = PIPE_TEXTURE_2D; in NineSurface9_ctor() [all …]
|
/external/pdfium/testing/resources/javascript/ |
D | document_properties_expected.txt | 2 Alert: this.ADBE is undefined undefined 3 Alert: this.author is string Joe Random Author 4 Alert: this.baseURL is string 5 Alert: this.bookmarkRoot is undefined undefined 6 Alert: this.calculate is boolean true 7 Alert: this.Collab is undefined undefined 8 Alert: this.creationDate is string 9 Alert: this.creator is string Joe Random Creator 10 Alert: this.delay is boolean false 11 Alert: this.dirty is boolean false [all …]
|
/external/flatbuffers/tests/ts/arrays_test_complex/ |
D | arrays_test_complex_generated.cjs | 21 // If the importer is in node compatibility mode or this is not an ESM 50 this.bb = null; 51 this.bb_pos = 0; 54 this.bb_pos = i; 55 this.bb = bb; 56 return this; 59 return this.bb.readFloat64(this.bb_pos); 62 return this.bb.readUint8(this.bb_pos + 8 + index); 65 return this.bb.readInt8(this.bb_pos + 21); 68 return this.bb.readInt64(this.bb_pos + 24); [all …]
|
/external/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 2 this._canvas = skcanvas; 3 this._paint = new CanvasKit.Paint(); 4 this._paint.setAntiAlias(true); 6 this._paint.setStrokeMiter(10); 7 this._paint.setStrokeCap(CanvasKit.StrokeCap.Butt); 8 this._paint.setStrokeJoin(CanvasKit.StrokeJoin.Miter); 9 this._fontString = '10px monospace'; 11 this._font = new CanvasKit.Font(CanvasKit.Typeface.GetDefault(), 10); 12 this._font.setSubpixel(true); 14 this._strokeStyle = CanvasKit.BLACK; [all …]
|