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

  /external/aac/libSBRdec/src/
sbr_dec.h 164 INT_PCM *timeOut, /*!< pointer to output time signal */
175 INT_PCM *timeOut, /*!< pointer to output time signal */
sbr_dec.cpp 267 #timeIn, #timeOut, #WorkBuffer2 and #OverlapBuffer. The #WorkBuffer2
270 processing, #timeIn and #timeOut point to identical locations.
302 in #timeOut are filled from the results of spectral slots 0..5 in the
303 #OverlapBuffer. The consecutive slots in timeOut are now filled with
314 INT_PCM *timeOut, /*!< pointer to output time signal */
531 timeOut,
673 timeOut+(i*synQmf->no_channels*strideOut),
    [all...]
  /external/aac/libFDK/src/arm/
qmf_arm.cpp 536 INT_PCM *RESTRICT timeOut, /*!< Time domain data */
602 timeOut += no_channels*stride;
617 timeOut -= stride;
622 timeOut[0] = result1 >> scale;
624 timeOut[0] = result1 << scale;
628 timeOut -= stride;
633 timeOut[0] = result2 >> scale;
635 timeOut[0] = result2 << scale;
642 timeOut -= stride;
647 timeOut[0] = result1 >> scale
    [all...]
  /external/aac/libFDK/include/
qmf.h 193 INT_PCM *timeOut, /*!< Time signal */
230 INT_PCM *timeOut,
  /external/webkit/Tools/DumpRenderTree/chromium/
DumpRenderTree.cpp 63 static const char optionNoTimeout[] = "--no-timeout";
83 string timeOut;
86 timeOut = pathOrURL.substr(separatorPosition + 1);
88 separatorPosition = timeOut.find_first_of(' ');
90 params.pixelHash = timeOut.substr(separatorPosition + 1);
91 timeOut.erase(separatorPosition);
93 shell.setLayoutTestTimeout(atoi(timeOut.c_str()));
212 // 0x20000000ms is big enough for the purpose to avoid timeout in debugging.
  /external/aac/libFDK/src/
qmf.cpp 180 INT_PCM *RESTRICT timeOut, /*!< Time domain data */
217 timeOut[ (j)*stride ] = tmp;
248 INT_PCM *RESTRICT timeOut, /*!< Time domain data */
282 timeOut[j*stride] = tmp;
837 INT_PCM *timeOut,
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 86 * @param {Number} timeOut Timeout value of message shown.
89 function showUserMessages(id, timeOut, message) {
96 '-webkit-transition', 'opacity' + timeOut + 's ease-in');
  /external/mdnsresponder/Clients/
dns-sd.c 229 // Note: the select() implementation on Windows (Winsock2) fails with any timeout much larger than this
233 static volatile int timeOut = LONG_TIME;
616 timeOut = LONG_TIME;
619 dispatch_source_set_timer(timer_source, dispatch_time(DISPATCH_TIME_NOW, (uint64_t)timeOut * NSEC_PER_SEC),
620 (uint64_t)timeOut * NSEC_PER_SEC, 0);
650 timeOut = 5;
653 dispatch_source_set_timer(timer_source, dispatch_time(DISPATCH_TIME_NOW, (uint64_t)timeOut * NSEC_PER_SEC),
654 (uint64_t)timeOut * NSEC_PER_SEC, 0);
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
FocusOverlayManager.java 101 public void onFocusSucceeded(boolean timeOut);
102 public void onFocusFailed(boolean timeOut);
  /external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 65 const unsigned timeOut = 10;
  /frameworks/base/core/java/android/app/
Instrumentation.java 539 * returning the resulting activity or till the timeOut period expires.
540 * If the timeOut expires before the activity is started, return null.
542 * @param timeOut Time to wait before the activity is created.
546 public final Activity waitForActivityWithTimeout(long timeOut) {
550 wait(timeOut);
702 * Wait for an existing {@link ActivityMonitor} to be hit till the timeout
705 * returned. If the timeout expires, a null object is returned.
708 * @param timeOut The timeout value in secs.
712 public Activity waitForMonitorWithTimeout(ActivityMonitor monitor, long timeOut) {
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 529 milliseconds