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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
traceback.py 8 'format_exception_only', 'format_list', 'format_stack',
27 def format_list(extracted_list): function
75 """A shorthand for 'format_list(extract_stack(f, limit))."""
76 return format_list(extract_tb(tb, limit))
272 """Shorthand for 'format_list(extract_stack(f, limit))'."""
278 return format_list(extract_stack(f, limit))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
traceback.py 8 'format_exception_only', 'format_list', 'format_stack',
27 def format_list(extracted_list): function
75 """A shorthand for 'format_list(extract_stack(f, limit))."""
76 return format_list(extract_tb(tb, limit))
272 """Shorthand for 'format_list(extract_stack(f, limit))'."""
278 return format_list(extract_stack(f, limit))
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audio.c 654 static Uint16 format_list[NUM_FORMATS][NUM_FORMATS] = { variable
666 if ( format_list[format_idx][0] == format ) {
679 return(format_list[format_idx][format_idx_sub++]);
  /external/pixman/test/
check-formats.c 151 static const pixman_format_code_t format_list[] = variable
198 for (i = 0; i < ARRAY_LENGTH (format_list); ++i)
200 if (strcasecmp (format_name (format_list[i]), s) == 0)
201 return format_list[i];
232 for (i = 0; i < ARRAY_LENGTH (format_list); ++i)
233 emit (format_name (format_list[i]), &n_chars);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
asyoutypeformatter.cc 198 const RepeatedPtrField<NumberFormat>& format_list = local
205 for (RepeatedPtrField<NumberFormat>::const_iterator it = format_list.begin();
206 it != format_list.end(); ++it) {
  /external/libpng/contrib/libtests/
pngstest.c 451 format_list; typedef in typeref:struct:__anon28414
453 static void format_init(format_list *pf)
461 static void format_clear(format_list *pf)
469 static int format_is_initial(format_list *pf)
479 static int format_set(format_list *pf, png_uint_32 format)
488 static int format_unset(format_list *pf, png_uint_32 format)
497 static int format_isset(format_list *pf, png_uint_32 format)
503 static void format_default(format_list *pf, int redundant)
    [all...]

Completed in 644 milliseconds