Home
last modified time | relevance | path

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

12345678910>>...1292

/external/curl/tests/data/
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 …]
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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DTinyPtrVectorTest.cpp5 // This file is distributed under the University of Illinois Open Source
79 this->expectValues(this->V, this->testArray(0)); in TYPED_TEST()
83 this->V.push_back(this->TestPtrs[0]); in TYPED_TEST()
84 this->expectValues(this->V, this->testArray(1)); in TYPED_TEST()
85 this->V.push_back(this->TestPtrs[1]); in TYPED_TEST()
86 this->expectValues(this->V, this->testArray(2)); in TYPED_TEST()
87 this->V.push_back(this->TestPtrs[2]); in TYPED_TEST()
88 this->expectValues(this->V, this->testArray(3)); in TYPED_TEST()
89 this->V.push_back(this->TestPtrs[3]); in TYPED_TEST()
90 this->expectValues(this->V, this->testArray(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/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/skia/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/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/state_trackers/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 …]
Dswapchain9.c5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
43 NineSwapChain9_ctor( struct NineSwapChain9 *This, in NineSwapChain9_ctor() argument
54 DBG("This=%p pDevice=%p pPresent=%p pCTX=%p hFocusWindow=%p\n", in NineSwapChain9_ctor()
55 This, pParams->device, pPresent, pCTX, hFocusWindow); in NineSwapChain9_ctor()
57 hr = NineUnknown_ctor(&This->base, pParams); in NineSwapChain9_ctor()
61 This->screen = NineDevice9_GetScreen(This->base.device); in NineSwapChain9_ctor()
62 This->implicit = implicit; in NineSwapChain9_ctor()
63 This->actx = pCTX; in NineSwapChain9_ctor()
64 This->present = pPresent; in NineSwapChain9_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/skia/modules/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/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_private.cpp7 * copy of this software and associated documentation files (the "Software"),
13 * The above copyright notice and this permission notice (including the next
67 this->file = file; in st_src_reg()
68 this->index = index; in st_src_reg()
69 this->swizzle = swizzle_for_type(type, component); in st_src_reg()
70 this->negate = 0; in st_src_reg()
71 this->abs = 0; in st_src_reg()
72 this->index2D = 0; in st_src_reg()
73 this->type = type ? type->base_type : GLSL_TYPE_ERROR; in st_src_reg()
74 this->reladdr = NULL; in st_src_reg()
[all …]
/external/pdfium/testing/resources/javascript/
Ddocument_props_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 …]
Ddocument_methods_expected.txt2 Alert: PASS: typeof this.addAnnot = function
3 Alert: PASS: this.addAnnot() = undefined
4 Alert: PASS: this.addAnnot(1, 2, "clams", [1, 2, 3]) = undefined
5 Alert: PASS: typeof this.addField = function
6 Alert: PASS: this.addField() = undefined
7 Alert: PASS: this.addField(1, 2, "clams", [1, 2, 3]) = undefined
8 Alert: PASS: typeof this.addLink = function
9 Alert: PASS: this.addLink() = undefined
10 Alert: PASS: this.addLink(1, 2, "clams", [1, 2, 3]) = undefined
11 Alert: PASS: typeof this.closeDoc = function
[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/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
117 // 1. We call this the current and previous simd vertex.
123 // This optimized PA is not cut aware, so only should be used by non-indexed draws or draws without
176 return (this->numPrimsComplete < this->numPrims) ? true : false; in HasWork()
201 return this->pfnPaFunc(*this, slot, verts); in Assemble()
207 return this->pfnPaFunc_simd16(*this, slot, verts); in Assemble()
214 return this->pfnPaSingleFunc(*this, slot, primIndex, verts); in AssembleSingle()
219 this->pfnPaFunc = this->pfnPaNextFunc; in NextPrim()
221 this->pfnPaFunc_simd16 = this->pfnPaNextFunc_simd16; in NextPrim()
[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/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()
40 if (this->callback_enter != NULL) in visit()
41 this->callback_enter(ir, this->data_enter); in visit()
[all …]
/external/v8/tools/
Dparse-processor.js2 // Use of this source code is governed by a BSD-style license that can be
21 // This is the only true formatting, why? For an international audience the
65 this.isEval = false;
68 this.firstEventTimestamp = -1;
69 this.firstParseEventTimestamp = -1;
70 this.firstCompileEventTimestamp = -1;
71 this.lastParseEventTimestamp = -1;
72 this.lastEventTimestamp = -1;
73 this.deserializationTimestamp = -1;
75 this.preparseTimestamp = -1;
[all …]
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DIMath.js8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
13 * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
23 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37 This class implements a 4x4 matrix. It has functions which duplicate the
127 this.$matrix = new WebKitCSSMatrix;
129 this.$matrix = new Object;
133 this.load(m);
137 this.load(m);
141 this.makeIdentity();
[all …]
/external/llvm/include/llvm/ADT/
DSmallVector.h5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the SmallVector class.
33 /// This is all the non-templated stuff common to all SmallVectors.
42 /// This is an implementation of the grow() method which only works
47 /// This returns size()*sizeof(T).
52 /// capacity_in_bytes - This returns capacity()*sizeof(T).
62 /// This is the part of SmallVectorTemplateBase which does not depend on whether
84 /// Return true if this is a smallvector which has not had dynamic
90 /// Put this vector in a state of being small.
95 void setEnd(T *P) { this->EndX = P; } in setEnd()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the SmallVector class.
36 /// This is all the non-templated stuff common to all SmallVectors.
45 /// This is an implementation of the grow() method which only works
50 /// This returns size()*sizeof(T).
55 /// capacity_in_bytes - This returns capacity()*sizeof(T).
63 /// This is the part of SmallVectorTemplateBase which does not depend on whether
85 /// Return true if this is a smallvector which has not had dynamic
91 /// Put this vector in a state of being small.
96 void setEnd(T *P) { this->EndX = P; } in setEnd()
[all …]

12345678910>>...1292