/external/chromium_org/sync/engine/ |
update_applicator.cc | 11 #include "sync/syncable/entry.h" 61 syncable::Entry read_entry(trans, syncable::GET_BY_HANDLE, *i); 66 syncable::MutableEntry entry(trans, syncable::GET_BY_HANDLE, *i); 68 trans, &entry, cryptographer_); 75 simple_conflict_ids_.insert(entry.Get(ID)); 106 bool UpdateApplicator::SkipUpdate(const syncable::Entry& entry) { 107 ModelType type = entry.GetServerModelType();
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
IsolatedFileSystem.js | 128 var entry = entries[i]; 129 if (!entry.isDirectory) 130 callback(entry.fullPath.substr(1)); 132 this._requestEntries(domFileSystem, entry.fullPath, innerCallback.bind(this)); 169 function fileCreated(entry) 171 callback(entry.fullPath.substr(1)); 252 * @param {FileEntry} entry 254 function fileEntryLoaded(entry) 256 entry.getMetadata(successHandler, errorHandler); 293 * @param {FileEntry} entry [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DOMFileSystemBase.cpp | 41 #include "modules/filesystem/Entry.h" 111 KURL DOMFileSystemBase::createFileSystemURL(const EntryBase* entry) const 113 return createFileSystemURL(entry->fullPath()); 133 // For regular types we can just append the entry's fullPath to the m_filesystemRootURL that should look like 'filesystem:<origin>/<typePrefix>'. 141 bool DOMFileSystemBase::getMetadata(const EntryBase* entry, PassRefPtr<MetadataCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) 145 m_asyncFileSystem->readMetadata(createFileSystemURL(entry), callbacks.release()); 161 // It is an error to try to copy or move an entry inside itself at any depth if it is a directory. 165 // It is an error to copy or move an entry into its parent if a name different from its current one isn't provided. 217 bool DOMFileSystemBase::remove(const EntryBase* entry, PassRefPtr<VoidCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) 219 ASSERT(entry); [all...] |
/external/chromium_org/ui/views/ |
view_model.cc | 22 Entry entry; local 23 entry.view = view; 24 entries_.insert(entries_.begin() + index, entry); 38 Entry entry(entries_[index]); 40 entries_.insert(entries_.begin() + target_index, entry);
|
/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...] |
/external/doclava/src/com/google/doclava/ |
JarUtils.java | 60 JarEntry entry = entries.nextElement(); local 61 if (entry.getName().startsWith(jarDir + "/") && !entry.isDirectory()) { 62 File dest = new File(destDir + "/" + entry.getName().substring(jarDir.length() + 1)); 69 InputStream in = fromJar.getInputStream(entry);
|
/external/easymock/src/org/easymock/internal/ |
EasyMockProperties.java | 76 for (Map.Entry<Object, Object> entry : System.getProperties()
78 if (entry.getKey() instanceof String
79 && entry.getKey().toString().startsWith(PREFIX)) {
80 properties.put(entry.getKey(), entry.getValue());
|
/external/kernel-headers/original/linux/ |
workqueue.h | 16 struct list_head entry; member in struct:work_struct 28 .entry = { &(n).entry, &(n).entry }, \ 51 INIT_LIST_HEAD(&(_work)->entry); \
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
ServiceDeclaration.java | 34 class Entry { 43 Entry(UUID uuid, int serviceType, int instance) { 50 Entry(UUID uuid, int properties, int permissions, int instance) { 58 Entry(UUID uuid, int permissions) { 65 List<Entry> mEntries = null; 69 mEntries = new ArrayList<Entry>(); 73 mEntries.add(new Entry(uuid, serviceType, instance)); 82 Entry entry = new Entry(uuid, serviceType, instance) local [all...] |
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartNetworkSeriesView.java | 199 NetworkStatsHistory.Entry entry = null; local 204 entry = mStats.getValues(i, entry); 206 final long startTime = entry.bucketStart; 207 final long endTime = startTime + entry.bucketDuration; 216 totalData += entry.rxBytes + entry.txBytes; 265 entry = mStats.getValues(lastTime - WEEK_IN_MILLIS * 2, lastTime, now, entry); 310 final NetworkStatsHistory.Entry entry = mStats.getValues(mStart, mEnd, null); local [all...] |
/system/core/libzipfile/ |
test_zipfile.c | 16 zipentry_t entry;
local 64 entry = lookup_zipentry(zip, argv[3]);
65 if (entry == NULL) {
75 unsize = get_zipentry_size(entry);
79 err = decompress_zipentry(entry, scratch, size);
|
/system/media/camera/docs/ |
metadata_helpers.py | 50 def find_parent_section(entry): 55 entry: an Entry or Clone node 60 return entry.find_parent_first(_is_sec_or_ins) 71 A sequence of MergedEntry nodes representing an entry 75 one entry (e.g. if there are multiple entries in different kinds). 87 for entry in i.entries: 88 d[entry.name] = entry 183 Convert an entry name string into an uppercase C symbol [all...] |
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_policy_decoder_chromeos.cc | 98 RepeatedPtrField<std::string>::const_iterator entry; local 99 for (entry = container.user_whitelist().begin(); 100 entry != container.user_whitelist().end(); 101 ++entry) { 102 whitelist->Append(Value::CreateStringValue(*entry)); 130 RepeatedPtrField<em::DeviceLocalAccountInfoProto>::const_iterator entry; local 131 for (entry = accounts.begin(); entry != accounts.end(); ++entry) { 134 if (entry->has_type()) 447 RepeatedField<int>::const_iterator entry; local 548 RepeatedPtrField<std::string>::const_iterator entry; local 610 RepeatedPtrField<std::string>::const_iterator entry; local [all...] |
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttload.c | 54 /* A pointer to the table directory entry. 0 if not found. */ 60 TT_Table entry; local 74 entry = face->dir_tables; 75 limit = entry + face->num_tables; 77 for ( ; entry < limit; entry++ ) 81 if ( entry->Tag == tag ) 83 if ( entry->Length != 0 ) 86 return entry; 213 FT_TRACE2(( "check_table_dir: table entry %d invalid\n", nn )) 326 TT_TableRec* entry; local 817 TT_NameEntryRec* entry = table->names; local 872 TT_NameEntry entry = table->names; local [all...] |
/external/freetype/src/sfnt/ |
ttload.c | 53 /* A pointer to the table directory entry. 0 if not found. */ 59 TT_Table entry; local 73 entry = face->dir_tables; 74 limit = entry + face->num_tables; 76 for ( ; entry < limit; entry++ ) 80 if ( entry->Tag == tag ) 82 if ( entry->Length != 0 ) 85 return entry; 212 FT_TRACE2(( "check_table_dir: table entry %d invalid\n", nn )) 325 TT_TableRec* entry; local 819 TT_NameEntryRec* entry = table->names; local 874 TT_NameEntry entry = table->names; local [all...] |
/external/chromium_org/components/sessions/ |
serialized_navigation_entry.cc | 36 const NavigationEntry& entry) { 39 navigation.unique_id_ = entry.GetUniqueID(); 40 navigation.referrer_ = entry.GetReferrer(); 41 navigation.virtual_url_ = entry.GetVirtualURL(); 42 navigation.title_ = entry.GetTitle(); 43 navigation.page_state_ = entry.GetPageState(); 44 navigation.transition_type_ = entry.GetTransitionType(); 45 navigation.has_post_data_ = entry.GetHasPostData(); 46 navigation.post_id_ = entry.GetPostID(); 47 navigation.original_request_url_ = entry.GetOriginalRequestURL() [all...] |
/external/chromium/net/url_request/ |
view_cache_helper_unittest.cc | 36 void WriteHeaders(disk_cache::Entry* entry, int flags, const std::string data) { 51 int rv = entry->WriteData(0, 0, buf, len, &cb, true); 55 void WriteData(disk_cache::Entry* entry, int index, const std::string data) { 64 int rv = entry->WriteData(index, 0, buf, len, &cb, true); 72 disk_cache::Entry* entry; local 73 int rv = cache->CreateEntry(key, &entry, &cb); 76 rv = cache->OpenEntry(key, &entry, &cb) 190 disk_cache::Entry* entry; local [all...] |
/external/chromium_org/tools/find_runtime_symbols/ |
prepare_symbol_info.py | 145 for entry in maps.iter(ProcMaps.executable): 147 entry.begin, entry.end, entry.offset, entry.name)) 148 binary_path = entry.name 150 if entry.name.startswith(target_path): 151 binary_path = entry.name.replace(target_path, host_path, 1) 168 files[entry.name] = {} 169 files[entry.name]['nm'] = [all...] |
/libcore/luni/src/main/java/java/util/jar/ |
JarFile.java | 51 // The entry for the MANIFEST.MF file before it is read. 63 private JarVerifier.VerifierEntry entry; field in class:JarFile.JarFileInputStream 72 entry = e; 83 entry.write(r); 90 entry.verify(); 95 entry.verify(); 112 entry.write(buffer, byteOffset, size); 119 entry.verify(); 124 entry.verify(); 261 * such entry exists 396 JarVerifier.VerifierEntry entry = verifier.initEntry(ze.getName()); local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
AlbumSlotRenderer.java | 107 AlbumSlidingWindow.AlbumEntry entry = mDataWindow.get(index); 111 Texture content = checkTexture(entry.content); 114 entry.isWaitDisplayed = true; 115 } else if (entry.isWaitDisplayed) { 116 entry.isWaitDisplayed = false; 117 content = new FadeInTexture(mPlaceholderColor, entry.bitmapTexture); 118 entry.content = content; 120 drawContent(canvas, content, width, height, entry.rotation); 126 if (entry.mediaType == MediaObject.MEDIA_TYPE_VIDEO) { 130 if (entry.isPanorama) [all...] |
/external/chromium_org/net/dns/ |
host_cache_unittest.cc | 37 HostCache::Entry entry = HostCache::Entry(OK, AddressList()); local 41 // Add an entry for "foobar.com" at t=0. 43 cache.Set(key1, entry, now, kTTL); 45 EXPECT_TRUE(cache.Lookup(key1, now)->error == entry.error); 52 // Add an entry for "foobar2.com" at t=5. 54 cache.Set(key2, entry, now, kTTL); 73 cache.Set(key1, entry, now, kTTL); 101 HostCache::Entry entry = HostCache::Entry(OK, AddressList()) local 129 HostCache::Entry entry = HostCache::Entry(OK, AddressList()); local 190 HostCache::Entry entry = HostCache::Entry(OK, AddressList()); local 226 HostCache::Entry entry = HostCache::Entry(OK, AddressList()); local 265 HostCache::Entry entry = HostCache::Entry(OK, AddressList()); local 283 HostCache::Entry entry = HostCache::Entry(OK, AddressList()); local [all...] |
/external/chromium_org/net/tools/dump_cache/ |
dump_files.cc | 137 printf("entry size: %d\n", header.entry_size); 165 // Reads an entry from disk. Return false when all entries have been already 167 bool GetEntry(disk_cache::EntryStore* entry); 170 bool LoadEntry(disk_cache::CacheAddr addr, disk_cache::EntryStore* entry); 203 bool CacheDumper::GetEntry(disk_cache::EntryStore* entry) { 211 if (LoadEntry(next_addr_, entry)) 214 printf("Unable to load entry at address 0x%x\n", next_addr_); 221 // dumping every entry that we can find. 224 if (LoadEntry(index_->table[i], entry)) 227 printf("Unable to load entry at address 0x%x\n", index_->table[i]) [all...] |
/external/libvorbis/lib/ |
codebook.c | 74 entry has no codeword. */ 95 /* is the entry number the desired return value, or do we have a 289 long entry = book->dec_firsttable[lok]; local 290 if(entry&0x80000000UL){ 291 lo=(entry>>15)&0x7fff; 292 hi=book->used_entries-(entry&0x7fff); 294 oggpack_adv(b, book->dec_codelengths[entry-1]); 295 return(entry-1); 344 /* returns the [original, not compacted] entry number or -1 on eof *********/ 360 long *entry = alloca(sizeof(*entry)*step) local 378 int i,j,entry; local 423 int i,j,entry; local 447 long i,j,entry; local [all...] |
/external/srec/portable/src/ |
PANSIFileSystemImpl.c | 73 PHashTableEntry* entry; local 81 CHKLOG(rc, PHashTableEntryGetFirst(impl->directoryMap, &entry)); 82 while (entry != NULL) 84 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value)); 85 oldEntry = entry; 86 CHKLOG(rc, PHashTableEntryAdvance(&entry)); 185 PHashTableEntry* entry; local 199 CHKLOG(rc, PHashTableGetEntry(impl->directoryMap, path, &entry)); 200 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value)); 201 CHKLOG(rc, PHashTableEntryRemove(entry)); 213 PHashTableEntry* entry; local 290 PHashTableEntry* entry; local 347 PHashTableEntry* entry; local [all...] |
/frameworks/rs/ |
rsFileA3D.cpp | 75 A3DIndexEntry *entry = new A3DIndexEntry(); local 76 entry->mObjectName = headerStream->loadString(); 78 //ALOGV("Header data, entry name = %s", entry->mObjectName.string()); 79 entry->mType = (RsA3DClassID)headerStream->loadU32(); 81 entry->mOffset = headerStream->loadOffset(); 82 entry->mLength = headerStream->loadOffset(); 84 entry->mOffset = headerStream->loadU32(); 85 entry->mLength = headerStream->loadU32(); 87 entry->mRsObj = NULL 234 FileA3D::A3DIndexEntry *entry = mIndex[index]; local 425 const FileA3D::A3DIndexEntry *entry = fa3d->getIndexEntry(i); local [all...] |