Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 107) sorted by relevance

12345

/hardware/qcom/msm8998/json-c/
DREADME.md36 $ make
37 $ make install
43 $ make check
52 ```make
59 ```make
DAndroid.configure.mk32 make -C $$(dirname $$file) $$(basename $$file) ; \
/hardware/invensense/6515/libsensors_iio/
DREADME_L_arm6410 $ make libinvensense_hal
11 $ make sensors.flounder
/hardware/intel/common/libmix/mix_common/
Dmixcommon.spec28 make
31 make DESTDIR=$RPM_BUILD_ROOT install
DINSTALL13 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/
Dmixvbp.spec34 make
36 make DESTDIR=$RPM_BUILD_ROOT install
DINSTALL4 make
Dconfigure.ac12 dnl make aclocal work in maintainer mode
/hardware/intel/common/libmix/mix_video/
DINSTALL4 make
Dmixvideo.spec47 make
49 make DESTDIR=$RPM_BUILD_ROOT install
Dconfigure.ac13 dnl make aclocal work in maintainer mode
/hardware/intel/common/libmix/mix_audio/
DINSTALL4 make
Dmixaudio.spec38 make
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dmsg_formatting.h53 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/
Druntests.sh28 make -j32 -C $ANDROID_BUILD_TOP -f build/core/main.mk \
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/
DMakefile.am83 include $(top_srcdir)/gtk-doc.make
/hardware/interfaces/gnss/1.1/
DIGnss.hal50 * 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/
Dpsb-video.spec56 make %{?jobs:-j%jobs}
/hardware/intel/common/libva/
DNEWS5 * API: make {Top,Bottom}FieldOrderCnt signed (Yi Wang)
/hardware/intel/bootstub/
Dbootstub.spec17 make
DLICENSE22 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/
DExif.h228 virtual bool setMake(const std::string& make) = 0;
/hardware/interfaces/tests/extension/light/2.0/
Dtypes.hal56 * This is the secret sauce that will really make this extension shine.
/hardware/interfaces/broadcastradio/1.1/
DIBroadcastRadio.hal33 * This call is meant to make V1_0::MetaData lightweight - instead of
/hardware/interfaces/camera/common/1.0/default/
DExif.cpp234 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