/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
mucinviterecvtask.cc | 91 for (const XmlElement* entry = avail->FirstNamed(QN_GOOGLE_MUC_USER_ENTRY); 92 entry; 93 entry = entry->NextNamed(QN_GOOGLE_MUC_USER_ENTRY)) { 97 tmp.label = atoi(entry->Attr(QN_LABEL).c_str()); 100 entry->FirstNamed(QN_GOOGLE_MUC_USER_TYPE), 106 entry->FirstNamed(QN_GOOGLE_MUC_USER_STATUS),
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_ext_attr.h | 44 #define EXT2_EXT_ATTR_NEXT(entry) \ 46 (char *)(entry) + EXT2_EXT_ATTR_LEN((entry)->e_name_len)) ) 49 #define EXT2_EXT_IS_LAST_ENTRY(entry) (*((__u32 *)(entry)) == 0UL) 50 #define EXT2_EXT_ATTR_NAME(entry) \ 51 (((char *) (entry)) + sizeof(struct ext2_ext_attr_entry))
|
/system/core/include/utils/ |
LruCache.h | 81 struct Entry { 84 Entry* parent; 85 Entry* child; 87 Entry(TKey key_, TValue value_) : key(key_), value(value_), parent(NULL), child(NULL) { 92 void attachToCache(Entry& entry); 93 void detachFromCache(Entry& entry); 96 UniquePtr<BasicHashtable<TKey, Entry> > mTable; 98 Entry* mOldest 128 Entry& entry = mTable->editEntryAt(index); local 152 Entry& entry = mTable->editEntryAt(index); local 164 Entry& entry = mTable->editEntryAt(index); local [all...] |
/external/chromium/net/tools/dump_cache/ |
cache_dumper.h | 28 // Creates an entry to be written. 29 // On success, populates the |entry|. 32 disk_cache::Entry** entry, 35 // Write to the current entry. 37 virtual int WriteEntry(disk_cache::Entry* entry, int stream, int offset, 41 // Close the current entry. 42 virtual void CloseEntry(disk_cache::Entry* entry, base::Time last_used [all...] |
/external/chromium_org/net/tools/dump_cache/ |
cache_dumper.h | 27 // Creates an entry to be written. 28 // On success, populates the |entry|. 31 disk_cache::Entry** entry, 34 // Write to the current entry. 36 virtual int WriteEntry(disk_cache::Entry* entry, int stream, int offset, 40 // Close the current entry. 41 virtual void CloseEntry(disk_cache::Entry* entry, base::Time last_used [all...] |
/external/valgrind/main/coregrind/m_initimg/ |
initimg-pathscan.c | 66 char *cp, *entry; local 73 entry = cp = colsep; 82 if ((*func)(entry)) { 87 entry = cp+1; 99 static Bool match_executable(const char *entry) 101 HChar buf[VG_(strlen)(entry) + VG_(strlen)(executable_name_in) + 3]; 104 if (*entry == '\0') 105 entry = "."; 107 VG_(snprintf)(buf, sizeof(buf), "%s/%s", entry, executable_name_in);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
AppViewHolder.java | 15 public ApplicationsState.AppEntry entry; field in class:AppViewHolder 46 if (ManageApplications.DEBUG) Log.i(ManageApplications.TAG, "updateSizeText of " + entry.label + " " + entry 47 + ": " + entry.sizeStr); 48 if (entry.sizeStr != null) { 51 appSize.setText(entry.internalSizeStr); 54 appSize.setText(entry.externalSizeStr); 57 appSize.setText(entry.sizeStr); 60 } else if (entry.size == ApplicationsState.SIZE_INVALID) {
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
DiskLruCache.java | 59 * entry has a string key and a fixed number of values. Values are byte 75 * <p>Clients call {@link #edit} to create or update the values of an entry. An 76 * entry may have only one editor at one time; if a value is not available to be 79 * <li>When an entry is being <strong>created</strong> it is necessary to 82 * <li>When an entry is being <strong>edited</strong>, it is not necessary 90 * <p>Clients call {@link #get} to read a snapshot of an entry. The read will 136 * cache entry. Each line contains space-separated values: a state, a key, 138 * o DIRTY lines track that an entry is actively being created or updated. 142 * o CLEAN lines track a cache entry that has been successfully published 162 private final LinkedHashMap<String, Entry> lruEntrie 380 Entry entry = lruEntries.get(key); local 406 Entry entry = i.next(); local 476 Entry entry = lruEntries.get(key); local 520 Entry entry = lruEntries.get(key); local 566 Entry entry = editor.entry; local 634 Entry entry = lruEntries.get(key); local 775 private final Entry entry; field in class:DiskLruCache.Editor [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
PtsReportUtil.java | 36 for (Map.Entry<String, String> entry: testMetrics.entrySet()) { 37 if (PTS_RESULT_KEY.equals(entry.getKey())) { 38 return entry.getValue();
|
/external/chromium_org/android_webview/native/ |
state_serializer_unittests.cc | 41 scoped_ptr<content::NavigationEntry> entry( 58 entry->SetURL(url); 59 entry->SetVirtualURL(virtual_url); 60 entry->SetReferrer(referrer); 61 entry->SetTitle(title); 62 entry->SetPageState(page_state); 63 entry->SetHasPostData(has_post_data); 64 entry->SetOriginalRequestURL(original_request_url); 65 entry->SetBaseURLForDataURL(base_url_for_data_url); 66 entry->SetIsOverridingUserAgent(is_overriding_user_agent) [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
remove_stale_cache_files.cc | 25 ResourceEntry entry; local 27 &entry); 28 // Stale = the entry is not found, or not dirty but the MD5 does not match. 31 it->GetValue().md5() != entry.file_specific_info().md5())) {
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
candidate_window_view_unittest.cc | 53 IBusLookupTable::Entry entry; local 54 entry.value = base::StringPrintf("value %lld", 56 entry.label = base::StringPrintf("%lld", 58 table->mutable_candidates()->push_back(entry); 169 IBusLookupTable::Entry entry; local 170 entry.value = kSampleCandidate[i]; 171 entry.annotation = kSampleAnnotation[i]; 172 entry.description_title = kSampleDescriptionTitle[i] 195 IBusLookupTable::Entry entry; local 221 IBusLookupTable::Entry entry; local 249 IBusLookupTable::Entry entry; local 311 IBusLookupTable::Entry entry; local [all...] |
/external/chromium_org/chrome/browser/resources/history/ |
history_mobile.css | 33 .entry-box, 94 .entry-box { 98 button.remove-entry { 112 button.remove-entry:active { 116 .entry-box { 123 .entry, 131 .entry-box, 137 .entry-box-container { 175 /* Fade out the entry-box, rather than its parent node, so that the dividing 177 .entry.fade-out .entry-box [all...] |
/external/chromium_org/content/browser/ssl/ |
ssl_policy.h | 33 void DidRunInsecureContent(NavigationEntryImpl* entry, 39 // Update the SSL information in |entry| to match the current state. 40 // |web_contents| is the WebContentsImpl associated with this entry. 41 void UpdateEntry(NavigationEntryImpl* entry, 62 // If the security style of |entry| has not been initialized, then initialize 64 void InitializeEntryIfNeeded(NavigationEntryImpl* entry);
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
LazyField.java | 35 import java.util.Map.Entry; 153 static class LazyEntry<K> implements Entry<K, Object> { 154 private Entry<K, LazyField> entry; field in class:LazyField.LazyEntry 156 private LazyEntry(Entry<K, LazyField> entry) { 157 this.entry = entry; 162 return entry.getKey(); 167 LazyField field = entry.getValue() 204 Entry<K, ?> entry = iterator.next(); local [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkDescriptor.h | 20 return sizeof(SkDescriptor) + entryCount * sizeof(Entry); 45 Entry* entry = (Entry*)((char*)this + fLength); local 46 entry->fTag = tag; 47 entry->fLen = length; 49 memcpy(entry + 1, data, length); 53 fLength += sizeof(Entry) + length; 54 return (entry + 1); // return its data 68 const Entry* entry = (const Entry*)(this + 1) local [all...] |
/external/skia/src/core/ |
SkDescriptor.h | 20 return sizeof(SkDescriptor) + entryCount * sizeof(Entry); 45 Entry* entry = (Entry*)((char*)this + fLength); local 46 entry->fTag = tag; 47 entry->fLen = length; 49 memcpy(entry + 1, data, length); 53 fLength += sizeof(Entry) + length; 54 return (entry + 1); // return its data 68 const Entry* entry = (const Entry*)(this + 1) local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp 83 operator()(entry p_lhs, entry p_rhs) const
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp 83 operator()(entry p_lhs, entry p_rhs) const
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp 83 operator()(entry p_lhs, entry p_rhs) const
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp 83 operator()(entry p_lhs, entry p_rhs) const
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp 83 operator()(entry p_lhs, entry p_rhs) const
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp 83 operator()(entry p_lhs, entry p_rhs) const
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp 83 operator()(entry p_lhs, entry p_rhs) const
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp 83 operator()(entry p_lhs, entry p_rhs) const
|