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

  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 67 static unsigned FindItem(const char * const *items, unsigned num, const wchar_t *s, unsigned len)
448 unsigned extPrice = FindItem(kExts, sizeof(kExts) / sizeof(kExts[0]), name + len - extLen, extLen);
449 unsigned namePrice = FindItem(kNames, sizeof(kNames) / sizeof(kNames[0]), name, nameLen);
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 376 itm = self.segList.FindItem(-1, segName)
383 itm = self.eventList.FindItem(-1, eventName)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h 827 virtual HRESULT WINAPI FindItem(LPRESULTFINDINFO pFindInfo,int *pnFoundIndex) = 0;
837 HRESULT (WINAPI *FindItem)(IResultOwnerData *This,LPRESULTFINDINFO pFindInfo,int *pnFoundIndex);
849 #define IResultOwnerData_FindItem(This,pFindInfo,pnFoundIndex) (This)->lpVtbl->FindItem(This,pFindInfo,pnFoundIndex)
    [all...]

Completed in 2383 milliseconds