| /third_party/gn/src/gn/ |
| D | value.cc | 17 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()
|
| D | input_conversion.cc | 38 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,
|
| D | loader.cc | 28 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()
|
| D | metadata.h | 36 const ParseNode* origin() const { return origin_; } in origin() function 37 void set_origin(const ParseNode* origin) { origin_ = origin; } in set_origin()
|
| D | input_file_manager.cc | 37 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/ |
| D | llseek.c | 54 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/skia/tests/ |
| D | ExifTest.cpp | 21 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/skia/src/gpu/ |
| D | GrRecordingContextPriv.cpp | 29 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/flutter/skia/src/gpu/ |
| D | GrGpuCommandBuffer.h | 48 void set(GrTexture* texture, GrSurfaceOrigin origin) { in set() 57 GrGpuTextureCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) : fTexture(texture) {} in GrGpuTextureCommandBuffer() 122 GrGpuRTCommandBuffer(GrRenderTarget* rt, GrSurfaceOrigin origin) in GrGpuRTCommandBuffer() 127 void set(GrRenderTarget* rt, GrSurfaceOrigin origin) { in set()
|
| D | GrProxyProvider.cpp | 110 GrSurfaceOrigin origin) { in findProxyByUniqueKey() 135 GrSurfaceOrigin origin, in testingOnly_createInstantiatedProxy() 181 GrSurfaceOrigin origin, in testingOnly_createInstantiatedProxy() 199 GrSurfaceOrigin origin) { in testingOnly_createWrapped() 205 GrSurfaceOrigin origin) { in createWrapped() 225 GrSurfaceOrigin origin) { in findOrCreateProxyByUniqueKey() 341 GrSurfaceOrigin origin, in createMipMapProxy() 482 GrSurfaceOrigin origin, in createProxy() 582 GrSurfaceOrigin origin, in wrapBackendTexture() 627 const GrBackendTexture& backendTex, GrSurfaceOrigin origin, int sampleCnt, in wrapRenderableBackendTexture() [all …]
|
| D | GrTextureRenderTargetProxy.cpp | 25 GrSurfaceOrigin origin, in GrTextureRenderTargetProxy() 48 GrSurfaceOrigin origin, in GrTextureRenderTargetProxy() 71 GrSurfaceOrigin origin, in GrTextureRenderTargetProxy()
|
| D | GrContextPriv.cpp | 67 GrSurfaceOrigin origin, in makeDeferredTextureContext() 83 GrSurfaceOrigin origin, in makeDeferredRenderTargetContext() 95 GrSurfaceOrigin origin, const SkSurfaceProps* surfaceProps, SkBudgeted budgeted) { in makeDeferredRenderTargetContextWithFallback() 102 GrSurfaceOrigin origin, in makeBackendTextureContext() 120 GrSurfaceOrigin origin, in makeBackendTextureRenderTargetContext() 143 GrSurfaceOrigin origin, in makeBackendRenderTargetRenderTargetContext() 163 GrSurfaceOrigin origin, in makeBackendTextureAsRenderTargetRenderTargetContext()
|
| D | GrRenderTargetProxy.cpp | 24 GrSurfaceOrigin origin, const GrSwizzle& textureSwizzle, in GrRenderTargetProxy() 38 GrSurfaceOrigin origin, const GrSwizzle& textureSwizzle, const GrSwizzle& outputSwizzle, in GrRenderTargetProxy() 48 GrRenderTargetProxy::GrRenderTargetProxy(sk_sp<GrSurface> surf, GrSurfaceOrigin origin, in GrRenderTargetProxy()
|
| /third_party/skia/tools/gpu/ |
| D | BackendSurfaceFactory.cpp | 20 GrSurfaceOrigin origin, in MakeBackendTextureSurface() 51 GrSurfaceOrigin origin, in MakeBackendTextureSurface() 64 GrSurfaceOrigin origin, in MakeBackendRenderTargetSurface() 97 GrSurfaceOrigin origin, in MakeBackendRenderTargetSurface()
|
| D | BackendTextureImageFactory.cpp | 21 GrSurfaceOrigin origin) { in MakeBackendTextureImage() 45 GrSurfaceOrigin origin) { in MakeBackendTextureImage()
|
| /third_party/node/test/fixtures/wpt/url/resources/ |
| D | urltestdata.json | 7 "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/mesa3d/src/gallium/frontends/clover/core/ |
| D | resource.cpp | 36 box(const resource::vector &origin, const resource::vector &size) : in box() 59 resource::copy(command_queue &q, const vector &origin, const vector ®ion, in copy() 69 resource::clear(command_queue &q, const vector &origin, const vector ®ion, in clear() 85 const vector &origin, const vector ®ion) { in add_map() 228 const resource::vector &origin, in mapping()
|
| /third_party/skia/src/core/ |
| D | SkGlyphRun.cpp | 111 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/flutter/skia/third_party/externals/freetype/src/smooth/ |
| D | ftsmooth.c | 116 const FT_Vector* origin, in ft_smooth_render_generic() 388 const FT_Vector* origin ) in ft_smooth_render() 403 const FT_Vector* origin ) in ft_smooth_render_lcd() 415 const FT_Vector* origin ) in ft_smooth_render_lcd_v()
|
| /third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/ |
| D | ioapi.c | 21 #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/zlib/contrib/minizip/ |
| D | ioapi.c | 21 #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/skia/third_party/externals/zlib/contrib/minizip/ |
| D | ioapi.c | 21 #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/ |
| D | SkEncodedOrigin.h | 32 static inline SkMatrix SkEncodedOriginToMatrix(SkEncodedOrigin origin, int w, int h) { in SkEncodedOriginToMatrix() 50 static inline bool SkEncodedOriginSwapsWidthHeight(SkEncodedOrigin origin) { in SkEncodedOriginSwapsWidthHeight()
|
| /third_party/skia/fuzz/ |
| D | FuzzCreateDDL.cpp | 126 GrSurfaceOrigin origin) { in make_characterization() 174 GrSurfaceOrigin origin) { in make_surface() 190 GrSurfaceOrigin origin) { in create_surface_and_characterization() 206 GrSurfaceOrigin origin; in DEF_FUZZ() local
|
| /third_party/flutter/skia/src/core/ |
| D | SkGlyphRun.cpp | 51 SkPoint origin, in SkGlyphRunList() 165 size_t byteLength, SkPoint origin) { in drawTextUTF8() 175 void SkGlyphRunBuilder::drawTextBlob(const SkPaint& paint, const SkTextBlob& blob, SkPoint origin, in drawTextBlob() 214 const SkPaint& paint, const SkTextBlob& blob, SkPoint origin) { in textBlobToGlyphRunListIgnoringRSXForm() 324 const SkPaint& paint, const SkTextBlob* blob, SkPoint origin) { in makeGlyphRunList() 333 SkPoint origin, SkPoint* positions, in simplifyDrawText()
|