HomeSort by relevance Sort by last modified time
    Searched refs:CHECK_DELAY (Results 1 - 5 of 5) sorted by null

  /cts/hostsidetests/systemui/src/android/host/systemui/
BaseTileServiceTest.java 40 private static final long CHECK_DELAY = 500;
113 Thread.sleep(CHECK_DELAY);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ParenMatch.py 12 CHECK_DELAY = 100 # miliseconds
153 # After CHECK_DELAY, call a function which disables the "paren" tag
162 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
163 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ParenMatch.py 12 CHECK_DELAY = 100 # miliseconds
153 # After CHECK_DELAY, call a function which disables the "paren" tag
162 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
163 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 12 CHECK_DELAY = 100 # miliseconds
153 # After CHECK_DELAY, call a function which disables the "paren" tag
162 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
163 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 12 CHECK_DELAY = 100 # miliseconds
153 # After CHECK_DELAY, call a function which disables the "paren" tag
162 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
163 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)

Completed in 244 milliseconds