Home
last modified time | relevance | path

Searched full:this (Results 1 – 25 of 33551) sorted by relevance

12345678910>>...1343

/external/curl/tests/data/
Dtest106016 # 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 …]
Dtest106117 # 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/
DTinyPtrVectorTest.cpp89 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/
DTinyPtrVectorTest.cpp5 // 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/
Dweb-animations-next-animation.js4 // 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 …]
Danimation.js4 // 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/
Dmtl_format_table_autogen.mm5 // 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/
Drtp_fec_unittest.cc4 * 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/
Dlexer.js4 // 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/
Dlexer.js4 // 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/
DGrGLTestInterface.cpp4 * 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/
Ddocument_properties_expected.txt2 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/
DChannelTest.php7 * 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/
Dvolume9.c5 * 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 …]
Dsurface9.c5 * 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 …]
Dbasetexture9.c5 * 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/
Dcanvas2dcontext.js2 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/
Dtest_base.php22 $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/
Dcanvas2dcontext.js2 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/
Dvideo.js5 This file is part of VideoJS. Copyright 2010 Zencoder, Inc.
26this.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/
Dbindings.js2 // 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/
DPersistentChannelTest.php7 * 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/
Dbootstrap.min.js6this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this)…
/external/llvm-project/llvm/test/MC/AMDGPU/
Dgfx7_unsupported.s8 // 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/
Dpaper-ripple.html4 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 …]

12345678910>>...1343