HomeSort by relevance Sort by last modified time
    Searched defs:format_list (Results 1 - 10 of 10) 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))
  /external/python/cpython3/Lib/
traceback.py 9 'format_exception_only', 'format_list', 'format_stack',
27 def format_list(extracted_list): function
56 """A shorthand for 'format_list(extract_tb(tb, limit))'."""
194 """Shorthand for 'format_list(extract_stack(f, limit))'."""
197 return format_list(extract_stack(f, limit=limit))
  /external/adhd/cras/src/alsa_plugin/
pcm_cras.c 301 static const unsigned int format_list[] = { local
318 ARRAY_SIZE(format_list),
319 format_list);
  /external/autotest/client/site_tests/graphics_Gbm/src/
gbmtest.c 54 static const uint32_t format_list[] = { variable
207 for (i = 0; i < ARRAY_SIZE(format_list); i++)
208 if (format_list[i] == format)
210 CHECK(i < ARRAY_SIZE(format_list));
456 for(i = 0; i < ARRAY_SIZE(format_list); i++) {
457 uint32_t format = format_list[i];
479 for(j = 0; j < ARRAY_SIZE(format_list); j++) {
480 uint32_t format = format_list[j];
666 for (i = 0; i < ARRAY_SIZE(format_list); i++) {
667 uint32_t format = format_list[i]
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_image.c 133 const struct VkImageFormatListCreateInfoKHR *format_list = local
139 if (format_list && format_list->viewFormatCount) {
142 for (unsigned i = 0; i < format_list->viewFormatCount; ++i) {
144 format_list->pViewFormats[i]))
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 476 format_list; typedef in typeref:struct:__anon29327
478 static void format_init(format_list *pf)
486 static void format_clear(format_list *pf)
494 static int format_is_initial(format_list *pf)
504 static int format_set(format_list *pf, png_uint_32 format)
513 static int format_unset(format_list *pf, png_uint_32 format)
522 static int format_isset(format_list *pf, png_uint_32 format)
528 static void format_default(format_list *pf, int redundant)
    [all...]

Completed in 646 milliseconds