Home
last modified time | relevance | path

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

12345678910>>...888

/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
87 this->expectValues(this->V, this->testArray(0)); in TYPED_TEST()
91 this->V.push_back(this->TestPtrs[0]); in TYPED_TEST()
92 this->expectValues(this->V, this->testArray(1)); in TYPED_TEST()
93 this->V.push_back(this->TestPtrs[1]); in TYPED_TEST()
94 this->expectValues(this->V, this->testArray(2)); in TYPED_TEST()
95 this->V.push_back(this->TestPtrs[2]); in TYPED_TEST()
96 this->expectValues(this->V, this->testArray(3)); in TYPED_TEST()
97 this->V.push_back(this->TestPtrs[3]); in TYPED_TEST()
98 this->expectValues(this->V, this->testArray(4)); in TYPED_TEST()
[all …]
/external/v8/test/mjsunit/compiler/
Dalloc-object-huge.js7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
14 // from this software without specific prior written permission.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 // Test that huge constructors (more than 256 this assignments) are
51 // The huge constructor, nothing interesting beyond this point.
53 this.foo1 = 1;
54 this.foo2 = 2;
55 this.foo3 = 3;
[all …]
/external/v8/test/mjsunit/
Dlarge-object-allocation.js7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
14 // from this software without specific prior written permission.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 this.a = i;
33 this.b = i;
34 this.c = i;
35 this.d = i;
36 this.e = i;
[all …]
/external/opencv3/3rdparty/include/dshow/
Dcontrol.h2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the w64 mingw-runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error this stub requires an updated version of <rpcndr.h>
141 HRESULT (WINAPI *QueryInterface)(IAMCollection *This,REFIID riid,void **ppvObject);
142 ULONG (WINAPI *AddRef)(IAMCollection *This);
143 ULONG (WINAPI *Release)(IAMCollection *This);
144 HRESULT (WINAPI *GetTypeInfoCount)(IAMCollection *This,UINT *pctinfo);
145 HRESULT (WINAPI *GetTypeInfo)(IAMCollection *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
146 …HRESULT (WINAPI *GetIDsOfNames)(IAMCollection *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LC…
[all …]
Dstrmif.h2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the w64 mingw-runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error This stub requires an updated version of <rpcndr.h>
742 HRESULT (WINAPI *QueryInterface)(ICreateDevEnum *This,REFIID riid,void **ppvObject);
743 ULONG (WINAPI *AddRef)(ICreateDevEnum *This);
744 ULONG (WINAPI *Release)(ICreateDevEnum *This);
745 …HRESULT (WINAPI *CreateClassEnumerator)(ICreateDevEnum *This,REFCLSID clsidDeviceClass,IEnumMonike…
752 #define ICreateDevEnum_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid… argument
753 #define ICreateDevEnum_AddRef(This) (This)->lpVtbl->AddRef(This) argument
[all …]
Damvideo.h146 IDirectDrawVideo* This,
151 IDirectDrawVideo* This);
154 IDirectDrawVideo* This);
158 IDirectDrawVideo* This,
162 IDirectDrawVideo* This,
166 IDirectDrawVideo* This,
170 IDirectDrawVideo* This,
174 IDirectDrawVideo* This,
178 IDirectDrawVideo* This,
183 IDirectDrawVideo* This,
[all …]
/external/libvncserver/webclients/novnc/include/
Drfb.js25 this._rfb_host = '';
26 this._rfb_port = 5900;
27 this._rfb_password = '';
28 this._rfb_path = '';
30 this._rfb_state = 'disconnected';
31 this._rfb_version = 0;
32 this._rfb_max_version = 3.8;
33 this._rfb_auth_scheme = '';
35 this._rfb_tightvnc = false;
36 this._rfb_xvp_ver = 0;
[all …]
/external/chromium-trace/catapult/tracing/tracing/ui/
Dtimeline_track_view.html4 Use of this source code is governed by a BSD-style license that can be
80 this.displayTransform_ = new tr.ui.TimelineDisplayTransform();
81 this.model_ = undefined;
83 this.timelineView_ = undefined;
85 this.viewport_ = new tr.ui.TimelineViewport(this);
86 this.viewportDisplayTransformAtMouseDown_ = undefined;
87 this.brushingStateController_ = undefined;
89 this.rulerTrackContainer_ =
90 new tr.ui.tracks.DrawingContainer(this.viewport_);
91 this.appendChild(this.rulerTrackContainer_);
[all …]
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
Dpicture_ops_chart_view.html4 Use of this source code is governed by a BSD-style license that can be
44 this.picture_ = undefined;
45 this.pictureOps_ = undefined;
46 this.opCosts_ = undefined;
48 this.chartScale_ = window.devicePixelRatio;
50 this.chart_ = document.createElement('canvas');
51 this.chartCtx_ = this.chart_.getContext('2d');
52 this.appendChild(this.chart_);
54 this.selectedOpIndex_ = undefined;
55 this.chartWidth_ = 0;
[all …]
Dpicture_ops_chart_summary_view.html4 Use of this source code is governed by a BSD-style license that can be
45 this.picture_ = undefined;
46 this.pictureDataProcessed_ = false;
48 this.chartScale_ = window.devicePixelRatio;
50 this.chart_ = document.createElement('canvas');
51 this.chartCtx_ = this.chart_.getContext('2d');
52 this.appendChild(this.chart_);
54 this.opsTimingData_ = [];
56 this.chartWidth_ = 0;
57 this.chartHeight_ = 0;
[all …]
Ddisplay_item_debugger.html4 Use of this source code is governed by a BSD-style license that can be
143 this.appendChild(node);
145 this.pictureAsImageData_ = undefined;
146 this.zoomScaleValue_ = 1;
148 this.sizeInfo_ = this.querySelector('.size');
149 this.rasterArea_ = this.querySelector('raster-area');
150 this.rasterCanvas_ = this.rasterArea_.querySelector('canvas');
151 this.rasterCtx_ = this.rasterCanvas_.getContext('2d');
153 this.trackMouse_();
155 this.displayItemInfo_ = this.querySelector('display-item-info');
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dplayer.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/chromium-trace/catapult/tracing/tracing/ui/base/
Dtable.html4 Use of this source code is governed by a BSD-style license that can be
201 this.selectionMode_ = SelectionMode.NONE;
202 this.rowHighlightStyle_ = HighlightStyle.DEFAULT;
203 this.cellHighlightStyle_ = HighlightStyle.DEFAULT;
204 this.selectedTableRowInfo_ = undefined;
205 this.selectedColumnIndex_ = undefined;
207 this.tableColumns_ = [];
208 this.tableRows_ = [];
209 this.tableRowsInfo_ = new WeakMap();
210 this.tableFooterRows_ = [];
[all …]
Dmouse_mode_selector.html4 Use of this source code is governed by a BSD-style license that can be
97 this.supportedModeMask_ = MOUSE_SELECTOR_MODE.ALL_MODES;
99 this.initialRelativeMouseDownPos_ = {x: 0, y: 0};
101 this.defaultMode_ = MOUSE_SELECTOR_MODE.PANSCAN;
102 this.settingsKey_ = undefined;
103 this.mousePos_ = {x: 0, y: 0};
104 this.mouseDownPos_ = {x: 0, y: 0};
106 this.onMouseDown_ = this.onMouseDown_.bind(this);
107 this.onMouseMove_ = this.onMouseMove_.bind(this);
108 this.onMouseUp_ = this.onMouseUp_.bind(this);
[all …]
Dcamera.html4 Use of this source code is governed by a BSD-style license that can be
35 this.eventSource_ = eventSource;
37 this.eventSource_.addEventListener('beginpan',
38 this.onPanBegin_.bind(this));
39 this.eventSource_.addEventListener('updatepan',
40 this.onPanUpdate_.bind(this));
41 this.eventSource_.addEventListener('endpan',
42 this.onPanEnd_.bind(this));
44 this.eventSource_.addEventListener('beginzoom',
45 this.onZoomBegin_.bind(this));
[all …]
/external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/
Dmali_parser.html4 Use of this source code is governed by a BSD-style license that can be
26 Parser.call(this, importer);
30 MaliParser.prototype.dvfsEventEvent.bind(this));
32 MaliParser.prototype.dvfsSetClockEvent.bind(this));
34 MaliParser.prototype.dvfsSetVoltageEvent.bind(this));
37 this.addJMCounter('mali_hwc_MESSAGES_SENT', 'Messages Sent');
38 this.addJMCounter('mali_hwc_MESSAGES_RECEIVED', 'Messages Received');
39 this.addJMCycles('mali_hwc_GPU_ACTIVE', 'GPU Active');
40 this.addJMCycles('mali_hwc_IRQ_ACTIVE', 'IRQ Active');
45 this.addJMCounter(jobHWCStr + '_JOBS', jobStr + ' Jobs');
[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/vinn/third_party/parse5/lib/tokenization/
Dtokenizer.js93 //OPTIMIZATION: these utility functions should not be moved out of this module. V8 Crankshaft will …
94 //this functions if they will be situated in another module due to context switch.
95 //Always perform inlining check before modifying this functions ('node --trace-inlining').
130 //So, we need to workaround this manually.
146 this.disableEntitiesDecoding = false;
148 this.preprocessor = new Preprocessor(html);
150 this.tokenQueue = [];
152 this.allowCDATA = false;
154 this.state = DATA_STATE;
155 this.returnState = '';
[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 …]
/external/chromium-trace/catapult/experimental/heatmap/
Drenderer.js6 this.canvas = canvas.get(0);
7 this.context = this.canvas.getContext('2d');
8 this.scaleCanvas();
10 this.colors = colors;
11 this.resolution = this.h / DEFAULT_RESOLUTION;
13 this.calculate(data);
14 this.installInputHandlers(canvas, resolutionSlider);
16 this.draw();
20 this.cleanUpData(data);
21 this.calculateBounds();
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/core-overlay/
Dcore-overlay.html3 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
36 do so if it's given the `core-overlay-toggle` attribute. This attribute
41 presses the escape key. This behavior can be turned off via the
47 <div>I agree with this wholeheartedly.</div>
53 overflow the screen. This is done by setting maxHeight/maxWidth on the
60 around the overlay. This can be used to ensure
91 object like this: `{v: 'top', h: 'right'}`.
136 * constrained to the window size. To achieve this, the sizingElement
137 * is sized with a max-height/width. By default this element is the
139 * inside the target if that is more appropriate. This is useful, for
[all …]
/external/v8/test/webkit/
Ddfg-convert-this-dom-window-expected.txt8 # 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. AND ITS CONTRIBUTORS ``AS IS'' AND ANY
21 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24 This tests that we can correctly call Function.prototype.call in the DFG, but more precisely, that …
30 PASS myFunction('arg1') is [this, "myFunction", "arg1"]
32 PASS myFunction.call() is [this, "myFunction", undefined]
33 PASS myFunction.call(null) is [this, "myFunction", undefined]
34 PASS myFunction.call(undefined) is [this, "myFunction", undefined]
36 PASS myFunction.aliasedCall() is [this, "myFunction", undefined]
[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 …]

12345678910>>...888