HomeSort by relevance Sort by last modified time
    Searched full:units (Results 126 - 150 of 934) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 159 * Multiplier to convert DLS gain units (10ths of a dB) to a
179 * Multiplier to convert DLS time cents units to a power-of-two
180 * exponent for conversion to absolute time units using our
  /frameworks/base/telephony/java/com/android/internal/telephony/
SmsMessageBase.java 102 * The number of code units consumed so far, where code units
110 * How many code units are still available without spilling
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.h 250 * Small macro to convert Dbm units into Dbm/10 units. This macro is important
251 * in order to avoid over-flow of Dbm units bigger than 25
  /bootable/diskinstaller/libdiskconfig/
diskconfig.h 88 uint32_t num_lba; /* the size of the disk in LBA units */
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 53 /** size of code block in code units */
69 * register size, in register units, of the register space
87 * @param codesize size of code block in code units
88 * @param regSize register size, in register units, of the register space
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CompletionService.java 87 * @param timeout how long to wait before giving up, in units of
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSInput.java 60 * a stream of 16-bit units. The application must encode the stream
68 * a stream of 16-bit units. The application must encode the stream
96 * sequence of 16-bit units (UTF-16 encoded characters). It is not a
104 * sequence of 16-bit units (UTF-16 encoded characters). It is not a
  /development/simulator/app/
ported.cpp 38 long long nsTime; // time in 100ns units since Jan 1 1601
  /external/apache-http/src/org/apache/http/client/params/
AllClientPNames.java 46 * module and all dependency modules or informational units.
  /external/e2fsprogs/e2fsck/
dict.h 30 * Blurb for inclusion into C++ translation units
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 30 String UNITS_TYPE = "units";
  /external/icu4c/i18n/
tmunit.cpp 18 * There are only 7 time units.
utmscale.c 24 /* units epochOffset fromMin fromMax toMin toMax epochOffsetP1 epochOffsetM1 unitsRound minRound maxRound */
  /external/icu4c/test/cintltst/
utmstest.c 121 static void epochOffsetTest(int64_t epochOffset, int64_t units, UDateTimeScale scale)
125 int64_t universalEpoch = epochOffset * units;
157 int64_t units = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_UNITS_VALUE, &status); local
160 epochOffsetTest(epochOffset, units, (UDateTimeScale)scale);
  /external/icu4c/tools/toolutil/
unewdata.h 93 /** @memo Write a <code>UChar*</code> string of Unicode character code units to the file. */
  /external/neven/Embedded/common/src/b_APIEm/
Functions.h 79 * the function assumes that memPtrA is memSizeA - 1 units
  /external/opencore/oscl/oscl/osclbase/src/
oscl_time.inl 278 OSCL_COND_EXPORT_REF OSCL_INLINE TimeValue::TimeValue(long num_units, TimeUnits units)
280 ts.tv_sec = num_units / MapToSeconds[units];
281 long diff = num_units - MapToSeconds[units] * ts.tv_sec;
282 ts.tv_usec = diff * MapToUSeconds[units];
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pv_2way_h324m_types.h 122 * The disconnect timeout interval in units of 100ms
  /external/qemu/telephony/
sms.h 59 /** SMS PROTOCOL DATA UNITS
  /external/srec/portable/include/
ptimer.h 30 * API to facilitate computing elapsed time of operations. The units of time
  /external/svox/pico/lib/
picodefs.h 144 /* processing units */
picoextapi.h 56 ('\0'). An UTF-16 string must point to a contiguous array of 16-bit units
  /external/webkit/WebCore/css/
CSSParserValues.cpp 76 else if (unit >= CSSPrimitiveValue::CSS_TURN && unit <= CSSPrimitiveValue::CSS_REMS) // CSS3 Values and Units
  /external/webkit/WebCore/platform/sql/
SQLiteDatabase.h 80 // Depending on per-database attributes, the size will only be settable in units that are the page size of the database, which is established at creation
  /external/webkit/WebKitTools/iExploder/htdocs/
htmlattrs.in 312 units

Completed in 472 milliseconds

1 2 3 4 56 7 8 91011>>