Home
last modified time | relevance | path

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

12345678910>>...39

/external/webrtc/rtc_base/experiments/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license
16 deps = [
22 "//third_party/abseil-cpp/absl/strings:strings",
23 "//third_party/abseil-cpp/absl/types:optional",
38 deps = [
48 "//third_party/abseil-cpp/absl/memory",
49 "//third_party/abseil-cpp/absl/strings:strings",
50 "//third_party/abseil-cpp/absl/types:optional",
59 deps = [
66 absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
[all …]
/external/tflite-support/third_party/flatbuffers/
Dbuild_defs.bzl15 "--no-union-value-namespacing",
16 "--gen-object-api",
36 Fileset([reflection_name]): (Optional) all generated reflection binaries.
42 language_flag: Target language flag. One of [-c, -j, -js].
45 includes: Optional, list of filegroups of schemas that the srcs depend on.
46 include_paths: Optional, list of paths the includes files can be found in.
47 compatible_with: Optional, passed to genrule for environments this rule
49 flatc_args: Optional, list of additional arguments to pass to flatc.
50 reflection_name: Optional, if set this will generate the flatbuffer
55 include_paths_cmd = ["-I %s" % (s) for s in include_paths]
[all …]
/external/tensorflow/third_party/flatbuffers/
Dbuild_defs.bzl15 "--no-union-value-namespacing",
16 "--gen-object-api",
36 Fileset([reflection_name]): (Optional) all generated reflection binaries.
42 language_flag: Target language flag. One of [-c, -j, -js].
45 includes: Optional, list of filegroups of schemas that the srcs depend on.
46 include_paths: Optional, list of paths the includes files can be found in.
47 compatible_with: Optional, passed to genrule for environments this rule
49 flatc_args: Optional, list of additional arguments to pass to flatc.
50 reflection_name: Optional, if set this will generate the flatbuffer
55 include_paths_cmd = ["-I %s" % (s) for s in include_paths]
[all …]
/external/webrtc/api/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license
17 deps = []
20 deps += [ ":libjingle_peerconnection_api" ]
32 deps = [
46 deps = [
75 deps = [
80 absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
90 deps = [
100 absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
106 absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
[all …]
/external/webrtc/api/video/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license
29 deps = [
39 "//third_party/abseil-cpp/absl/container:inlined_vector",
40 "//third_party/abseil-cpp/absl/types:optional",
65 deps = [
79 absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
96 deps = [
113 deps = [
145 deps = [
157 absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
[all …]
/external/cronet/third_party/protobuf/
Dproto_library.gni2 # Use of this source code is governed by a BSD-style license that can be
9 # proto_in_dir (optional)
17 # proto_out_dir (optional)
22 # generate_python (optional, default true)
25 # generate_cc (optional, default true)
28 # generate_javascript (optional, default false)
31 # generate_library (optional, default true)
34 # generate_py_runtime (optional, default false)
35 # Generates a "_py_runtime"-suffixed target for test targets that need the
38 # cc_generator_options (optional)
[all …]
/external/angle/third_party/flatbuffers/
Dflatbuffer.gni2 # Use of this source code is governed by a BSD-style license that can be
7 # flatc_out_dir (optional)
17 # flatc_include_dirs (optional)
28 # mutable (optional)
29 # Boolean to compile flatbuffers with the "--gen-mutable" argument, which
30 # generates non-const accessors for mutating FlatBuffers in-place.
32 # deps (optional)
37 # defines (optional)
41 # extra_configs (optional)
45 # testonly (optional)
[all …]
/external/cronet/build/config/ios/
Drules.gni2 # Use of this source code is governed by a BSD-style license that can be
17 _ios_xcode_app_bundle_id = "com.apple.product-type.application"
18 _ios_xcode_appex_bundle_id = "com.apple.product-type.app-extension"
19 _ios_xcode_xctest_bundle_id = "com.apple.product-type.bundle.unit-test"
20 _ios_xcode_xcuitest_bundle_id = "com.apple.product-type.bundle.ui-testing"
30 # (optional) directory where the bundle is generated; must be below
34 # (optional) list of additional dependencies.
37 # (optional) list of dependencies to filter (for more information
44 # (optional) string, label of the target generating the bundle main
48 # (optional) string, base name of the binary generated by the
[all …]
/external/angle/build/config/ios/
Drules.gni2 # Use of this source code is governed by a BSD-style license that can be
17 _ios_xcode_app_bundle_id = "com.apple.product-type.application"
18 _ios_xcode_appex_bundle_id = "com.apple.product-type.app-extension"
19 _ios_xcode_xctest_bundle_id = "com.apple.product-type.bundle.unit-test"
20 _ios_xcode_xcuitest_bundle_id = "com.apple.product-type.bundle.ui-testing"
30 # (optional) directory where the bundle is generated; must be below
34 # (optional) list of additional dependencies.
37 # (optional) list of dependencies to filter (for more information
44 # (optional) string, label of the target generating the bundle main
48 # (optional) string, base name of the binary generated by the
[all …]
/external/bazelbuild-rules_android/rules/
Djava.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
35 An index to the path segment that represents the Java segment or -1 if
41 root_idx = -1
50 check_maven_idx = root_idx if is_src else -1
53 for idx in range(root_idx + 1, len(path_segments) - 2):
75 "{workspace}/java/foo/bar/wiz" -> "foo.bar.wiz"
76 "{workspace}/javatests/foo/bar/wiz" -> "foo.bar.wiz"
113 _path.split(label.name)[:-1],
121 "{workspace}/java/foo/bar/wiz" -> "{workspace}/java"
122 "{workspace}/javatests/foo/bar/wiz" -> "{workspace}/javatests"
[all …]
/external/flatbuffers/
Dbuild_defs.bzl20 "--gen-object-api",
21 "--gen-compare",
22 "--no-includes",
23 "--gen-mutable",
24 "--reflect-names",
25 "--cpp-ptr-type flatbuffers::unique_ptr",
49 language_flag: Target language flag. One of [-c, -j, -js].
52 includes: Optional, list of filegroups of schemas that the srcs depend on.
53 include_paths: Optional, list of paths the includes files can be found in.
54 flatc_args: Optional, list of additional arguments to pass to flatc.
[all …]
/external/skia/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license that can be
83 cflags_objcc += [ "-Wno-unguarded-availability" ]
130 # Any code that's linked into Skia-the-library should use this config via += skia_library_configs.
142 # Use for CPU-specific Skia code that needs particular compiler flags.
177 cflags = [ "-march=haswell" ]
187 cflags = [ "-march=skylake-avx512" ]
191 # Any feature of Skia that requires third-party code should be optional and use this template.
192 template("optional") {
245 if (!defined(deps)) {
246 deps = []
[all …]
/external/webrtc/pc/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license
16 # - rtc_pc
17 # - session_description
18 # - simulcast_description
19 # - peerconnection
20 # - sdp_utils
21 # - media_stream_observer
22 # - video_track_source
23 # - libjingle_peerconnection
39 deps = [ ":rtc_pc" ]
[all …]
/external/webrtc/rtc_base/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license
29 deps = [ "//third_party/protobuf:protobuf_lite" ]
38 deps = [
44 "//third_party/abseil-cpp/absl/base:core_headers",
45 "//third_party/abseil-cpp/absl/numeric:bits",
46 "//third_party/abseil-cpp/absl/strings",
60 deps = [ "system:assume" ]
68 deps = [
81 deps = [
87 absl_deps = [ "//third_party/abseil-cpp/absl/strings" ]
[all …]
/external/angle/build/rust/
Drust_unit_test.gni2 # Use of this source code is governed by a BSD-style license that can be
17 # edition (optional)
18 # allow_unsafe (optional)
19 # configs (optional)
20 # deps (optional)
21 # crate_root (optional)
22 # features (optional)
23 # rustflags (optional)
24 # inputs (optional)
30 # deps = [
[all …]
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/
DCMakeLists.txt8 # https://www.apache.org/licenses/LICENSE-2.0
23 DEPS
40 DEPS
46 # Internal-only target, do not depend on directly.
55 DEPS
67 DEPS
83 DEPS
99 DEPS
115 DEPS
130 DEPS
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
DCMakeLists.txt8 # https://www.apache.org/licenses/LICENSE-2.0
23 DEPS
40 DEPS
46 # Internal-only target, do not depend on directly.
55 DEPS
67 DEPS
83 DEPS
99 DEPS
115 DEPS
130 DEPS
[all …]
/external/libtextclassifier/abseil-cpp/absl/types/
DCMakeLists.txt8 # https://www.apache.org/licenses/LICENSE-2.0
23 DEPS
40 DEPS
46 # Internal-only target, do not depend on directly.
55 DEPS
67 DEPS
83 DEPS
99 DEPS
115 DEPS
130 DEPS
[all …]
/external/tensorflow/third_party/absl/abseil-cpp/absl/types/
DCMakeLists.txt8 # https://www.apache.org/licenses/LICENSE-2.0
23 DEPS
40 DEPS
46 # Internal-only target, do not depend on directly.
55 DEPS
67 DEPS
83 DEPS
99 DEPS
115 DEPS
130 DEPS
[all …]
/external/webrtc/third_party/abseil-cpp/absl/types/
DCMakeLists.txt8 # https://www.apache.org/licenses/LICENSE-2.0
23 DEPS
40 DEPS
46 # Internal-only target, do not depend on directly.
55 DEPS
67 DEPS
83 DEPS
99 DEPS
115 DEPS
130 DEPS
[all …]
/external/angle/third_party/abseil-cpp/absl/types/
DCMakeLists.txt8 # https://www.apache.org/licenses/LICENSE-2.0
23 DEPS
40 DEPS
46 # Internal-only target, do not depend on directly.
55 DEPS
67 DEPS
83 DEPS
99 DEPS
115 DEPS
131 DEPS
[all …]
/external/cronet/third_party/abseil-cpp/absl/types/
DCMakeLists.txt8 # https://www.apache.org/licenses/LICENSE-2.0
23 DEPS
40 DEPS
46 # Internal-only target, do not depend on directly.
55 DEPS
67 DEPS
83 DEPS
99 DEPS
115 DEPS
130 DEPS
[all …]
/external/abseil-cpp/absl/types/
DCMakeLists.txt8 # https://www.apache.org/licenses/LICENSE-2.0
23 DEPS
40 DEPS
46 # Internal-only target, do not depend on directly.
55 DEPS
67 DEPS
83 DEPS
99 DEPS
115 DEPS
131 DEPS
[all …]
/external/cronet/build/config/android/
Dinternal_rules.gni2 # Use of this source code is governed by a BSD-style license that can be
5 # Do not add any imports to non-//build directories here.
6 # Some projects (e.g. V8) do not have non-build directories DEPS'ed in.
47 # These are leaf java target types. They cannot be passed as deps to other
73 # all non-leaf targets that use java_library_impl.
81 "*/java", # to allow filtering without expanding labels //a/java ->
93 # These identify all non-leaf targets that have .build_config.json files. This is the
107 "//third_party/android_build_tools/manifest_merger/manifest-merger.jar"
109 # Put the bug number in the target name so that false-positives have a hint in
110 # the error message about why non-existent dependencies are there.
[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 …]

12345678910>>...39