Searched refs:theData (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DExampleDatabaseLoad.java30 private static DatabaseEntry theData = new DatabaseEntry(); field in class:ExampleDatabaseLoad
111 dataBinding.objectToEntry(theVendor, theData);
114 myDbs.getVendorDB().put(null, theKey, theData);
151 inventoryBinding.objectToEntry(theInventory, theData);
155 myDbs.getInventoryDB().put(null, theKey, theData);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddnd.cpp200 Ptr theData ; local
208 theData = new char[dataSize];
209 GetFlavorData((DragReference)m_currentDrag, theItem, theType, (void*) theData, &dataSize, 0L);
212 theData[dataSize]=0 ;
213 wxString convert( theData , wxConvLocal ) ;
218 HFSFlavor* theFile = (HFSFlavor*) theData ;
230 m_dataObject->SetData( format, dataSize, theData );
232 delete[] theData;

Completed in 40 milliseconds