HomeSort by relevance Sort by last modified time
    Searched full:gfio (Results 1 - 11 of 11) sorted by null

  /external/fio/
GFIO-TODO 3 - Ability to save job files. Probably in an extended gfio format,
48 - Split gfio.c a bit. Add gfio/ sub directory, and split it into
gerror.c 8 #include "gfio.h"
Makefile 26 PROGS += gfio
166 GFIO_OBJS = $(OBJS) gfio.o graph.o tickmarks.o ghelpers.o goptions.o gerror.o \
315 gfio.o: gfio.c ghelpers.c
316 $(QUIET_CC)$(CC) $(CFLAGS) $(GTK_CFLAGS) $(CPPFLAGS) -c gfio.c
336 gfio: $(GFIO_OBJS)
337 $(QUIET_LINK)$(CC) $(filter-out -static, $(LDFLAGS)) -o gfio $(GFIO_OBJS) $(LIBS) $(GFIO_LIBS) $(GTK_LDFLAGS) $(HDFSLIB)
357 @rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) $(T_TEST_PROGS) core.* core gfio FIO-VERSION-FILE *.d lib/*.d crc/*.d engines/*.d profiles/*.d t/*.d config-host.mak config-host.h y.tab.[ch] lex.yy.c exp/*.[do] lexer.h
printing.c 4 #include "gfio.h"
configure 157 --enable-gfio)
187 echo "--enable-gfio Enable building of gtk gfio"
999 # Check if we have required gtk/glib support for gfio
1000 gfio="no"
1026 if compile_prog "$GTK_CFLAGS" "$GTK_LIBS" "gfio" ; then
1029 gfio="yes"
1034 gfio="no"
1038 gfio="no"
1044 echo "gtk 2.18 or higher $gfio"
    [all...]
gfio.c 2 * gfio - gui front end for fio - the flexible io tester
33 #include "gfio.h"
155 fprintf(stderr, "gfio: can't find path %s\n", path);
167 fprintf(stderr, "gfio: can't find path %s\n", path);
595 gtk_widget_set_tooltip_text(cw.button, "When running fio locally, it is necessary to have the backend running on the same system. If this is checked, gfio will start the backend automatically for you if it isn't already running.");
823 grd.display_name = strdup("gfio");
827 grd.app_exec = strdup("gfio %f/%u");
1576 const gchar *gfio = g_get_application_name(); local
    [all...]
README 106 For gfio, gtk 2.18 (or newer), associated glib threads, and cairo are required
107 to be installed. gfio isn't built automatically and can be enabled
108 with a --enable-gfio option to configure.
goptions.c 10 #include "gfio.h"
    [all...]
graph.c 2 * gfio - gui front end for fio - the flexible io tester
gclient.c 9 #include "gfio.h"
    [all...]
  /frameworks/base/docs/image_sources/fundamentals/
restore_instance.graffle     [all...]

Completed in 130 milliseconds