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

1 2

  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 38 private static final int DELAY = 5000;
141 waitForResultOrThrow(DELAY, "service to start first time");
144 waitForResultOrThrow(DELAY, "service to start second time");
153 waitForResultOrThrow(DELAY, "service to be destroyed");
181 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE);
185 waitForResultOrThrow(DELAY, "new connection to receive service");
200 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE);
212 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE);
226 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE);
238 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
  /external/chromium_org/net/quic/congestion_control/
hybrid_slow_start.h 37 // min_rtt: is the lowest delay (RTT) we have seen during the session.
66 DELAY, // Too much increase in the round's min_rtt was observed.
hybrid_slow_start.cc 17 // Number of delay samples for detecting the increase of delay.
104 // Second detection parameter - delay increase detection.
105 // Compare the minimum delay (current_min_rtt_) of the current
106 // burst of packets relative to the minimum delay during the session.
129 hystart_found_= DELAY;
133 // increasing delay are found.
  /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;
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
  /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 42 //10s delay for turning on wifi
43 private static final int DELAY = 10000;
107 Thread.sleep(DELAY);
  /ndk/
ndk-gdb 86 # Delay in seconds between launching the activity and attaching gdbserver on it.
89 DELAY=2
258 --delay=*)
305 echo " --delay=<secs> Delay in seconds between activity start and gdbserver attach."
330 DELAY="$OPTION_DELAY"
696 run adb_cmd shell sleep $DELAY
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 252 DELAY = 'd',
qcamera_test.cpp     [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_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.c 1081 /* we delay here for just a moment hoping the writer(s) that were
1088 DELAY(10);
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 87 #define DELAY 66
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 91 #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 

Completed in 392 milliseconds

1 2