/system/core/adb/ |
protocol.txt | 6 direction).
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
osDot11.h | 507 tiUINT32 uAboveOrBelowFlag; /* direction of crossing */
|
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
ipc_event.c | 261 os_error_printf(CU_MSG_ERROR, (PS8)"Direction(Above=0, Below=1) crossed= %d\n", crossInfo[1]);
|
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/ |
HwInit.c | 154 #define BUILD_HW_INIT_TXN_DATA(pHwInit, pTxn, uAddr, uVal, uSize, direction, fCB, hCB) \ 156 TXN_PARAM_SET_DIRECTION(pTxn, direction); \ 165 #define BUILD_HW_INIT_FW_DL_TXN(pHwInit, pTxn, uAddr, uVal, uSize, direction, fCB, hCB) \ 167 TXN_PARAM_SET_DIRECTION(pTxn, direction); \ [all...] |
/system/wlan/ti/wilink_6_1/Txn/ |
SdioBusDrv.c | 499 TRACE7(pBusDrv->hReport, REPORT_SEVERITY_INFORMATION, "busDrv_SendTxnParts: PartNum = %d, SingleStep = %d, Direction = %d, HwAddr = 0x%x, HostAddr = 0x%x, Length = %d, BlkMode = %d\n", pBusDrv->uCurrTxnPartsCount-1, TXN_PARAM_GET_SINGLE_STEP(pTxn), TXN_PARAM_GET_DIRECTION(pTxn), pTxnPart->uHwAddr, pTxnPart->pHostAddr, pTxnPart->uLength, pTxnPart->bBlkMode);
|
/system/wlan/ti/wilink_6_1/utils/ |
osDot11.h | 444 TI_UINT32 uAboveOrBelowFlag; /* direction of crossing */
|
/external/freetype/include/freetype/ |
ftimage.h | 415 /* clock-wise direction, as defined in the TrueType specification. */ 416 /* This flag is set if the outline uses the opposite direction */ [all...] |
/external/freetype/src/autofit/ |
afcjk.c | 350 /* direction. To do so, we simply scan each segment and try to find */ 464 /* - edge's main direction */ [all...] |
/external/icu4c/common/unicode/ |
rbbi.h | 415 * @param n The number of steps to move. The sign indicates the direction 686 * @param reverse The call is for the reverse direction
|
/external/icu4c/i18n/ |
astro.h | 207 * The <i>Azimuth</i> is the geographic direction of the object from the 256 * The object's direction, in radians clockwise from north.
|
/external/libpng/ |
png.c | 69 /* Start of interlace block in the y direction */ 72 /* Offset to next interlace block in the y direction */
|
/external/neven/Embedded/common/src/b_ImageEm/ |
APhImage.c | 344 /* If the image and the rectangle do not intersect in X direction, set the intersecting rectangle to the image coordinates */ 350 /* do the same as above in the Y direction */
|
ComplexImage.c | 368 /* If the image and the rectangle do not intersect in X direction, set the intersecting rectangle to the image coordinates */ 374 /* do the same as above in the Y direction */
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Video.h | 289 * sXSearchRange : Search range in horizontal direction for MVs 290 * sYSearchRange : Search range in vertical direction for MVs [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngpread.c | 998 /* start of interlace block in the y direction */ 1001 /* offset to next interlace block in the y direction */ [all...] |
/external/qemu/hw/ |
usb-hid.c | 526 /* Appears we have to invert the wheel direction */ 563 /* Appears we have to invert the wheel direction */
|
/external/skia/include/core/ |
SkPaint.h | 759 /** Specify the direction the text buffer should be processed in breakText() 779 @param tbd Optional. The direction the text buffer should be [all...] |
/external/webkit/WebCore/dom/ |
Position.cpp | [all...] |
/external/webkit/WebCore/rendering/ |
RenderTable.cpp | 778 int leftmostColumn = style()->direction() == RTL ? numEffCols() - 1 : 0; 837 int rightmostColumn = style()->direction() == RTL ? 0 : numEffCols() - 1; [all...] |
/external/webkit/WebCore/rendering/style/ |
RenderStyle.cpp | 255 // Only one unit can be non-auto in the horizontal direction and 256 // in the vertical direction. Otherwise the adjustment of values [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebView.h | 500 @method searchFor:direction:caseSensitive: 508 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag;
|
/external/webkit/WebKit/win/Interfaces/ |
IWebView.idl | 538 @method searchFor:direction:caseSensitive: 545 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag; [all...] |
/frameworks/base/core/java/android/webkit/ |
BrowserFrame.java | 298 * @param steps A negative or positive number indicating the direction [all...] |
WebTextView.java | 354 protected void onFocusChanged(boolean focused, int direction, 357 super.onFocusChanged(focused, direction, previouslyFocusedRect); [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Video.h | 272 * sXSearchRange : Search range in horizontal direction for MVs
273 * sYSearchRange : Search range in vertical direction for MVs
[all...] |