Home
last modified time | relevance | path

Searched +full:- +full:- +full:output +full:- +full:lib (Results 1 – 25 of 1136) sorted by relevance

12345678910>>...46

/external/bazelbuild-rules_cc/cc/private/toolchain/
Dosx_cc_wrapper.sh.tpl9 # http://www.apache.org/licenses/LICENSE-2.0
21 # (bazel-out/.../path/to/original/library.so) by the paths relative to
26 # on how to set those paths for Mach-O binaries.
28 set -eu
35 OUTPUT=
38 local -r opt="$1"
39 if [[ "${OUTPUT}" = "1" ]]; then
40 OUTPUT=$opt
41 elif [[ "$opt" =~ ^-l(.*)$ ]]; then
43 elif [[ "$opt" =~ ^-L(.*)$ ]]; then
[all …]
/external/angle/third_party/clspv/
DBUILD.gn33 "--input-file=" + rebase_path(inputs[0], root_build_dir),
34 "--output-file=" + rebase_path(outputs[0], root_build_dir),
35 "--namespace=" + spirv_namespace_strings,
47 "--input-file=" + rebase_path(inputs[0], root_build_dir),
48 "--output-file=" + rebase_path(outputs[0], root_build_dir),
49 "--namespace=" + spirv_namespace_glsl,
61 "--input-file=" + rebase_path(inputs[0], root_build_dir),
62 "--output-file=" + rebase_path(outputs[0], root_build_dir),
63 "--namespace=" + spirv_namespace_reflection,
67 action("clspv-builtins") {
[all …]
/external/libwebsockets/
D.sai.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
11 "linux-debian-buster/x86-amd/gcc": {
12-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
14 "linux-debian-sid/x86_64-amd/gcc": {
15-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
20 "linux-debian-sid/x86-amd/gcc": {
[all …]
/external/linux-kselftest/tools/testing/selftests/kvm/
DMakefile1 # SPDX-License-Identifier: GPL-2.0-only
10 # For cross-builds to work, UNAME_M has to map to ARCH and arch specific
11 # directories and targets in this Makefile. "uname -m" doesn't map to
12 # arch specific sub-directory names.
21 # for includes are in x86_64 sub-directory. s390x and aarch64 follow the
22 # same convention. "uname -m" doesn't result in the correct mapping for
26 UNAME_M := $(shell uname -m)
41 LIBKVM += lib/assert.c
42 LIBKVM += lib/elf.c
43 LIBKVM += lib/guest_modes.c
[all …]
/external/rust/crates/clang-sys/build/
Dcommon.rs1 // SPDX-License-Identifier: Apache-2.0
43 /// `llvm-config` couldn't be executed but an instance of `libclang` was found
44 /// anyway we don't want to pollute the build output with irrelevant errors.
64 if let Some(errors) = errors.get("llvm-config") { in drop()
66 "cargo:warning=could not execute `llvm-config` one or more \ in drop()
68 a full path to valid `llvm-config` executable it will be used \ in drop()
78 if let Some(errors) = errors.get("xcode-select") { in drop()
80 "cargo:warning=could not execute `xcode-select` one or more \ in drop()
96 Option<Box<dyn Fn(&str, &str, &[&str]) -> Option<String> + Send + Sync + 'static>>,
99 /// Executes a command and returns the `stdout` output if the command was
[all …]
/external/rust/crates/clang-sys/out/
Dcommon.rs1 // SPDX-License-Identifier: Apache-2.0
43 /// `llvm-config` couldn't be executed but an instance of `libclang` was found
44 /// anyway we don't want to pollute the build output with irrelevant errors.
64 if let Some(errors) = errors.get("llvm-config") { in drop()
66 "cargo:warning=could not execute `llvm-config` one or more \ in drop()
68 a full path to valid `llvm-config` executable it will be used \ in drop()
78 if let Some(errors) = errors.get("xcode-select") { in drop()
80 "cargo:warning=could not execute `xcode-select` one or more \ in drop()
96 Option<Box<dyn Fn(&str, &str, &[&str]) -> Option<String> + Send + Sync + 'static>>,
99 /// Executes a command and returns the `stdout` output if the command was
[all …]
/external/libcxx/utils/
Dmerge_archives.py2 #===----------------------------------------------------------------------===##
9 #===----------------------------------------------------------------------===##
32 def find_and_diagnose_missing(lib, search_paths): argument
33 if os.path.exists(lib):
34 return os.path.abspath(lib)
35 if not lib.startswith('lib') or not lib.endswith('.a'):
37 "It should start with 'lib' and end with '.a") % lib)
40 path = os.path.join(sp[0], lib)
43 print_and_exit("input '%s' does not exist" % lib)
48 Execute a command, capture and return its output.
[all …]
/external/cronet/build/toolchain/win/
Dtoolchain.gni2 # Use of this source code is governed by a BSD-style license that can be
59 # supply for these values are to force-disable them.
76 "Goma and re-client can't be used together.")
78 "re-client and cc_wrapper can't be used together.")
84 …fix = "${rbe_bin_dir}/rewrapper -cfg=${rbe_cc_cfg_file} -exec_root=${rbe_exec_root} -labels=type=c…
112 # lld-link includes a replacement for lib.exe that can produce thin
114 link = "${_clang_bin_path}/lld-link${_exe}"
123 lib = "$link /lib"
125 # See comment adding --rsp-quoting to $cl above for more information.
126 cc_linkflags += " --rsp-quoting=posix"
[all …]
/external/angle/build/toolchain/win/
Dtoolchain.gni2 # Use of this source code is governed by a BSD-style license that can be
58 # supply for these values are to force-disable them.
70 "re-client and cc_wrapper can't be used together.")
74 …}/rewrapper -cfg=${reclient_cc_cfg_file}${rbe_bug_326584510_missing_inputs} -exec_root=${rbe_exec_…
100 # lld-link includes a replacement for lib.exe that can produce thin
102 link = "${_clang_bin_path}/lld-link${_exe}"
111 lib = "$link /lib"
113 # See comment adding --rsp-quoting to $cl above for more information.
114 cc_linkflags += " --rsp-quoting=posix"
116 rust_linkflags += " -Clink-arg=--rsp-quoting=posix"
[all …]
/external/bazelbuild-rules_rust/rust/private/
Drustc.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
56 doc = "Set the --error-format flag for all rustc invocations",
61 doc = "Pass each value as an additional flag to non-exec rustc invocations",
62 …fields = {"extra_rustc_flags": "List[string] Extra flags to pass to rustc in non-exec configuratio…
71 …doc = "Pass each value as an additional flag to non-exec rustc invocations for crates matching the…
72 …fields = {"per_crate_rustc_flags": "List[string] Extra flags to pass to rustc in non-exec configur…
76 doc = "Records if this is a transitive dependency of a proc-macro.",
84 doc = "Records if this is a transitive dependency of a proc-macro.",
90 doc = "Enables the feature to record if a library is a transitive dependency of a proc-macro.",
98 doc = "Enables the feature to record if a library is a transitive dependency of a proc-macro.",
[all …]
/external/tensorflow/third_party/tf_runtime/
Dtf_runtime.patch1 Intermittent patch to TFRT to submit a TF/TFRT cross-cutting change.
4 ---
6 diff --git a/backends/gpu/include/tfrt/gpu/gpu_types.h b/backends/gpu/include/tfrt/gpu/gpu_types.h
8 --- a/backends/gpu/include/tfrt/gpu/gpu_types.h
10 @@ -295,11 +295,7 @@
14 - explicit GpuCclHandle(AsyncValueRef<GpuContext> context,
15 - wrapper::OwningCclComm comm, int num_ranks);
16 - // TODO(hanbinyoon): Remove after transitioning to the above constructor.
17 - explicit GpuCclHandle(AsyncValueRef<GpuContext> context,
18 - wrapper::OwningCclComm comm);
[all …]
/external/skia/gn/toolchain/
DBUILD.gn16 target_ar = "$_prefix/llvm-ar.exe"
17 target_cc = "$_prefix/clang.exe --target=$ndk_target$ndk_api -fno-addrsig"
19 "$_prefix/clang++.exe --target=$ndk_target$ndk_api -fno-addrsig"
21 target_ar = "$_prefix/llvm-ar"
22 target_cc = "$_prefix/$ndk_target$ndk_api-clang"
23 target_cxx = "$_prefix/$ndk_target$ndk_api-clang++"
26 target_ar = rebase_path("$fuchsia_toolchain_path/bin/llvm-ar")
29 cflags = "--sysroot=" +
42 # large -j to Ninja (e.g. Goma build). Unfortunately this is also one of the
50 link_pool_depth = -1
[all …]
/external/antlr/runtime/ActionScript/project/
Dbuild.xml5 <property name="build.lib.dir" value="${build.dir}/lib"/>
8 <property name="build.test.output.dir" value="${build.test.dir}/output"/>
13 <!-- Assume SDK 3.0 or greater has the ant tasks -->
14 <taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar"/>
15 …<taskdef resource="com/adobe/ac/ant/tasks/tasks.properties" classpath="${basedir}/lib/FlexAntTasks…
23 <replacestring from="${src.dir}/" to=""/> <!-- Strip off directory -->
24 <replacestring from=".as" to=""/> <!-- Strip off extension -->
25 <replacestring from="/" to="."/> <!-- Convert path to package -->
31 <target name="check-env">
41 <target name="build" depends="check-env">
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/doxygen/
DDoxyfile.core.internal18 #---------------------------------------------------------------------------
20 #---------------------------------------------------------------------------
23 # that follow. The default is UTF-8 which is also the encoding used for all text
27 # The default value is: UTF-8.
29 DOXYFILE_ENCODING = UTF-8
32 # double-quotes, unless you are using Doxywizard) that should identify the
54 # the logo to the output directory.
65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
66 # directories (in 2 levels) under the output directory of each output format and
75 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
[all …]
DDoxyfile.c++.internal18 #---------------------------------------------------------------------------
20 #---------------------------------------------------------------------------
23 # that follow. The default is UTF-8 which is also the encoding used for all text
27 # The default value is: UTF-8.
29 DOXYFILE_ENCODING = UTF-8
32 # double-quotes, unless you are using Doxywizard) that should identify the
54 # the logo to the output directory.
65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
66 # directories (in 2 levels) under the output directory of each output format and
75 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
[all …]
/external/skia/infra/bots/recipe_modules/build/examples/full.expected/
DBuild-Mac-Clang-x86_64-Debug-ASAN.json5 "[START_DIR]/cache/work/skia/bin/fetch-gn"
13 "name": "fetch-gn"
18 "[START_DIR]/cache/work/skia/bin/fetch-ninja"
26 "name": "fetch-ninja"
39 "-kind",
41 "-xcode-version",
43 "-output-dir",
54 "xcode-select",
55 "-switch",
66 "-s"
[all …]
/external/kmod/testsuite/
Dtest-depmod.c2 * Copyright (C) 2012-2013 ProFUSION embedded systems
29 #define MODULES_ORDER_ROOTFS TESTSUITE_ROOTFS "test-depmod/modules-order-compressed"
30 #define MODULES_ORDER_LIB_MODULES MODULES_ORDER_ROOTFS "/lib/modules/" MODULES_ORDER_UNAME
52 .output = {
54 { MODULES_ORDER_LIB_MODULES "/correct-modules.alias",
60 #define SEARCH_ORDER_SIMPLE_ROOTFS TESTSUITE_ROOTFS "test-depmod/search-order-simple"
78 .output = {
80 { SEARCH_ORDER_SIMPLE_ROOTFS "/lib/modules/4.4.4/correct-modules.dep",
81 SEARCH_ORDER_SIMPLE_ROOTFS "/lib/modules/4.4.4/modules.dep" },
86 #define SEARCH_ORDER_SAME_PREFIX_ROOTFS TESTSUITE_ROOTFS "test-depmod/search-order-same-prefix"
[all …]
/external/grpc-grpc/tools/doxygen/
DDoxyfile.core.internal18 #---------------------------------------------------------------------------
20 #---------------------------------------------------------------------------
23 # that follow. The default is UTF-8 which is also the encoding used for all text
27 # The default value is: UTF-8.
29 DOXYFILE_ENCODING = UTF-8
32 # double-quotes, unless you are using Doxywizard) that should identify the
54 # the logo to the output directory.
65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
66 # directories (in 2 levels) under the output directory of each output format and
75 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
[all …]
DDoxyfile.c++.internal18 #---------------------------------------------------------------------------
20 #---------------------------------------------------------------------------
23 # that follow. The default is UTF-8 which is also the encoding used for all text
27 # The default value is: UTF-8.
29 DOXYFILE_ENCODING = UTF-8
32 # double-quotes, unless you are using Doxywizard) that should identify the
54 # the logo to the output directory.
65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
66 # directories (in 2 levels) under the output directory of each output format and
75 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
[all …]
/external/angle/build/rust/std/
Dfind_std_rlibs.py4 # Use of this source code is governed by a BSD-style license that can be
19 EXPECTED_STDLIB_INPUT_REGEX = re.compile(r"([0-9a-z_]+)(?:-([0-9]+))?$")
20 RLIB_NAME_REGEX = re.compile(r"lib([0-9a-z_]+)-([0-9a-f]+)\.rlib$")
25 parser.add_argument("--rust-bin-dir",
28 parser.add_argument("--target", help="Rust target triple", required=False),
29 parser.add_argument("--output",
32 parser.add_argument("--depfile", help="Path to write depfile", required=True)
33 parser.add_argument("--depfile-target",
36 parser.add_argument("--extra-libs",
37 help="List of extra non-libstd sysroot libraries")
[all …]
/external/cronet/build/rust/std/
Dfind_std_rlibs.py4 # Use of this source code is governed by a BSD-style license that can be
19 EXPECTED_STDLIB_INPUT_REGEX = re.compile(r"([0-9a-z_]+)(?:-([0-9]+))?$")
20 RLIB_NAME_REGEX = re.compile(r"lib([0-9a-z_]+)-([0-9a-f]+)\.rlib$")
25 parser.add_argument("--rust-bin-dir",
28 parser.add_argument("--target", help="Rust target triple", required=False),
29 parser.add_argument("--output",
32 parser.add_argument("--depfile", help="Path to write depfile", required=True)
33 parser.add_argument("--depfile-target",
36 parser.add_argument("--extra-libs",
37 help="List of extra non-libstd sysroot libraries")
[all …]
/external/llvm/utils/
Dextract_symbols.py29 # Windows, waiting for the entire output to be ready can take a significant
32 def dumpbin_get_symbols(lib): argument
33 process = subprocess.Popen(['dumpbin','/symbols',lib], bufsize=1,
44 def nm_get_symbols(lib): argument
45 process = subprocess.Popen(['nm',lib], bufsize=1,
56 def readobj_get_symbols(lib): argument
57 process = subprocess.Popen(['llvm-readobj','-symbols',lib], bufsize=1,
62 # When looking through the output of llvm-readobj we expect to see Name,
81 # Define functions which determine if the target is 32-bit Windows (as that's
84 def dumpbin_is_32bit_windows(lib): argument
[all …]
/external/grpc-grpc/src/core/lib/json/
Djson_util.cc9 // http://www.apache.org/licenses/LICENSE-2.0
21 #include "src/core/lib/json/json_util.h"
23 #include "src/core/lib/gprpp/no_destruct.h"
24 #include "src/core/lib/gprpp/validation_errors.h"
25 #include "src/core/lib/json/json_args.h"
26 #include "src/core/lib/json/json_object_loader.h"
34 ->LoadInto(field, JsonArgs(), duration, &errors); in ParseDurationFromJson()
39 bool* output, std::vector<grpc_error_handle>* error_list) { in ExtractJsonBool() argument
41 error_list->push_back(GRPC_ERROR_CREATE( in ExtractJsonBool()
45 *output = json.boolean(); in ExtractJsonBool()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/lib/json/
Djson_util.cc9 // http://www.apache.org/licenses/LICENSE-2.0
21 #include "src/core/lib/json/json_util.h"
23 #include "src/core/lib/gprpp/no_destruct.h"
24 #include "src/core/lib/gprpp/validation_errors.h"
25 #include "src/core/lib/json/json_args.h"
26 #include "src/core/lib/json/json_object_loader.h"
34 ->LoadInto(field, JsonArgs(), duration, &errors); in ParseDurationFromJson()
39 bool* output, std::vector<grpc_error_handle>* error_list) { in ExtractJsonBool() argument
41 error_list->push_back(GRPC_ERROR_CREATE( in ExtractJsonBool()
45 *output = json.boolean(); in ExtractJsonBool()
[all …]
/external/ltp/testcases/commands/ar/
Dar01.sh2 # SPDX-License-Identifier: GPL-2.0-or-later
19 $AR --help | grep "use zero for timestamps and uids/gids (default)" >/dev/null
20 [ $? -eq 0 ] && MOD="U"
25 ROD $AR -cr"$MOD" lib.a $TST_DATAROOT/file1.in $TST_DATAROOT/file3.in
26 ROD $AR -ra"$MOD" file1.in lib.a $TST_DATAROOT/file2.in
27 ROD $AR -t lib.a \> ar.out
32 tst_res TPASS "$AR added new file after another (-a)"
34 tst_res TFAIL "$AR failed to add new file after another (-a)"
38 ROD rm lib.a
43 ROD $AR -cr"$MOD" lib.a $TST_DATAROOT/file1.in $TST_DATAROOT/file2.in \
[all …]

12345678910>>...46