/external/dropbear/debian/ |
D | implicit | 25 @rm -f debian/$*/usr/share/doc/$*/* || : 26 @install -d -m0755 debian/$*/usr/share/doc/$* 27 : debian/$*/usr/share/doc/$*/ 28 @sh -cx 'install -m0644 debian/copyright debian/$*/usr/share/doc/$*/' 30 debian/$*/usr/share/doc/$*/changelog.Debian' 32 sh -cx 'install -m0644 changelog debian/$*/usr/share/doc/$*/' 33 @test -r debian/$*/usr/share/doc/$*/changelog || \ 34 sh -cx 'mv debian/$*/usr/share/doc/$*/changelog.Debian \ 35 debian/$*/usr/share/doc/$*/changelog' 36 @test -s debian/$*/usr/share/doc/$*/changelog || \ [all …]
|
D | rules | 40 --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ 82 install -d -m0755 '$(DIR)'/usr/share/man/man8 84 install -m644 $$i '$(DIR)'/usr/share/man/man8/ || exit 1; \ 86 gzip -9 '$(DIR)'/usr/share/man/man8/*.8 87 install -d -m0755 '$(DIR)'/usr/share/man/man1 88 install -m644 dbclient.1 '$(DIR)'/usr/share/man/man1/ 89 gzip -9 '$(DIR)'/usr/share/man/man1/*.1
|
/external/chromium_org/sync/internal_api/ |
D | write_transaction.cc | 14 UserShare* share) in WriteTransaction() argument 15 : BaseTransaction(share), in WriteTransaction() 18 share->directory.get()); in WriteTransaction() 22 UserShare* share, in WriteTransaction() argument 24 : BaseTransaction(share), in WriteTransaction() 27 share->directory.get(), in WriteTransaction()
|
D | read_transaction.cc | 15 UserShare* share) in ReadTransaction() argument 16 : BaseTransaction(share), in ReadTransaction() 20 share->directory.get()); in ReadTransaction() 23 ReadTransaction::ReadTransaction(UserShare* share, in ReadTransaction() argument 25 : BaseTransaction(share), in ReadTransaction()
|
D | base_transaction.cc | 15 BaseTransaction::BaseTransaction(UserShare* share) in BaseTransaction() argument 16 : user_share_(share) { in BaseTransaction() 17 DCHECK(share && share->directory.get()); in BaseTransaction()
|
/external/e2fsprogs/debian/ |
D | rules | 86 MANDIR=/usr/share/man 131 --enable-elf-shlibs --infodir=/usr/share/info 385 $(INSTALL) -m 0644 -D -p debian/$$i ${debdir}/$${pkg}/usr/share/lintian/overrides/$${pkg} ;\ 391 mkdir -p ${debdir}/libblkid${BLKID_SOVERSION}/usr/share/doc/libblkid${BLKID_SOVERSION} 392 mkdir -p ${debdir}/libblkid-dev/usr/share/doc 393 ln -sf libblkid${BLKID_SOVERSION} ${debdir}/libblkid-dev/usr/share/doc/libblkid-dev 396 mkdir -p ${debdir}/libss${SS_SOVERSION}/usr/share/doc/libss${SS_SOVERSION} 397 mkdir -p ${debdir}/ss-dev/usr/share/doc 398 ln -sf libss${SS_SOVERSION} ${debdir}/ss-dev/usr/share/doc/ss-dev 400 mkdir -p ${debdir}/libcomerr${COMERR_SOVERSION}/usr/share/doc/libcomerr${COMERR_SOVERSION} [all …]
|
D | comerr-dev.files | 5 usr/share/man/man1/compile_et* 6 usr/share/man/man3/com_err.3* 8 usr/share/et/*
|
D | uuid-runtime.files | 3 usr/share/man/man8/uuidd.* 4 usr/share/man/man1/uuidgen.*
|
D | e2fsprogs.files | 6 usr/share/man 7 usr/share/locale
|
D | ss-dev.files | 5 usr/share/ss/* 6 usr/share/man/man1/mk_cmds*
|
/external/mesa3d/src/glx/ |
D | create_context.c | 43 struct glx_context *const share = (struct glx_context *) share_context; in glXCreateContextAttribsARB() local 78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs, in glXCreateContextAttribsARB() 85 gc = applegl_create_context(psc, cfg, share, 0); in glXCreateContextAttribsARB() 87 gc = indirect_create_context(psc, cfg, share, 0); in glXCreateContextAttribsARB() 92 gc->share_xid = (share != NULL) ? share->xid : 0; in glXCreateContextAttribsARB()
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | create_context.c | 43 struct glx_context *const share = (struct glx_context *) share_context; in glXCreateContextAttribsARB() local 78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs, in glXCreateContextAttribsARB() 85 gc = applegl_create_context(psc, cfg, share, 0); in glXCreateContextAttribsARB() 87 gc = indirect_create_context(psc, cfg, share, 0); in glXCreateContextAttribsARB() 92 gc->share_xid = (share != NULL) ? share->xid : 0; in glXCreateContextAttribsARB()
|
/external/qemu/distrib/sdl-1.2.15/ |
D | SDL.qpg.in | 35 <QPG:Add permissions="0644" file="./BUGS" install="/usr/share/doc/SDL12/"/> 36 <QPG:Add permissions="0644" file="./COPYING" install="/usr/share/doc/SDL12/"/> 37 <QPG:Add permissions="0644" file="./CREDITS" install="/usr/share/doc/SDL12/"/> 38 <QPG:Add permissions="0644" file="./INSTALL" install="/usr/share/doc/SDL12/"/> 39 <QPG:Add permissions="0644" file="./README" install="/usr/share/doc/SDL12/"/> 40 <QPG:Add permissions="0644" file="./README-SDL.txt" install="/usr/share/doc/SDL12/"/> 41 <QPG:Add permissions="0644" file="./README.CVS" install="/usr/share/doc/SDL12/"/> 42 <QPG:Add permissions="0644" file="./README.QNX" install="/usr/share/doc/SDL12/"/> 43 <QPG:Add permissions="0644" file="./TODO" install="/usr/share/doc/SDL12/"/> 44 <QPG:Add permissions="0644" file="./WhatsNew" install="/usr/share/doc/SDL12/"/> [all …]
|
/external/chromium_org/third_party/angle/extensions/ |
D | EGL_ANGLE_surface_d3d_texture_2d_share_handle.txt | 41 backed by Direct3D 2D textures. For such surfaces, a D3D share 65 EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE pointer Direct3D share handle 70 share handle, or NULL if a share handle for the surface is not 71 available. The share handle must be queried using 73 created with this share handle, ensure that all rendering 76 The Direct3D share handle may be passed as the pSharedHandle
|
/external/chromium/sdch/open-vcdiff/packages/deb/ |
D | rules | 42 …=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/in… 62 cp -f /usr/share/misc/config.sub config.sub 65 cp -f /usr/share/misc/config.guess config.guess 103 $(CURDIR)/debian/tmp/usr/share/man/man1/vcdiff.1
|
/external/chromium_org/sdch/open-vcdiff/packages/deb/ |
D | rules | 42 …=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/in… 62 cp -f /usr/share/misc/config.sub config.sub 65 cp -f /usr/share/misc/config.guess config.guess 103 $(CURDIR)/debian/tmp/usr/share/man/man1/vcdiff.1
|
/external/open-vcdiff/packages/deb/ |
D | rules | 42 …=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/in… 62 cp -f /usr/share/misc/config.sub config.sub 65 cp -f /usr/share/misc/config.guess config.guess 103 $(CURDIR)/debian/tmp/usr/share/man/man1/vcdiff.1
|
/external/chromium_org/third_party/tcmalloc/vendor/packages/deb/ |
D | rules | 42 …=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/in… 62 cp -f /usr/share/misc/config.sub config.sub 65 cp -f /usr/share/misc/config.guess config.guess
|
/external/e2fsprogs/debian/attic/libs/ |
D | rules | 85 sed s%$(topdir)/lib/et%/usr/share/comerr% \ 91 $(debdir)/comerrg-dev/usr/share/comerr/ 94 sed s%$(topdir)/lib/ss%/usr/share/ss% \ 100 $(debdir)/ssg-dev/usr/share/ss/ 128 install -d $(debdir)/e2fslibsg-dev/usr/share/doc-base/ 130 $(debdir)/e2fslibsg-dev/usr/share/doc-base/libext2fs 131 install -d $(debdir)/comerrg-dev/usr/share/doc-base/ 133 $(debdir)/comerrg-dev/usr/share/doc-base/com_err
|
/external/llvm/cmake/modules/ |
D | CMakeLists.txt | 1 set(llvm_cmake_builddir "${LLVM_BINARY_DIR}/share/llvm/cmake") 26 DESTINATION share/llvm/cmake) 29 DESTINATION share/llvm/cmake
|
/external/chromium_org/sync/internal_api/test/ |
D | fake_sync_manager.cc | 99 UserShare* share = test_user_share_.user_share(); in Init() local 102 TestUserShare::CreateRoot(it.Get(), share); in Init() 167 UserShare* share = GetUserShare(); in ConfigureSyncer() local 168 share->directory->PurgeEntriesWithTypeIn(to_purge, in ConfigureSyncer() 174 TestUserShare::CreateRoot(it.Get(), share); in ConfigureSyncer()
|
/external/chromium/sdch/open-vcdiff/packages/rpm/ |
D | rpm.spec | 58 %docdir %{prefix}/share/doc/%{NAME}-%{VERSION} 59 %{prefix}/share/doc/%{NAME}-%{VERSION}/* 61 %docdir %{prefix}/share/man/man1/vcdiff.1* 62 %{prefix}/share/man/man1/vcdiff.1*
|
/external/open-vcdiff/packages/rpm/ |
D | rpm.spec | 58 %docdir %{prefix}/share/doc/%{NAME}-%{VERSION} 59 %{prefix}/share/doc/%{NAME}-%{VERSION}/* 61 %docdir %{prefix}/share/man/man1/vcdiff.1* 62 %{prefix}/share/man/man1/vcdiff.1*
|
/external/chromium_org/sdch/open-vcdiff/packages/rpm/ |
D | rpm.spec | 58 %docdir %{prefix}/share/doc/%{NAME}-%{VERSION} 59 %{prefix}/share/doc/%{NAME}-%{VERSION}/* 61 %docdir %{prefix}/share/man/man1/vcdiff.1* 62 %{prefix}/share/man/man1/vcdiff.1*
|
/external/libsepol/man/ |
D | Makefile | 2 MAN8DIR ?= $(DESTDIR)/usr/share/man/man8 3 MAN3DIR ?= $(DESTDIR)/usr/share/man/man3
|