| /external/curl/tests/data/ | 
| D | test1060 | 16 # this is returned first since we get no proxy-auth23 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-auth25 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 Source85   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/my-game/example/ | 
| D | monster.js | 19         this.bb = null;20         this.bb_pos = 0;
 23         this.bb_pos = i;
 24         this.bb = bb;
 25         return this;
 38         const offset = this.bb.__offset(this.bb_pos, 4);
 39         return offset ? (obj || new Vec3()).__init(this.bb_pos + offset, this.bb) : null;
 42         const offset = this.bb.__offset(this.bb_pos, 6);
 43         return offset ? this.bb.readInt16(this.bb_pos + offset) : 150;
 46         const offset = this.bb.__offset(this.bb_pos, 6);
 [all …]
 
 | 
| D | monster.ts | 27   this.bb_pos = i;28   this.bb = bb;
 29   return this;
 46   const offset = this.bb!.__offset(this.bb_pos, 4);
 47   return offset ? (obj || new Vec3()).__init(this.bb_pos + offset, this.bb!) : null;
 51   const offset = this.bb!.__offset(this.bb_pos, 6);
 52   return offset ? this.bb!.readInt16(this.bb_pos + offset) : 150;
 56   const offset = this.bb!.__offset(this.bb_pos, 6);
 62   this.bb!.writeInt16(this.bb_pos + offset, value);
 67   const offset = this.bb!.__offset(this.bb_pos, 8);
 [all …]
 
 | 
| D | type-aliases.js | 5         this.bb = null;6         this.bb_pos = 0;
 9         this.bb_pos = i;
 10         this.bb = bb;
 11         return this;
 21         const offset = this.bb.__offset(this.bb_pos, 4);
 22         return offset ? this.bb.readInt8(this.bb_pos + offset) : 0;
 25         const offset = this.bb.__offset(this.bb_pos, 4);
 29         this.bb.writeInt8(this.bb_pos + offset, value);
 33         const offset = this.bb.__offset(this.bb_pos, 6);
 [all …]
 
 | 
| D | type-aliases.ts | 11   this.bb_pos = i;12   this.bb = bb;
 13   return this;
 26   const offset = this.bb!.__offset(this.bb_pos, 4);
 27   return offset ? this.bb!.readInt8(this.bb_pos + offset) : 0;
 31   const offset = this.bb!.__offset(this.bb_pos, 4);
 37   this.bb!.writeInt8(this.bb_pos + offset, value);
 42   const offset = this.bb!.__offset(this.bb_pos, 6);
 43   return offset ? this.bb!.readUint8(this.bb_pos + offset) : 0;
 47   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/webrtc/modules/rtp_rtcp/source/ | 
| D | rtp_fec_unittest.cc | 4  *  Use of this source code is governed by a BSD-style license103   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/vulkan-deps/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/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/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/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 …]
 
 | 
| D | builder.ts | 30     this.buffer = new ArrayBuffer(size > 0 ? size : 2048);31     this.view = new DataView(this.buffer);
 36     this.offset += paddingSize(this.offset, byteWidth);
 41     const targetOffset = this.offset + newValueSize;
 42     let size = this.buffer.byteLength;
 48       const prevBuffer = this.buffer;
 49       this.buffer = new ArrayBuffer(size);
 50       this.view = new DataView(this.buffer);
 51       new Uint8Array(this.buffer).set(new Uint8Array(prevBuffer), 0);
 58       this.view.setInt8(this.offset, value);
 [all …]
 
 | 
