Home
last modified time | relevance | path

Searched +full:0 +full:- +full:all +full:- +full:deps (Results 1 – 25 of 951) sorted by relevance

12345678910>>...39

/external/webrtc/android_tools/
Dgenerate_bp.py11 '-D_DEBUG',
12 '-Werror',
13 '-Xclang'
16 '-DHAVE_ARM64_CRC32C=0',
17 '-DUSE_AURA=1',
18 '-DUSE_GLIB=1',
19 '-DUSE_NSS_CERTS=1',
20 '-DUSE_UDEV',
21 '-DUSE_X11=1',
22 '-DWEBRTC_ANDROID_PLATFORM_BUILD=1',
[all …]
/external/webrtc/tools_webrtc/autoroller/
Droll_deps.py3 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
5 # Use of this source code is governed by a BSD-style license
8 # in the file PATENTS. All contributing project authors may
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]+).*$')
[all …]
/external/angle/scripts/
Droll_aosp.sh3 # Copyright The ANGLE Project Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
10 # See --genAndroidBp for testing just the code generation.
13 set -eE -o functrace
23 cd "${0%/*}/.."
42 "symbol_level = 0"
47 # Build for 64-bit CPUs
54 # Disable all backends except Vulkan
65 # Disable all shader translator targets except desktop GL (for Vulkan)
82 if [[ "$1" == "--enableApiTrace" ]]; then
[all …]
Droll_chromium_deps.py2 # Copyright 2019 The ANGLE project authors. All Rights Reserved.
4 # Use of this source code is governed by a BSD-style license
7 # in the file PATENTS. All contributing project authors may
13 """Script to automatically roll Chromium dependencies in the ANGLE DEPS file."""
39 'third_party/abseil-cpp',
54 'third_party/clang-format/script',
59 'third_party/fuchsia-sdk/sdk',
74 'third_party/Python-Markdown',
75 'third_party/qemu-linux-x64',
76 'third_party/qemu-mac-x64',
[all …]
/external/tflite-support/third_party/flatbuffers/
Dbuild_defs.bzl15 "--no-union-value-namespacing",
16 "--gen-object-api",
35 filegroup(name): all generated source files.
36 Fileset([reflection_name]): (Optional) all generated reflection binaries.
42 language_flag: Target language flag. One of [-c, -j, -js].
43 out_prefix: Prepend this path to the front of all generated files except on
55 include_paths_cmd = ["-I %s" % (s) for s in include_paths]
61 ("-o $(@D)/%s" % (out_prefix)) if len(srcs) > 1 else ("-o $(@D)")
87 "-b --schema",
96 (out_prefix + "%s.bfbs") % (s.replace(".fbs", "").split("/")[-1])
[all …]
/external/pigweed/pw_protobuf_compiler/
Dproto.gni7 # https://www.apache.org/licenses/LICENSE-2.0
75 deps = [
80 foreach(dep, invoker.deps) {
81 deps += [ get_label_info(dep, "label_no_toolchain") + "._gen" ]
85 deps += invoker.other_deps
90 args += [ "--exclude-pwpb-legacy-snake-case-field-name-enums" ]
93 "--language",
95 "--include-file",
96 _includes[0],
97 "--compile-dir",
[all …]
/external/tensorflow/third_party/flatbuffers/
Dbuild_defs.bzl15 "--no-union-value-namespacing",
16 "--gen-object-api",
35 filegroup(name): all generated source files.
36 Fileset([reflection_name]): (Optional) all generated reflection binaries.
42 language_flag: Target language flag. One of [-c, -j, -js].
43 out_prefix: Prepend this path to the front of all generated files except on
55 include_paths_cmd = ["-I %s" % (s) for s in include_paths]
61 ("-o $(@D)/%s" % (out_prefix)) if len(srcs) > 1 else ("-o $(@D)")
87 "-b --schema",
96 (out_prefix + "%s.bfbs") % (s.replace(".fbs", "").split("/")[-1])
[all …]
/external/libcap/tests/
DMakefile2 # NOTE the built tests are all designed to be run from this
10 all: target
16 install: all
19 LINKEXTRA=-Wl,-rpath,../libcap
20 DEPS=../libcap/libcap.so macro
22 DEPS += ../libcap/libpsx.so
25 LDSTATIC = --static
26 DEPS=../libcap/libcap.a macro
28 DEPS += ../libcap/libpsx.a
33 $(MAKE) -C ../libcap libcap.so
[all …]
/external/webrtc/
DBUILD.gn1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
3 # Use of this source code is governed by a BSD-style license
6 # in the file PATENTS. All contributing project authors may
10 # file, and recursively load all dependencies until all dependencies are either
16 # The default visibility for all rtc_ targets is equivalent to "//*", or
17 # "all targets in webrtc can depend on this, nothing outside can".
20 # - visibility = [ "*" ] - public. Stuff outside webrtc can use this.
21 # - visibility = [ ":*" ] - directory private.
38 # 'ninja default' and then 'ninja all', the second build should do no work.
41 deps = [ ":webrtc" ]
[all …]
Dwebrtc.gni1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
3 # Use of this source code is governed by a BSD-style license
6 # in the file PATENTS. All contributing project authors may
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.
108 # library that comes with WebRTC (i.e. rtc_build_json == 0).
112 # library that comes with WebRTC (i.e. rtc_build_ssl == 0).
[all …]
/external/libyuv/files/tools_libyuv/autoroller/
Droll_deps.py3 # Copyright 2017 The LibYuv Project Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license
8 # in the file PATENTS. All contributing project authors may
15 """Script to automatically roll dependencies in the libyuv DEPS file."""
39 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$')
40 CLANG_REVISION_RE = re.compile(r'^CLANG_REVISION = \'([0-9a-z-]+)\'$')
49 import find_depot_tools # pylint: disable=wrong-import-position
81 deps_content = f.read().decode('utf-8')
86 deps_content = ReadRemoteCrFile('DEPS', revision)
97 sys.exit(-1)
[all …]
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dpod_tpu_driver.cc1 // Copyright 2020 The TensorFlow Authors. All Rights Reserved.
7 // http://www.apache.org/licenses/LICENSE-2.0
89 event->AddCallback([this](Status s) { IncrementAndCheckComplete(s); }); in CombinedEvent()
95 TF_RETURN_IF_ERROR(event->Await()); in Await()
104 auto status = event->AwaitWithTimeout(duration); in AwaitWithTimeout()
105 duration -= absl::Now() - start_time; in AwaitWithTimeout()
155 int64_t events_completed_ ABSL_GUARDED_BY(mu_) = 0;
252 int worker_count = 0; in PodTpuDriver()
254 // Flag for environments where local core # == all cores in TPU system #, in PodTpuDriver()
265 tpu_driver->QuerySystemInfo(&driver_info); in PodTpuDriver()
[all …]
/external/google-fruit/extras/benchmark/
Dgenerate_benchmark.py2 # Copyright 2016 Google Inc. All Rights Reserved.
8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS-IS" BASIS,
32 num_used_ids = 0
33 is_toplevel = [True for i in range(0, num_components_with_no_deps + num_components_with_deps)]
35 for i in range(0, num_components_with_no_deps):
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…
43 for i in range(0, num_components_with_deps):
44 deps = set()
[all …]
/external/perfetto/tools/
Dgen_bazel8 # http://www.apache.org/licenses/LICENSE-2.0
21 # gn desc out --format=json --all-toolchains "//*" > desc.json
129 # Internal equivalents for third-party libraries that the upstream project
133 '//gn:base_platform': ['PERFETTO_CONFIG.deps.base_platform'],
134 '//gn:jsoncpp': ['PERFETTO_CONFIG.deps.jsoncpp'],
135 '//gn:linenoise': ['PERFETTO_CONFIG.deps.linenoise'],
136 '//gn:protobuf_full': ['PERFETTO_CONFIG.deps.protobuf_full'],
137 '//gn:protobuf_lite': ['PERFETTO_CONFIG.deps.protobuf_lite'],
138 '//gn:protoc_lib': ['PERFETTO_CONFIG.deps.protoc_lib'],
139 '//gn:protoc': ['PERFETTO_CONFIG.deps.protoc'],
[all …]
Dinstall-build-deps8 # http://www.apache.org/licenses/LICENSE-2.0
33 # The format for the deps below is the following:
40 # root (to avoid ending up with buildtools/protobuf/protobuf-1.2.3/... and have
42 # |target_os| is either 'darwin', 'linux', 'windows' or 'all'
43 # |target_arch| is either 'x64', 'arm64' or 'all'
45 # |target_arch| can be 'all' when 'target_os' is not 'all' for example in the
66 'buildtools/mac/clang-format',
69 'buildtools/linux64/clang-format',
72 'buildtools/win/clang-format.exe',
79 # GN. From https://chrome-infra-packages.appspot.com/dl/gn/gn/.
[all …]
/external/skia/bazel/
Dskia_rules.bzl2 THIS IS THE EXTERNAL-ONLY VERSION OF THIS FILE. G3 HAS ITS OWN.
4 This file contains macros which require no third-party dependencies.
28 the clients mix and match anywhere from 0 built in codecs to all of them.
56 if len(values_map) == 0:
79 passed in via deps (see deps_and_linkopts below).
80 **kwargs: All the normal arguments that cc_binary takes.
113 **kwargs: All the normal arguments that cc_library takes.
117 def skia_cc_deps(name, visibility, deps = [], linkopts = [], textual_hdrs = [], testonly = False):
118 """A self-documenting wrapper around cc_library for things to pass to the top skia_cc_library.
120 It lets us have third_party deps, linkopts, etc be set close to where they impact,
[all …]
/external/webrtc/api/audio_codecs/
DBUILD.gn1 # Copyright (c) 2017 The WebRTC project authors. All Rights Reserved.
3 # Use of this source code is governed by a BSD-style license
6 # in the file PATENTS. All contributing project authors may
31 deps = [
46 "//third_party/abseil-cpp/absl/base:core_headers",
47 "//third_party/abseil-cpp/absl/strings",
48 "//third_party/abseil-cpp/absl/types:optional",
59 deps = [
68 deps += [ "ilbc:audio_decoder_ilbc" ]
71 defines += [ "WEBRTC_USE_BUILTIN_ILBC=0" ]
[all …]
/external/pigweed/pw_build/
Dgo.gni7 # https://www.apache.org/licenses/LICENSE-2.0
16 # supporting only legacy GOPATH-based builds.
28 # deps: Optional list of target dependencies.
37 # deps = [
57 "deps",
78 # deps: List of size one specifying the GN path to the Go package target.
85 # deps = [ "//my_module/go/src/example.com/foo:foo_package" ]
90 assert(defined(invoker.deps),
98 # Collect all the GOPATH metadata from pw_go_package and _pw_go_proto_library
101 deps = invoker.deps
[all …]
/external/autotest/utils/
Dpackager.py1 #!/usr/bin/python3 -u
31 exclude_string = ('--exclude="deps/*" --exclude="tests/*" --exclude=.git '
32 '--exclude="site_tests/*" --exclude="**.pyc"')
37 # Include the __init__.py file for the profilers and exclude all its
41 exclude_string += ' --exclude="profilers/%s"' % f
44 # directory. We use '-C' for tar to change to the required
53 # Also note that this only works because tar prevents us from un-tarring
62 parser.add_option("-d", "--dependency", help="package the dependency"
63 " from client/deps directory and upload to the repo",
65 parser.add_option("-p", "--profiler", help="package the profiler "
[all …]
/external/cronet/build/android/gyp/
Dwrite_build_config.py4 # Use of this source code is governed by a BSD-style license that can be
17 file-arg syntax (see build_utils.py:ExpandFileArgs). That syntax allows passing
19 --python-arg=@FileArg(build_config_path:javac:classpath)
22 1. inputs/deps of the action ensure that the files are available the first
25 a. inputs/deps ensure that the action runs whenever one of the files changes
28 NOTE: All paths within .build_config files are relative to $OUTPUT_CHROMIUM_DIR.
34 ------------- BEGIN_MARKDOWN ---------------------------------------------------
41 the Android build of Chromium. For a higher-level explanation of these files,
45 # The `deps_info` top-level dictionary:
47 All `.build_config` files have a required `'deps_info'` key, whose value is a
[all …]
/external/angle/build/android/gyp/
Dwrite_build_config.py4 # Use of this source code is governed by a BSD-style license that can be
17 file-arg syntax (see build_utils.py:ExpandFileArgs). That syntax allows passing
19 --python-arg=@FileArg(build_config_path:javac:classpath)
22 1. inputs/deps of the action ensure that the files are available the first
25 a. inputs/deps ensure that the action runs whenever one of the files changes
28 NOTE: All paths within .build_config files are relative to $OUTPUT_CHROMIUM_DIR.
34 ------------- BEGIN_MARKDOWN ---------------------------------------------------
41 the Android build of Chromium. For a higher-level explanation of these files,
45 # The `deps_info` top-level dictionary:
47 All `.build_config` files have a required `'deps_info'` key, whose value is a
[all …]
/external/angle/build/
Dcheck_gn_headers.py3 # Use of this source code is governed by a BSD-style license that can be
8 This script gets all the header files from ninja_deps, which is from the true
28 """Return all the header files from ninja_deps"""
32 os.path.join(SRC_DIR, 'third_party', 'ninja', 'ninja'), '-C', out_dir,
33 '-t', 'deps'
37 popen = subprocess.Popen(cmd, stdout=subprocess.PIPE, bufsize=-1)
71 # build/ only contains build-specific files like build_config.h
82 obj_file = line.split(':')[0]
88 """Return all the header files from GN"""
101 os.path.join(DEPOT_TOOLS_DIR, gn_exe), 'gen', tmp, '--ide=json', '-q'])
[all …]
/external/cronet/build/
Dcheck_gn_headers.py3 # Use of this source code is governed by a BSD-style license that can be
8 This script gets all the header files from ninja_deps, which is from the true
28 """Return all the header files from ninja_deps"""
32 os.path.join(SRC_DIR, 'third_party', 'ninja', 'ninja'), '-C', out_dir,
33 '-t', 'deps'
37 popen = subprocess.Popen(cmd, stdout=subprocess.PIPE, bufsize=-1)
71 # build/ only contains build-specific files like build_config.h
82 obj_file = line.split(':')[0]
88 """Return all the header files from GN"""
101 os.path.join(DEPOT_TOOLS_DIR, gn_exe), 'gen', tmp, '--ide=json', '-q'])
[all …]
/external/libchrome/build/
Dcheck_gn_headers.py2 # Copyright 2017 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
8 This script gets all the header files from ninja_deps, which is from the true
28 """Return all the header files from ninja_deps"""
31 cmd = [os.path.join(DEPOT_TOOLS_DIR, 'ninja'), '-C', out_dir, '-t', 'deps']
34 popen = subprocess.Popen(cmd, stdout=subprocess.PIPE, bufsize=-1)
68 # build/ only contains build-specific files like build_config.h
79 obj_file = line.split(':')[0]
85 """Return all the header files from GN"""
98 os.path.join(DEPOT_TOOLS_DIR, gn_exe), 'gen', tmp, '--ide=json', '-q'])
[all …]
/external/bazelbuild-rules_android/rules/
Ddata_binding.bzl1 # Copyright 2018 The Bazel Authors. All rights reserved.
7 # http://www.apache.org/licenses/LICENSE-2.0
43 _PROVIDERS: "The list of all providers to propagate.",
57 def _gen_sources(ctx, output_dir, java_package, deps, layout_info, data_binding_exec):
58 class_info = ctx.actions.declare_file(output_dir + "class-info.zip")
62 args.add("-layoutInfoFiles", layout_info)
63 args.add("-package", java_package)
64 args.add("-classInfoOut", class_info)
65 args.add("-sourceOut", srcjar)
66 args.add("-zipSourceOutput", "true")
[all …]

12345678910>>...39