/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-project/llvm/unittests/ADT/ |
D | TinyPtrVectorTest.cpp | 89 this->expectValues(this->V, this->testArray(0)); in TYPED_TEST() 93 this->V.push_back(this->TestPtrs[0]); in TYPED_TEST() 94 this->expectValues(this->V, this->testArray(1)); in TYPED_TEST() 95 this->V.push_back(this->TestPtrs[1]); in TYPED_TEST() 96 this->expectValues(this->V, this->testArray(2)); in TYPED_TEST() 97 this->V.push_back(this->TestPtrs[2]); in TYPED_TEST() 98 this->expectValues(this->V, this->testArray(3)); in TYPED_TEST() 99 this->V.push_back(this->TestPtrs[3]); in TYPED_TEST() 100 this->expectValues(this->V, this->testArray(4)); in TYPED_TEST() 101 this->V.push_back(this->TestPtrs[4]); in TYPED_TEST() [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/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/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 be 304 this->intendedFormatId = intendedFormatId_; 309 switch (this->intendedFormatId) 313 this->metalFormat = MTLPixelFormatA8Unorm; 314 this->actualFormatId = angle::FormatID::A8_UNORM; 315 this->initFunction = nullptr; 317 this->swizzled = false; 322 this->metalFormat = MTLPixelFormatBGR10A2Unorm; 323 this->actualFormatId = angle::FormatID::B10G10R10A2_UNORM; 324 this->initFunction = nullptr; [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() 225 ByteWriter<uint16_t>::WriteBigEndian(&this->media_packets_.front()->data[2], in TYPED_TEST() 227 ByteWriter<uint16_t>::WriteBigEndian(&this->media_packets_.back()->data[2], 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/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/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 19 fFunctions.fActiveTexture = bind_to_member(this, &GrGLTestInterface::activeTexture); in GrGLTestInterface() 20 fFunctions.fAttachShader = bind_to_member(this, &GrGLTestInterface::attachShader); in GrGLTestInterface() 21 fFunctions.fBeginQuery = bind_to_member(this, &GrGLTestInterface::beginQuery); in GrGLTestInterface() 22 fFunctions.fBindAttribLocation = bind_to_member(this, &GrGLTestInterface::bindAttribLocation); in GrGLTestInterface() 23 fFunctions.fBindBuffer = bind_to_member(this, &GrGLTestInterface::bindBuffer); in GrGLTestInterface() 24 fFunctions.fBindFramebuffer = bind_to_member(this, &GrGLTestInterface::bindFramebuffer); in GrGLTestInterface() 25 fFunctions.fBindRenderbuffer = bind_to_member(this, &GrGLTestInterface::bindRenderbuffer); in GrGLTestInterface() 26 fFunctions.fBindSampler = bind_to_member(this, &GrGLTestInterface::bindSampler); in GrGLTestInterface() 27 fFunctions.fBindTexture = bind_to_member(this, &GrGLTestInterface::bindTexture); in GrGLTestInterface() [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/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 …]
|
D | basetexture9.c | 5 * copy of this software and associated documentation files (the "Software"), 11 * The above copyright notice and this permission notice (including the next 41 NineBaseTexture9_ctor( struct NineBaseTexture9 *This, in NineBaseTexture9_ctor() argument 53 DBG("This=%p, pParams=%p initResource=%p Type=%d format=%d Pool=%d Usage=%d\n", in NineBaseTexture9_ctor() 54 This, pParams, initResource, Type, format, Pool, Usage); in NineBaseTexture9_ctor() 62 hr = NineResource9_ctor(&This->base, pParams, initResource, alloc, Type, Pool, Usage); in NineBaseTexture9_ctor() 66 This->format = format; in NineBaseTexture9_ctor() 67 This->mipfilter = (Usage & D3DUSAGE_AUTOGENMIPMAP) ? in NineBaseTexture9_ctor() 69 This->managed.lod = 0; in NineBaseTexture9_ctor() 70 This->managed.lod_resident = -1; in NineBaseTexture9_ctor() [all …]
|
/external/skqp/experimental/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 2 this._canvas = skcanvas; 3 this._paint = new CanvasKit.SkPaint(); 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.SkFont(null, 10); 13 this._strokeStyle = CanvasKit.BLACK; 14 this._fillStyle = CanvasKit.BLACK; [all …]
|
/external/protobuf/php/tests/ |
D | test_base.php | 22 $this->assertSame(-42, $m->getOptionalInt32()); 23 $this->assertSame(42, $m->getOptionalUint32()); 24 $this->assertSame(-44, $m->getOptionalSint32()); 25 $this->assertSame(46, $m->getOptionalFixed32()); 26 $this->assertSame(-46, $m->getOptionalSfixed32()); 27 $this->assertSame(1.5, $m->getOptionalFloat()); 28 $this->assertSame(1.6, $m->getOptionalDouble()); 29 $this->assertSame(true, $m->getOptionalBool()); 30 $this->assertSame('a', $m->getOptionalString()); 31 $this->assertSame('bbbb', $m->getOptionalBytes()); [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/llvm-project/polly/www/video-js/ |
D | video.js | 5 This file is part of VideoJS. Copyright 2010 Zencoder, Inc. 26 …this.JRClass = function(){}; JRClass.extend = function(prop) { var _super = this.prototype; initia… 37 this.video = document.getElementById(element); 39 this.video = element; 43 this.video.player = this; 44 this.values = {}; // Cache video values. 45 this.elements = {}; // Store refs to controls elements. 48 this.options = { 61 if (typeof VideoJS.options == "object") { _V_.merge(this.options, VideoJS.options); } 62 // Override default & global options with options specific to this player [all …]
|
/external/libchrome/mojo/public/js/ |
D | bindings.js | 2 // Use of this source code is governed by a BSD-style license that can be 40 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/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/llvm-project/llvm/test/MC/AMDGPU/ |
D | gfx7_unsupported.s | 8 // CHECK: error: instruction not supported on this GPU 11 // CHECK: error: instruction not supported on this GPU 14 // CHECK: error: instruction not supported on this GPU 17 // CHECK: error: instruction not supported on this GPU 20 // CHECK: error: instruction not supported on this GPU 23 // CHECK: error: instruction not supported on this GPU 26 // CHECK: error: instruction not supported on this GPU 29 // CHECK: error: instruction not supported on this GPU 32 // CHECK: error: instruction not supported on this GPU 35 // CHECK: error: instruction not supported on this GPU [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/paper-ripple/ |
D | paper-ripple.html | 4 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt 41 this.$.ripple.downAction({detail: {x: e.x, y: e.y}}); 44 this.$.ripple.upAction(); 99 /* This resolves a rendering issue in Chrome (as of 40) where the 103 Note: We only apply this style conditionally. Otherwise, the browser 170 this.element = element; 171 this.width = this.boundingRect.width; 172 this.height = this.boundingRect.height; 174 this.size = Math.max(this.width, this.height); 179 return this.element.getBoundingClientRect(); [all …]
|