/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | graphOrdering.ts | 66 function getProjectFileName(proj: string) { 67 return `/project/${proj}/tsconfig.json` as ResolvedConfigFileName; 76 for (const proj of projectNames) { constant 77 fileSystem.mkdirpSync(`/project/${proj}`); 78 fileSystem.writeFileSync(`/project/${proj}/${proj}.ts`, "export {}"); 79 const configFileName = getProjectFileName(proj); 82 files: [`./${proj}.ts`], 83 references: deps.filter(d => d[0] === proj).map(d => ({ path: `../${d[1]}` }))
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TextureFunctionHLSL.cpp | 576 if (textureFunction.proj) in ProjectTextureCoordinates() 578 ImmutableString proj(""); in ProjectTextureCoordinates() local 582 proj = ImmutableString(" / t.z"); in ProjectTextureCoordinates() 585 proj = ImmutableString(" / t.w"); in ProjectTextureCoordinates() 590 ImmutableStringBuilder texCoordXBuilder(texCoordX->length() + proj.length() + 2u); in ProjectTextureCoordinates() 591 texCoordXBuilder << '(' << *texCoordX << proj << ')'; in ProjectTextureCoordinates() 593 ImmutableStringBuilder texCoordYBuilder(texCoordY->length() + proj.length() + 2u); in ProjectTextureCoordinates() 594 texCoordYBuilder << '(' << *texCoordY << proj << ')'; in ProjectTextureCoordinates() 596 ImmutableStringBuilder texCoordZBuilder(texCoordZ->length() + proj.length() + 2u); in ProjectTextureCoordinates() 597 texCoordZBuilder << '(' << *texCoordZ << proj << ')'; in ProjectTextureCoordinates() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | moduleAugmentationExtendFileModule1.types | 20 map<U>(proj: (e:T) => U): Observable<U> 21 >map : <U>(proj: (e: T) => U) => Observable<U> 22 >proj : (e: T) => U 63 >x.map : <U>(proj: (e: number) => U) => Observable<U> 65 >map : <U>(proj: (e: number) => U) => Observable<U>
|
D | moduleAugmentationDeclarationEmit1.types | 20 map<U>(proj: (e:T) => U): Observable<U> 21 >map : <U>(proj: (e: T) => U) => Observable<U> 22 >proj : (e: T) => U 63 >x.map : <U>(proj: (e: number) => U) => Observable<U> 65 >map : <U>(proj: (e: number) => U) => Observable<U>
|
D | moduleAugmentationExtendAmbientModule1.types | 14 >x.map : <U>(proj: (e: number) => U) => Observable<U> 16 >map : <U>(proj: (e: number) => U) => Observable<U> 42 map<U>(proj: (e:T) => U): Observable<U> 43 >map : <U>(proj: (e: T) => U) => Observable<U> 44 >proj : (e: T) => U
|
D | moduleAugmentationNoNewNames.types | 20 map<U>(proj: (e:T) => U): Observable<U> 21 >map : <U>(proj: (e: T) => U) => Observable<U> 22 >proj : (e: T) => U 65 >x.map : <U>(proj: (e: number) => U) => Observable<U> 67 >map : <U>(proj: (e: number) => U) => Observable<U>
|
D | moduleAugmentationExtendFileModule2.types | 20 map<U>(proj: (e:T) => U): Observable<U> 21 >map : <U>(proj: (e: T) => U) => Observable<U> 22 >proj : (e: T) => U 63 >x.map : <U>(proj: (e: number) => U) => Observable<U> 65 >map : <U>(proj: (e: number) => U) => Observable<U>
|
D | moduleAugmentationDeclarationEmit2.types | 20 map<U>(proj: (e:T) => U): Observable<U> 21 >map : <U>(proj: (e: T) => U) => Observable<U> 22 >proj : (e: T) => U 63 >x.map : <U>(proj: (e: number) => U) => Observable<U> 65 >map : <U>(proj: (e: number) => U) => Observable<U>
|
D | moduleAugmentationExtendAmbientModule2.types | 14 >x.map : <U>(proj: (e: number) => U) => Observable<U> 16 >map : <U>(proj: (e: number) => U) => Observable<U> 60 map<U>(proj: (e:T) => U): Observable<U> 61 >map : <U>(proj: (e: T) => U) => Observable<U> 62 >proj : (e: T) => U
|
D | amdModuleConstEnumUsage.types | 1 === /proj/defs/cc.ts === 11 === /proj/component/file.ts ===
|
D | amdModuleConstEnumUsage.symbols | 1 === /proj/defs/cc.ts === 11 === /proj/component/file.ts ===
|
D | moduleAugmentationExtendAmbientModule2.js | 10 map<U>(proj: (e:T) => U): Observable<U> 57 map<U>(proj: (e: T) => U): Observable<U>;
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_ff.h | 86 … unsigned proj = !!(context->ff.tex_stage[s][D3DTSS_TEXTURETRANSFORMFLAGS] & D3DTTFF_PROJECTED); in nine_ff_get_projected_key() local 98 proj = 0; in nine_ff_get_projected_key() 100 proj = 0; in nine_ff_get_projected_key() 104 if (proj) in nine_ff_get_projected_key()
|
/third_party/icu/tools/multi/ |
D | readme.txt | 11 NOTE: For information about the 'Provider' feature, see proj/provider/readme.txt 39 multi/proj/ Contains various projects which make use of multi-icu. 41 multi/proj/chello/ C "hello world" against multiple ICUs 42 multi/proj/jhello/ J "hello world" against multiple ICUs
|
/third_party/python/Tools/msi/ |
D | uploadrelease.bat | 62 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Upload /p:Platform=x86 64 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Upload /p:Platform=x64 /p:IncludeDoc=false 68 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Purge 76 %MSBUILD% /v:m /nologo uploadrelease.proj /t:ShowHashes /p:Platform=x86 78 %MSBUILD% /v:m /nologo uploadrelease.proj /t:ShowHashes /p:Platform=x64 /p:IncludeDoc=false 85 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Test /p:Platform=%1 88 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Purge 90 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Test /p:Platform=%1
|
/third_party/typescript/src/server/ |
D | editorServices.ts | 362 for (const proj of projects) { constant 363 if (proj.getProjectName() === projectName) { 364 return proj; 3332 return find(this.externalProjects, proj => { 3334 updateProjectIfDirty(proj); 3335 return proj.containsScriptInfo(info); 3693 for (const proj of currentProjects) { constant 3694 … const knownProject = find(lastKnownProjectVersions, p => p.projectName === proj.getProjectName()); 3695 …result.push(proj.getChangesSinceVersion(knownProject && knownProject.version, includeProjectRefere… 3839 applySafeList(proj: protocol.ExternalProject): NormalizedPath[] { [all …]
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 327 …float proj = useProj ? 1.0f / m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUR… in initTexture() local 352 …float dudx = (m_lookupSpec.maxCoord[0]-m_lookupSpec.minCoord[0])*proj*(float)m_textureSpec.width /… in initTexture() 353 …float dvdy = (m_lookupSpec.maxCoord[1]-m_lookupSpec.minCoord[1])*proj*(float)m_textureSpec.height … in initTexture() 394 …beFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_lookupSpec.minCoord[1]*proj, m_lookupSpec.minCo… in initTexture() 395 …beFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_lookupSpec.minCoord[1]*proj, m_lookupSpec.minCo… in initTexture() 396 …beFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_lookupSpec.maxCoord[1]*proj, m_lookupSpec.minCo… in initTexture()
|
/third_party/python/Misc/ |
D | python-wing3.wpr | 7 proj.directory-list = [{'dirloc': loc('..'), 13 proj.file-type = 'shared'
|
D | python-wing4.wpr | 7 proj.directory-list = [{'dirloc': loc('..'), 18 proj.file-type = 'shared'
|
D | python-wing5.wpr | 7 proj.directory-list = [{'dirloc': loc('..'), 18 proj.file-type = 'shared'
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | projects.ts | 143 const proj = projectService.externalProjects[0]; constant 144 assert.isDefined(proj); 146 assert.isTrue(proj.fileExists(file1.path)); 169 const proj = projectService.inferredProjects[0]; constant 170 assert.isDefined(proj); 172 assert.isTrue(proj.fileExists(file1.path)); 195 const proj = projectService.inferredProjects[0]; constant 196 assert.isDefined(proj); 198 assert.isTrue(proj.fileExists(file1.path)); 348 const proj = projectService.externalProjects[0]; constant [all …]
|
D | typingsInstaller.ts | 1246 const proj = projectService.inferredProjects[0]; constant 1247 proj.updateGraph(); 1250 proj.cachedUnresolvedImportsPerFile.get(f1.path as Path), 1279 const proj = projectService.inferredProjects[0]; constant 1280 const version1 = proj.lastCachedUnresolvedImportsList; 1298 proj.updateGraph(); 1299 const version2 = proj.lastCachedUnresolvedImportsList; 1977 const proj = projectService.inferredProjects[0]; constant 1978 checkProjectActualFiles(proj, [app.path, fooo.path]); 1979 const foooResolution1 = verifyResolvedModuleOfFooo(proj); [all …]
|
/third_party/mesa3d/src/freedreno/ci/ |
D | freedreno-a420-flakes.txt | 1 dEQP-GLES3.functional.shaders.texture_functions.texture(proj)?gradoffset.*sampler2d(array)?shadow.*… 2 dEQP-GLES3.functional.shaders.texture_functions.texture(proj)?gradoffset.*sampler3d.*_vertex
|
/third_party/skia/gm/ |
D | postercircle.cpp | 84 SkM44 proj; in onDraw() local 85 proj.setRC(3, 2, -1.f / 800.f); in onDraw() 122 * proj in onDraw()
|
/third_party/typescript/src/compiler/ |
D | tsbuildPublic.ts | 618 …function addProjToQueue({ projectPendingBuild }: SolutionBuilderState, proj: ResolvedConfigFilePat… 619 const value = projectPendingBuild.get(proj); 621 projectPendingBuild.set(proj, reloadLevel); 624 projectPendingBuild.set(proj, reloadLevel); 1350 … function listEmittedFile({ write }: SolutionBuilderState, proj: ParsedCommandLine, file: string) { 1351 if (write && proj.options.listEmittedFiles) { 1356 …ram>({ options, builderPrograms, compilerHost }: SolutionBuilderState<T>, proj: ResolvedConfigFile… 1358 const value = builderPrograms.get(proj); 1821 proj: ParsedCommandLine, 1826 if (proj.options.noEmit) return; [all …]
|