Home
last modified time | relevance | path

Searched +refs:cmake +refs:get +refs:list (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/pytorch/cmake/
H A DCodegen.cmake17 list(APPEND result "${filename}")
29 list(APPEND result "${filename}")
100 list(APPEND CUSTOM_BUILD_FLAGS --backend_whitelist CPU QuantizedCPU Vulkan)
102 list(APPEND CUSTOM_BUILD_FLAGS --backend_whitelist CPU QuantizedCPU)
108 … message(STATUS "Running tracing-based selective build given operator list: ${SELECTED_OP_LIST}")
109 list(APPEND CUSTOM_BUILD_FLAGS
122 list(LENGTH STATIC_DISPATCH_BACKEND len)
123 list(APPEND CUSTOM_BUILD_FLAGS
130 list(APPEND CUSTOM_BUILD_FLAGS --skip_dispatcher_op_registration)
137 list(APPEND GEN_UNBOXING_COMMAND
[all …]
/aosp_15_r20/external/grpc-grpc/templates/
H A DCMakeLists.txt.template3 # GRPC global cmake file
56 """Gets the corresponding cmake target for given absl library."""
61 """Get list of transitive deps for given library."""
63 lib_metadata = lib_map.get(lib_name, None)
66 return list(transitive_deps)
70 # This returns a list of abseil pkg targets which the given lib and
77 lib_metadata = lib_map.get(lib_name, None)
82 return list(sorted(absl_specs))
93 return deps_to_pkgconfig_requires_private.get(lib_name, None)
106 """Returns "Requires" list for generating the pkgconfig .pc file for given library."""
[all …]
/aosp_15_r20/device/generic/goldfish-opengl/
Dcmake_transform.py25 if isinstance(data, list):
44 v = self.get(name, [])
45 if isinstance(v, list):
119 libs = [remove_lib_prefix(l) for l in module.get("libs", [])]
122 for l in module.get("staticlibs", [])
194 cmake = {}
200 cmake[root] = header()
201 cmake[root].append("set(GOLDFISH_DEVICE_ROOT ${CMAKE_CURRENT_SOURCE_DIR})")
202 cmake[root].append(
211 if location not in cmake:
[all …]
/aosp_15_r20/external/bcc/
H A DINSTALL.md75 echo deb http://cloudfront.debian.net/debian sid main >> /etc/apt/sources.list
76 sudo apt-get install -y bpfcc-tools libbpfcc libbpfcc-dev linux-headers-$(uname -r)
89 Currently, [building from source](#ubuntu---source) is currently the only way to get up to date pac…
96 sudo apt-get install bpfcc-tools linux-headers-$(uname -r)
116 …org/apt/$(lsb_release -cs) $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/iovisor.list
117 sudo apt-get update
118 sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
125 …://repo.iovisor.org/apt/xenial xenial-nightly main" | sudo tee /etc/apt/sources.list.d/iovisor.list
126 sudo apt-get update
127 sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/bash-completion/completions/
Dcmake1 # bash completion for cmake(1) -*- shell-script -*-
44 else # get type from cache if it's not set explicitly
45 type=$( cmake -LA -N 2>/dev/null | grep "$var:" \
79 COMPREPLY=( $( compgen -W '$( cmake -LA -N 2>/dev/null |
86 COMPREPLY=( $( compgen -W '$( cmake -LA -N | tail -n +2 |
104 COMPREPLY=( $( compgen -W "$( cmake -E help |& sed -n \
113 COMPREPLY=( $( compgen -W '$( cmake --help 2>/dev/null | sed -n \
123 COMPREPLY=( $( compgen -W '$( cmake --help-command-list 2>/dev/null|
124 grep -v "^cmake version " )' -- "$cur" ) )
128 COMPREPLY=( $( compgen -W '$( cmake --help-manual-list 2>/dev/null|
[all …]
/aosp_15_r20/external/grpc-grpc/templates/tools/dockerfile/
H A Dcsharp_deps.include4 # cmake >=3.6 needed to build grpc_csharp_ext
5 RUN apt-get update && apt-get install -y cmake && apt-get clean
8 RUN apt-get update && apt-get install -y apt-transport-https dirmngr && apt-get clean
10 …project.com/repo/debian stable-buster main" | tee /etc/apt/sources.list.d/mono-official-stable.list
11 RUN apt-get update && apt-get install -y ${'\\'}
15 && apt-get clean
H A Dcmake_jessie_backports.include2 # Use cmake 3.6 from jessie-backports
5 …rchive.debian.org/debian jessie-backports main" | tee /etc/apt/sources.list.d/jessie-backports.list
7 RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
8 RUN apt-get update && apt-get install -t jessie-backports -y cmake && apt-get clean
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/android_ndk/
DDockerfile21 RUN apt-get update && apt-get install -y \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
39 && apt-get clean
42 RUN apt-get update && apt-get install -y \
54 && apt-get clean
62 RUN apt-get update && apt-get install -y \
67 && apt-get clean
[all …]
/aosp_15_r20/external/libevent/
H A DCMakeLists.txt18 # cmake -G "Visual Studio 10" ..
40 # get rid of the extra default configurations
41 # what? why would you get id of other useful build types? - Ellzey
49 list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/")
96 # a list that defines what can set for EVENT_STAGE_VERSION
105 list(
150 …test program on the cross compilation target to verify that it works. See cmake documentation for …
154 "Enable running gcov to get a test coverage report (only works with GCC/CLang). Make sure to enable…
156 # Put the libaries and binaries that get built into directories at the
245 …# - https://gitlab.kitware.com/cmake/community/wikis/FAQ#how-can-i-build-my-msvc-application-with-…
[all …]
H A DREADME.md35 EVENT_INSTALL_CMAKE_DIR:PATH=lib/cmake/libevent
37 # Enable running gcov to get a test coverage report (only works with
75 __More variables can be found by running `cmake -LAH <sourcedir_path>`__
80 Install CMake: <https://www.cmake.org>
84 …$ cmake -G "Visual Studio 10" .. # Or whatever generator you want to use cmake --help for a list.
90 $ cmake .. # Default to Unix Makefiles.
145 First of all install <https://www.cmake.org>.
152 $ cmake -G "Visual Studio 10" .. # Or whatever generator you want to use cmake --help for a list.
165 To get a list of settings available for the project you can type:
168 $ cmake -LH ..
[all …]
/aosp_15_r20/external/executorch/examples/portable/
H A DREADME.md24 you should be able to get the basic development environment for ExecuTorch working.
27 model name from the list of available models in the `models` dir.
33 # To get a list of example models
48 (rm -rf cmake-out \
49 && mkdir cmake-out \
50 && cd cmake-out \
51 && cmake -DEXECUTORCH_PAL_DEFAULT=posix ..) \
52 && cmake --build cmake-out -j32 --target executor_runner
55 ./cmake-out/executor_runner --model_path mv2.pte
/aosp_15_r20/external/executorch/examples/models/llava/
H A DCMakeLists.txt14 # cmake-format -i CMakeLists.txt
16 # It should also be cmake-lint clean.
24 # This is a temporary hack to get around Torch dep so we can test this on android
49 include(${EXECUTORCH_ROOT}/build/Utils.cmake)
60 if(CMAKE_TOOLCHAIN_FILE MATCHES ".*(iOS|ios\.toolchain)\.cmake$")
72 # cannot find corresponding .cmake file
91 set(executorch_DIR ${CMAKE_CURRENT_BINARY_DIR}/../../../lib/cmake/ExecuTorch)
110 list(APPEND LINK_LIBS torch)
116 list(
127 list(APPEND link_libraries portable_ops_lib portable_kernels)
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DFindCUDA.cmake8 for compiling CUDA code. Instead, list ``CUDA`` among the languages named
39 ``CUDA_BIN_PATH`` before running cmake (e.g.
80 the generated file. Eventually everything will get built, but if the user
130 :manual:`generator expressions <cmake-generator-expressions(7)>`.
177 .. code-block:: cmake
184 .. code-block:: cmake
191 .. code-block:: cmake
207 .. code-block:: cmake
214 .. code-block:: cmake
220 dependency files get regenerated.
[all …]
DCMakeDetermineHIPCompiler.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
4 include(${CMAKE_ROOT}/Modules/CMakeDetermineCompiler.cmake)
5 include(${CMAKE_ROOT}/Modules/CMakeParseImplicitLinkInfo.cmake)
34 # finally list compilers to try
71 list(APPEND CMAKE_HIP_COMPILER_ID_TEST_FLAGS_FIRST "-v")
73 include(${CMAKE_ROOT}/Modules/CMakeDetermineCompilerId.cmake)
104 if(NOT EXISTS "${CMAKE_HIP_COMPILER_ROCM_ROOT}/lib/cmake/hip-lang/hip-lang-config.cmake")
109 " ${CMAKE_HIP_COMPILER_ROCM_ROOT}/lib/cmake/hip-lang/hip-lang-config.cmake\n"
143 # Use 'rocm_agent_enumerator' to get the current GPU architecture.
165 list(APPEND _CMAKE_HIP_ARCHITECTURES "${_hip_arch}")
[all …]
DFindFLTK.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
15 which get placed in ``FLTK_LIBRARIES`` by defining one or more of the
102 include(${CMAKE_CURRENT_LIST_DIR}/FindX11.cmake)
118 set(FLTK_DIR_STRING "directory containing FLTKConfig.cmake. This is either the root of the build t…
122 # Get the system search path as a list.
135 find_path(FLTK_DIR FLTKConfig.cmake
156 if(EXISTS "${fltk_include}/FLTKConfig.cmake")
158 set(FLTK_CMAKE_PATH "${fltk_include}/FLTKConfig.cmake")
231 # Use fltk-config to generate a list of possible include directories
241 list(APPEND _FLTK_POSSIBLE_INCLUDE_DIRS ${_output})
[all …]
/aosp_15_r20/external/pytorch/cmake/public/
H A Dutils.cmake6 list(REMOVE_ITEM INPUT "${EXCLUDE}")
14 list(APPEND OUT "${PREPEND}${ITEM}")
137 # a library in cmake called torch, and we might think that we just
142 # initializers in libtorch.a that would get improperly pruned by
149 # arguments so that you get all of the extra link settings you need.
184 # dependent library is not a target, cmake creates a $<LINK_ONLY:src> wrapper
186 # https://gitlab.kitware.com/cmake/cmake/issues/15415
187 # https://cmake.org/pipermail/cmake-developers/2013-May/019019.html
239 # https://cmake.org/cmake/help/latest/command/function.html
319 "TORCH_CUDA_ARCH_LIST to cmake instead of implicitly setting it as an "
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/release/
D3.7.rst123 * A :prop_dir:`BINARY_DIR` directory property was added to get the
128 get the list of logical buildsystem target names added by the
136 * A :prop_dir:`SOURCE_DIR` directory property was added to get the
140 get the list of subdirectories added by a project in a directory.
239 ``USER_INTERFACES`` option to add a list of additional pages to the IFW
275 * :manual:`cmake(1)` gained a ``-E capabilities`` option to provide a
277 cmake tool (available generators, etc.).
279 * A new :manual:`cmake-server(7)` mode was added to provide semantic
284 * The :manual:`cmake(1)` command learned a ``--trace-source=<file>`` option.
288 * :manual:`cmake-gui(1)` gained a button to open the generated project file
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_x64/
DDockerfile21 RUN apt-get update && apt-get install -y \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
39 && apt-get clean
42 RUN apt-get update && apt-get install -y \
54 && apt-get clean
62 RUN apt-get update && apt-get install -y \
67 && apt-get clean
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_arm64/
DDockerfile21 RUN apt-get update && apt-get install -y \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
39 && apt-get clean
42 RUN apt-get update && apt-get install -y \
54 && apt-get clean
62 RUN apt-get update && apt-get install -y \
67 && apt-get clean
[all …]
/aosp_15_r20/external/fmtlib/
H A DCMakeLists.txt130 # list instead.
131 list(GET ARGN 0 var)
132 list(REMOVE_AT ARGN 0)
133 list(GET ARGN 0 val)
134 list(REMOVE_AT ARGN 0)
135 list(REMOVE_AT ARGN 0)
136 list(GET ARGN 0 type)
137 list(REMOVE_AT ARGN 0)
188 message(FATAL_ERROR "Cannot get FMT_VERSION from base.h.")
205 "${CMAKE_CURRENT_SOURCE_DIR}/support/cmake")
[all …]
/aosp_15_r20/external/skia/infra/bots/assets/clang_linux/
H A DDockerfile10 # First, Update the apt's source list and include the sources of the packages.
11 RUN grep deb /etc/apt/sources.list | \
12 sed 's/^deb/deb-src /g' >> /etc/apt/sources.list
18 RUN apt-get update && \
19 apt-get install -y --no-install-recommends \
21 build-essential=12.6 cmake=3.13.4-1 make=4.2.1-1.2 python3=3.7.3-1 \
55 cmake -G Ninja -S llvm -B out \
79 cmake -G Ninja -S runtimes -B tsan_out \
91 cmake -GNinja -S runtimes -B msan_out \
/aosp_15_r20/external/tcpdump/cmake/Modules/
H A DFindPCAP.cmake5 # PCAP_ROOT to point cmake to the *root* of a directory with include and
7 # Alternatively, PCAP_ROOT may also be set from cmake command line or GUI
8 # (e.g cmake -DPCAP_ROOT=C:\path\to\pcap [...])
95 # This is based on code in the CMake 3.12.4 FindPkgConfig.cmake,
120 # Turn CMAKE_PREFIX_PATH into a list of extra paths to add
124 list(APPEND _extra_paths ${CMAKE_PREFIX_PATH})
126 # Create a list of the possible pkgconfig subfolder (depending on
134 list(APPEND _lib_dirs "lib/${CMAKE_LIBRARY_ARCHITECTURE}/pkgconfig")
140 list(APPEND _lib_dirs "lib32/pkgconfig")
144 list(APPEND _lib_dirs "lib64/pkgconfig")
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_x64/
H A DDockerfile21 RUN apt-get update && apt-get install -y \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
39 && apt-get clean
42 RUN apt-get update && apt-get install -y \
54 && apt-get clean
71 RUN apt-get update && apt-get install -y \
76 && apt-get clean
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_arm64/
H A DDockerfile21 RUN apt-get update && apt-get install -y \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
39 && apt-get clean
42 RUN apt-get update && apt-get install -y \
54 && apt-get clean
71 RUN apt-get update && apt-get install -y \
76 && apt-get clean
[all …]
/aosp_15_r20/external/freetype/
H A DCMakeLists.txt16 # call cmake to configure the build with default parameters as a static
19 # https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html
23 # cmake -B build -D CMAKE_BUILD_TYPE=Release
28 # cmake -B build -D BUILD_SHARED_LIBS=true -D CMAKE_BUILD_TYPE=Release
32 # cmake -E chdir build cmake -G Xcode -D BUILD_FRAMEWORK:BOOL=true ..
36 # cmake -E chdir build cmake -G Xcode -D IOS_PLATFORM=OS ..
40 # cmake -E chdir build cmake -G Xcode -D IOS_PLATFORM=SIMULATOR ..
44 # cmake -E chdir build cmake -G Xcode -D IOS_PLATFORM=SIMULATOR64 ..
49 # cmake --build build
53 # (sudo) cmake --build build --target install
[all …]

12345678910>>...15