/external/e2fsprogs/resize/ |
resize2fs.8.in | 45 If no units are specified, the units of the 50 parameter may be suffixed by one of the following the units
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_file_cache.h | 101 //units: 0-based byte offset from beginning of cache 105 //units: 0-based byte offset from beginning of cache 111 //units: 0-based byte offset from beginning of cache
|
/external/freetype/include/freetype/ |
ftincrem.h | 98 * Left bearing, in font units. 101 * Top bearing, in font units. 104 * Horizontal component of glyph advance, in font units. 107 * Vertical component of glyph advance, in font units. 232 * The original glyph metrics, if any, in font units. If metrics are 237 * The replacement glyph metrics in font units.
|
/external/grub/stage2/ |
defs.h | 70 * The file system is made out of blocks of at most MAXBSIZE units, 71 * with smaller units (fragments) only in the last direct block.
|
/external/icu4c/i18n/unicode/ |
tmunit.h | 25 * Measurement unit for time units. 33 * Constants for all the time units we supported.
|
/frameworks/base/core/java/android/view/ |
VelocityTracker.java | 167 public void computeCurrentVelocity(int units) { 168 computeCurrentVelocity(units, Float.MAX_VALUE); 178 * @param units The units you would like the velocity in. A value of 1 181 * This value must be declared in the same unit as the units parameter. This value 184 public void computeCurrentVelocity(int units, float maxVelocity) { 218 float vel = (dist/dur) * units; // pixels/frame. 222 vel = (dist/dur) * units; // pixels/frame.
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_media_clock.h | 91 * Enum for the time units used in OSCL Media Clock 171 * Units is msec. 273 in units of microseconds even if the timebase itself does not have the resolution of microseconds. 302 * @param aUnits: the requested time units for aTime 350 * Sets the starting clock time with unsigned 32-bit integer in the specified time units 351 * while in STOPPED state. Clock's internal timekeeping units are changed to usecs if aUnits 352 * is usecs. Otherwise, internal units remain msecs(default). High probability of overflow if 353 * units are given as usecs. 355 * @param aUnits: the time units of aTime 362 * Adjusts the clock time with unsigned 32-bit integer in the specified time units while i [all...] |
/external/icu4c/common/unicode/ |
chariter.h | 30 * <p>Characters can be accessed in two ways: as code units or as 34 * Unicode code units are the storage units of a given 37 * or two code units ("surrogates"). 38 * String storage is typically based on code units, while properties 40 * Some processes may be designed to work with sequences of code units, 42 * algorithm can be represented with single code units. 54 * In general, access to code units and code points in the same 146 * no more code units to return, returns DONE. 163 * Returns FALSE if there are no more code units or code point [all...] |
uchriter.h | 23 * characters (code units or code points) in a UChar array. 233 * code units to return, returns DONE. 243 * no more code units to return, returns DONE. 272 * Returns FALSE if there are no more code units or code points 276 * @return FALSE if there are no more code units or code points 285 * code units to return, returns DONE. 301 * Returns FALSE if there are no more code units or code points 305 * @return FALSE if there are no more code units or code points 314 * The movement is expressed in numbers of code units forward
|
/dalvik/vm/mterp/armv5te/ |
bincmp.S | 19 FETCH_S(r9, 1) @ r9<- branch offset, in code units
|
zcmp.S | 16 FETCH_S(r9, 1) @ r9<- branch offset, in code units
|
/dalvik/vm/mterp/armv6t2/ |
bincmp.S | 18 FETCH_S(r9, 1) @ r9<- branch offset, in code units
|
/development/samples/MultiResolution/ |
_index.html | 9 <li>Proper layout <a href="../../../guide/practices/screens_support.html#density-independence">size units</a>,
|
/external/icu4c/common/ |
unifilt.cpp | 37 * two 16-bit code units).
|
/external/qemu/hw/ |
power_supply.h | 19 * stated. It's driver's job to convert its raw values to units in which
|
/external/speex/include/speex/ |
speex_jitter.h | 64 spx_uint32_t span; /**< Time covered by the packet (same units as timestamp) */ 112 /** Equivalent cost of one percent late packet in timestamp units */ 149 * @param desired_span Number of samples (or units) we wish to get from the buffer (no guarantee) 176 * @param rem Amount of data buffered by the application (timestamp units)
|
/packages/apps/Email/src/org/apache/commons/io/ |
overview.html | 27 various operations into pre-tested units of code.
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
TimeUnitTest.java | 27 * convert correctly converts sample values across the units 87 * toNanos correctly converts sample values in different units to 104 * toMicros correctly converts sample values in different units to 121 * toMillis correctly converts sample values in different units to 138 * toSeconds correctly converts sample values in different units to
|
/external/opencore/protocols/http_parcom/include/ |
http_parser.h | 49 * constain multiple entity units, the memory for an input data fragment can only be released after all the related entity units 54 * units, user needs to input EMPTY fragment or the previous fragment again to let the library send out the next entity unit (since 88 PARSE_NEED_MORE_DATA = 6, // no ouput, no entity units 95 PARSE_MEMORY_ALLOCATION_FAILURE = -5, // memory allocation for entity units
|
/external/webkit/JavaScriptCore/icu/unicode/ |
ustring.h | 43 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units. 44 * UTF-16 encodes each Unicode code point with either one or two UChar code units. 54 * i.e., as separate units. 58 * for single-unit characters vs. lead units vs. trail units are completely disjoint. 64 * (which use pairs of lead/trail code units called "surrogates"), 84 * Count Unicode code points in the length UChar code units of the string. 85 * A code point may occupy either one or two UChar code units. 86 * Counting code points involves reading all code units. 91 * @param length The number of UChar code units to be checked, or -1 to count al [all...] |
/external/webkit/JavaScriptGlue/icu/unicode/ |
ustring.h | 43 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units. 44 * UTF-16 encodes each Unicode code point with either one or two UChar code units. 54 * i.e., as separate units. 58 * for single-unit characters vs. lead units vs. trail units are completely disjoint. 64 * (which use pairs of lead/trail code units called "surrogates"), 84 * Count Unicode code points in the length UChar code units of the string. 85 * A code point may occupy either one or two UChar code units. 86 * Counting code points involves reading all code units. 91 * @param length The number of UChar code units to be checked, or -1 to count al [all...] |
/external/webkit/WebCore/icu/unicode/ |
ustring.h | 43 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units. 44 * UTF-16 encodes each Unicode code point with either one or two UChar code units. 54 * i.e., as separate units. 58 * for single-unit characters vs. lead units vs. trail units are completely disjoint. 64 * (which use pairs of lead/trail code units called "surrogates"), 84 * Count Unicode code points in the length UChar code units of the string. 85 * A code point may occupy either one or two UChar code units. 86 * Counting code points involves reading all code units. 91 * @param length The number of UChar code units to be checked, or -1 to count al [all...] |
/external/webkit/WebKit/mac/icu/unicode/ |
ustring.h | 43 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units. 44 * UTF-16 encodes each Unicode code point with either one or two UChar code units. 54 * i.e., as separate units. 58 * for single-unit characters vs. lead units vs. trail units are completely disjoint. 64 * (which use pairs of lead/trail code units called "surrogates"), 84 * Count Unicode code points in the length UChar code units of the string. 85 * A code point may occupy either one or two UChar code units. 86 * Counting code points involves reading all code units. 91 * @param length The number of UChar code units to be checked, or -1 to count al [all...] |
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
pv_2way_h324m_interface.h | 263 * T106 Master Slave Determination (in units of 1s) 264 * T101 Capability Exchange (in units of 1s) 265 * T103 Uni-directional and Bi-directional Logical Channel Signalling (in units of 1s) 266 * T108 Close Logical Channel (in units of 1s) 267 * T104 H.223 Multiplex Table (in units of 1s) 268 * T109 Mode Request (in units of 1s) 269 * T105 Round Trip Delay (in units of 1s) 270 * T107 Request Multiplex Entry (in units of 100ms) 271 * T401 SRP retransmission (in units of 100ms)
|
/dalvik/dx/src/com/android/dx/rop/code/ |
DexTranslationAdvice.java | 37 * The minimum source width, in register units, for an invoke 102 * @return {@code >= 0;} rop-form width in register units
|