HomeSort by relevance Sort by last modified time
    Searched refs:num_str (Results 1 - 8 of 8) sorted by null

  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c 278 char num_str[128]; local
328 sprintf(num_str, "%0.2f Hz, %dx%d, VENDOR: ", filter(t, th), w_win, h_win);
329 DrawStr(num_str);
333 sprintf(num_str, "%0.2f Hz, %dx%d, RENDERER: ", filter(t, th), w_win, h_win);
334 DrawStr(num_str);
338 sprintf(num_str, "%0.2f Hz, %dx%d, VERSION: ", filter(t, th), w_win, h_win);
339 DrawStr(num_str);
343 sprintf(num_str, "%0.2f Hz, %dx%d, EXTENSIONS: ", filter(t, th), w_win, h_win);
344 DrawStr(num_str);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c 278 char num_str[128]; local
328 sprintf(num_str, "%0.2f Hz, %dx%d, VENDOR: ", filter(t, th), w_win, h_win);
329 DrawStr(num_str);
333 sprintf(num_str, "%0.2f Hz, %dx%d, RENDERER: ", filter(t, th), w_win, h_win);
334 DrawStr(num_str);
338 sprintf(num_str, "%0.2f Hz, %dx%d, VERSION: ", filter(t, th), w_win, h_win);
339 DrawStr(num_str);
343 sprintf(num_str, "%0.2f Hz, %dx%d, EXTENSIONS: ", filter(t, th), w_win, h_win);
344 DrawStr(num_str);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.c 278 char num_str[128]; local
328 sprintf(num_str, "%0.2f Hz, %dx%d, VENDOR: ", filter(t, th), w_win, h_win);
329 DrawStr(num_str);
333 sprintf(num_str, "%0.2f Hz, %dx%d, RENDERER: ", filter(t, th), w_win, h_win);
334 DrawStr(num_str);
338 sprintf(num_str, "%0.2f Hz, %dx%d, VERSION: ", filter(t, th), w_win, h_win);
339 DrawStr(num_str);
343 sprintf(num_str, "%0.2f Hz, %dx%d, EXTENSIONS: ", filter(t, th), w_win, h_win);
344 DrawStr(num_str);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner_unittest.cc 175 char num_str[21]; // Enough to hold all numbers up to 64-bits. variable
177 base::snprintf(num_str, sizeof(num_str), "%d", i);
178 AddSuggestion(source_name_ + ' ' + num_str);
  /external/chromium_org/third_party/simplejson/
__init__.py 371 ``float(num_str)``. This can be used to use another datatype or parser
376 ``int(num_str)``. This can be used to use another datatype or parser
427 ``float(num_str)``. This can be used to use another datatype or parser
432 ``int(num_str)``. This can be used to use another datatype or parser
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 318 float(num_str). This can be used to use another datatype or parser
323 int(num_str). This can be used to use another datatype or parser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 318 float(num_str). This can be used to use another datatype or parser
323 int(num_str). This can be used to use another datatype or parser
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_indata.c 5289 unsigned int num_str; local
    [all...]

Completed in 144 milliseconds