HomeSort by relevance Sort by last modified time
    Searched defs:Entry (Results 1 - 25 of 342) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/fileapi/
Entry.h 50 class Entry : public EntryBase {
61 Entry(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
Entry.cpp 31 #include "Entry.h"
49 Entry::Entry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
54 void Entry::getMetadata(PassRefPtr<MetadataCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef)
61 void Entry::moveTo(PassRefPtr<DirectoryEntry> parent, const String& name, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
68 void Entry::copyTo(PassRefPtr<DirectoryEntry> parent, const String& name, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
75 void Entry::remove(PassRefPtr<VoidCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
82 void Entry::getParent(PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
  /external/llvm/include/llvm/ADT/
StringSet.h 31 // Get or create the map entry for the key; if it doesn't exist the value
36 StringMapEntry<char> &Entry = this->GetOrCreateValue(Key);
37 if (Entry.getValue() == '+')
39 Entry.setValue('+');
  /external/chromium/net/base/
capturing_net_log.cc 9 CapturingNetLog::Entry::Entry(EventType type,
18 CapturingNetLog::Entry::~Entry() {}
49 Entry entry(type, time, source, phase, extra_parameters);
51 entries_.push_back(entry);
host_cache.cc 14 HostCache::Entry::Entry(int error,
20 HostCache::Entry::~Entry() {
36 const HostCache::Entry* HostCache::Lookup(const Key& key,
46 Entry* entry = it->second.get();
47 if (CanUseEntry(entry, now))
48 return entry;
53 HostCache::Entry* HostCache::Set(const Key& key
64 scoped_refptr<Entry>& entry = entries_[key]; local
123 Entry* entry = (it->second).get(); local
140 Entry* entry = (it->second).get(); local
    [all...]
  /external/chromium/net/disk_cache/
disk_cache.h 33 class Entry;
64 // for a given Entry (as opposed to the Backend) will still generate a
71 // Opens an existing entry. Upon success, |entry| holds a pointer to an Entry
72 // object representing the specified disk cache entry. When the entry pointer
75 // will be invoked when the entry is available. The pointer to receive the
76 // |entry| must remain valid until the operation completes.
77 virtual int OpenEntry(const std::string& key, Entry** entry
    [all...]
  /external/chromium/net/ftp/
ftp_auth_cache.cc 15 FtpAuthCache::Entry::Entry(const GURL& origin,
23 FtpAuthCache::Entry::~Entry() {}
29 FtpAuthCache::Entry* FtpAuthCache::Lookup(const GURL& origin) {
42 Entry* entry = Lookup(origin); local
43 if (entry) {
44 entry->username = username;
45 entry->password = password
    [all...]
ftp_auth_cache.h 29 struct Entry {
30 Entry(const GURL& origin, const string16& username,
32 ~Entry();
42 // Return Entry corresponding to given |origin| or NULL if not found.
43 Entry* Lookup(const GURL& origin);
45 // Add an entry for |origin| to the cache (consisting of |username| and
46 // |password|). If there is already an entry for |origin|, it will be
51 // Remove the entry for |origin| from the cache, if one exists and matches
57 typedef std::list<Entry> EntryList;
  /external/chromium/chrome/browser/ui/views/
wrench_menu.h 48 typedef std::pair<ui::MenuModel*,int> Entry;
49 typedef std::map<int,Entry> IDToEntry;
  /external/clang/test/CodeGen/
pointer-signext.c 26 MEMORY_MAP *Entry;
30 Entry = CR (Link, MEMORY_MAP, Link);
31 return (int) Entry->Signature;
  /external/llvm/include/llvm/Support/
PredIteratorCache.h 43 BasicBlock **&Entry = BlockToPredsMap[BB];
44 if (Entry) return Entry;
51 Entry = Memory.Allocate<BasicBlock*>(PredCache.size());
52 std::copy(PredCache.begin(), PredCache.end(), Entry);
53 return Entry;
  /external/llvm/lib/IR/
ValueSymbolTable.cpp 57 // Try insert the vmap entry with this suffix.
80 ValueName &Entry = vmap.GetOrCreateValue(Name);
81 if (Entry.getValue() == 0) {
82 Entry.setValue(V);
83 //DEBUG(dbgs() << " Inserted value: " << Entry.getKeyData() << ": "
85 return &Entry;
96 // Try insert the vmap entry with this suffix.
  /external/llvm/utils/TableGen/
StringToOffsetTable.h 31 StringMapEntry<unsigned> &Entry = StringOffset.GetOrCreateValue(Str, -1U);
32 if (Entry.getValue() == -1U) {
34 Entry.setValue(AggregateString.size());
40 return Entry.getValue();
  /external/webkit/Source/WebCore/platform/text/
AtomicStringKeyedMRUCache.h 47 Entry entry = m_cache[foundIndex]; local
50 m_cache.append(entry);
66 typedef pair<AtomicString, T> Entry;
67 typedef Vector<Entry, capacity> Cache;
  /external/skia/legacy/src/effects/
SkBitmapCache.cpp 12 struct SkBitmapCache::Entry {
13 Entry* fPrev;
14 Entry* fNext;
20 Entry(const void* buffer, size_t size, const SkBitmap& bm)
29 ~Entry() { sk_free(fBuffer); }
46 Entry* entry = fHead; local
47 while (entry) {
48 Entry* next = entry->fNext
86 Entry* entry = fHead; local
111 Entry* entry = new Entry(buffer, len, bm); local
133 Entry* entry = fHead; local
    [all...]
  /external/skia/src/effects/gradients/
SkBitmapCache.cpp 12 struct SkBitmapCache::Entry {
13 Entry* fPrev;
14 Entry* fNext;
20 Entry(const void* buffer, size_t size, const SkBitmap& bm)
29 ~Entry() { sk_free(fBuffer); }
46 Entry* entry = fHead; local
47 while (entry) {
48 Entry* next = entry->fNext
86 Entry* entry = fHead; local
111 Entry* entry = SkNEW_ARGS(Entry, (buffer, len, bm)); local
133 Entry* entry = fHead; local
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 38 class Entry : public TargetFragment
44 Entry(uint64_t pValue, SectionData* pParent)
49 virtual ~Entry() {}
84 /// needed. If an entry is needed, the empty entry is reserved for layout
PLT.h 25 * \brief PLTEntryDefaultBase provides the default interface for PLE Entry
63 class Entry : public EntryBase
69 Entry(SectionData& pParent)
73 virtual ~Entry() {}
  /external/chromium/chrome/browser/net/
chrome_net_log.cc 44 ChromeNetLog::Entry::Entry(uint32 order,
58 ChromeNetLog::Entry::~Entry() {}
  /external/chromium/net/http/
http_auth_cache.cc 69 HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin,
80 return NULL; // No realm entry found.
85 // kept small because AddPath() only keeps the shallowest entry.
86 HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin,
88 HttpAuthCache::Entry* best_match = NULL;
111 HttpAuthCache::Entry* HttpAuthCache::Add(const GURL& origin,
121 // Check for existing entry (we will re-use it if present).
122 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme); local
123 if (!entry) {
221 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme); local
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLFormattingElementList.h 44 // Ideally Entry would be private, but HTMLTreeBuilder has to coordinate
46 // access to Entry::isMarker() and Entry::replaceElement() to do so.
47 class Entry {
50 explicit Entry(Element* element)
56 Entry(MarkerEntryType)
60 ~Entry() {}
83 Bookmark(Entry* entry)
85 , m_mark(entry)
    [all...]
  /external/chromium/base/
file_util_proxy.h 26 // Holds metadata for file or directory entry. Used by ReadDirectoryCallback.
27 struct Entry {
49 const std::vector<Entry>&>::Type ReadDirectoryCallback;
  /external/clang/lib/Analysis/
CFGStmtMap.cpp 57 CFGBlock *&Entry = SM[CS->getStmt()];
58 // If 'Entry' is already initialized (e.g., a terminator was already),
60 if (Entry)
63 Entry = B;
  /external/clang/lib/Rewrite/Frontend/
HTMLPrint.cpp 67 const FileEntry* Entry = R.getSourceMgr().getFileEntryForID(FID);
70 // there is no entry. Fall back to the memory buffer for a name in those
72 if (Entry)
73 Name = Entry->getName();
  /external/clang/tools/diagtool/
ListWarnings.cpp 31 struct Entry {
35 Entry(llvm::StringRef diagN, llvm::StringRef flag)
38 bool operator<(const Entry &x) const { return DiagName < x.DiagName; }
42 static void printEntries(std::vector<Entry> &entries, llvm::raw_ostream &out) {
43 for (std::vector<Entry>::iterator it = entries.begin(), ei = entries.end();
53 std::vector<Entry> Flagged, Unflagged;
69 Entry entry(di->getName(),
72 if (entry.Flag.empty())
73 Unflagged.push_back(entry);
    [all...]

Completed in 467 milliseconds

1 2 3 4 5 6 7 8 91011>>