Searched refs:get_region (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | format.py | 218 def get_region(self): member in FormatRegion 266 head, tail, chars, lines = self.get_region() 278 head, tail, chars, lines = self.get_region() 293 head, tail, chars, lines = self.get_region() 306 head, tail, chars, lines = self.get_region() 321 head, tail, chars, lines = self.get_region() 336 head, tail, chars, lines = self.get_region()
|
H A D | zzdummy.py | 16 head, tail, chars, lines = self.formatter.get_region()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_format.py | 437 get = self.formatter.get_region 464 head, tail, chars, lines = self.formatter.get_region()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dvbsubdec.c | 166 static DVBSubRegion* get_region(DVBSubContext *ctx, int region_id) in get_region() function 754 region = get_region(ctx, display->region_id); in save_subtitle_set() 785 region = get_region(ctx, display->region_id); in save_subtitle_set() 868 DVBSubRegion *region = get_region(ctx, display->region_id); in dvbsub_parse_pixel_data_block() 1161 region = get_region(ctx, region_id); in dvbsub_parse_region_segment()
|
Completed in 5 milliseconds