Home
last modified time | relevance | path

Searched defs:sourceId (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/tools/turbolizer/src/
Dsource-resolver.ts65 sourceId: number; property
71 sourceId: number; property
221 for (const [sourceId, source] of Object.entries(sources)) { constant
262 const sourceId = inlining.sourceId; constant
323 const sourceId = inlining.sourceId; constant
324 const source = this.sources[sourceId]; constant
340 const source = this.sources[sourceId]; constant
348 const list = this.sources[sourceId].sourcePositions; constant
363 const list = this.sources[sourceId].sourcePositions; constant
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DDependencyGraph.java37 void addAlias(String sourceId, String targetId) { in addAlias()
/third_party/node/src/
Dnode_win32_etw_provider-inl.h89 sourceId, \ argument
/third_party/typescript/src/services/
DfindAllReferences.ts1154 const sourceId = getNodeId(sourceFile); constant
1155 …const seenSymbols = this.sourceFileToSeenSymbols[sourceId] || (this.sourceFileToSeenSymbols[source… constant
/third_party/skia/third_party/externals/angle2/scripts/
Dentry_point_packed_gl_enums.json159 "sourceId": "TextureID" string
207 "sourceId": "TextureID" string
212 "sourceId": "TextureID" string
226 "sourceId": "TextureID" string
231 "sourceId": "TextureID" string
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES2.cpp3150 TextureID sourceId, in ValidateCopyTextureCHROMIUM()
3254 TextureID sourceId, in ValidateCopySubTextureCHROMIUM()
3388 TextureID sourceId, in ValidateCompressedCopyTextureCHROMIUM()
DvalidationES3.cpp2492 TextureID sourceId, in ValidateCopyTexture3DANGLE()
2554 TextureID sourceId, in ValidateCopySubTexture3DANGLE()
DContext.cpp5160 void Context::copyTexture(TextureID sourceId, in copyTexture()
5181 void Context::copySubTexture(TextureID sourceId, in copySubTexture()
5214 void Context::copyTexture3D(TextureID sourceId, in copyTexture3D()
5235 void Context::copySubTexture3D(TextureID sourceId, in copySubTexture3D()
5271 void Context::compressedCopyTexture(TextureID sourceId, TextureID destId) in compressedCopyTexture()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp200 void GL_APIENTRY GL_CopyTexture3DANGLE(GLuint sourceId, in GL_CopyTexture3DANGLE()
249 void GL_APIENTRY GL_CopySubTexture3DANGLE(GLuint sourceId, in GL_CopySubTexture3DANGLE()
3682 void GL_APIENTRY GL_CompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId) in GL_CompressedCopyTextureCHROMIUM()
3711 void GL_APIENTRY GL_CopyTextureCHROMIUM(GLuint sourceId, in GL_CopyTextureCHROMIUM()
3760 void GL_APIENTRY GL_CopySubTextureCHROMIUM(GLuint sourceId, in GL_CopySubTextureCHROMIUM()
DlibGLESv2_autogen.cpp2764 void GL_APIENTRY glCopyTexture3DANGLE(GLuint sourceId, in glCopyTexture3DANGLE()
2780 void GL_APIENTRY glCopySubTexture3DANGLE(GLuint sourceId, in glCopySubTexture3DANGLE()
3755 void GL_APIENTRY glCompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId) in glCompressedCopyTextureCHROMIUM()
3761 void GL_APIENTRY glCopyTextureCHROMIUM(GLuint sourceId, in glCopyTextureCHROMIUM()
3777 void GL_APIENTRY glCopySubTextureCHROMIUM(GLuint sourceId, in glCopySubTextureCHROMIUM()
/third_party/typescript/lib/
DtypingsInstaller.js67669 …pes" /* tracing.Phase.CheckTypes */, "checkTypeRelatedTo_DepthLimit", { sourceId: source.id, targe… property
68126 sourceId: source.id, property
68518 sourceId: source.id, property
68528 …heckTypes" /* tracing.Phase.CheckTypes */, "structuredTypeRelatedTo", { sourceId: source.id, targe… property
69218 …ing.Phase.CheckTypes */, "typeRelatedToDiscriminatedType_DepthLimit", { sourceId: source.id, targe… property
Dtsc.js56626 …0 : ts.tracing.instant("checkTypes", "checkTypeRelatedTo_DepthLimit", { sourceId: source.id, targe… property
57034 sourceId: source.id, property
57368 sourceId: source.id, property
57378 …0 ? void 0 : ts.tracing.push("checkTypes", "structuredTypeRelatedTo", { sourceId: source.id, targe… property
57890 …ng.instant("checkTypes", "typeRelatedToDiscriminatedType_DepthLimit", { sourceId: source.id, targe… property
/third_party/typescript/src/compiler/
Dchecker.ts21274 const sourceId = getTypeReferenceId(source, 0); constant