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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPredicate.cpp 127 for (unsigned lindex = 0; lindex < lhsSet.size(); ++lindex) {
129 if (compare(stringValue(lhsSet[lindex]), stringValue(rhsSet[rindex])))
142 for (unsigned lindex = 0; lindex < lhsSet.size(); ++lindex) {
143 if (compare(Value(stringValue(lhsSet[lindex])).toNumber(), rhs))
154 for (unsigned lindex = 0; lindex < lhsSet.size(); ++lindex)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
mallocAll.test 13 set ret [lindex $l 0]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genmacro/
genmacro.c 44 int lindex = 0; local
122 lindex++;
  /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/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 300 unsigned int lindex = (s - SBase) / NCount; local
330 hb_codepoint_t decomposed[3] = {LBase + lindex,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hangul.cc 300 unsigned int lindex = (s - SBase) / NCount; local
330 hb_codepoint_t decomposed[3] = {LBase + lindex,
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc 661 format.lindex == (*i)->format_etc.lindex &&
699 (*iter)->format_etc.lindex == format_etc->lindex &&
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/chromium_org/ui/base/clipboard/
clipboard_win.cc 171 data_.lindex = -1;
180 data_.lindex = index;
  /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 9301 milliseconds