Searched refs:make (Results 1 – 25 of 107) sorted by relevance
12345
/hardware/qcom/msm8998/json-c/ |
D | README.md | 36 $ make 37 $ make install 43 $ make check 52 ```make 59 ```make
|
D | Android.configure.mk | 32 make -C $$(dirname $$file) $$(basename $$file) ; \
|
/hardware/invensense/6515/libsensors_iio/ |
D | README_L_arm64 | 10 $ make libinvensense_hal 11 $ make sensors.flounder
|
/hardware/intel/common/libmix/mix_common/ |
D | mixcommon.spec | 28 make 31 make DESTDIR=$RPM_BUILD_ROOT install
|
D | INSTALL | 13 Briefly, the shell commands `./configure; make; make install' should 53 2. Type `make' to compile the package. 55 3. Optionally, type `make check' to run any self-tests that come with 58 4. Type `make install' to install the programs and any data files and 62 source code directory by typing `make clean'. To also remove the 64 a different kind of computer), type `make distclean'. There is 65 also a `make maintainer-clean' target, but that is intended mainly 70 6. Often, you can also type `make uninstall' to remove the installed 93 own directory. To do this, you can use GNU `make'. `cd' to the 98 With a non-GNU `make', it is safer to compile the package for one [all …]
|
/hardware/intel/common/libmix/mix_vbp/ |
D | mixvbp.spec | 34 make 36 make DESTDIR=$RPM_BUILD_ROOT install
|
D | INSTALL | 4 make
|
D | configure.ac | 12 dnl make aclocal work in maintainer mode
|
/hardware/intel/common/libmix/mix_video/ |
D | INSTALL | 4 make
|
D | mixvideo.spec | 47 make 49 make DESTDIR=$RPM_BUILD_ROOT install
|
D | configure.ac | 13 dnl make aclocal work in maintainer mode
|
/hardware/intel/common/libmix/mix_audio/ |
D | INSTALL | 4 make
|
D | mixaudio.spec | 38 make
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | msg_formatting.h | 53 struct make {}; 56 struct make<n> { 57 using type = conc_t<typename make<n - 1>::type, IntegerSequence<n - 1>>; 60 struct make<start, n> { 61 using type = conc_t<typename make<start, n - 1>::type, IntegerSequence<start + n - 1>>; 65 struct make<start, start> { 70 struct make<0> { 75 using make_t = typename make<n...>::type;
|
/hardware/interfaces/wifi/1.2/default/tests/ |
D | runtests.sh | 28 make -j32 -C $ANDROID_BUILD_TOP -f build/core/main.mk \
|
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/ |
D | Makefile.am | 83 include $(top_srcdir)/gtk-doc.make
|
/hardware/interfaces/gnss/1.1/ |
D | IGnss.hal | 50 * GNSS hardware must make strong tradeoffs to substantially restrict power use. 53 * one second per interval, and must make exactly one call to gnssSvStatusCb(), and either 55 * the nominal mode (similar to V1.0 where this flag wasn't present) and is expected to make
|
/hardware/intel/img/psb_video/ |
D | psb-video.spec | 56 make %{?jobs:-j%jobs}
|
/hardware/intel/common/libva/ |
D | NEWS | 5 * API: make {Top,Bottom}FieldOrderCnt signed (Yi Wang)
|
/hardware/intel/bootstub/ |
D | bootstub.spec | 17 make
|
D | LICENSE | 22 software--to make sure the software is free for all its users. This 30 price. Our General Public Licenses are designed to make sure that you 36 To protect your rights, we need to make restrictions that forbid 43 you have. You must make sure that they, too, receive or can get the 51 Also, for each author's protection and ours, we want to make certain 234 This section is intended to make thoroughly clear what is believed to 262 make exceptions for this. Our decision will be guided by the two goals 293 possible use to the public, the best way to achieve this is to make it 320 If the program is interactive, make it output a short notice like this
|
/hardware/interfaces/camera/common/1.0/default/include/ |
D | Exif.h | 228 virtual bool setMake(const std::string& make) = 0;
|
/hardware/interfaces/tests/extension/light/2.0/ |
D | types.hal | 56 * This is the secret sauce that will really make this extension shine.
|
/hardware/interfaces/broadcastradio/1.1/ |
D | IBroadcastRadio.hal | 33 * This call is meant to make V1_0::MetaData lightweight - instead of
|
/hardware/interfaces/camera/common/1.0/default/ |
D | Exif.cpp | 234 virtual bool setMake(const std::string& make); 793 bool ExifUtilsImpl::setMake(const std::string& make) { in setMake() argument 794 SET_STRING(EXIF_IFD_0, EXIF_TAG_MAKE, EXIF_FORMAT_ASCII, make); in setMake()
|
12345