| /external/kotlinc/license/ |
| D | README.md | 2 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/icu/icu4j/main/classes/core/ |
| D | build.xml | 1 <!-- 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"/> 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/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
| D | module_unittest.py | 3 # 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 …]
|
| D | html_module_unittest.py | 2 # 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 …]
|
| D | style_sheet_unittest.py | 2 # 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/icu/icu4j/samples/ |
| D | build.xml | 1 <!-- 5 * Copyright (C) 2011-2014, International Business Machines Corporation and * 8 --> 9 <project name="samples" 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/cronet/third_party/protobuf/cmake/ |
| D | README.md | 2 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/protobuf/cmake/ |
| D | README.md | 2 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/ |
| D | build_specified_commit.py | 7 # 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 …]
|
| D | helper.py | 8 # 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/google-breakpad/ |
| D | default.xml | 1 <?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/tools/gyp' 28 <project path='src/src/testing' 33 <project path='src/src/third_party/lss' 34 name='linux-syscall-support/' [all …]
|
| /external/icu/icu4j/main/classes/translit/ |
| D | build.xml | 1 <!-- 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"/> 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/icu/icu4j/main/classes/collate/ |
| D | build.xml | 1 <!-- 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"/> 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/icu/icu4j/main/classes/regiondata/ |
| D | build.xml | 1 <!-- 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"/> 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/icu/icu4j/main/classes/currdata/ |
| D | build.xml | 1 <!-- 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"/> 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/icu/icu4j/main/classes/langdata/ |
| D | build.xml | 1 <!-- 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"/> 14 <path id="javac.classpathref"> 15 <path refid="javac.classpathref.${ant.project.name}"/> 16 </path> 18 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/> [all …]
|
| /external/python/setuptools/setuptools/tests/config/ |
| D | test_pyprojecttoml.py | 7 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/ |
| D | lint.py | 4 # 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. 68 def _SrcRelative(path): argument 69 """Returns relative path to top-level src dir.""" 70 return os.path.relpath(path, build_utils.DIR_SOURCE_ROOT) 84 project = ElementTree.Element('project') 85 root = ElementTree.SubElement(project, 'root') [all …]
|
| /external/cronet/build/android/gyp/ |
| D | lint.py | 4 # 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. 67 def _SrcRelative(path): argument 68 """Returns relative path to top-level src dir.""" 69 return os.path.relpath(path, build_utils.DIR_SOURCE_ROOT) 83 project = ElementTree.Element('project') 84 root = ElementTree.SubElement(project, 'root') [all …]
|
| /external/icu/icu4j/main/classes/charset/ |
| D | build.xml | 1 <!-- 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"/> 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/rust/cxx/gen/build/src/ |
| D | lib.rs | 17 //! 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/icu/icu4j/main/tests/translit/ |
| D | build.xml | 1 <!-- 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"/> 16 <path id="javac.classpathref"> 17 <path refid="junit.jars"/> 18 <path refid="javac.classpathref.${ant.project.name}"/> 19 </path> [all …]
|
| /external/icu/icu4j/main/tests/charset/ |
| D | build.xml | 1 <!-- 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"/> 16 <path id="javac.classpathref"> 17 <path refid="junit.jars"/> 18 <path refid="javac.classpathref.${ant.project.name}"/> 19 </path> [all …]
|
| /external/icu/icu4j/main/tests/core/ |
| D | build.xml | 1 <!-- 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"/> 16 <path id="javac.classpathref"> 17 <path refid="junit.jars"/> 18 <path refid="javac.classpathref.${ant.project.name}"/> 19 </path> [all …]
|
| /external/icu/icu4j/main/tests/collate/ |
| D | build.xml | 1 <!-- 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"/> 16 <path id="javac.classpathref"> 17 <path refid="junit.jars"/> 18 <path refid="javac.classpathref.${ant.project.name}"/> 19 </path> [all …]
|