Home
last modified time | relevance | path

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

12345678910>>...43

/external/ImageMagick/
DMake.com65 $write sys$output "Making in [.magickcore]"
68 $set default [-]
69 $write sys$output "Making in [.coders]"
72 $set default [-]
76 $ write sys$output "Making shareable image"
77 $ link/share/exe=magickshr.exe [.magickcore]libMagick.olb/lib, -
78 [.coders]libCoders.olb/lib,[.magickcore]libMagick.olb/lib, -
79 []magickshr.opt/opt, -
80 sys$library:freetype.olb/lib, -
81 sys$library:libjasper.olb/lib, -
[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
43 PROJECT_NUMBER = 6.0.0-dev
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
[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
43 PROJECT_NUMBER = 1.16.0-dev
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
[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()
94 /// Executes a command and returns the `stdout` output if the command was
96 fn run_command(name: &str, path: &str, arguments: &[&str]) -> Option<String> { in run_command()
[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()
94 /// Executes a command and returns the `stdout` output if the command was
96 fn run_command(name: &str, path: &str, arguments: &[&str]) -> Option<String> { in run_command()
[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
8 UNAME_M := $(shell uname -m)
10 LIBKVM = lib/assert.c lib/elf.c lib/io.c lib/kvm_util.c lib/sparsebit.c
11 LIBKVM_x86_64 = lib/x86_64/processor.c lib/x86_64/vmx.c lib/x86_64/ucall.c
12 LIBKVM_aarch64 = lib/aarch64/processor.c lib/aarch64/ucall.c
13 LIBKVM_s390x = lib/s390x/processor.c lib/s390x/ucall.c
48 CFLAGS += -Wall -Wstrict-prototypes -Wuninitialized -O2 -g -std=gnu99 \
49 -fno-stack-protector -fno-PIE -I$(LINUX_TOOL_INCLUDE) \
50 -I$(LINUX_HDR_PATH) -Iinclude -I$(<D) -Iinclude/$(UNAME_M) -I..
52 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \
[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/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/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/kmod/testsuite/
Dtest-depmod.c2 * Copyright (C) 2012-2013 ProFUSION embedded systems
30 #define MODULES_ORDER_ROOTFS TESTSUITE_ROOTFS "test-depmod/modules-order-compressed"
31 #define MODULES_ORDER_LIB_MODULES MODULES_ORDER_ROOTFS "/lib/modules/" MODULES_ORDER_UNAME
50 .output = {
52 { MODULES_ORDER_LIB_MODULES "/correct-modules.alias",
59 #define SEARCH_ORDER_SIMPLE_ROOTFS TESTSUITE_ROOTFS "test-depmod/search-order-simple"
77 .output = {
79 { SEARCH_ORDER_SIMPLE_ROOTFS "/lib/modules/4.4.4/correct-modules.dep",
80 SEARCH_ORDER_SIMPLE_ROOTFS "/lib/modules/4.4.4/modules.dep" },
85 #define SEARCH_ORDER_SAME_PREFIX_ROOTFS TESTSUITE_ROOTFS "test-depmod/search-order-same-prefix"
[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/freetype/
Dvms_make.com3 $! Copyright (C) 2003-2021 by
20 $! * DEBUG - Compile modules with /noopt/debug and link shareable image
22 $! * LOPTS - Options to be passed to the link command
23 $! * CCOPT - Options to be passed to the C compiler
26 $! zinser@zinser.no-ip.info (preferred) or
27 $! zinser@sysdev.deutsche-boerse.com (work)
31 $!------------------------------------------------------------------------------
62 $ mydir = f$parse(whoami,,,"DIRECTORY") - "]["
88 $ ccopt = ccopt + "/define=(" + f$extract(0,f$length(libdefs)-1,libdefs) + ")"
91 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) -
[all …]
/external/bcc/tools/
Dopensnoop_example.txt4 opensnoop traces the open() syscall system-wide, and prints various details.
5 Example output:
26 17358 run 3 0 /lib/x86_64-linux-gnu/libtinfo.so.5
27 17358 run 3 0 /lib/x86_64-linux-gnu/libdl.so.2
28 17358 run 3 0 /lib/x86_64-linux-gnu/libc.so.6
29 17358 run -1 6 /dev/tty
33 17358 run 3 0 /lib/x86_64-linux-gnu/libnss_compat.so.2
34 17358 run 3 0 /lib/x86_64-linux-gnu/libnsl.so.1
36 17358 run 3 0 /lib/x86_64-linux-gnu/libnss_nis.so.2
37 17358 run 3 0 /lib/x86_64-linux-gnu/libnss_files.so.2
[all …]
Dstatsnoop_example.txt4 statsnoop traces the different stat() syscalls system-wide, and prints various
5 details. Example output:
10 31126 bash -1 2 /usr/local/sbin/iconfig
11 31126 bash -1 2 /usr/local/bin/iconfig
12 31126 bash -1 2 /usr/sbin/iconfig
13 31126 bash -1 2 /usr/bin/iconfig
14 31126 bash -1 2 /sbin/iconfig
15 31126 bash -1 2 /bin/iconfig
16 31126 bash -1 2 /usr/games/iconfig
17 31126 bash -1 2 /usr/local/games/iconfig
[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/skia/infra/bots/recipe_modules/build/examples/full.expected/
DBuild-Mac-Clang-x86_64-Debug-ASAN.json13 "-kind",
15 "-xcode-version",
17 "-output-dir",
28 "xcode-select",
29 "-switch",
40 "-u",
41 "[START_DIR]/cache/work/skia/bin/fetch-gn"
49 "name": "fetch-gn"
54 "-s"
66 "name": "ccache stats-start"
[all …]
/external/ltp/testcases/commands/ar/
Dar01.sh2 # SPDX-License-Identifier: GPL-2.0-or-later
21 ar --help | grep "use zero for timestamps and uids/gids (default)" >/dev/null
22 [ $? -eq 0 ] && MOD="U"
27 ROD ar -cr"$MOD" lib.a $TST_DATAROOT/file1.in $TST_DATAROOT/file3.in
28 ROD ar -ra"$MOD" file1.in lib.a $TST_DATAROOT/file2.in
29 ROD ar -t lib.a \> ar.out
34 tst_res TPASS "ar added new file after another (-a)"
36 tst_res TFAIL "ar failed to add new file after another (-a)"
40 ROD rm lib.a
45 ROD ar -cr"$MOD" lib.a $TST_DATAROOT/file1.in $TST_DATAROOT/file2.in \
[all …]
/external/rust/crates/jni/
Dbuild.rs8 //! java -XshowSettings:properties -version | grep 'java.home'
12 //! On Windows, we also need to find `jvm.lib` file which is used while linking
13 //! at build time. This file is typically placed in `$JAVA_HOME/lib` directory.
46 println!("cargo:rustc-link-search=native={}", libjvm_path.display()); in main()
48 // On Windows, we need additional file called `jvm.lib` in main()
49 // and placed inside `JAVA_HOME\lib` directory. in main()
51 let lib_path = java_home.join("lib"); in main()
52 println!("cargo:rustc-link-search={}", lib_path.display()); in main()
55 println!("cargo:rerun-if-env-changed=JAVA_HOME"); in main()
59 // https://bugs.openjdk.java.net/browse/JDK-7131356 in main()
[all …]
/external/perfetto/tools/
Dgen_android_bp8 # http://www.apache.org/licenses/LICENSE-2.0
21 # gn desc out --format=json --all-toolchains "//*" > desc.json
26 # libraries are also mapped to their Android equivalents -- see |builtin_deps|.
41 # Arguments for the GN output directory.
87 # Defines a custom init_rc argument to be applied to the corresponding output
123 'android.hardware.health-V1-ndk',
125 "android.hardware.power.stats-V1-cpp",
160 cflag_allowlist = r'^-DPERFETTO.*$'
179 yield line[:-1] + '**/*'
191 ('cflags', {'-Wglobal-constructors', '-Werror=global-constructors'}),
[all …]
/external/libpng/contrib/gregbook/
Dmakevms.com1 $!------------------------------------------------------------------------------
13 $ if f$search("[---.zlib]zlib.h").nes."" then zpath = "[---.zlib]"
14 $ if f$search("[--]png.h").nes."" then pngpath = "[--]"
16 $ if f$search("[-.zlib]zlib.h").nes."" then zpath = "[-.zlib]"
17 $ if f$search("[-.libpng]png.h").nes."" then pngpath = "[-.libpng]"
21 $ write sys$output "zlib include not found. Exiting..."
27 $ write sys$output "libpng include not found. Exiting..."
56 $ open/write lopt lib.opt
57 $ write lopt "''pngpath'libpng.olb/lib"
58 $ write lopt "''zpath'libz.olb/lib"
[all …]
/external/oss-fuzz/projects/bind9/
Dbuild.sh1 #!/bin/sh -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
19 autoreconf -fi
20 …/configure --disable-shared --enable-static --enable-developer --without-cmocka --without-zlib --d…
21 (cd lib/isc && make -j"$(nproc)" all V=1)
22 (cd lib/dns && make -j"$(nproc)" all V=1)
24 LIBISC_CFLAGS="-Ilib/isc/unix/include -Ilib/isc/pthreads/include -Ilib/isc/include"
25 LIBDNS_CFLAGS="-Ilib/dns/include"
26 LIBISC_LIBS="lib/isc/.libs/libisc.a -Wl,-Bstatic -lssl -lcrypto -luv -lnghttp2 -Wl,-Bdynamic"
27 LIBDNS_LIBS="lib/dns/.libs/libdns.a -Wl,-Bstatic -lcrypto -Wl,-Bdynamic"
[all …]
/external/tensorflow/tensorflow/examples/wav_to_spectrogram/
Dwav_to_spectrogram.cc7 http://www.apache.org/licenses/LICENSE-2.0
28 #include "tensorflow/core/lib/core/errors.h"
29 #include "tensorflow/core/lib/core/stringpiece.h"
30 #include "tensorflow/core/lib/core/threadpool.h"
31 #include "tensorflow/core/lib/io/path.h"
32 #include "tensorflow/core/lib/strings/stringprintf.h"
39 using tensorflow::Output;
50 // - Reads and decodes the audio file into a tensor of float samples. in WavToSpectrogram()
51 // - Creates a float spectrogram from those samples. in WavToSpectrogram()
52 // - Scales, clamps, and converts that spectrogram to 0 to 255 uint8's. in WavToSpectrogram()
[all …]
/external/mesa3d/bin/
Dsymbols-check.py24 def get_symbols_nm(nm, lib): argument
26 List all the (non platform-specific) symbols exported by the library
31 output = subprocess.check_output([nm, '-gP', lib],
33 for line in output.splitlines():
48 def get_symbols_dumpbin(dumpbin, lib): argument
50 List all the (non platform-specific) symbols exported by the library
54 output = subprocess.check_output([dumpbin, '/exports', lib],
56 for line in output.splitlines():
70 # De-mangle symbols
79 parser.add_argument('--symbols-file',
[all …]

12345678910>>...43