HomeSort by relevance Sort by last modified time
    Searched refs:entry (Results 526 - 550 of 4249) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 48 /// Entry predicate primary class template.
67 typedef typename __rebind_v::other::const_pointer entry; typedef in struct:__gnu_pbds::detail::entry_pred
78 operator()(entry p_v) const
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 48 /// Entry predicate primary class template.
67 typedef typename __rebind_v::other::const_pointer entry; typedef in struct:__gnu_pbds::detail::entry_pred
78 operator()(entry p_v) const
  /system/media/camera/docs/
CameraCaptureResultTest.mako 26 % for entry in find_unique_entries(sec):
27 % if entry.kind == 'dynamic' and entry.visibility == "public":
28 resultKeys.add(CaptureResult.${jkey_identifier(entry.name)});
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_watcher.js 60 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
73 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
86 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
101 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
115 * Changes the watched directory. In case of a fake entry, the watch is
118 * @param {!DirectoryEntry|!Object} entry Directory entry to be tracked, or the
119 * fake entry.
122 FileWatcher.prototype.changeWatchedDirectory = function(entry, callback) {
123 if (entry && entry.toURL)
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp 301 // Inbound queue has at least one entry.
400 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) {
402 mInboundQueue.enqueueAtTail(entry);
405 switch (entry->type) {
410 KeyEntry* keyEntry = static_cast<KeyEntry*>(entry);
433 MotionEntry* motionEntry = static_cast<MotionEntry*>(entry);
460 void InputDispatcher::addRecentEventLocked(EventEntry* entry) {
461 entry->refCount += 1;
462 mRecentQueue.enqueueAtTail(entry);
499 void InputDispatcher::dropInboundEventLocked(EventEntry* entry, DropReason dropReason)
613 EventEntry* entry = mInboundQueue.dequeueAtHead(); local
650 KeyEntry* entry = mKeyRepeatState.lastKeyEntry; local
3452 KeyEntry* entry = commandEntry->keyEntry; local
    [all...]
  /external/chromium/third_party/libevent/
event_rpcgen.py 32 def AddEntry(self, entry):
33 if self._tags.has_key(entry.Tag()):
34 print >>sys.stderr, ( 'Entry "%s" duplicates tag number '
36 entry.Name(), entry.Tag(),
37 self._tags[entry.Tag()], line_count)
39 self._entries.append(entry)
40 self._tags[entry.Tag()] = entry.Name()
41 print >>sys.stderr, ' Added entry: %s' % entry.Name(
    [all...]
  /external/chromium_org/third_party/libevent/
event_rpcgen.py 32 def AddEntry(self, entry):
33 if self._tags.has_key(entry.Tag()):
34 print >>sys.stderr, ( 'Entry "%s" duplicates tag number '
36 entry.Name(), entry.Tag(),
37 self._tags[entry.Tag()], line_count)
39 self._entries.append(entry)
40 self._tags[entry.Tag()] = entry.Name()
41 print >>sys.stderr, ' Added entry: %s' % entry.Name(
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_host.cc 187 PendingTranslationMap::iterator entry = pending_translations_.find(id); local
188 if (entry != pending_translations_.end()) {
191 pending_translations_.erase(entry);
236 PendingTranslationMap::iterator entry(pending_translations_.find(id));
237 if (entry == pending_translations_.end()) {
241 PendingTranslation* pt = &entry->second;
246 CheckCacheQueryReady(entry);
257 PendingTranslationMap::iterator entry(pending_translations_.find(id));
258 if (entry == pending_translations_.end()) {
270 std::string key(entry->second.cache_key)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 111 struct wpa_dbus_dict_entry entry; local
116 if (!wpa_dbus_dict_get_entry(&iter_dict, &entry))
118 if (!strcmp(entry.key, "driver") &&
119 (entry.type == DBUS_TYPE_STRING)) {
120 driver = os_strdup(entry.str_value);
121 wpa_dbus_dict_entry_clear(&entry);
124 } else if (!strcmp(entry.key, "driver-params") &&
125 (entry.type == DBUS_TYPE_STRING)) {
126 driver_param = os_strdup(entry.str_value);
127 wpa_dbus_dict_entry_clear(&entry);
914 struct wpa_dbus_dict_entry entry = { .type = DBUS_TYPE_STRING }; local
1194 struct wpa_dbus_dict_entry entry; local
1318 struct wpa_dbus_dict_entry entry = { .type = DBUS_TYPE_STRING }; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 560 final DetailViewEntry entry = DetailViewEntry.fromValues(mContext, dataItem, local
562 entry.maxLines = kind.maxLinesForDisplay;
564 final boolean hasData = !TextUtils.isEmpty(entry.data);
572 entry.data = phone.getFormattedPhoneNumber();
574 CallUtil.getCallIntent(entry.data) : null;
578 Uri.fromParts(CallUtil.SCHEME_SMSTO, entry.data, null));
584 entry.intent = phoneIntent;
585 entry.secondaryIntent = smsIntent;
586 entry.secondaryActionIcon = kind.iconAltRes;
587 entry.secondaryActionDescription
744 DetailViewEntry entry = new DetailViewEntry(); local
803 final DetailViewEntry entry = new DetailViewEntry(); local
833 final DetailViewEntry entry = new DetailViewEntry(); local
1266 final DetailViewEntry entry = new DetailViewEntry(); local
1582 final SeparatorViewEntry entry = (SeparatorViewEntry) getItem(position); local
1594 final KindTitleViewEntry entry = (KindTitleViewEntry) getItem(position); local
1613 final NetworkTitleViewEntry entry = (NetworkTitleViewEntry) getItem(position); local
1634 final AddConnectionViewEntry entry = (AddConnectionViewEntry) getItem(position); local
1655 final DetailViewEntry entry = (DetailViewEntry) getItem(position); local
1835 final ViewEntry entry = mAllEntries.get(position); local
1982 final DetailViewEntry entry = (DetailViewEntry) mAdapter.getItem(index); local
2072 final ValuesDelta entry = RawContactModifier.insertChild(rawContactEntityDelta, local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_manager_browsertest.cc 116 void CreateEntry(const TestEntryInfo& entry) {
117 base::FilePath target_path = local_path_.AppendASCII(entry.target_name);
118 switch (entry.type) {
122 AppendASCII(entry.source_file_name);
134 ASSERT_TRUE(base::Time::FromString(entry.last_modified_time_as_string,
165 void CreateEntry(const TestEntryInfo& entry) {
166 switch (entry.type) {
168 CreateFile(entry.source_file_name,
169 entry.target_name,
170 entry.mime_type
311 const Message entry = messages_.front(); local
319 Message entry; variable
425 FileManagerTestListener::Message entry = listener.GetNextMessage(); local
    [all...]
  /external/chromium/net/disk_cache/
in_flight_backend_io.cc 58 void BackendIO::OpenEntry(const std::string& key, Entry** entry) {
61 entry_ptr_ = entry;
64 void BackendIO::CreateEntry(const std::string& key, Entry** entry) {
67 entry_ptr_ = entry;
91 void BackendIO::OpenNextEntry(void** iter, Entry** next_entry) {
97 void BackendIO::OpenPrevEntry(void** iter, Entry** prev_entry) {
108 void BackendIO::CloseEntryImpl(EntryImpl* entry) {
110 entry_ = entry;
    [all...]
backend_unittest.cc 67 disk_cache::Entry *entry1 = NULL, *entry2 = NULL;
87 disk_cache::Entry* entry3 = NULL;
134 disk_cache::Entry *entry1, *entry2;
244 disk_cache::Entry* entry; local
245 ASSERT_EQ(net::OK, CreateEntry("key", &entry));
246 ASSERT_EQ(0, WriteData(entry, 0, 20000, buffer1, 0, false));
247 entry->Close();
273 disk_cache::EntryImpl* entry; local
275 reinterpret_cast<disk_cache::Entry**>(&entry), &cb)
324 disk_cache::Entry* entry; local
373 disk_cache::Entry* entry; local
456 disk_cache::Entry* entry; local
502 disk_cache::Entry* entry; local
534 disk_cache::Entry* entry; local
572 disk_cache::Entry* entry; local
616 disk_cache::Entry* entry; local
694 disk_cache::Entry* entry; local
699 disk_cache::Entry* entry; local
735 disk_cache::Entry* entry; local
791 disk_cache::Entry* entry; local
846 disk_cache::Entry* entry; local
853 disk_cache::Entry* entry; local
978 disk_cache::Entry *entry, *entry1, *entry2; local
1031 disk_cache::Entry* entry; local
1089 disk_cache::Entry *entry; local
1135 disk_cache::Entry *entry; local
1382 disk_cache::Entry* entry; local
1453 disk_cache::Entry* entry; local
1475 disk_cache::Entry* entry; local
1486 disk_cache::Entry* entry; local
1556 disk_cache::Entry* entry; local
1660 disk_cache::Entry* entry; local
1896 disk_cache::Entry* entry; local
1946 disk_cache::Entry* entry; local
2023 disk_cache::Entry* entry; local
    [all...]
  /external/chromium_org/net/disk_cache/
in_flight_backend_io.cc 82 void BackendIO::OpenEntry(const std::string& key, Entry** entry) {
85 entry_ptr_ = entry;
88 void BackendIO::CreateEntry(const std::string& key, Entry** entry) {
91 entry_ptr_ = entry;
115 void BackendIO::OpenNextEntry(void** iter, Entry** next_entry) {
121 void BackendIO::OpenPrevEntry(void** iter, Entry** prev_entry) {
137 void BackendIO::CloseEntryImpl(EntryImpl* entry) {
139 entry_ = entry;
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
MapSerializer.java 42 import java.util.Map.Entry;
136 Set<Entry> entries = map.entrySet();
138 Iterator<Entry> it = entries.iterator();
140 Entry entry = it.next(); local
141 Class keyClass = entry.getKey().getClass();
142 Class valClass = entry.getValue().getClass();
144 entry = it.next();
146 if (entry.getKey().getClass() != keyClass){
151 if (entry.getValue().getClass() != valClass)
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 47 struct Entry {
50 Entry() : reader(0), converter(0) {}
66 void SetEntry(const string &type, const Entry &entry) {
68 fst_table_.insert(make_pair(type, entry));
77 Entry LookupEntry(const string &type) const {
79 typename map<string, Entry>::const_iterator it = fst_table_.find(type);
83 return Entry();
86 Entry GetEntry(const string &type) const {
88 Entry entry = LookupEntry(type) local
139 Entry entry; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 106 struct hostapd_cached_radius_acl *entry; local
111 for (entry = hapd->acl_cache; entry; entry = entry->next) {
112 if (os_memcmp(entry->addr, addr, ETH_ALEN) != 0)
115 if (now.sec - entry->timestamp > RADIUS_ACL_TIMEOUT)
116 return -1; /* entry has expired */
117 if (entry->accepted == HOSTAPD_ACL_ACCEPT_TIMEOUT)
119 *session_timeout = entry->session_timeout
343 struct hostapd_cached_radius_acl *prev, *entry, *tmp; local
372 struct hostapd_acl_query_data *prev, *entry, *tmp; local
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 264 QueueEntry *entry = &*mAudioQueue.begin(); local
266 if (entry->mBuffer == NULL) {
269 notifyEOS(true /* audio */, entry->mFinalResult);
272 entry = NULL;
276 if (entry->mOffset == 0) {
278 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
301 size_t copy = entry->mBuffer->size() - entry->mOffset;
307 entry->mBuffer->data() + entry->mOffset, copy)
339 QueueEntry &entry = *mVideoQueue.begin(); local
383 QueueEntry *entry = &*mVideoQueue.begin(); local
468 QueueEntry entry; local
545 QueueEntry entry; local
606 QueueEntry *entry = &*queue->begin(); local
    [all...]
  /frameworks/base/libs/hwui/
GradientCache.h 44 GradientCacheEntry(const GradientCacheEntry& entry) {
45 copy(entry.colors, entry.positions, entry.count);
53 GradientCacheEntry& operator=(const GradientCacheEntry& entry) {
54 if (this != &entry) {
58 copy(entry.colors, entry.positions, entry.count);
102 inline hash_t hash_type(const GradientCacheEntry& entry) {
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_impl.cc 57 NavigationEntry* entry = web_contents->GetController().GetVisibleEntry();
58 if (!entry)
61 const SSLStatus& ssl = entry->GetSSL();
140 const NavigationEntry* entry = navigation_controller->GetVisibleEntry(); local
141 if (entry)
142 return ShouldDisplayURL() ? entry->GetVirtualURL() : GURL();
162 NavigationEntry* entry = controller ? controller->GetVisibleEntry() : NULL; local
163 if (entry) {
164 if (entry->IsViewSourceMode() ||
165 entry->GetPageType() == content::PAGE_TYPE_INTERSTITIAL)
271 const NavigationEntry* entry = nav_controller.GetVisibleEntry(); local
    [all...]
  /external/bison/src/
muscle-tab.c 69 muscle_entry_free (void *entry)
71 muscle_entry *mentry = entry;
112 muscle_entry *entry; local
115 entry = hash_lookup (muscle_table, &probe);
117 if (!entry)
120 entry = xmalloc (sizeof *entry);
121 entry->key = key;
122 if (!hash_insert (muscle_table, entry))
126 free (entry->storage)
142 muscle_entry *entry = NULL; local
    [all...]
  /external/chromium_org/remoting/webapp/
server_log_entry.js 160 * Sets one field in this log entry.
176 var stanza = '<gr:entry ';
198 * Makes a log entry for a change of client session state.
207 var entry = new remoting.ServerLogEntry();
208 entry.set(remoting.ServerLogEntry.KEY_ROLE_,
210 entry.set(remoting.ServerLogEntry.KEY_EVENT_NAME_,
212 entry.set(remoting.ServerLogEntry.KEY_SESSION_STATE_,
215 entry.set(remoting.ServerLogEntry.KEY_CONNECTION_ERROR_,
219 entry.addModeField(mode);
220 return entry;
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.cc 48 // An implementation of AppCacheDiskCacheInterface::Entry that's a thin
49 // wrapper around disk_cache::Entry.
50 class AppCacheDiskCache::EntryImpl : public Entry {
52 explicit EntryImpl(disk_cache::Entry* disk_cache_entry)
57 // Entry implementation.
85 disk_cache::Entry* disk_cache_entry_;
98 int CreateEntry(int64 key, Entry** entry,
103 return HandleImmediateReturnValue(rv, entry, callback);
106 int OpenEntry(int64 key, Entry** entry
    [all...]
  /external/libusb/libusb/
libusbi.h 43 /* Get an entry from the list
51 /* Get each entry from a list
67 #define list_empty(entry) ((entry)->next == (entry))
69 static inline void list_init(struct list_head *entry)
71 entry->prev = entry->next = entry;
74 static inline void list_add(struct list_head *entry, struct list_head *head
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java 37 ContactEntry entry = mVerifier.addInputEntry(); local
38 entry.addContentValues(StructuredName.CONTENT_ITEM_TYPE)
65 ContactEntry entry = mVerifier.addInputEntry(); local
66 entry.addContentValues(StructuredName.CONTENT_ITEM_TYPE)
87 ContactEntry entry = mVerifier.addInputEntry(); local
88 entry.addContentValues(StructuredName.CONTENT_ITEM_TYPE)
113 ContactEntry entry = mVerifier.addInputEntry(); local
114 entry.addContentValues(StructuredName.CONTENT_ITEM_TYPE)
165 ContactEntry entry = mVerifier.addInputEntry(); local
166 entry.addContentValues(StructuredName.CONTENT_ITEM_TYPE
189 ContactEntry entry = mVerifier.addInputEntry(); local
206 ContactEntry entry = mVerifier.addInputEntry(); local
255 ContactEntry entry = mVerifier.addInputEntry(); local
283 ContactEntry entry = mVerifier.addInputEntry(); local
308 ContactEntry entry = mVerifier.addInputEntry(); local
336 ContactEntry entry = mVerifier.addInputEntry(); local
364 ContactEntry entry = mVerifier.addInputEntry(); local
386 ContactEntry entry = mVerifier.addInputEntry(); local
406 ContactEntry entry = mVerifier.addInputEntry(); local
    [all...]

Completed in 608 milliseconds

<<21222324252627282930>>