Home
last modified time | relevance | path

Searched +full:- +full:- +full:no +full:- +full:deps (Results 1 – 25 of 1061) sorted by relevance

12345678910>>...43

/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/no_deps/
Dmetadata.json14 "id": "no-deps 0.1.0 (path+file://{TEMP_DIR}/no_deps)",
21 "name": "no-deps",
38 "name": "no-deps",
50 "deps": [], array
52 "id": "no-deps 0.1.0 (path+file://{TEMP_DIR}/no_deps)"
55 "root": "no-deps 0.1.0 (path+file://{TEMP_DIR}/no_deps)"
60 "no-deps 0.1.0 (path+file://{TEMP_DIR}/no_deps)"
63 "no-deps 0.1.0 (path+file://{TEMP_DIR}/no_deps)"
/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
DBUILD.bazel22 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
39 #on windows exclude gtest-tuple.h
45 "gtest-*.cc",
46 "googletest-*.cc",
51 "gtest-unittest-api_test.cc",
52 "googletest/src/gtest-all.cc",
54 "gtest-death-test_ex_test.cc",
55 "gtest-listener_test.cc",
56 "gtest-unittest-api_test.cc",
57 "googletest-param-test-test.cc",
[all …]
/external/googletest/googletest/test/
DBUILD.bazel22 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
39 #on windows exclude gtest-tuple.h
45 "gtest-*.cc",
46 "googletest-*.cc",
51 "gtest-unittest-api_test.cc",
52 "googletest/src/gtest-all.cc",
54 "gtest-death-test_ex_test.cc",
55 "gtest-listener_test.cc",
56 "gtest-unittest-api_test.cc",
57 "googletest-param-test-test.cc",
[all …]
/external/cronet/third_party/googletest/src/googletest/test/
DBUILD.bazel22 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
39 #on windows exclude gtest-tuple.h
45 "gtest-*.cc",
46 "googletest-*.cc",
51 "gtest-unittest-api_test.cc",
52 "googletest/src/gtest-all.cc",
54 "gtest-death-test_ex_test.cc",
55 "gtest-listener_test.cc",
56 "gtest-unittest-api_test.cc",
57 "googletest-param-test-test.cc",
[all …]
/external/fonttools/
Dtox.ini3 envlist = lint, py3{8,9,10,11,12}-cov, htmlcov
10 # We need this to be able to install skia-pathops on Linux, which uses a
12 # https://github.com/tox-dev/tox/issues/791#issuecomment-518713438
14 # building lxml from source takes too long on CI, force it to download pre-compiled
15 # wheel or fail if none is found with --only-binary=lxml
16 install_command = python -m pip install --only-binary=lxml {opts} {packages}
17 deps = key
20 pytest-randomly
21 # add -noextra to tox -e to skip installing extras and only test the core fonttools
22 !noextra: -rrequirements.txt
[all …]
/external/grpc-grpc/test/distrib/bazel/python/namespaced/upper/example/
DBUILD9 # http://www.apache.org/licenses/LICENSE-2.0
58 deps = ["import_no_strip_proto"],
64 deps = ["import_no_strip_py_pb2"],
69 deps = ["import_strip_proto"],
75 deps = ["import_strip_py_pb2"],
80 deps = ["no_import_no_strip_proto"],
86 deps = ["no_import_no_strip_py_pb2"],
91 deps = ["no_import_strip_proto"],
97 deps = ["no_import_strip_py_pb2"],
106 # - WORKSPACE
[all …]
/external/rust/crates/grpcio-sys/grpc/test/distrib/bazel/python/namespaced/upper/example/
DBUILD9 # http://www.apache.org/licenses/LICENSE-2.0
58 deps = ["import_no_strip_proto"],
64 deps = ["import_no_strip_py_pb2"],
69 deps = ["import_strip_proto"],
75 deps = ["import_strip_py_pb2"],
80 deps = ["no_import_no_strip_proto"],
86 deps = ["no_import_no_strip_py_pb2"],
91 deps = ["no_import_strip_proto"],
97 deps = ["no_import_strip_py_pb2"],
106 # - WORKSPACE
[all …]
/external/curl/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment
30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
36 - run:
38 autoreconf -fi
39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; }
41 configure-openssl-no-verbose:
43 - run:
45 autoreconf -fi
46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; }
[all …]
/external/grpc-grpc/test/core/util/
Dgrpc_fuzzer.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
21 def grpc_fuzzer(name, corpus, owner = "grpc", srcs = [], tags = [], external_deps = [], deps = [], …
28 external_deps: External deps.
29 deps: The dependencies of the test.
33 owner: The owning team of the test (for auto-bug-filing).
40 tags = tags + ["grpc-fuzzer", "no-cache"],
41 deps = deps + select({
51 "//:grpc_build_fuzzers": [CORPUS_DIR, "-runs=20000", "-max_total_time=300"],
52 "//conditions:default": ["--directory=" + CORPUS_DIR],
57 …wner = "grpc", proto_deps = [], external_deps = [], srcs = [], tags = [], deps = [], data = [], si…
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_centos_pip_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
19 pip2 install -U pip==18.1
20 pip3 install -U pip==18.1
26 # absl-py, which uses install_requires notation introduced in setuptools 20.5.
27 pip2 install --upgrade setuptools==39.1.0
28 pip3 install --upgrade setuptools==39.1.0
34 pip2 install --upgrade six==1.12.0
35 pip3 install --upgrade six==1.12.0
37 # Install absl-py.
[all …]
/external/sdk-platform-java/rules_java_gapic/
Djava_gapic_pkg.bzl7 # https://www.apache.org/licenses/LICENSE-2.0
61 deps = []
62 for dep in ctx.attr.deps:
64 deps.append(f)
79 mkdir -p {package_dir_path}/{tar_cd_suffix}/{tar_prefix}/samples/snippets/generated/
80 unzip -q ./$s -d {package_dir_path}/{tar_cd_suffix}/{tar_prefix}/samples/snippets/generated/
83 mkdir -p {package_dir_path}
84 for dep in {deps}; do
85 tar -xzpf $dep -C {package_dir_path}
89 tar -zchpf {tar_prefix}/{package_dir}.tar.gz {tar_prefix}/*
[all …]
/external/rust/crates/log/.github/workflows/
Dmain.yml7 runs-on: ${{ matrix.os }}
12 - build: stable
13 os: ubuntu-latest
15 - build: beta
16 os: ubuntu-latest
18 - build: nightly
19 os: ubuntu-latest
21 - build: macos
22 os: macos-latest
24 - build: win32
[all …]
/external/boringssl/src/util/
Dutil.bzl9 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
17 # Configure C, C++, and common flags for GCC-compatible toolchains.
20 # toolchain or project's responsibility? -fno-common did not become default
23 # This list of warnings should match those in the top-level CMakeLists.txt.
24 "-Wall",
25 "-Werror",
26 "-Wformat=2",
27 "-Wsign-compare",
28 "-Wmissing-field-initializers",
29 "-Wwrite-strings",
[all …]
/external/webrtc/test/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license
20 deps = [
30 deps += [
51 deps = [
78 absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
88 deps = [
115 deps = [
141 "//third_party/abseil-cpp/absl/algorithm:container",
142 "//third_party/abseil-cpp/absl/strings",
153 deps = [
[all …]
/external/webrtc/
Dwebrtc.gni3 # Use of this source code is governed by a BSD-style license
23 "WebRTC static library, so there is no difference between " +
58 # manage symbols visibility. By default, Obj-C/Obj-C++ symbols are exported
65 # will tell the pre-processor to remove the default definition of symbols
78 # will tell the pre-processor to remove the default definition of symbols
84 # will tell the pre-processor to remove the default definition of the
91 # TLS-TURN server. In return disabling this saves around 100kb in the binary.
157 # Use llvm's sancov -html-report for human readable reports.
161 # Selects fixed-point code where possible.
188 # use file-based audio playout and record.
[all …]
/external/angle/build/gn_ast/
Djson_gn_editor.py3 # Use of this source code is governed by a BSD-style license that can be
34 # TODO: Add high-level details for the expected data structure.
51 # re-build relevant targets with the original file.
59 should_print: Optional[bool] = None) -> Optional[str]:
67 proc = subprocess.Popen(['autoninja', '-C', out_dir] + targets,
84 length_to_show = width - 5
85 msg = f'{msg[:2]}...{msg[-length_to_show:]}'
105 def _generate_project_json_content(out_dir: str) -> str:
106 build_utils.CheckOutput(['gn', 'gen', '--ide=json', out_dir])
115 variable_name: str # Left-hand side variable name the list is assigned to.
[all …]
/external/cronet/build/gn_ast/
Djson_gn_editor.py3 # Use of this source code is governed by a BSD-style license that can be
34 # TODO: Add high-level details for the expected data structure.
51 # re-build relevant targets with the original file.
59 should_print: Optional[bool] = None) -> Optional[str]:
67 proc = subprocess.Popen(['autoninja', '-C', out_dir] + targets,
84 length_to_show = width - 5
85 msg = f'{msg[:2]}...{msg[-length_to_show:]}'
105 def _generate_project_json_content(out_dir: str) -> str:
106 build_utils.CheckOutput(['gn', 'gen', '--ide=json', out_dir])
115 variable_name: str # Left-hand side variable name the list is assigned to.
[all …]
/external/oss-fuzz/projects/pidgin/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
19 DEPS=/deps
20 mkdir ${DEPS}
25 tar xvfz libffi-3.2.1.tar.gz
26 cd libffi-3.2.1
27 ./configure --disable-shared
28 make -j$(nproc)
29 export LIBFFI_LIBS="-L/src/libffi-3.2.1 libraries/ -lffi"
30 cp ./x86_64-unknown-linux-gnu/.libs/libffi.a ${DEPS}/
[all …]
/external/oss-fuzz/projects/poppler/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
18 mkdir -p $PREFIX
20 export PKG_CONFIG="`which pkg-config` --static"
26 rm -rf $WORK/*
27 rm -rf $BUILD
28 mkdir -p $BUILD
36 cp -R boost/ /usr/include/
39 CFLAGS=-fPIC ./configure --static --prefix=$PREFIX
40 make install -j$(nproc)
[all …]
/external/google-fruit/extras/benchmark/
Dgenerate_benchmark.py8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS-IS" BASIS,
40 # Then the rest have num_deps deps, chosen (pseudo-)randomly from the previous components.
41 …# The last few components depend more components with >1 deps, so that the last component transiti…
44 deps = set()
46 if len(toplevel_components) > (num_components_with_deps - 1 - i) * (num_deps - 1):
47 # We need at least 1 dep with deps, otherwise the last few components will not be enough
49 …num_deps_with_deps = len(toplevel_components) - (num_components_with_deps - 1 - i) * (num_deps - 1)
50 deps |= set(random.sample(toplevel_components, num_deps_with_deps))
52 # Add other deps to get to the desired num_deps.
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_fs_scoreboard.cpp17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
36 * WARNING - Access of the following (rarely used) ARF registers is not
40 * - sp stack pointer
41 * - sr0 state register
42 * - cr0 control register
43 * - ip instruction pointer
44 * - tm0 timestamp register
45 * - dbg0 debug register
46 * - acc2-9 special accumulator registers on TGL
47 * - mme0-7 math macro extended accumulator registers
[all …]
/external/crosvm/tools/impl/dev_container/
DDockerfile2 # Use of this source code is governed by a BSD-style license that can be
7 # Provides all dependencies specified in install-deps with some additonal
17 FROM docker.io/debian:testing-slim
28 RUN mkdir -p /scratch/cargo_target \
36 RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true"…
38 # Add foreign architectures for cross-compilation.
39 RUN dpkg --add-architecture arm64 \
40 && dpkg --add-architecture armhf
43 COPY --chmod=555 tools/install-deps tools/install-aarch64-deps tools/install-armhf-deps tools/insta…
45 && apt-get update \
[all …]
/external/libyuv/tools_libyuv/autoroller/
Droll_deps.py5 # Use of this source code is governed by a BSD-style license
10 """Script to automatically roll dependencies in the LibYUV DEPS file."""
34 'third_party/fuchsia-gn-sdk',
39 # These dependencies are missing in chromium/src/DEPS, either unused or already
40 # in-tree. For instance, src/base is a part of the Chromium source git repo,
42 # Chromium's deps but it is in ours.
56 'src/third_party/gtest-parallel',
59 'src/third_party/jsr-305/src',
62 'src/third_party/ub-uiautomator/lib',
73 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$')
[all …]
/external/webrtc/tools_webrtc/autoroller/
Droll_deps.py5 # Use of this source code is governed by a BSD-style license
10 """Script to automatically roll dependencies in the WebRTC DEPS file."""
37 # These dependencies are missing in chromium/src/DEPS, either unused or already
38 # in-tree. For instance, src/base is a part of the Chromium source git repo,
40 # Chromium's deps but it is in ours.
48 'src/third_party/gtest-parallel',
49 'src/third_party/pipewire/linux-amd64',
59 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$')
60 CLANG_REVISION_RE = re.compile(r'^CLANG_REVISION = \'([-0-9a-z]+)\'$')
70 # Location of automically gathered android deps.
[all …]
/external/dagger2/java/dagger/hilt/processor/internal/root/
DRootMetadata.java8 * http://www.apache.org/licenses/LICENSE-2.0
49 ComponentDependencies deps, in create() argument
52 return createInternal(root, componentTree, deps, aliasOfs, env); in create()
56 return createInternal(other.root, componentTree, other.deps, other.aliasOfs, other.env); in copyWithNewTree()
62 ComponentDependencies deps, in createInternal() argument
65 RootMetadata metadata = new RootMetadata(root, componentTree, deps, aliasOfs, env); in createInternal()
73 private final ComponentDependencies deps; field in RootMetadata
83 ComponentDependencies deps, in RootMetadata() argument
89 this.deps = deps; in RootMetadata()
101 public ComponentDependencies deps() { in deps() method in RootMetadata
[all …]

12345678910>>...43