/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 90 unsigned char delay; /* 0 - 255 deciseconds */ member in struct:iwffff_lfo 245 __u8 delay; /* 0 - 255 deciseconds */ member in struct:iwffff_xlfo
|
/system/bluetooth/tools/ |
sock_shutdown_test.c | 52 int delay; member in struct:thread_args 220 sleep(args->delay);
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
GridLayoutAnimationControllerTest.java | 50 /** Default delay of GridLayoutAnimationController */ 133 float delay = 1.5f; local 135 mController.setRowDelay(delay); 136 assertEquals(delay, mController.getRowDelay()); 145 mController.setColumnDelay(delay); 146 assertEquals(delay, mController.getColumnDelay()); 158 * The set delay is 1.5f. 162 * @param delay
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ThreadTest.java | 27 int delay; field in class:ThreadTest.SimpleThread 33 this.wait(delay); 43 delay = d; 48 volatile int delay; field in class:ThreadTest.YieldThread 59 delay = d;
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
relayport.cc | 73 void SendAllocateRequest(RelayEntry* entry, int delay); 414 void RelayConnection::SendAllocateRequest(RelayEntry* entry, int delay) { 415 request_manager_->SendDelayed(new AllocateRequest(entry, this), delay); 750 int delay = 100 * talk_base::_max(1 << count_, 2); local 754 return delay;
|
/external/qemu/android/ |
hw-sensors.c | 135 * - the HAL module sends "set-delay:<delay>", where <delay> is an integer 136 * corresponding to a time delay in milli-seconds. This corresponds to 287 int64_t delay = cl->delay_ms; local 339 /* rearm timer, use a minimum delay of 20 ms, just to 345 if (delay < 20) 346 delay = 20; 348 delay *= 1000000LL; /* convert to nanoseconds */ 349 qemu_mod_timer(cl->timer, now_ns + delay); [all...] |
/frameworks/base/core/java/android/animation/ |
LayoutTransition.java | 55 * animation. The other animations begin after a delay that is set to the default duration 68 * basic animation properties, such as the duration, start delay, and properties being animated. 208 * Used to track the current delay being assigned to successive animations as they are 283 * Sets the start delay on one of the animation objects used by this transition. The 284 * <code>transitionType</code> parameter determines the animation whose start delay 289 * delay is being set. 290 * @param delay The length of time, in milliseconds, to delay before starting the animation. 293 public void setStartDelay(int transitionType, long delay) { 296 mChangingAppearingDelay = delay; [all...] |
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/ |
compsup.m | 9 % fprintf(1,'suppress has received a delay sequence\n'); 112 delay=zeros(nb,1); 209 [value,delay(i)]=min(fout(:,i),[],1); 210 tdelay(i)=(delay(i)-1)*support/(samplingfreq*oversampling); 214 idel = max(i - delay(i) + 1,1);
|
/frameworks/base/core/java/android/hardware/ |
SensorManager.java | 1084 int delay = -1; local [all...] |
/external/bluetooth/bluez/health/ |
mcap_sync.c | 562 int delay; local 598 delay = bt2us(btdiff(sched_btclock, btclock)); 599 if (delay >= 0 || ((new_tmstamp - delay) > 0)) { 600 new_tmstamp += delay; 601 DBG("CSP: reset w/ delay %dus, compensated", 602 delay); 604 DBG("CSP: reset w/ delay %dus, uncompensated", 605 delay);
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
EventSender.cpp | 71 gulong delay; member in struct:DelayedMessage 107 msgQueue[endOfQueue].delay = JSValueToNumber(context, arguments[0], exception); 108 timeOffset += msgQueue[endOfQueue].delay; 536 // delay was set up by leapForward(). 537 if ((dragMode && buttonCurrentlyDown) || endOfQueue != startOfQueue || msgQueue[endOfQueue].delay) { 596 if (msgQueue[startOfQueue].delay) { 597 g_usleep(msgQueue[startOfQueue].delay * 1000); 598 msgQueue[startOfQueue].delay = 0; [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardView.java | 159 public void showKeyPreview(long delay, int keyIndex, PointerTracker tracker) { 163 if (tracker.getKeyPreviewText().getVisibility() == VISIBLE || delay == 0) { 168 obtainMessage(MSG_SHOW_KEY_PREVIEW, keyIndex, 0, tracker), delay); local 180 public void dismissKeyPreview(long delay, PointerTracker tracker) { 181 sendMessageDelayed(obtainMessage(MSG_DISMISS_KEY_PREVIEW, tracker), delay); local 418 * @param delay the delay after which the preview is dismissed 421 public void setKeyPreviewPopupEnabled(boolean previewEnabled, int delay) { 423 mDelayAfterPreview = delay; [all...] |
/external/chromium/chrome/common/net/ |
url_fetcher.cc | 428 int64 delay = original_url_throttler_entry_->ReserveSendingTimeForNextRequest( local 430 if (delay == 0) { 436 delay); 449 // delete the object, but we cannot delay the destruction of the request
|
/external/skia/src/utils/mac/ |
SkOSWindow_Mac.cpp | 439 void SkEvent::SignalQueueTimer(SkMSec delay) 447 if (delay) 453 // SkDebugf("installtimetask of %d returned %d\n", delay, err); 454 PrimeTimeTask((QElem*)gTMTaskPtr, delay);
|
/bionic/libc/kernel/common/linux/mtd/ |
cfi.h | 15 #include <linux/delay.h>
|
/bootable/recovery/ |
ui.c | 290 // minimum of 20ms delay between frames 291 double delay = interval - (end-start); local 292 if (delay < 0.02) delay = 0.02; 293 usleep((long)(delay * 1000000));
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/ |
LoopbackExperiment.java | 73 Utils.delay(END_DELAY_MS);
|
/development/apps/Development/src/com/android/development/ |
Connectivity.java | 167 long delay; 172 delay = mDCOffDuration; 176 delay = mDCOnDuration; 181 delay);
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
cfi.h | 15 #include <linux/delay.h>
|
/external/bluetooth/bluez/test/ |
rctest.c | 67 /* Default number of consecutive frames before the delay */ 70 /* Default delay after sending count number of frames */ 71 static unsigned long delay = 0; variable 519 if (num_frames && delay && count && !(seq % count)) 520 usleep(delay); 585 "\t[-C num] send num frames before delay (default = 1)\n" 586 "\t[-D milliseconds] delay after sending num frames (default = 0)\n" 701 delay = atoi(optarg) * 1000;
|
/external/chromium/chrome/browser/resources/ntp/ |
most_visited.css | 99 -webkit-transition-delay: .5s, 0s; 204 /* delay border radius transition as much as the edit bar slide delay */ 205 -webkit-transition-delay: 0, 0, 0, .5s, .5s, 0;
|
/external/kernel-headers/original/asm-x86/ |
dma_32.h | 13 #include <linux/delay.h>
|
/external/webkit/Source/WebCore/platform/animation/ |
Animation.h | 84 double delay() const { return m_delay; } function in class:WebCore::Animation
|
/external/webkit/Source/WebKit2/Platform/ |
WorkQueue.h | 65 // Will schedule the given work item to run after the given delay (in seconds). 66 void scheduleWorkAfterDelay(PassOwnPtr<WorkItem>, double delay);
|
/external/webkit/Source/WebKit2/UIProcess/ |
TiledDrawingAreaProxy.h | 90 void setTileCreationDelay(double delay);
|