HomeSort by relevance Sort by last modified time
    Searched defs:get_data (Results 1 - 3 of 3) sorted by null

  /external/blktrace/btt/
btt_plot.py 89 def get_data(files): function
382 generate_output(t, get_data(files))
389 generate_output(t, get_data([file]))
393 generate_output(type, get_data(files))
  /external/libpng/contrib/pngminus/
pnm2png.c 54 png_uint_32 get_data (FILE *pnm_file, int depth);
348 *pix_ptr++ = get_data (pnm_file, bit_depth);
365 *pix_ptr++ = get_data (alpha_file, alpha_depth);
471 * get_data() - takes first byte and converts into next pixel value,
476 png_uint_32 get_data (FILE *pnm_file, int depth) function
  /external/opencore/oscl/oscl/osclbase/src/
oscl_linked_list.h 394 void get_data(OsclAny*elem, OsclAny*data_val) function in class:Oscl_Linked_List

Completed in 346 milliseconds