| /external/pdfium/testing/resources/javascript/ | 
| D | document_properties_expected.txt | 2 Alert: this.ADBE is undefined undefined3 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/grpc-grpc/src/php/tests/unit_tests/ | 
| D | ChannelTest.php | 7  * you may not use this file except in compliance with the License.28         if (!empty($this->channel)) {
 29             $this->channel->close();
 35         $this->channel = new Grpc\Channel('localhost:50000',
 37         $this->assertSame('Grpc\Channel', get_class($this->channel));
 42         $this->channel = new Grpc\Channel('localhost:50001',
 44         $state = $this->channel->getConnectivityState();
 45         $this->assertEquals(0, $state);
 50         $this->channel = new Grpc\Channel('localhost:50002',
 52         $state = $this->channel->getConnectivityState(123);
 [all …]
 
 | 
| /external/mesa3d/src/gallium/frontends/nine/ | 
| D | volume9.c | 5  * copy of this software and associated documentation files (the "Software"),11  * The above copyright notice and this permission notice (including the next
 38 NineVolume9_AllocateData( struct NineVolume9 *This )  in NineVolume9_AllocateData()  argument
 40     unsigned size = This->layer_stride * This->desc.Depth;  in NineVolume9_AllocateData()
 42     DBG("(%p(This=%p),level=%u) Allocating 0x%x bytes of system memory.\n",  in NineVolume9_AllocateData()
 43         This->base.container, This, This->level, size);  in NineVolume9_AllocateData()
 45     This->data = (uint8_t *)align_calloc(size, 32);  in NineVolume9_AllocateData()
 46     if (!This->data)  in NineVolume9_AllocateData()
 52 NineVolume9_ctor( struct NineVolume9 *This,  in NineVolume9_ctor()  argument
 63     DBG("This=%p pContainer=%p pDevice=%p pResource=%p Level=%u pDesc=%p\n",  in NineVolume9_ctor()
 [all …]
 
 | 
| D | surface9.c | 5  * copy of this software and associated documentation files (the "Software"),11  * The above copyright notice and this permission notice (including the next
 48 NineSurface9_CreatePipeSurfaces( struct NineSurface9 *This );
 51 NineSurface9_ctor( struct NineSurface9 *This,  in NineSurface9_ctor()  argument
 65     DBG("This=%p pDevice=%p pResource=%p Level=%u Layer=%u pDesc=%p\n",  in NineSurface9_ctor()
 66         This, pParams->device, pResource, Level, Layer, pDesc);  in NineSurface9_ctor()
 68     /* Mark this as a special surface held by another internal resource. */  in NineSurface9_ctor()
 82     This->data = (uint8_t *)user_buffer;  in NineSurface9_ctor()
 96     /* TODO: this is (except width and height) duplicate from  in NineSurface9_ctor()
 99     This->base.info.screen = pParams->device->screen;  in NineSurface9_ctor()
 [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(null, 10);
 12   this._font.setSubpixel(true);
 14   this._strokeStyle    = CanvasKit.BLACK;
 [all …]
 
 | 
| /external/libchrome/mojo/public/js/ | 
| D | bindings.js | 2 // Use of this source code is governed by a BSD-style license that can be40     this.version = 0;
 42     this.interfaceType_ = interfaceType;
 43     this.router_ = null;
 44     this.interfaceEndpointClient_ = null;
 45     this.proxy_ = null;
 50     this.handle_ = null;
 53       this.bind(ptrInfoOrHandle);
 57     this.reset();
 60       this.version = ptrInfoOrHandle.version;
 [all …]
 
 | 
| /external/angle/src/libANGLE/renderer/metal/ | 
| D | mtl_format_table_autogen.mm | 5 // Use of this source code is governed by a BSD-style license that can be307     this->intendedFormatId = intendedFormatId_;
 313     switch (this->intendedFormatId)
 317             this->metalFormat    = MTLPixelFormatA8Unorm;
 318             this->actualFormatId = angle::FormatID::A8_UNORM;
 323             this->metalFormat    = MTLPixelFormatBGR10A2Unorm;
 324             this->actualFormatId = angle::FormatID::B10G10R10A2_UNORM;
 329             this->metalFormat    = MTLPixelFormatBGRA8Unorm;
 330             this->actualFormatId = angle::FormatID::B8G8R8A8_UNORM;
 335             this->metalFormat    = MTLPixelFormatBGRA8Unorm_sRGB;
 [all …]
 
 | 
| /external/grpc-grpc/src/php/tests/unit_tests/PersistentChannelTests/ | 
| D | PersistentChannelTest.php | 7  * you may not use this file except in compliance with the License.46       $this->assertTrue(false);
 50       $this->assertTrue($state == GRPC\CHANNEL_CONNECTING ||
 64       $this->channel1 = new Grpc\Channel('localhost:1', ['force_new' => true]);
 65       $channel1_info = $this->channel1->getChannelInfo();
 66       $plist_info = $this->channel1->getPersistentList();
 67       $this->assertEquals($channel1_info['target'], 'localhost:1');
 68       $this->assertEquals($channel1_info['ref_count'], 1);
 69       $this->assertEquals($channel1_info['connectivity_status'],
 71       $this->assertEquals(count($plist_info), 0);
 [all …]
 
 | 
| /external/okhttp/website/static/ | 
| D | bootstrap.min.js | 6 …this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this)…
 | 
| /external/protobuf/php/tests/ | 
| D | test_base.php | 46         $this->assertSame(-42,  $m->getOptionalInt32());47         $this->assertSame(42,  $m->getOptionalUint32());
 48         $this->assertSame(-44,  $m->getOptionalSint32());
 49         $this->assertSame(46,   $m->getOptionalFixed32());
 50         $this->assertSame(-46,  $m->getOptionalSfixed32());
 51         $this->assertSame(1.5,  $m->getOptionalFloat());
 52         $this->assertSame(1.6,  $m->getOptionalDouble());
 53         $this->assertSame(true, $m->getOptionalBool());
 54         $this->assertSame('a',  $m->getOptionalString());
 55         $this->assertSame('bbbb',  $m->getOptionalBytes());
 [all …]
 
 |