Home
last modified time | relevance | path

Searched +full:project +full:- +full:name (Results 1 – 25 of 1258) sorted by relevance

12345678910>>...51

/third_party/typescript/tests/baselines/reference/
DmoduleResolutionPackageIdWithRelativeAndAbsolutePath.trace.json2 "======== Resolving module 'anotherLib' from '/project/src/app.ts'. ========",
4 …"'baseUrl' option is set to '/project', using this value to resolve non-relative module name 'anot…
5 "'paths' option is specified, looking for a pattern to match module name 'anotherLib'.",
6 …"'baseUrl' option is set to '/project', using this value to resolve non-relative module name 'anot…
7 "Resolving module name 'anotherLib' relative to base url '/project' - '/project/anotherLib'.",
8 …"Loading module as file / folder, candidate module location '/project/anotherLib', target file typ…
9 "File '/project/anotherLib.ts' does not exist.",
10 "File '/project/anotherLib.tsx' does not exist.",
11 "File '/project/anotherLib.d.ts' does not exist.",
12 "File '/project/anotherLib.ets' does not exist.",
[all …]
/third_party/typescript/tests/baselines/reference/tsbuild/javascriptProjectEmit/
Dmodifies-outfile-js-projects-and-concatenates-them-correctly.js3 /// <reference no-default-lib="true"/>
28 * @template T, Name
29 * @typedef {T & {[Symbol.species]: Name}} Nominal
44 //// [/src/sub-project/index.js]
51 //// [/src/sub-project/tsconfig.json]
56 "outFile": "sub-project.js",
65 //// [/src/sub-project-2/index.js]
78 //// [/src/sub-project-2/tsconfig.json]
83 "outFile": "sub-project-2.js",
87 { "path": "../sub-project", "prepend": true }
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSNew.py2 # Use of this source code is governed by a BSD-style license that can be
5 """New implementation of Visual Studio project generation."""
16 return (x > y) - (x < y)
22 # GUIDs for project types
24 "project": "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}",
25 "folder": "{2150E333-8FDC-42A3-9474-1A3956D46DE8}",
28 # ------------------------------------------------------------------------------
32 def MakeGuid(name, seed="msvs_new"): argument
33 """Returns a GUID for the specified target name.
36 name: Target name.
[all …]
DMSVSProject.py2 # Use of this source code is governed by a BSD-style license that can be
5 """Visual Studio project reader/writer."""
9 # ------------------------------------------------------------------------------
15 def __init__(self, name, attrs=None): argument
19 name: Tool name.
23 self._attrs["Name"] = name
35 """Visual Studio filter - that is, a virtual folder."""
37 def __init__(self, name, contents=None): argument
41 name: Filter (folder) name.
44 self.name = name
[all …]
/third_party/node/tools/gyp/pylib/gyp/
DMSVSNew.py2 # Use of this source code is governed by a BSD-style license that can be
5 """New implementation of Visual Studio project generation."""
16 return (x > y) - (x < y)
22 # GUIDs for project types
24 "project": "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}",
25 "folder": "{2150E333-8FDC-42A3-9474-1A3956D46DE8}",
28 # ------------------------------------------------------------------------------
32 def MakeGuid(name, seed="msvs_new"): argument
33 """Returns a GUID for the specified target name.
36 name: Target name.
[all …]
DMSVSProject.py2 # Use of this source code is governed by a BSD-style license that can be
5 """Visual Studio project reader/writer."""
9 # ------------------------------------------------------------------------------
15 def __init__(self, name, attrs=None): argument
19 name: Tool name.
23 self._attrs["Name"] = name
35 """Visual Studio filter - that is, a virtual folder."""
37 def __init__(self, name, contents=None): argument
41 name: Filter (folder) name.
44 self.name = name
[all …]
/third_party/icu/icu4j/main/classes/charset/
Dbuild.xml1 <!--
5 * Copyright (C) 2009-2015, International Business Machines Corporation and
8 -->
9 <project name="charset" default="build" basedir=".">
10 <property file="build-local.properties"/>
12 <import file="${shared.dir}/build/common-targets.xml"/>
15 <path refid="javac.classpathref.${ant.project.name}"/>
17 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
18 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
20 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
[all …]
/third_party/icu/icu4j/main/classes/translit/
Dbuild.xml1 <!--
5 * Copyright (C) 2009-2015, International Business Machines Corporation and
8 -->
9 <project name="translit" default="build" basedir=".">
10 <property file="build-local.properties"/>
12 <import file="${shared.dir}/build/common-targets.xml"/>
15 <path refid="javac.classpathref.${ant.project.name}"/>
17 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
18 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
20 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
[all …]
/third_party/icu/icu4j/main/classes/regiondata/
Dbuild.xml1 <!--
5 * Copyright (C) 2009-2015, International Business Machines Corporation and
8 -->
9 <project name="regiondata" default="build" basedir=".">
10 <property file="build-local.properties"/>
12 <import file="${shared.dir}/build/common-targets.xml"/>
15 <path refid="javac.classpathref.${ant.project.name}"/>
17 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
18 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
20 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
[all …]
/third_party/icu/icu4j/main/classes/currdata/
Dbuild.xml1 <!--
5 * Copyright (C) 2009-2015, International Business Machines Corporation and
8 -->
9 <project name="currdata" default="build" basedir=".">
10 <property file="build-local.properties"/>
12 <import file="${shared.dir}/build/common-targets.xml"/>
15 <path refid="javac.classpathref.${ant.project.name}"/>
17 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
18 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
20 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
[all …]
/third_party/icu/icu4j/main/classes/collate/
Dbuild.xml1 <!--
5 * Copyright (C) 2009-2015, International Business Machines Corporation and
8 -->
9 <project name="collate" default="build" basedir=".">
10 <property file="build-local.properties"/>
12 <import file="${shared.dir}/build/common-targets.xml"/>
15 <path refid="javac.classpathref.${ant.project.name}"/>
17 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
18 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
20 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
[all …]
/third_party/icu/icu4j/main/classes/langdata/
Dbuild.xml1 <!--
5 * Copyright (C) 2009-2015, International Business Machines Corporation and
8 -->
9 <project name="langdata" default="build" basedir=".">
10 <property file="build-local.properties"/>
12 <import file="${shared.dir}/build/common-targets.xml"/>
15 <path refid="javac.classpathref.${ant.project.name}"/>
17 <property name="jar.file" value="${icu4j.langdata.jar}"/>
18 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
19 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
[all …]
/third_party/icu/icu4j/main/classes/localespi/
Dbuild.xml1 <!--
5 * Copyright (C) 2009-2011, International Business Machines Corporation and *
8 -->
9 <project name="localespi" default="build" basedir=".">
10 <property file="build-local.properties"/>
12 <import file="${shared.dir}/build/common-targets.xml"/>
15 <path refid="javac.classpathref.${ant.project.name}"/>
17 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
18 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
20 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
[all …]
/third_party/icu/icu4j/main/classes/core/
Dbuild.xml1 <!--
5 * Copyright (C) 2009-2015, International Business Machines Corporation and
8 -->
9 <project name="core" default="build" basedir=".">
10 <property file="build-local.properties"/>
12 <import file="${shared.dir}/build/common-targets.xml"/>
15 <path refid="javac.classpathref.${ant.project.name}"/>
17 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
18 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
20 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
[all …]
/third_party/icu/icu4j/perf-tests/
Dbuild.xml1 <!--
5 * Copyright (C) 2012-2014, International Business Machines Corporation and *
8 -->
9 <project name="perf-tests" default="build" basedir=".">
10 <property file="build-local.properties"/>
12 <import file="${shared.dir}/build/common-targets.xml"/>
15 <path refid="javac.classpathref.${ant.project.name}"/>
17 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
18 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
20 <target name="build" depends="compile, copy, src-jar, jar" description="Build the project"/>
[all …]
/third_party/node/deps/npm/test/lib/utils/
Dexplain-dep.js3 const { explainNode, printNode } = require('../../../lib/utils/explain-dep.js')
4 const { cleanCwd } = require('../../fixtures/clean-snapshot')
11 name: 'prod-dep', property
13 location: 'node_modules/prod-dep',
17 name: 'prod-dep', property
20 location: '/path/to/project',
27 name: 'deep-dev', property
29 location: 'node_modules/deep-dev',
34 name: 'deep-dev', property
37 name: 'metadev', property
[all …]
/third_party/icu/icu4j/demos/
Dbuild.xml1 <!--
4 -->
5 <!--
7 * Copyright (C) 2009-2011, International Business Machines Corporation and *
10 -->
11 <project name="demos" default="build" basedir=".">
12 <property file="build-local.properties"/>
14 <import file="${shared.dir}/build/common-targets.xml"/>
17 <path refid="javac.classpathref.${ant.project.name}"/>
19 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
[all …]
/third_party/icu/icu4j/main/tests/charset/
Dbuild.xml1 <!--
7 * Copyright (C) 2009-2011, International Business Machines Corporation and *
10 -->
11 <project name="charset-tests" default="build" basedir=".">
12 <property file="build-local.properties"/>
14 <import file="${shared.dir}/build/common-targets.xml"/>
18 <path refid="javac.classpathref.${ant.project.name}"/>
20 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
21 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
23 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
[all …]
/third_party/icu/icu4j/main/tests/core/
Dbuild.xml1 <!--
7 * Copyright (C) 2009-2011, International Business Machines Corporation and *
10 -->
11 <project name="core-tests" default="build" basedir=".">
12 <property file="build-local.properties"/>
14 <import file="${shared.dir}/build/common-targets.xml"/>
18 <path refid="javac.classpathref.${ant.project.name}"/>
20 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
21 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
23 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
[all …]
D.project1 <?xml version="1.0" encoding="UTF-8"?>
3 <name>icu4j-core-tests</name>
6 <project>icu4j-core</project>
7 <project>icu4j-currdata</project>
8 <project>icu4j-langdata</project>
9 <project>icu4j-regiondata</project>
10 <project>icu4j-shared</project>
11 <project>icu4j-test-framework</project>
12 <project>icu4j-tools</project>
16 <name>org.eclipse.jdt.core.javabuilder</name>
[all …]
/third_party/icu/icu4j/main/tests/collate/
D.project1 <?xml version="1.0" encoding="UTF-8"?>
3 <name>icu4j-collate-tests</name>
6 <project>icu4j-collate</project>
7 <project>icu4j-core</project>
8 <project>icu4j-core-tests</project>
9 <project>icu4j-currdata</project>
10 <project>icu4j-langdata</project>
11 <project>icu4j-regiondata</project>
12 <project>icu4j-shared</project>
13 <project>icu4j-test-framework</project>
[all …]
Dbuild.xml1 <!--
7 * Copyright (C) 2009-2014, International Business Machines Corporation and *
10 -->
11 <project name="collate-tests" default="build" basedir=".">
12 <property file="build-local.properties"/>
14 <import file="${shared.dir}/build/common-targets.xml"/>
18 <path refid="javac.classpathref.${ant.project.name}"/>
20 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
21 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
23 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
[all …]
/third_party/icu/icu4j/tools/build/
Dbuild.xml1 <!--
5 * Copyright (C) 2009-2015, International Business Machines Corporation and *
8 -->
9 <project name="build-tools" default="build" basedir=".">
10 <property file="build-local.properties"/>
13 <import file="${shared.dir}/build/common-targets.xml"/>
16 <path refid="javac.classpathref.${ant.project.name}"/>
18 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
19 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
21 <target name="build" depends="compile, copy, jar" description="Build the project"/>
[all …]
/third_party/icu/icu4j/tools/misc/
Dbuild.xml1 <!--
5 * Copyright (C) 2009-2011, International Business Machines Corporation and *
8 -->
9 <project name="tools" default="build" basedir=".">
10 <property file="build-local.properties"/>
12 <import file="${shared.dir}/build/common-targets.xml"/>
15 <path refid="javac.classpathref.${ant.project.name}"/>
17 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
18 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
20 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
[all …]
/third_party/icu/icu4j/main/tests/translit/
Dbuild.xml1 <!--
7 * Copyright (C) 2009-2011, International Business Machines Corporation and *
10 -->
11 <project name="translit-tests" default="build" basedir=".">
12 <property file="build-local.properties"/>
14 <import file="${shared.dir}/build/common-targets.xml"/>
18 <path refid="javac.classpathref.${ant.project.name}"/>
20 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
21 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
23 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
[all …]

12345678910>>...51