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

1 2

  /external/autotest/client/site_tests/hardware_Fan/
hardware_Fan.py 51 DELAY = 3
60 time.sleep(self.DELAY)
68 time.sleep(self.DELAY)
73 time.sleep(self.DELAY)
  /cts/tests/app/src/android/app/cts/
ServiceTest.java 50 private static final int DELAY = 5000;
154 waitForResultOrThrow(DELAY, "service to start first time");
157 waitForResultOrThrow(DELAY, "service to start second time");
166 waitForResultOrThrow(DELAY, "service to be destroyed");
209 Thread.sleep(DELAY);
235 Thread.sleep(DELAY);
270 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE);
274 waitForResultOrThrow(DELAY, "new connection to receive service");
289 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE);
301 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE)
    [all...]
  /external/opencv3/samples/cpp/
drawing.cpp 24 const int DELAY = 5;
32 waitKey(DELAY);
45 if(waitKey(DELAY) >= 0)
61 if(waitKey(DELAY) >= 0)
79 if(waitKey(DELAY) >= 0)
104 if(waitKey(DELAY) >= 0)
129 if(waitKey(DELAY) >= 0)
143 if(waitKey(DELAY) >= 0)
157 if(waitKey(DELAY) >= 0)
172 if(waitKey(DELAY) >= 0
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dummy_thread.py 15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as
67 def delay_unlock(to_unlock, delay):
69 time.sleep(delay)
74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY))
78 "(approx. %s sec.) ***" % DELAY
83 self.assertTrue((end_time - start_time) >= DELAY,
146 def queue_mark(queue, delay):
147 """Wait for ``delay`` seconds and then put something into ``queue``"""
148 time.sleep(delay)
156 "(will take approx. %s to %s sec.) ***" % (DELAY, thread_count
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dummy_thread.py 15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as
67 def delay_unlock(to_unlock, delay):
69 time.sleep(delay)
74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY))
78 "(approx. %s sec.) ***" % DELAY
83 self.assertTrue((end_time - start_time) >= DELAY,
146 def queue_mark(queue, delay):
147 """Wait for ``delay`` seconds and then put something into ``queue``"""
148 time.sleep(delay)
156 "(will take approx. %s to %s sec.) ***" % (DELAY, thread_count
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_thread.py 15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as
67 def delay_unlock(to_unlock, delay):
69 time.sleep(delay)
74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY))
78 "(approx. %s sec.) ***" % DELAY
83 self.assertTrue((end_time - start_time) >= DELAY,
146 def queue_mark(queue, delay):
147 """Wait for ``delay`` seconds and then put something into ``queue``"""
148 time.sleep(delay)
156 "(will take approx. %s to %s sec.) ***" % (DELAY, thread_count
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dummy_thread.py 15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as
67 def delay_unlock(to_unlock, delay):
69 time.sleep(delay)
74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY))
78 "(approx. %s sec.) ***" % DELAY
83 self.assertTrue((end_time - start_time) >= DELAY,
146 def queue_mark(queue, delay):
147 """Wait for ``delay`` seconds and then put something into ``queue``"""
148 time.sleep(delay)
156 "(will take approx. %s to %s sec.) ***" % (DELAY, thread_count
    [all...]
  /cts/suite/audio_quality/test_description/processing/
calc_delay.py 36 """Calcuate delay between two data. data0 is assumed to be recorded first,
38 returns delay between data0 and data1 in number of samples in data0's point of view"""
50 print "***Caluclating delay, may take some time***"
72 DELAY = durationInSec / 2.0 * samplingRate
73 data1 = data0[DELAY:]
74 delay = calc_delay(data0, data1) variable
75 print "calc_delay returned", delay, " while expecting ", DELAY
  /external/opencv3/samples/cpp/tutorial_code/core/Matrix/
Drawing_2.cpp 16 const int DELAY = 5;
52 /// Show it in a window during DELAY ms
54 waitKey( DELAY );
121 if( waitKey( DELAY ) >= 0 )
147 if( waitKey( DELAY ) >= 0 )
178 if( waitKey(DELAY) >= 0 )
214 if( waitKey(DELAY) >= 0 )
249 if( waitKey(DELAY) >= 0 )
272 if( waitKey(DELAY) >= 0 )
296 if( waitKey(DELAY) >= 0
    [all...]
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java 34 private static final int DELAY = 0;
53 PowerTestActivity.MSG_NAVIGATE, TIME_OUT, DELAY);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTask.java 28 private static final int DELAY = 300;
46 mProcessingHandler.sendMessageDelayed(msg, DELAY);
  /cts/tests/tests/os/src/android/os/cts/
TokenWatcherTest.java 36 private static final int DELAY = 500;
168 Thread.sleep(DELAY);
179 Thread.sleep(DELAY);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
vad2.h 93 #define DELAY 24
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
Bummer.java 28 public static final int DELAY = 1000; // ms
  /hardware/bsp/intel/peripheral/libupm/src/st7735/
st7735.h 104 #define DELAY 0x80
111 ST7735_SWRESET, DELAY, // 1: Software reset, no args, w/delay
112 50, // 50 ms delay
113 ST7735_SLPOUT , DELAY, // 2: Out of sleep mode, no args, w/delay
114 255, // 255 = 500 ms delay
115 ST7735_COLMOD , 1+DELAY, // 3: Set color mode, 1 arg + delay:
117 10, // 10 ms delay
    [all...]
st7735.cxx 103 ms = numArgs & DELAY; // If hibit set, delay follows args
104 numArgs &= ~DELAY; // Mask out delay bit
110 ms = *(addr++); // Read post-command delay time (ms)
112 ms = 500; // If 255, delay for 500 ms
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiClientTest.java 42 //10s delay for turning on wifi
43 private static final int DELAY = 10000;
107 Thread.sleep(DELAY);
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
AuptTestRunner.java 353 // intentional delay to allow the service ANR to happen then resolve
355 Thread.sleep(BadService.DELAY + BadService.DELAY / 4);
640 public static final long DELAY = 30000;
649 try { Thread.sleep(DELAY); } catch (InterruptedException e) { Log.wtf(LOG_TAG, e); }
  /toolchain/binutils/binutils-2.25/bfd/
coff-sh.c     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 256 DELAY = 'd',
  /toolchain/binutils/binutils-2.25/opcodes/
arc-opc.c 140 'n' DELAY N field (nullify field)
235 /* Branch delay types. */
236 #define DELAY (FLAGINSN + 1)
240 #define COND (DELAY + 1)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 55 static final int DELAY = 2000;
152 mHandler.postDelayed(mJuggle, DELAY);
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-alpha4/
testutils-25.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-alpha7/
testutils-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-beta1/
testutils-25.2.0-beta1.jar 

Completed in 4567 milliseconds

1 2