Searched refs:toFind (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DEncryptTest.java99 private boolean findData(String toFind) argument
115 byte firstbyte = (toFind.getBytes("UTF-8"))[0];
117 for (int i = 0; i < buf.length - toFind.length(); i++)
121 if(toFind.compareTo(new String(buf, i, toFind.length())) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dview.h70 void FindSelectedShapes(wxList& selections, wxClassInfo* toFind = NULL);
H A Dview.cpp210 void csDiagramView::FindSelectedShapes(wxList& selections, wxClassInfo* toFind) argument
217 if ((eachShape->GetParent() == NULL) && !eachShape->IsKindOf(CLASSINFO(wxLabelShape)) && eachShape->Selected() && ((toFind == NULL) || (eachShape->IsKindOf(toFind))))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtreectlg.cpp1467 wxTreeItemId toFind; local
1470 toFind = GetNextSibling(p);
1472 } while (p.IsOk() && !toFind.IsOk());
1473 return toFind;

Completed in 81 milliseconds