HomeSort by relevance Sort by last modified time
    Searched refs:htest (Results 1 - 25 of 57) sorted by null

1 2 3

  /cts/apps/CameraITS/tests/scene1/
test_crop_regions.py 90 htest = min(tile_full.shape[0], ah)
91 tile_full = tile_full[0:htest:, 0:wtest:, ::]
92 tile_crop = img_crop[0:htest:, 0:wtest:, ::]
  /external/python/cpython2/Lib/idlelib/
dynOptionMenuWidget.py 36 def _dyn_option_menu(parent): # htest #
56 from idlelib.idle_test.htest import run
MultiStatusBar.py 46 from idlelib.idle_test.htest import run
PathBrowser.py 14 _htest - bool, change box location when running htest
95 def _path_browser(parent): # htest #
104 from idlelib.idle_test.htest import run
Percolator.py 102 from idlelib.idle_test.htest import run
SearchDialog.py 88 from idlelib.idle_test.htest import run
ToolTip.py 96 from idlelib.idle_test.htest import run
WidgetRedirector.py 152 def _widget_redirector(parent): # htest #
174 from idlelib.idle_test.htest import run
configSectionNameDialog.py 14 _htest - bool, change box location when running htest
38 ) ) #centre dialog over parent (or below htest box)
94 from idlelib.idle_test.htest import run
textView.py 19 _htest - bool; change box location when running htest.
23 # place dialog below parent if running htest
96 from idlelib.idle_test.htest import run
CallTipWindow.py 137 def _calltip_window(parent): # htest #
161 from idlelib.idle_test.htest import run
GrepDialog.py 4 import re # for htest
7 from Tkinter import Tk, Text, Button, SEL, END # for htest
134 def _grep_dialog(parent): # htest #
158 from idlelib.idle_test.htest import run
ObjectBrowser.py 155 from idlelib.idle_test.htest import run
ScrolledList.py 144 from idlelib.idle_test.htest import run
StackViewer.py 126 def _stack_viewer(parent): # htest #
150 from idlelib.idle_test.htest import run
aboutDialog.py 15 _htest - bool, change box location when running htest
19 # place dialog below parent if running htest
150 from idlelib.idle_test.htest import run
configHelpSourceEdit.py 18 _htest - bool, change box location when running htest
35 #centre dialog over parent. below parent if running htest.
167 from idlelib.idle_test.htest import run
  /external/python/cpython3/Lib/idlelib/
dynoption.py 37 def _dyn_option_menu(parent): # htest #
57 from idlelib.idle_test.htest import run
statusbar.py 22 def _multistatus_bar(parent): # htest #
48 from idlelib.idle_test.htest import run
pathbrowser.py 13 _htest - bool, change box location when running htest
102 def _path_browser(parent): # htest #
110 from idlelib.idle_test.htest import run
percolator.py 58 def _percolator(parent): # htest #
102 from idlelib.idle_test.htest import run
redirector.py 153 def _widget_redirector(parent): # htest #
173 from idlelib.idle_test.htest import run
search.py 75 def _search_dialog(parent): # htest #
103 from idlelib.idle_test.htest import run
tooltip.py 166 def _tooltip(parent): # htest #
185 from idlelib.idle_test.htest import run
browser.py 23 # Normally pyshell.flist.open, but there is no pyshell.flist for htest.
70 _htest - bool; change box location when running htest.
106 if self._htest: # place dialog below parent if running htest
231 def _module_browser(parent): # htest #
236 # Add nested objects for htest.
247 from idlelib.idle_test.htest import run

Completed in 294 milliseconds

1 2 3