Searched refs:createEntry (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerDataHelper.java84 writeEntry(TrackerEntry.createEntry(loc, distFromNetLoc));
91 writeEntry(TrackerEntry.createEntry(tag, logMsg));
169 String output = mFormatter.getOutput(TrackerEntry.createEntry(cursor));
H A DTrackerListHelper.java71 .createEntry(cursor));
H A DTrackerEntry.java95 static TrackerEntry createEntry(Location loc, float distFromNetLocation) { method in class:TrackerEntry
107 static TrackerEntry createEntry(String tag, String msg) { method in class:TrackerEntry
208 static TrackerEntry createEntry(Cursor cursor) { method in class:TrackerEntry
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h95 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent) = 0;
231 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);
249 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);
H A DMipsGOT.cpp107 createEntry(0, m_SectionData);
503 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) { function in class:Mips32GOT
512 createEntry(0, m_SectionData);
513 createEntry(Mips32ModulePtr, m_SectionData);
538 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) { function in class:Mips64GOT
547 createEntry(0, m_SectionData);
548 createEntry(Mips64ModulePtr, m_SectionData);
/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java279 temp = null; // Pass temp = null to createEntry() to leave a tombstone
284 long time = createEntry(temp, tag, flags);
693 private synchronized long createEntry(File temp, String tag, int flags) throws IOException { method in class:DropBoxManagerService

Completed in 8631 milliseconds