HomeSort by relevance Sort by last modified time
    Searched refs:lindex (Results 1 - 18 of 18) sorted by null

  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
expect_scp 8 set local_path [lindex $argv 1]
9 set remote_path [lindex $argv 0]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textserv.h 67 virtual HRESULT TxDraw(DWORD dwDrawAspect,LONG lindex,void *pvAspect,DVTARGETDEVICE *ptd,HDC hdcDraw,HDC hicTargetDev,LPCRECTL lprcBounds,LPCRECTL lprcWBounds,LPRECT lprcUpdate,WINBOOL (CALLBACK *pfnContinue) (DWORD),DWORD dwContinue,LONG lViewId) = 0;
70 virtual HRESULT OnTxSetCursor(DWORD dwDrawAspect,LONG lindex,void *pvAspect,DVTARGETDEVICE *ptd,HDC hdcDraw,HDC hicTargetDev,LPCRECT lprcClient,INT x,INT y) = 0;
71 virtual HRESULT TxQueryHitPoint(DWORD dwDrawAspect,LONG lindex,void *pvAspect,DVTARGETDEVICE *ptd,HDC hdcDraw,HDC hicTargetDev,LPCRECT lprcClient,INT x,INT y,DWORD *pHitResult) = 0;
oleidl.h 525 virtual HRESULT WINAPI DoVerb(LONG iVerb,LPMSG lpmsg,IOleClientSite *pActiveSite,LONG lindex,HWND hwndParent,LPCRECT lprcPosRect) = 0;
553 HRESULT (WINAPI *DoVerb)(IOleObject *This,LONG iVerb,LPMSG lpmsg,IOleClientSite *pActiveSite,LONG lindex,HWND hwndParent,LPCRECT lprcPosRect);
583 #define IOleObject_DoVerb(This,iVerb,lpmsg,pActiveSite,lindex,hwndParent,lprcPosRect) (This)->lpVtbl->DoVerb(This,iVerb,lpmsg,pActiveSite,lindex,hwndParent,lprcPosRect)
    [all...]
ocidl.h     [all...]
objidl.h 4086 LONG lindex; member in struct:tagFORMATETC
    [all...]
urlmon.h 814 LONG lindex; member in struct:tagRemFORMATETC
    [all...]
  /ndk/sources/host-tools/make-3.81/
expand.c 269 p1 = lindex (beg, end, '$');
302 colon = lindex (beg, end, ':');
309 subst_end = lindex (subst_beg, end, '=');
make.h 427 extern char *lindex PARAMS ((const char *, const char *, int));
misc.c 411 lindex (const char *s, const char *limit, int c)
405 lindex (const char *s, const char *limit, int c) function
  /external/ImageMagick/scripts/
xsnap 70 set arg [lindex $args 0]
73 button .alert.bottom.0.button -text [lindex $arg 0] \
74 -command "[lindex $arg 1]; destroy .alert"
76 bind .alert <Return> "[lindex $arg 1]; destroy .alert"
80 button .alert.bottom.$i -text [lindex $arg 0] \
81 -command "[lindex $arg 1]; destroy .alert"
100 [$w.format.list get [lindex [$w.format.list curselection] 0]]
397 [.save.format.list get [lindex [.save.format.list curselection] 0]]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 305 unsigned int lindex = (s - SBase) / NCount; local
335 hb_codepoint_t decomposed[3] = {LBase + lindex,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 394 LLVMValueRef lindex = lp_build_const_int32(bld->bld_base.base.gallivm, index * 4 + chan); local
395 return LLVMBuildGEP(builder, bld->temps_array, &lindex, 1, "");
416 LLVMValueRef lindex = lp_build_const_int32(bld->bld_base.base.gallivm, local
418 return LLVMBuildGEP(builder, bld->outputs_array, &lindex, 1, "");
698 LLVMValueRef lindex = lp_build_const_int32(gallivm, local
701 bld->inputs_array, &lindex, 1, "");
2015 LLVMValueRef lindex = local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
symbols.c 1893 int lindex = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 7365 unsigned int lindex = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 500 milliseconds