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

1 2 3 4 5 6 7 891011>>

  /external/webkit/JavaScriptCore/icu/unicode/
utf.h 24 * The UChar and UChar32 data types for Unicode code units and code points
38 * code points encoded as pairs of supplementary code units.)
  /external/webkit/JavaScriptGlue/icu/unicode/
utf.h 24 * The UChar and UChar32 data types for Unicode code units and code points
38 * code points encoded as pairs of supplementary code units.)
  /external/webkit/WebCore/icu/unicode/
utf.h 24 * The UChar and UChar32 data types for Unicode code units and code points
38 * code points encoded as pairs of supplementary code units.)
  /external/webkit/WebCore/svg/
SVGFontFaceElement.cpp 209 // not specified, the effect is as if a value equivalent of one em were specified (see units-per-em).
221 // the effect is as if the attribute were set to the difference between the units-per-em value and the
  /external/webkit/WebKit/mac/icu/unicode/
utf.h 24 * The UChar and UChar32 data types for Unicode code units and code points
38 * code points encoded as pairs of supplementary code units.)
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c 70 * Small macro to convert Dbm units into Dbm/10 units. This macro is important
71 * in order to avoid over-flow of Dbm units bigger than 25
278 /* Convert to RegDomain units */
296 /* Convert to RegDomain units */
    [all...]
  /system/core/libdiskconfig/
config_mbr.c 29 /* start and len are in LBA units */
146 uint32_t len; /* in lba units */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
ScanSrv.h 263 * \brief Convert time units (1024 usecs) to millisecs
266 * \param tu - the time in time units
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
regulatoryDomain.c 70 * Small macro to convert Dbm units into Dbm/10 units. This macro is important
71 * in order to avoid over-flow of Dbm units bigger than 25
278 /* Convert to RegDomain units */
296 /* Convert to RegDomain units */
    [all...]
  /external/icu4c/common/unicode/
utext.h 381 * @return the length of the text, expressed in native units.
503 * @param nativeIndex Iteration index, in the native units of the text provider.
522 * @param nativeIndex Iteration index in the native units of the text provider.
540 * @return the current index position, in the native units of the text provider.
549 * The index is in the native units of the original input text.
560 * complicated by the fact that the size (in native units) of a
725 * The index is in the native units of the original input text.
805 * @return The signed number of (native) storage units by which
    [all...]
schriter.h 33 * characters (code units or code points) in a UnicodeString.
  /bionic/libm/src/
e_hypot.c 47 * than 1 ulps (units in the last place)
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 76 /** size, in register units, of all the parameters to this method */
93 * @param paramSize size, in register units, of all the parameters to
112 * @param paramSize size, in register units, of all the parameters to
170 * @param paramSize size, in register units, of all the parameters
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 66 /** the total width, in register-units, of the method's parameters */
95 * @param paramWidth the total width, in register-units, of the
114 * @param paramWidth the total width, in register-units, of the
296 * @return the total width, in register units, of the method's
  /dalvik/libdex/
DexProto.h 151 * Compute the number of parameter words (u4 units) required by the
  /development/pdk/docs/compatibility/
cts-intro.jd 33 <li><i>Unit tests</i> test atomic units of code within the Android platform; e.g. a single class, such as java.util.HashMap.</li>
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 516 public void glPolygonOffset(float factor, float units) {
517 mgl.glPolygonOffset(factor, units);
520 public void glPolygonOffsetx(int factor, int units) {
521 mgl.glPolygonOffsetx(factor, units);
  /external/apache-http/src/org/apache/http/client/params/
ClientPNames.java 36 * This does not include parameters for informational units
  /external/bluetooth/bluez/common/
android_bluez.c 56 uint16_t timeout = (timeout_ms * 1000) / 625; // timeout units of 0.625ms
  /external/fdlibm/
e_hypot.c 43 * than 1 ulps (units in the last place)
  /external/grub/netboot/
epic100.h 146 #define TX_FIFO_THRESH 128 /* Rounded down to 4 byte units. */
  /external/icu4c/common/
uset.cpp 319 * Serialize a USet into 16-bit units.
325 * Store each supplementary code point in 2 16-bit units,
465 /* count pairs of 16-bit units even per BMP and check if the number of pairs is odd */
507 rangeIndex*=2; /* address pairs of pairs of units */
utrie2_impl.h 124 * plus values for the 0x400 surrogate code units.
  /external/icu4c/io/
sprintf.c 35 /* u_minstrncpy copies the minimum number of code units of (count or output->available) */
  /external/icu4c/samples/legacy/
README 6 What is it all about: Let's say you have a 10 Tb database indexed using ICU 1.8.1. sortkeys. New ICU comes out, with neat new features you would like to use, but also with new sortkeys and you don't care to reindex your 10 Tb database. What to do then??? You can use ICU 1.8.1. in one of your compilation units and current version in all the others. So, you can use old collation until you decide to reindex.

Completed in 1084 milliseconds

1 2 3 4 5 6 7 891011>>