Home
last modified time | relevance | path

Searched +full:project +full:- +full:src +full:- +full:path (Results 1 – 25 of 1041) sorted by relevance

12345678910>>...42

/external/kotlinc/license/
DREADME.md2 by JetBrains. The following sections of the repository contain third-party code, to which different…
7 The following modules contain third-party code and are incorporated into the Kotlin compiler and/or
10- Path: compiler/backend/src/org/jetbrains/kotlin/codegen/inline/MaxStackFrameSizeAndLocalsCalcula…
11 - License: BSD ([license/third_party/asm_license.txt][asm])
12- Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright …
14 - Path: compiler/backend/src/org/jetbrains/kotlin/codegen/inline/MaxLocalsCalculator.java
15 - License: BSD ([license/third_party/asm_license.txt][asm])
16- Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright …
18 - Path: compiler/backend/src/org/jetbrains/kotlin/codegen/optimization/common/FastMethodAnalyzer.kt
19 - License: BSD ([license/third_party/asm_license.txt][asm])
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dmodule_unittest.py3 # Use of this source code is governed by a BSD-style license that can be
14 from py_vulcanize import project as project_module
21 fs.AddFile('/src/x.html', """
29 fs.AddFile('/src/y.html', """
33 fs.AddFile('/src/z.html', """
36 fs.AddFile('/src/py_vulcanize.html', '<!DOCTYPE html>')
38 project = project_module.Project([os.path.normpath('/src/')])
39 loader = resource_loader.ResourceLoader(project)
57 fs.AddFile('/x/src/my_module.html', """
66 project = project_module.Project([os.path.normpath('/x')])
[all …]
Dhtml_module_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
17 from py_vulcanize import project as project_module
59 candidate_paths.sort(lambda x, y: len(x) - len(y))
60 longest_candidate = candidate_paths[-1]
69 absolute_path = os.path.join(script_path, relative_path)
80 <script src="../foo.js">
84 file_contents[os.path.normpath('/tmp/a/foo.js')] = """
89 FakeLoader([os.path.normpath('/tmp')], file_contents),
100 <script src="/foo.js">
104 file_contents[os.path.normpath('/foo.js')] = ''
[all …]
Dstyle_sheet_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
9 from py_vulcanize import project as project_module
19 fs.AddFile('/src/foo/x.css', """
21 background-image: url(../images/bar.jpeg);
24 fs.AddFile('/src/images/bar.jpeg', 'hello world')
26 project = project_module.Project([os.path.normpath('/src/')])
27 loader = resource_loader.ResourceLoader(project)
33 self.assertEquals(os.path.normpath('/src/images/bar.jpeg'),
39 background-image: url(data:image/jpeg;base64,%s);
45 fs.AddFile('/src/foo/x.css', """
[all …]
/external/protobuf/cmake/
DREADME.md2 with *MSVC* on *Windows*. You can build the project from *Command Prompt*
6 and optionally [Git](http://git-scm.com) installed on your computer before proceeding.
22 C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional>cd C:\Path\to
23 C:\Path\to>
25 Where *C:\Path\to* is path to your real working directory.
29 C:\Path\to>mkdir install
31 If *cmake* command is not available from *Command Prompt*, add it to system *PATH* variable:
33 C:\Path\to>set PATH=%PATH%;C:\Program Files (x86)\CMake\bin
35 If *git* command is not available from *Command Prompt*, add it to system *PATH* variable:
37 C:\Path\to>set PATH=%PATH%;C:\Program Files\Git\cmd
[all …]
/external/cronet/third_party/protobuf/cmake/
DREADME.md2 with *MSVC* on *Windows*. You can build the project from *Command Prompt*
6 and optionally [Git](http://git-scm.com) installed on your computer before proceeding.
22 C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional>cd C:\Path\to
23 C:\Path\to>
25 Where *C:\Path\to* is path to your real working directory.
29 C:\Path\to>mkdir install
31 If *cmake* command is not available from *Command Prompt*, add it to system *PATH* variable:
33 C:\Path\to>set PATH=%PATH%;C:\Program Files (x86)\CMake\bin
35 If *git* command is not available from *Command Prompt*, add it to system *PATH* variable:
37 C:\Path\to>set PATH=%PATH%;C:\Program Files\Git\cmd
[all …]
/external/oss-fuzz/infra/
Dbuild_specified_commit.py7 # http://www.apache.org/licenses/LICENSE-2.0
45 """Repo of base-builder images."""
60 return self.digests[index - 1]
62 logging.error('Failed to find suitable base-builder.')
67 """Replace gitdir with a relative path."""
75 if not os.path.isabs(absolute_path):
79 current_dir = os.path.dirname(file_path)
80 # Rebase to /src rather than the host src dir.
81 base_dir = current_dir.replace(src_dir, '/src')
82 relative_path = os.path.relpath(absolute_path, base_dir)
[all …]
Dhelper.py8 # http://www.apache.org/licenses/LICENSE-2.0
17 """Helper script for OSS-Fuzz users. Can do common tasks like building
35 OSS_FUZZ_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
36 BUILD_DIR = os.path.join(OSS_FUZZ_DIR, 'build')
38 BASE_RUNNER_IMAGE = 'gcr.io/oss-fuzz-base/base-runner'
42 'gcr.io/oss-fuzz-base/base-image',
43 'gcr.io/oss-fuzz-base/base-clang',
44 'gcr.io/oss-fuzz-base/base-builder',
46 'gcr.io/oss-fuzz-base/base-runner-debug',
48 'go': ['gcr.io/oss-fuzz-base/base-builder-go'],
[all …]
/external/pigweed/pw_build_mcuxpresso/py/tests/
Dcomponents_test.py7 # https://www.apache.org/licenses/LICENSE-2.0
58 self.assertEqual(base_path, pathlib.Path('test'))
93 self.assertEqual(base_path, pathlib.Path('test'))
189 include_paths, [pathlib.Path('example'), pathlib.Path('asm')]
196 <component id="test" package_base_path="src">
210 [pathlib.Path('src/example'), pathlib.Path('src/asm')],
217 <component id="test" package_base_path="src">
267 [pathlib.Path('with_core'), pathlib.Path('without_cores')],
293 pathlib.Path('include/test.h'),
294 pathlib.Path('include/test_types.h'),
[all …]
/external/google-breakpad/
Ddefault.xml1 <?xml version='1.0' encoding='UTF-8'?>
2 <!-- AUTOGENERATED BY deps-to-manifest.py; DO NOT EDIT -->
7 sync-c='true'
8 sync-j='8' />
16 review='https://chromium-review.googlesource.com' />
18 <project path='src'
23 <project path='src/src/testing'
25 revision='refs/tags/release-1.11.0'
28 <project path='src/src/third_party/lss'
29 name='linux-syscall-support/'
[all …]
/external/rust/cxx/gen/build/src/
Dlib.rs17 //! cxx_build::bridge("src/main.rs")
18 //! .file("src/demo.cc")
19 //! .flag_if_supported("-std=c++11")
20 //! .compile("cxxbridge-demo");
22 //! println!("cargo:rerun-if-changed=src/main.rs");
23 //! println!("cargo:rerun-if-changed=src/demo.cc");
24 //! println!("cargo:rerun-if-changed=include/demo.h");
37 //! For use in non-Cargo builds like Bazel or Buck, CXX provides an
39 //! line tool. The tool is packaged as the `cxxbridge-cmd` crate.
42 //! $ cargo install cxxbridge-cmd # or build it from the repo
[all …]
/external/python/setuptools/setuptools/tests/config/
Dtest_pyprojecttoml.py7 from path import Path as _Path
17 import setuptools # noqa -- force distutils.core to be patched
21 [project]
25 requires-python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
27 'importlib-metadata>=0.12;python_version<"3.8"',
28 'importlib-resources>=1.0;python_version<"3.7"',
32 [project.optional-dependencies]
35 "sphinx-argparse>=0.2.5",
36 "sphinx-rtd-theme>=0.4.3",
43 [project.scripts]
[all …]
/external/angle/build/android/gyp/
Dlint.py4 # Use of this source code is governed by a BSD-style license that can be
20 import action_helpers # build_utils adds //build to sys.path.
22 …https://chromium.googlesource.com/chromium/src/+/main/build/android/docs/lint.md' # pylint: disab…
27 "Assert", # R8 --force-enable-assertions is used to enable java asserts.
33 "MissingApplicationIcon", # False positive for non-production targets.
37 "StringFormatCount", # Has false-positives.
50 def _SrcRelative(path): argument
51 """Returns relative path to top-level src dir."""
52 return os.path.relpath(path, build_utils.DIR_SOURCE_ROOT)
67 project = ElementTree.Element('project')
[all …]
/external/cronet/build/android/gyp/
Dlint.py4 # Use of this source code is governed by a BSD-style license that can be
20 import action_helpers # build_utils adds //build to sys.path.
22 …https://chromium.googlesource.com/chromium/src/+/main/build/android/docs/lint.md' # pylint: disab…
27 "Assert", # R8 --force-enable-assertions is used to enable java asserts.
32 "MissingApplicationIcon", # False positive for non-production targets.
69 def _SrcRelative(path): argument
70 """Returns relative path to top-level src dir."""
71 return os.path.relpath(path, build_utils.DIR_SOURCE_ROOT)
85 project = ElementTree.Element('project')
86 root = ElementTree.SubElement(project, 'root')
[all …]
/external/toolchain-utils/llvm_tools/
Dmanifest_utils_unittest.py3 # Use of this source code is governed by a BSD-style license that can be
9 on toolchain projects (llvm-project, etc.) which are public.
18 MANIFEST_FIXTURE = """<?xml version="1.0" encoding="UTF-8"?>
20 <!-- Comment that should not be removed.
21 Multiple lines. -->
25 sync-j="8" />
29 <!-- Common projects for developing CrOS. -->
30 <project path="src/repohooks"
33 <repo-hooks in-project="chromiumos/repohooks"
34 enabled-list="pre-upload" />
[all …]
/external/python/setuptools/setuptools/
Ddiscovery.py6 - "src-layout": a directory representing a Python project that contains a "src"
7 folder. Everything under the "src" folder is meant to be included in the
8 distribution when packaging the project. Example::
13 └── src/
19 - "flat-layout": a Python project that does not use "src-layout" but instead
20 have a directory under the project root for each package::
30 - "single-module": a project that contains a single Python script direct under
31 the project root (no directory used)::
44 from pathlib import Path
63 def _valid_name(path: _Path) -> bool:
[all …]
/external/dagger2/java/dagger/hilt/android/plugin/main/src/test/kotlin/
DGradleTestRunner.kt8 * http://www.apache.org/licenses/LICENSE-2.0
23 /** Testing utility class that sets up a simple Android project that applies the Hilt plugin. */
40 tempFolder.newFolder("src", "main", "java", "minimal")
41 tempFolder.newFolder("src", "test", "java", "minimal")
42 tempFolder.newFolder("src", "main", "res")
45 // Adds a Gradle plugin classpath to the test project,
46 // e.g. "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
51 // Adds a Gradle plugin id to the test project, e.g. "kotlin-android"
56 // Adds project dependencies, e.g. "implementation <group>:<id>:<version>"
61 // Adds an <activity> tag in the project's Android Manifest, e.g. "<activity name=".Foo"/>
[all …]
/external/python/setuptools/setuptools/tests/
Dtest_editable_install.py6 import path
13 root=path.Path(tmp_path), # workaround for error on windows
15 create_opts=["--no-setuptools"],
23 [build-system]
25 build-backend = "setuptools.build_meta"
27 [project]
34 "Development Status :: 5 - Production/Stable",
38 dependencies = ['importlib-metadata; python_version<"3.8"']
41 package-dir = {"" = "src"}
42 packages = {find = {where = ["src"]}}
[all …]
/external/kotlinx.coroutines/gradle/
Dtest-mocha-js.gradle2 …* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
5 // -- Testing with Mocha under Node
10 "source-map-support@$source_map_support_version",
11 '--no-save']
12 …if (project.hasProperty("teamcity")) args.addAll(["mocha-teamcity-reporter@$mocha_teamcity_reporte…
23 // todo: use atomicfu-transformed test files here (not critical)
26 …args = [compileTestJsLegacy.outputFileProperty.get().path, '--require', 'source-map-support/regist…
27 if (project.hasProperty("teamcity")) args.addAll(['--reporter', 'mocha-teamcity-reporter'])
30 def jsLegacyTestTask = project.tasks.findByName('jsLegacyTest') ? jsLegacyTest : jsTest
35 // -- Testing with Mocha under headless Chrome
[all …]
/external/sdv/vsomeip/third_party/boost/atomic/build/
DJamfile.v211 import path ;
12 import project ;
15 import atomic-arch-config ;
19 project.push-current [ project.current ] ;
20 project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ] ;
21 project.pop-current ;
26 project boost/atomic
32 <target-os>windows:<define>BOOST_USE_WINDOWS_H
33 <toolset>gcc,<target-os>windows:<linkflags>"-lkernel32"
34 : usage-requirements
[all …]
/external/tagsoup/
Dbuild.xml1 <!--
2 // This file is part of TagSoup and is Copyright 2002-2008 by John Cowan.
6 // http://www.apache.org/licenses/LICENSE-2.0 . You may also have
14 -->
16 <project name="tagsoup" default="dist">
18 <!-- generic properties -->
20 <!-- additional tasks -->
36 <!-- some folder settings -->
38 <property name="src" value="src"/>
45 <!-- initialize project -->
[all …]
/external/pigweed/third_party/emboss/
Ddocs.rst1 .. _module-pw_third_party_emboss:
13 ------------------
15 ------------------
19 .. code-block:: sh
21 git submodule add https://github.com/google/emboss.git third_party/emboss/src
23 .. tab-set::
25 .. tab-item:: GN
27 Next, set the GN variable ``dir_pw_third_party_emboss`` to the path of
28 your Emboss installation. If using the submodule path from above, add the
29 following to the ``default_args`` of your project's ``.gn`` file:
[all …]
/external/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"/>
14 <path id="javac.classpathref">
15 <path refid="javac.classpathref.${ant.project.name}"/>
16 </path>
17 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
[all …]
/external/grpc-grpc/src/python/grpcio/
Dcommands.py7 # http://www.apache.org/licenses/LICENSE-2.0
22 import os.path
33 PYTHON_STEM = os.path.dirname(os.path.abspath(__file__))
34 GRPC_STEM = os.path.abspath(PYTHON_STEM + "../../../../")
35 PROTO_STEM = os.path.join(GRPC_STEM, "src", "proto")
36 PROTO_GEN_STEM = os.path.join(GRPC_STEM, "src", "python", "gens")
37 CYTHON_STEM = os.path.join(PYTHON_STEM, "grpc", "_cython")
45 # https://bitbucket.org/pypa/pypi/issues/120/binary-wheels-for-linux-are-not-supported
47 """Returns a string path to a bdist file for Linux to install.
49 If we can retrieve a pre-compiled bdist from online, uses it. Else, emits a
[all …]
/external/oss-fuzz/infra/cifuzz/
Dget_coverage_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
25 # pylint: disable=protected-access
27 TEST_DATA_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)),
31 REPO_PATH = '/src/curl'
35 INVALID_TARGET = 'not-a-fuzz-target'
37 with open(os.path.join(TEST_DATA_PATH,
48 'gs://oss-fuzz-coverage/systemd/fuzzer_stats/20210303'
51 """Tests that a project's coverage report can be downloaded and parsed.
54 The "example" project was not used because it has no coverage reports.
59 'https://storage.googleapis.com/oss-fuzz-coverage/'
[all …]

12345678910>>...42