HomeSort by: relevance | last modified time | path
    Searched refs:images (Results 1 - 25 of 51) 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);
37 TAILQ_REMOVE(&s->images, im, entry);
47 int redraw = !TAILQ_EMPTY(&s->images);
49 TAILQ_FOREACH_SAFE(im, &s->images, entry, im1)
111 TAILQ_INSERT_TAIL(&s->images, im, entry);
126 TAILQ_FOREACH_SAFE(im, &s->images, entry, im1) {
141 TAILQ_FOREACH_SAFE(im, &s->images, entry, im1) {
160 TAILQ_FOREACH_SAFE(im, &s->images, entry, im1) {
screen.c 93 TAILQ_INIT(&s->images);
652 TAILQ_CONCAT(&s->saved_images, &s->images, entry);
711 TAILQ_CONCAT(&s->images, &s->saved_images, entry);
tmux.h 942 TAILQ_HEAD(images, image);
987 struct images images; member in struct:screen
988 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 52 # tools mkhybrid(8) to create hybrid ISO9660/HFS images.
435 CDROM_IMAGE?=${RELEASEDIR}/images/NetBSD-${DISTRIBVER}-${MACHINE}.iso
442 ${MAKESUMS} -t ${RELEASEDIR}/images/ '*.iso'
456 mkdir -p ${RELEASEDIR}/images
481 # Standalone target to create live images after the release was composed.
483 # LIVEIMG_RELEASEDIR specifies where to install live images and
486 LIVEIMG_RELEASEDIR?= ${RELEASEDIR}/images
494 # Standalone target to create installation images
497 # INSTIMG_RELEASEDIR specifies where to install live images and
500 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 146 $(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/crypto/external/apache2/openssl/dist/Configurations/
windows-makefile.tmpl 647 @echo *** Installing HTML images
  /src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl 638 @echo *** Installing HTML images
  /src/
build.sh 1144 iso-image Create CD-ROM image in RELEASEDIR/images.
1145 iso-image-source Create CD-ROM image with source in RELEASEDIR/images.
2154 "to create images later"
2935 "built with -U to create images"
  /src/external/gpl3/gdb/dist/readline/readline/doc/
texi2html 1018 # insert here name of icon images for buttons
1039 # insert here name of icon images for these, if button is inactive
1401 $EXTERNAL_IMAGES = 0; # 1 = leave the images outside the document
1403 $ASCII_MODE = 0; # 1 = do not use any icons or internal images
1405 # 1 = use links to external postscript images rather than inlined bitmap
1406 # images.
1456 # images and in whether large images can be created at all ie
2474 # 2) ToHtml: Use latex2html to generate corresponding html code and images
2475 # 3) FromHtml: Extract generated code and images from latex2html ru
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2html 1018 # insert here name of icon images for buttons
1039 # insert here name of icon images for these, if button is inactive
1401 $EXTERNAL_IMAGES = 0; # 1 = leave the images outside the document
1403 $ASCII_MODE = 0; # 1 = do not use any icons or internal images
1405 # 1 = use links to external postscript images rather than inlined bitmap
1406 # images.
1456 # images and in whether large images can be created at all ie
2474 # 2) ToHtml: Use latex2html to generate corresponding html code and images
2475 # 3) FromHtml: Extract generated code and images from latex2html ru
    [all...]

Completed in 65 milliseconds

1 2 3