Home
last modified time | relevance | path

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

12345678910>>...707

/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/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/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/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/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/angle/third_party/vulkan-deps/spirv-tools/src/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/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/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/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/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
305 this->intendedFormatId = intendedFormatId_;
311 switch (this->intendedFormatId)
315 this->metalFormat = MTLPixelFormatA8Unorm;
316 this->actualFormatId = angle::FormatID::A8_UNORM;
321 this->metalFormat = MTLPixelFormatBGR10A2Unorm;
322 this->actualFormatId = angle::FormatID::B10G10R10A2_UNORM;
327 this->metalFormat = MTLPixelFormatBGRA8Unorm;
328 this->actualFormatId = angle::FormatID::B8G8R8A8_UNORM;
333 this->metalFormat = MTLPixelFormatBGRA8Unorm_sRGB;
[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/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 …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa.h5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
126 // 1. We call this the current and previous simd vertex.
133 // This optimized PA is not cut aware, so only should be used by non-indexed draws or draws without
194 bool HasWork() { return (this->numPrimsComplete < this->numPrims) ? true : false; } in HasWork()
216 bool Assemble(uint32_t slot, simdvector verts[]) { return this->pfnPaFunc(*this, slot, verts); } in Assemble()
221 return this->pfnPaFunc_simd16(*this, slot, verts); in Assemble()
228 return this->pfnPaSingleFunc(*this, slot, primIndex, verts); in AssembleSingle()
233 this->pfnPaFunc = this->pfnPaNextFunc; in NextPrim()
235 this->pfnPaFunc_simd16 = this->pfnPaNextFunc_simd16; in NextPrim()
[all …]
/external/arm-trusted-firmware/docs/design/
Dcpu-specific-build-macros.rst4 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
46 processor revisions. This is checked by the reset handler at runtime. Each
59 workaround is not applied. In the DEBUG build, this is indicated by
71 - ``ERRATA_A9_794073``: This applies errata 794073 workaround to Cortex-A9
72 CPU. This needs to be enabled for all revisions of the CPU.
76 - ``ERRATA_A15_816470``: This applies errata 816470 workaround to Cortex-A15
77 CPU. This needs to be enabled only for revision >= r3p0 of the CPU.
[all …]
/external/mesa3d/src/compiler/glsl/
Dir_hierarchical_visitor.cpp5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
29 this->base_ir = NULL; in ir_hierarchical_visitor()
30 this->callback_enter = NULL; in ir_hierarchical_visitor()
31 this->callback_leave = NULL; in ir_hierarchical_visitor()
32 this->data_enter = NULL; in ir_hierarchical_visitor()
33 this->data_leave = NULL; in ir_hierarchical_visitor()
34 this->in_assignee = false; in ir_hierarchical_visitor()
88 if (this->callback_enter != NULL) in visit_enter()
89 this->callback_enter(ir, this->data_enter); in visit_enter()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
Djquery-ui.min.js6this._createWidget?(arguments.length&&this._createWidget(t,e),void 0):new o(t,e)},t.extend(o,n,{ve…

12345678910>>...707