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

  /external/python/cpython2/Demo/tkinter/guido/
kill.py 19 format_list = [('Default', '', 0), variable in class:Kill
28 c = self.format_list[self.format.get()][2]
33 name, option, column = self.format_list[self.format.get()]
62 for num in range(len(self.format_list)):
64 label=self.format_list[num][0],
svkill.py 33 format_list = [ variable in class:Kill
42 c = self.format_list[self.format.get()][2]
47 format = self.format_list[self.format.get()][1]
85 for num in range(len(self.format_list)):
86 label, option, col = self.format_list[num]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
traceback.py 8 'format_exception_only', 'format_list', 'format_stack',
27 def format_list(extracted_list): function
75 """A shorthand for 'format_list(extract_tb(tb, limit))'."""
76 return format_list(extract_tb(tb, limit))
273 """Shorthand for 'format_list(extract_stack(f, limit))'."""
279 return format_list(extract_stack(f, limit))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
traceback.py 8 'format_exception_only', 'format_list', 'format_stack',
27 def format_list(extracted_list): function
75 """A shorthand for 'format_list(extract_tb(tb, limit))'."""
76 return format_list(extract_tb(tb, limit))
273 """Shorthand for 'format_list(extract_stack(f, limit))'."""
279 return format_list(extract_stack(f, limit))
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/autotest/client/site_tests/graphics_Gbm/src/
gbmtest.c 40 static const uint32_t format_list[] = { variable
109 for (i = 0; i < ARRAY_SIZE(format_list); i++)
110 if (format_list[i] == format)
112 CHECK(i < ARRAY_SIZE(format_list));
358 for(i = 0; i < ARRAY_SIZE(format_list); i++) {
359 uint32_t format = format_list[i];
380 for(j = 0; j < ARRAY_SIZE(format_list); j++) {
381 uint32_t format = format_list[j];
563 for (i = 0; i < ARRAY_SIZE(format_list); i++) {
564 uint32_t format = format_list[i]
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 477 format_list; typedef in typeref:struct:__anon24223
479 static void format_init(format_list *pf)
487 static void format_clear(format_list *pf)
495 static int format_is_initial(format_list *pf)
505 static int format_set(format_list *pf, png_uint_32 format)
514 static int format_unset(format_list *pf, png_uint_32 format)
523 static int format_isset(format_list *pf, png_uint_32 format)
529 static void format_default(format_list *pf, int redundant)
    [all...]

Completed in 316 milliseconds