Searched refs:install (Results 1 – 25 of 49) sorted by relevance
12
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | installRelease | 24 install=$promo/$date 25 if test -d $install ; then 26 echo "Target directory $install already exists, may overwrite! Continuing..." 28 echo "Creating target directory $install" 29 mkdir $install 33 cp $genspec/promoter.html $install/index.html 34 mkdir $install/core $install/wsi 35 cp -rp $genspec/core $genspec/wsi $genspec/df $install 37 echo "**** Specs are copied to $install"
|
/hardware/google/gfxstream/qnx/ |
D | common.mk | 9 .PHONY: install 23 check-install-root: 35 install: check-sdp check-install-root gfxstream
|
D | README.md | 17 make install 19 The install target requires the `INSTALL_ROOT_nto` environment variable, which sets the qnx staging…
|
/hardware/google/aemu/ |
D | CMakeLists.txt | 35 "Generate install files used by pkg-config." 100 install( 105 install(DIRECTORY base/include/aemu DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) 106 install(DIRECTORY snapshot/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/aemu/snapshot) 107 install(DIRECTORY host-common/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/aemu/host-common) 108 …install(DIRECTORY third-party/cuda/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/aemu/host-comm… 117 install(TARGETS ${INSTALL_TARGETS}
|
D | rebuild.sh | 14 INSTALL_DIR=$SCRIPT_DIR/install 24 make install
|
D | .gitignore | 4 /install*/
|
/hardware/google/gfxstream/qnx/nto/ |
D | build-aemu.sh | 20 cmake --install build --prefix install
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | README.rst | 12 sudo ninja -C builddir/ install 14 See `docs/install.rst <https://gitlab.freedesktop.org/mesa/mesa/-/blob/master/docs/install.rst>`__ … 100 .. _docs/install.rst: ../../docs/install.rst
|
/hardware/google/gfxstream/guest/vulkan/ |
D | meson.build | 26 install: true, 42 install : true,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/ |
D | README.md | 14 …ed on [npm](https://www.npmjs.com/package/asciidoctor-chunker). You can install via npm. See [In… 22 …extraction level. The new version is written in JavaScript so it will be a lot easier to install! 45 1. Install [Node.js](https://nodejs.org/), the JavaScript runtime. This will install `npm`, the pa… 46 1. If you want to install globally, invoke the following; 48 npm install -g asciidoctor-chunker 50 You can install locally under the current directory as; 52 npm install asciidoctor-chunker 122 - `npm install cheerio commander` 123 - `npm install --save-dev ava webpack webpack-cli webpack-shebang-plugin`
|
/hardware/google/gfxstream/host/ |
D | meson.build | 42 aemu_libs_path = abs_path_prefix + '/aemu/install/lib' 45 rel_path_prefix + '/aemu/install/include', 46 rel_path_prefix + '/aemu/install/include/aemu/host-common', 47 rel_path_prefix + '/aemu/install/include/aemu/snapshot', 279 install: true,
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | CMakeLists.txt | 6 install(TARGETS gfxstream-generic-apigen DESTINATION ${PROJECT_BINARY_DIR})
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/ |
D | shared.mk | 89 .PHONY: all clean cleanall install 111 install : $(EXEC)
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/ |
D | shared.mk | 87 .PHONY: all clean cleanall install 109 install : $(EXEC)
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/ |
D | shared.mk | 91 .PHONY: all clean cleanall install 113 install : $(EXEC)
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/ |
D | shared.mk | 98 .PHONY: all clean cleanall install 120 install : $(EXEC)
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/ |
D | shared.mk | 91 .PHONY: all clean cleanall install 113 install : $(EXEC)
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/ |
D | shared.mk | 92 .PHONY: all clean cleanall install 114 install : $(EXEC)
|
/hardware/google/camera/common/sensor_listener/tests/ |
D | how_to_run.txt | 44 # Since this test requires camera active streaming, install mCamera.apk first. 46 adb install -r -g vendor/google/camera/test/factory/prebuilt/mCamera.apk
|
/hardware/google/gfxstream/guest/magma/ |
D | meson.build | 36 install: true,
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | README | 12 $ make headers_install INSTALL_HDR_PATH=/path/to/install
|
/hardware/interfaces/health/2.1/ |
D | README.md | 28 # For non-A/B devices, install default passthrough implementation to recovery. 48 1. [Install the implementation](#install). 103 # Install the implementation {#install} 111 # For non-A/B devices, also install the passthrough implementation to recovery.
|
/hardware/invensense/6515/libsensors_iio/software/build/android/ |
D | shared.mk | 69 install:
|
/hardware/invensense/65xx/libsensors_iio/software/build/android/ |
D | shared.mk | 69 install:
|
/hardware/interfaces/tests/lazy/1.1/ |
D | ILazy.hal | 23 * Ask the process hosting the service to install a callback that notifies if there are
|
12