Home
last modified time | relevance | path

Searched defs:origin (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/third_party/node/test/fixtures/wpt/dom/events/scrolling/
Dscroll_support.js76 .pointerMove(0, 0, {origin: target}) property
89 test_driver_actions.pointerMove(x, y, {origin: target}); property
114 .pointerMove(0, 0, {origin: target}) property
116 .pointerMove(x_delta, y_delta, {origin: target}) property
117 .pointerMove(2 * x_delta, 2 * y_delta, {origin: target}) property
118 .pointerMove(3 * x_delta, 3 * y_delta, {origin: target}) property
119 .pointerMove(4 * x_delta, 4 * y_delta, {origin: target}) property
120 .pointerMove(5 * x_delta, 5 * y_delta, {origin: target}) property
131 function mouseActionsInTarget(target, origin, delta, pause_time_in_ms = 100) { argument
134 .pointerMove(origin.x, origin.y, { origin: target }) property
[all …]
/third_party/node/deps/undici/src/docs/api/
DMockAgent.md66 #### Example - Basic Mocked Request
86 #### Example - Basic Mocked Request with local mock agent dispatcher
108 #### Example - Basic Mocked Request with local mock pool dispatcher
130 #### Example - Basic Mocked Request with local mock client dispatcher
152 #### Example - Basic Mocked requests with multiple intercepts
180 #### Example - Mock different requests within the same file
198 #### Example - Mocked request with query body, headers and trailers
237 #### Example - Mocked request with origin regex
260 #### Example - Mocked request with origin function
/third_party/node/test/parallel/
Dtest-worker-message-event.js12 type: 'message', data: null, origin: '', property
17 ['message', { data: undefined, origin: 'foo' }], property
19 type: 'message', data: null, origin: 'foo', property
24 ['message', { data: 2, origin: 1, lastEventId: 0 }], property
26 type: 'message', data: 2, origin: '1', property
33 type: 'message', data: null, origin: '', property
40 type: 'messageerror', data: null, origin: '', property
47 type: 'message', data: null, origin: '', property
55 type, data, origin, lastEventId, source, ports property
/third_party/gn/src/gn/
Dvalue.cc17 Value::Value(const ParseNode* origin, Type t) : type_(t), origin_(origin) { in Value()
39 Value::Value(const ParseNode* origin, bool bool_val) in Value()
42 Value::Value(const ParseNode* origin, int64_t int_val) in Value()
45 Value::Value(const ParseNode* origin, std::string str_val) in Value()
48 Value::Value(const ParseNode* origin, const char* str_val) in Value()
51 Value::Value(const ParseNode* origin, std::unique_ptr<Scope> scope) in Value()
Dinput_conversion.cc38 const ParseNode* origin, in ParseValueOrScope()
93 Value ParseList(const std::string& input, const ParseNode* origin, Err* err) { in ParseList()
122 const ParseNode* origin, in ParseJSONValue()
177 const ParseNode* origin, in ParseJSON()
205 const ParseNode* origin, in DoConvertInputToValue()
349 const ParseNode* origin,
Dloader.cc28 LocationRange origin; member
84 void Loader::Load(const Label& label, const LocationRange& origin) { in Load()
100 const LocationRange& origin, in Load()
206 const LocationRange& origin, in ScheduleLoadFile()
240 const LocationRange& origin, in BackgroundLoadFile()
437 bool LoaderImpl::AsyncLoadFile(const LocationRange& origin, in AsyncLoadFile()
Dmetadata.h36 const ParseNode* origin() const { return origin_; } in origin() function
37 void set_origin(const ParseNode* origin) { origin_ = origin; } in set_origin()
Dinput_file_manager.cc37 bool DoLoadFile(const LocationRange& origin, in DoLoadFile()
113 bool InputFileManager::AsyncLoadFile(const LocationRange& origin, in AsyncLoadFile()
172 const LocationRange& origin, in SyncLoadFile()
277 void InputFileManager::BackgroundLoadFile(const LocationRange& origin, in BackgroundLoadFile()
286 bool InputFileManager::LoadFile(const LocationRange& origin, in LoadFile()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dllseek.c54 unsigned long ol, llse_loff_t * result, unsigned int origin) in _llseek()
61 unsigned long ol, llse_loff_t * result, unsigned int origin) in _llseek()
68 unsigned int origin) in my_llseek()
82 unsigned int origin) in llse_llseek()
113 unsigned int origin) in llse_llseek()
/third_party/node/deps/undici/src/lib/mock/
Dmock-agent.js52 get (origin) { argument
105 [kMockAgentSet] (origin, dispatcher) { argument
109 [kFactory] (origin) { argument
116 [kMockAgentGet] (origin) { argument
150 ….flatMap(([origin, scope]) => scope.deref()[kDispatches].map(dispatch => ({ ...dispatch, origin })… field
/third_party/skia/tests/
DExifTest.cpp21 SkEncodedOrigin origin = codec->getOrigin(); in DEF_TEST() local
35 SkEncodedOrigin origin = codec->getOrigin(); in DEF_TEST() local
44 SkEncodedOrigin origin = codec->getOrigin(); in DEF_TEST() local
/third_party/node/deps/v8/src/heap/
Dheap-allocator-inl.h57 int size_in_bytes, AllocationOrigin origin, AllocationAlignment alignment) { in AllocateRaw()
163 AllocationOrigin origin, in AllocateRaw()
193 AllocationOrigin origin, in AllocateRawData()
214 int size, AllocationType allocation, AllocationOrigin origin, in AllocateRawWith()
Dspaces-inl.h196 int size_in_bytes, AllocationOrigin origin) { in AllocateFastUnaligned()
214 AllocationAlignment alignment, AllocationOrigin origin) { in AllocateFastAligned()
242 AllocationOrigin origin) { in AllocateRaw()
258 int size_in_bytes, AllocationOrigin origin) { in AllocateRawUnaligned()
279 int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) { in AllocateRawAligned()
303 int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) { in AllocateRawSlow()
Dconcurrent-allocator-inl.h23 AllocationOrigin origin) { in AllocateRaw()
38 int object_size, AllocationAlignment alignment, AllocationOrigin origin) { in AllocateInLab()
Dheap-allocator.cc41 int size_in_bytes, AllocationType allocation, AllocationOrigin origin, in AllocateRawLargeInternal()
80 int size, AllocationType allocation, AllocationOrigin origin, in AllocateRawWithLightRetrySlowPath()
104 int size, AllocationType allocation, AllocationOrigin origin, in AllocateRawWithRetryOrFailSlowPath()
/third_party/skia/src/gpu/
DGrRecordingContextPriv.cpp29 GrSurfaceOrigin origin, in createDevice()
46 GrSurfaceOrigin origin, in createDevice()
120 GrSurfaceOrigin origin, in makeSC()
157 GrSurfaceOrigin origin, in makeSFC()
215 GrSurfaceOrigin origin, in makeSFC()
270 GrSurfaceOrigin origin, in makeSFCWithFallback()
310 GrSurfaceOrigin origin, in makeSFCFromBackendTexture()
/third_party/skia/tools/gpu/
DBackendSurfaceFactory.cpp20 GrSurfaceOrigin origin, in MakeBackendTextureSurface()
51 GrSurfaceOrigin origin, in MakeBackendTextureSurface()
64 GrSurfaceOrigin origin, in MakeBackendRenderTargetSurface()
97 GrSurfaceOrigin origin, in MakeBackendRenderTargetSurface()
DBackendTextureImageFactory.cpp21 GrSurfaceOrigin origin) { in MakeBackendTextureImage()
45 GrSurfaceOrigin origin) { in MakeBackendTextureImage()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dresource.cpp36 box(const resource::vector &origin, const resource::vector &size) : in box()
59 resource::copy(command_queue &q, const vector &origin, const vector &region, in copy()
69 resource::clear(command_queue &q, const vector &origin, const vector &region, in clear()
85 const vector &origin, const vector &region) { in add_map()
228 const resource::vector &origin, in mapping()
/third_party/skia/src/core/
DSkGlyphRun.cpp111 SkPoint origin, in SkGlyphRunList()
118 SkGlyphRunList::SkGlyphRunList(const SkGlyphRun& glyphRun, const SkRect& bounds, SkPoint origin) in SkGlyphRunList()
175 const SkFont& font, SkSpan<const SkGlyphID> glyphIDs, SkPoint origin, SkPoint* buffer) { in draw_text_positions()
191 const void* bytes, size_t byteLength, SkPoint origin, in textToGlyphRunList()
211 const SkTextBlob& blob, SkPoint origin) { in blobToGlyphRunList()
349 const SkTextBlob* blob, const SkRect& bounds, SkPoint origin) { in makeGlyphRunList()
/third_party/node/test/fixtures/wpt/url/resources/
Durltestdata.json7 "origin": "http://example.org", string
22 "origin": "http://foo:21", string
37 "origin": "https://test", string
52 "origin": "https://test", string
67 "origin": "null", string
82 "origin": "null", string
97 "origin": "http://example.org", string
112 "origin": "http://example.org", string
127 "origin": "http://example.org", string
142 "origin": "null", string
[all …]
/third_party/zlib/contrib/minizip/
Dioapi.c21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument
25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument
41 …ll_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) in call_zseek64()
167 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func()
191 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
Dioapi.c21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument
25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument
41 …ll_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) in call_zseek64()
161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func()
184 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dioapi.c21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument
25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument
41 …ll_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) in call_zseek64()
161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func()
184 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func()
/third_party/skia/include/codec/
DSkEncodedOrigin.h32 static inline SkMatrix SkEncodedOriginToMatrix(SkEncodedOrigin origin, int w, int h) { in SkEncodedOriginToMatrix()
50 static inline bool SkEncodedOriginSwapsWidthHeight(SkEncodedOrigin origin) { in SkEncodedOriginSwapsWidthHeight()

12345678910>>...21