HomeSort by: relevance | last modified time | path
    Searched refs:images (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/external/gpl2/gettext/dist/gettext-runtime/intl-java/
Makefile.am 80 javadoc1/images/blue-ball-small.gif javadoc1/images/blue-ball.gif \
81 javadoc1/images/class-index.gif \
82 javadoc1/images/constructor-index.gif \
83 javadoc1/images/constructors.gif \
84 javadoc1/images/cyan-ball-small.gif javadoc1/images/cyan-ball.gif \
85 javadoc1/images/error-index.gif \
86 javadoc1/images/exception-index.gif \
87 javadoc1/images/green-ball-small.gif javadoc1/images/green-ball.gif
    [all...]
  /src/external/bsd/tmux/dist/
image.c 26 static struct images all_images = TAILQ_HEAD_INITIALIZER(all_images);
47 int redraw = !TAILQ_EMPTY(&s->images);
49 TAILQ_FOREACH_SAFE(im, &s->images, entry, im1)
111 im->list = &s->images;
127 TAILQ_FOREACH_SAFE(im, &s->images, entry, im1) {
142 TAILQ_FOREACH_SAFE(im, &s->images, entry, im1) {
161 TAILQ_FOREACH_SAFE(im, &s->images, entry, im1) {
screen.c 93 TAILQ_INIT(&s->images);
655 TAILQ_CONCAT(&s->saved_images, &s->images, entry);
719 TAILQ_CONCAT(&s->images, &s->saved_images, entry);
720 TAILQ_FOREACH(im, &s->images, entry)
721 im->list = &s->images;
tmux.h 939 struct images *list;
944 TAILQ_HEAD(images, image);
989 struct images images; member in struct:screen
990 struct images saved_images;
  /src/etc/etc.sparc64/
Makefile.inc 19 # Install miniroot images and auxiliary scripts to the release tree
  /src/external/gpl3/gcc/dist/libgfortran/caf/
mpi.c 183 msg = "Failed to allocate coarray - there are stopped images";
213 "there are stopped images";
258 msg = "SYNC ALL failed - there are stopped images";
276 /* SYNC IMAGES. Note: SYNC IMAGES(*) is passed as count == -1 while
277 SYNC IMAGES([]) has count == 0. Note further that SYNC IMAGES(*)
280 _gfortran_caf_sync_images (int count, int images[], int *stat, char *errmsg,
284 if (count == 0 || (count == 1 && images[0] == caf_this_image))
296 if (images[i] < 1 || images[i] > caf_num_images
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/caf/
mpi.c 183 msg = "Failed to allocate coarray - there are stopped images";
213 "there are stopped images";
258 msg = "SYNC ALL failed - there are stopped images";
276 /* SYNC IMAGES. Note: SYNC IMAGES(*) is passed as count == -1 while
277 SYNC IMAGES([]) has count == 0. Note further that SYNC IMAGES(*)
280 _gfortran_caf_sync_images (int count, int images[], int *stat, char *errmsg,
284 if (count == 0 || (count == 1 && images[0] == caf_this_image))
296 if (images[i] < 1 || images[i] > caf_num_images
    [all...]
  /src/etc/etc.sparc/
Makefile.inc 36 # Install miniroot images and auxiliary scripts to the release tree
39 # install boot images in netboot directory
  /src/external/gpl3/gcc/dist/libstdc++-v3/doc/
Makefile.am 376 xml_image_dir = ${xml_dir}/images
482 mkdir -p ${docbook_outdir}/epub/OEBPS/images
489 mkdir -p ${docbook_outdir}/html/images
539 stamp-html-docbook-images: stamp-html-docbook $(xml_images)
540 $(INSTALL_DATA) $(xml_images) ${docbook_outdir}/html/images
541 $(STAMP) stamp-html-docbook-images
543 stamp-html-docbook-data: stamp-html-docbook-images
560 $(INSTALL_DATA) ${docbook_outdir}/html/images/* ${top_srcdir}/doc/html/images
631 if [ ! -d "${docbook_outdir}/images" ]; then
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/
Makefile.am 374 xml_image_dir = ${xml_dir}/images
480 mkdir -p ${docbook_outdir}/epub/OEBPS/images
487 mkdir -p ${docbook_outdir}/html/images
537 stamp-html-docbook-images: stamp-html-docbook $(xml_images)
538 $(INSTALL_DATA) $(xml_images) ${docbook_outdir}/html/images
539 $(STAMP) stamp-html-docbook-images
541 stamp-html-docbook-data: stamp-html-docbook-images
558 $(INSTALL_DATA) ${docbook_outdir}/html/images/* ${top_srcdir}/doc/html/images
629 if [ ! -d "${docbook_outdir}/images" ]; then
    [all...]
  /src/external/gpl2/mkhybrid/dist/
mkisofs.spec 12 file system images for creating CD-ROMs. Now includes support
  /src/sys/arch/m68k/060sp/dist/
test.doc 47 hexadecimal images of the actual tests. This format is the
48 ONLY format that will be supported. The hex images were created
50 binary output images into ASCII text files. The hexadecimal
  /src/external/bsd/openldap/dist/doc/guide/admin/
Makefile 60 ../images/LDAPlogo.gif \
  /src/external/apache2/llvm/dist/llvm/utils/docker/
build_docker_image.sh 59 will produce two docker images:
  /src/etc/
Makefile 55 # tools mkhybrid(8) to create hybrid ISO9660/HFS images.
438 CDROM_IMAGE?=${RELEASEDIR}/images/NetBSD-${DISTRIBVER}-${MACHINE}.iso
445 ${MAKESUMS} -t ${RELEASEDIR}/images/ '*.iso'
459 mkdir -p ${RELEASEDIR}/images
484 # Standalone target to create live images after the release was composed.
486 # LIVEIMG_RELEASEDIR specifies where to install live images and
489 LIVEIMG_RELEASEDIR?= ${RELEASEDIR}/images
497 # Standalone target to create installation images
500 # INSTIMG_RELEASEDIR specifies where to install live images and
503 INSTIMG_RELEASEDIR?= ${RELEASEDIR}/images
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 324 struct ptx_image_data *images; /* Images loaded on device. */ member in struct:ptx_device
547 ptx_dev->images = NULL;
1367 new_image->next = dev->images;
1368 dev->images = new_image;
1556 for (prev_p = &dev->images; (image = *prev_p) != 0; prev_p = &image->next)
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 318 struct ptx_image_data *images; /* Images loaded on device. */ member in struct:ptx_device
533 ptx_dev->images = NULL;
1319 new_image->next = dev->images;
1320 dev->images = new_image;
1395 for (prev_p = &dev->images; (image = *prev_p) != 0; prev_p = &image->next)
  /src/external/bsd/file/dist/magic/
Makefile.am 152 $(MAGIC_FRAGMENT_DIR)/images \
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 870 /* Short cut: For single images without STAT= or LOCK_ACQUIRED
1219 tree images = NULL_TREE, stat = NULL_TREE, local
1222 /* Short cut: For single images without bound checking or without STAT=,
1235 images = argse.expr;
1266 /* Check SYNC IMAGES(imageset) for valid image index.
1271 tree images2 = fold_convert (integer_type_node, images);
1275 images, build_int_cst (TREE_TYPE (images), 1));
1285 images,
1286 build_int_cst (TREE_TYPE (images), 1))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 866 /* Short cut: For single images without STAT= or LOCK_ACQUIRED
1215 tree images = NULL_TREE, stat = NULL_TREE, local
1218 /* Short cut: For single images without bound checking or without STAT=,
1231 images = argse.expr;
1262 /* Check SYNC IMAGES(imageset) for valid image index.
1267 tree images2 = fold_convert (integer_type_node, images);
1271 images, build_int_cst (TREE_TYPE (images), 1));
1281 images,
1282 build_int_cst (TREE_TYPE (images), 1))
    [all...]
  /src/usr.sbin/sysinst/
msg.mi.en 714 Some architectures offer different CD vs. DVD ISO images, the DVD images
msg.mi.fr 728 Some architectures offer different CD vs. DVD ISO images, the DVD images
msg.mi.es 725 Some architectures offer different CD vs. DVD ISO images, the DVD images
  /src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl 638 @echo *** Installing HTML images
  /src/crypto/external/apache2/openssl/dist/Configurations/
windows-makefile.tmpl 648 @echo *** Installing HTML images

Completed in 90 milliseconds

1 2 3