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

1 2

  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 39 private static final int DELAY = 5000;
138 waitForResultOrThrow(DELAY, "service to start first time");
141 waitForResultOrThrow(DELAY, "service to start second time");
150 waitForResultOrThrow(DELAY, "service to be destroyed");
187 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE);
191 waitForResultOrThrow(DELAY, "new connection to receive service");
206 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE);
218 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE);
232 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE);
244 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE)
    [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
  /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/Browser/src/com/android/browser/
PageProgressView.java 36 private static final int DELAY = 40;
85 sendMessageDelayed(mHandler.obtainMessage(MSG_UPDATE), 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;
165 Thread.sleep(DELAY);
176 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
  /external/qemu/telephony/
test2.c 21 #define DELAY 5000
34 sys_timer_set( timer, now + DELAY, timer_func, timer );
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiClientTest.java 43 //10s delay for turning on wifi
44 private static final int DELAY = 10000;
108 Thread.sleep(DELAY);
  /ndk/
ndk-gdb 82 # Delay in seconds between launching the activity and attaching gdbserver on it.
85 DELAY=2
254 --delay=*)
301 echo " --delay=<secs> Delay in seconds between activity start and gdbserver attach."
326 DELAY="$OPTION_DELAY"
657 run adb_cmd shell sleep $DELAY
ndk-gdb.py 91 # Delay in seconds between launching the activity and attaching gdbserver on it.
95 DELAY = 2.0
110 global VERBOSE, DEBUG_PORT, DELAY, DEVICE_SERIAL
144 parser.add_argument( '--delay',
145 help='Delay in seconds between activity start and gdbserver attach',
146 type=float, default=DELAY,
147 dest='delay')
261 if args.delay != None:
262 DELAY = args.delay
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 48 static final int DELAY = 2000;
145 mHandler.postDelayed(mJuggle, DELAY);
  /external/iproute2/ip/
ipneigh.c 69 else if (strcmp(arg, "delay") == 0)
298 PRINT_FLAG(DELAY);
  /external/chromium/chrome/browser/resources/
new_new_tab.js 992 var delay = opt_delay || 10000;
1001 notificationTimeout = window.setTimeout(hideNotification, delay);
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 91 #define DELAY 66
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 93 #define DELAY 66
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 701 milliseconds

1 2