/external/sonivox/arm-wt-22k/lib_src/ |
eas_imelody.c | 884 EAS_I32 duration; local 892 /* get the duration */ 893 if (!IMY_GetDuration(pEASData->hwInstData, pData, &duration)) 905 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IMY_PlayNote: Start note %d, duration %d\n", pData->note, duration); */ } 913 pData->restTicks = duration >> 4; 920 pData->restTicks = duration >> 1; 925 pData->restTicks = duration >> 4; 930 pData->time += duration - pData->restTicks; 956 EAS_I32 duration; local 994 EAS_I32 duration; local [all...] |
/external/guava/src/com/google/common/collect/ |
MapMaker.java | 257 * map once a fixed duration has passed since the entry's creation. 259 * @param duration the length of time after an entry is created that it 261 * @param unit the unit that {@code duration} is expressed in 262 * @throws IllegalArgumentException if {@code duration} is not positive 265 public MapMaker expiration(long duration, TimeUnit unit) { 270 if (duration <= 0) { 271 throw new IllegalArgumentException("invalid duration: " + duration); 273 this.expirationNanos = unit.toNanos(duration); [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 140 * #EXTRA_DISCOVERABLE_DURATION} to request the duration of 141 * discoverability. Currently the default duration is 120 seconds, and 142 * maximum duration is capped at 300 seconds for each request. 146 * will be the duration (in seconds) of discoverability or 160 * #ACTION_REQUEST_DISCOVERABLE} intents to request a specific duration 507 * after <code>duration</code> seconds. For example, 120 seconds should be 521 * @param duration time in seconds to apply scan mode, only used for 526 public boolean setScanMode(int mode, int duration) { 528 return mService.setScanMode(mode, duration); [all...] |
/external/apache-http/src/org/apache/http/conn/ |
ManagedClientConnection.java | 252 * Sets the duration that this connection can remain idle before it is 254 * idle duration must be reset after each request sent over this connection. 259 void setIdleDuration(long duration, TimeUnit unit);
|
ConnectionReleaseTrigger.java | 63 * connection may be reused as specified by the duration.
|
/external/opencore/android/author/ |
android_audio_input.h | 198 MicData(uint8* data, uint32 len, PVMFTimestamp& ts, int32 duration) 199 :iData(data),iDataLen(len),iTimestamp(ts),iDuration(duration) 348 // Linearly ramp up the volume from 0 to full over a duration given
|
/external/opencore/fileformats/avi/parser/include/ |
pv_avifile.h | 130 * function to get avi file duration. 132 * @return file duration in Seconds 229 * @return Stream duration
|
/external/skia/bench/ |
benchmain.cpp | 375 double duration = SkTime::GetMSecs() - now; local 378 duration / repeatDraw, repeatDraw * 1000.0 / duration);
|
/external/webkit/WebCore/platform/graphics/ |
MediaPlayer.cpp | 80 virtual float duration() const { return 0; } function in class:WebCore::NullMediaPlayerPrivate 299 float MediaPlayer::duration() const function in class:WebCore::MediaPlayer 301 return m_private->duration();
|
/packages/apps/AlarmClock/res/values/ |
strings.xml | 153 <!-- Setting title for changing the snooze duration. --> 154 <string name="snooze_duration_title">Snooze duration</string> 156 <!-- Entries listed in the ListPreference when invoking the snooze duration
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmService_Service.java | 36 * response to an alarm, allowing us to move long duration work out of an
|
Animation.java | 71 // the duration of the animation we force the exiting activity
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapDecode.java | 130 int dur = mMovie.duration();
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultConnectionKeepAliveStrategy.java | 42 * Default implementation of a strategy deciding duration
|
/external/icu4c/data/xml/rbnf/ |
ga.xml | 63 <ruleset type="duration">
|
/external/icu4c/i18n/unicode/ |
tmutamt.h | 26 * Express a duration as a time unit and number. Patterned after Currency.
|
/external/kernel-headers/original/linux/ |
console_struct.h | 97 unsigned int vc_bell_duration; /* Console bell duration */
|
/external/opencore/engines/author/test/src/ |
test_pv_author_engine_testset6.h | 101 uint32 duration; member in struct:pv_mediainput_async_test_errorhandling::ts_keytype
|
/external/opencore/fileformats/mp3/parser/include/ |
imp3ff.h | 130 /* Duration related Info value*/ 287 * @brief Returns the duration of the clip. 290 * @returns Duration 295 * @brief Returns the approximate duration of downloaded data.
|
/external/opencore/fileformats/mp4/composer/include/ |
mediaheaderatom.h | 66 // Duration gets and sets
|
movieheaderatom.h | 67 // Duration gets and sets
|
trackheaderatom.h | 81 // Duration gets and sets
|
/external/opencore/fileformats/mp4/composer/src/ |
trackextendsatom.cpp | 71 size += 4; // For sample duration
|
trackfragmentheaderatom.cpp | 94 size += 4; // sample duration
|
/external/opencore/fileformats/mp4/parser/include/ |
mediaheaderatom.h | 71 // Duration gets and sets
|