/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
apConnApi.h | 193 OS_802_11_RATES_EX rateMask; /**< An array of 16 octets. Each octet contains a preferred data rate in units of 0.5 Mbps */
|
/hardware/ti/wlan/wl1271/utils/ |
osDot11.h | 200 /*Each octet contains a desired data rate in units of .5 Mbps.*/
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
servermd.h | 551 * This returns the number of padding units, for depth d and width w.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
osDot11.h | 209 /*Each octet contains a desired data rate in units of .5 Mbps.*/
|
coreDefaultParams.h | 774 #define RSN_PREAUTH_TIMEOUT_DEF 2000 /* In mSec units */ [all...] |
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
public_infoele.h | [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
apConnApi.h | 192 OS_802_11_RATES_EX rateMask; /**< An array of 16 octets. Each octet contains a preferred data rate in units of 0.5 Mbps */
|
/system/wlan/ti/wilink_6_1/utils/ |
osDot11.h | 200 /*Each octet contains a desired data rate in units of .5 Mbps.*/
|
/dalvik/libcore/icu/src/main/native/ |
NativeConverter.cpp | 190 * Converts a buffer of Unicode code units to target encoding 274 * Converts a buffer of encoded bytes to Unicode code units [all...] |
/external/freetype/include/freetype/ |
ftimage.h | 57 /* units, or 16.16, or 26.6 fixed float pixel coordinates. */ [all...] |
/external/grub/netboot/ |
i82586.c | 33 but the outline is that the i82586 has two separate processing units. 41 The command word accepts the following controls for the Tx and Rx units:
|
/external/gtest/include/gtest/internal/ |
gtest-internal.h | 366 // How many ULP's (Units in the Last Place) we want to tolerate when 372 // units in the last place. On Intel CPU's, all floating-point [all...] |
/external/icu4c/common/ |
ucnv_u8.c | 393 /* test both code units */ 519 /* test both code units */ [all...] |
utrie.h | 175 /** Internal trie getter from an offset (0 if c16 is a BMP/lead units) and a 16-bit unit */ 190 /* get the real data from the folded lead/trail units */ \
|
/external/icu4c/i18n/unicode/ |
usearch.h | 663 * character sequences are considered to be inseperable units, 723 * character sequences are considered to be inseperable units, [all...] |
/external/icu4c/test/cintltst/ |
bocu1tst.c | 705 * @param length number of UChar code units in s 731 * @return number of UChar code units output
|
/external/kernel-headers/original/linux/ |
mm.h | 102 units, *not* PAGE_CACHE_SIZE */ 367 * file offset of the page, in units of PAGE_CACHE_SIZE. [all...] |
/external/opencore/doc/oscl_html/ |
classOscl__Vector__Base.html | 135 Returns the allocated memory of the vector in units of number of elements. </td> 582 Returns the size of the vector in units of number of elements. </td>
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Video.h | 131 * variable. Units are Q16 frames per second. 508 * headers in units of GOBs [all...] |
/external/webkit/WebCore/platform/graphics/mac/ |
GraphicsContext3DMac.cpp | 662 void GraphicsContext3D::polygonOffset(double factor, double units) 665 ::glPolygonOffset(static_cast<float>(factor), static_cast<float>(units)); [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Video.h | 114 * variable. Units are Q16 frames per second.
491 * headers in units of GOBs
[all...] |
/dalvik/vm/analysis/ |
RegisterMap.c | [all...] |
/external/libpng/ |
pngrutil.c | 1655 png_charp buf, units, endptr; local [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrutil.c | 1577 png_charp buf, units, endptr; local [all...] |
/frameworks/base/docs/html/guide/practices/ |
screens_support.jd | 125 the dip units needed, based on the actual density of the screen in use. The 126 conversion of dip units to screen pixels is simple: <code>pixels = dips * 128 physical pixels. Using dip units to define your application's UI is highly 538 the auto-scaling of absolute pixel units and math — and relies on the 539 application to use density-independent pixel units and/or to manage the 546 (160). The platform then transparently auto-scales the application's pixel units [all...] |