Searched refs:iter (Results 201 - 225 of 2792) sorted by relevance

1234567891011>>

/external/libcxxabi/test/
H A Dtest_fallback_malloc.cpp47 for ( const size_t *iter = first; iter != last; ++iter ) {
48 if ( NULL == (p = fallback_malloc ( *iter )))
79 for ( container::iterator iter = ptrs.begin (); iter != ptrs.end (); ++iter )
80 fallback_free ( *iter );
87 for ( container::reverse_iterator iter = ptrs.rbegin (); iter !
[all...]
/external/libmtp/examples/
H A Dalbums.c38 LIBMTP_mtpdevice_t *device_list, *iter; local
70 for(iter = device_list; iter != NULL; iter = iter->next)
76 friendlyname = LIBMTP_Get_Friendlyname(iter);
84 album_list = LIBMTP_Get_Album_List(iter);
/external/openssl/crypto/pkcs12/
H A Dp12_crpt.c73 int saltlen, iter, ret; local
91 if (!pbe->iter) iter = 1;
92 else iter = ASN1_INTEGER_get (pbe->iter);
96 iter, EVP_CIPHER_key_length(cipher), key, md)) {
102 iter, EVP_CIPHER_iv_length(cipher), iv, md)) {
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_accept_languages.cc69 std::vector<std::string>::const_iterator iter; local
71 for (iter = accept_langs_list.begin();
72 iter != accept_langs_list.end(); ++iter) {
75 std::string accept_lang(*iter);
76 size_t index = iter->find("-");
77 if (index != std::string::npos && *iter != "zh-CN" && *iter != "zh-TW")
78 accept_lang = iter->substr(0, index);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationObserverInterestGroup.cpp59 for (WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>::iterator iter = m_observers.begin(); iter != m_observers.end(); ++iter) {
60 if (hasOldValue(iter->value))
70 for (WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>::iterator iter = m_observers.begin(); iter != m_observers.end(); ++iter) {
71 MutationObserver* observer = iter->key;
72 if (hasOldValue(iter->value)) {
/external/chromium_org/third_party/libwebp/webp/
H A Ddemux.h24 WebPIterator iter;
25 if (WebPDemuxGetFrame(demux, 1, &iter)) {
27 // ... (Consume 'iter'; e.g. Decode 'iter.fragment' with WebPDecode(),
30 } while (WebPDemuxNextFrame(&iter));
31 WebPDemuxReleaseIterator(&iter);
155 // 'iter->fragment' points to the first fragment on return from this function.
160 // NOTE: 'dmux' must persist for the lifetime of 'iter'.
162 const WebPDemuxer* dmux, int frame_number, WebPIterator* iter);
164 // Sets 'iter
167 WEBP_EXTERN(int) WebPDemuxNextFrame(WebPIterator* iter); variable
168 WEBP_EXTERN(int) WebPDemuxPrevFrame(WebPIterator* iter); variable
178 WEBP_EXTERN(void) WebPDemuxReleaseIterator(WebPIterator* iter); variable
210 WEBP_EXTERN(int) WebPDemuxNextChunk(WebPChunkIterator* iter); variable
211 WEBP_EXTERN(int) WebPDemuxPrevChunk(WebPChunkIterator* iter); variable
216 WEBP_EXTERN(void) WebPDemuxReleaseChunkIterator(WebPChunkIterator* iter); variable
[all...]
/external/chromium_org/v8/test/mjsunit/es6/
H A Dgenerators-mirror.js53 var iter = generator(function () {
54 assertEquals('running', debug.MakeMirror(iter).status());
63 TestGeneratorMirror(iter, function (mirror) {
68 iter.next();
69 TestGeneratorMirror(iter, function (mirror) {
74 iter.next();
75 TestGeneratorMirror(iter, function (mirror) {
80 iter.next();
81 TestGeneratorMirror(iter, function (mirror) {
/external/webp/include/webp/
H A Ddemux.h24 WebPIterator iter;
25 if (WebPDemuxGetFrame(demux, 1, &iter)) {
27 // ... (Consume 'iter'; e.g. Decode 'iter.fragment' with WebPDecode(),
30 } while (WebPDemuxNextFrame(&iter));
31 WebPDemuxReleaseIterator(&iter);
155 // 'iter->fragment' points to the first fragment on return from this function.
160 // NOTE: 'dmux' must persist for the lifetime of 'iter'.
162 const WebPDemuxer* dmux, int frame_number, WebPIterator* iter);
164 // Sets 'iter
167 WEBP_EXTERN(int) WebPDemuxNextFrame(WebPIterator* iter); variable
168 WEBP_EXTERN(int) WebPDemuxPrevFrame(WebPIterator* iter); variable
178 WEBP_EXTERN(void) WebPDemuxReleaseIterator(WebPIterator* iter); variable
210 WEBP_EXTERN(int) WebPDemuxNextChunk(WebPChunkIterator* iter); variable
211 WEBP_EXTERN(int) WebPDemuxPrevChunk(WebPChunkIterator* iter); variable
216 WEBP_EXTERN(void) WebPDemuxReleaseChunkIterator(WebPChunkIterator* iter); variable
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DDebuggeeRegister.java83 for (Iterator iter = registered.iterator(); iter.hasNext(); ) {
84 DebuggeeWrapper wrapper = (DebuggeeWrapper)iter.next();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DCollectionStore.java42 Iterator iter = _local.iterator();
44 while (iter.hasNext())
46 Object obj = iter.next();
/external/chromium_org/ash/system/tray/
H A Dtray_event_filter.cc69 for (std::set<TrayBubbleWrapper*>::const_iterator iter = wrappers_.begin();
70 iter != wrappers_.end(); ++iter) {
71 const TrayBubbleWrapper* wrapper = *iter;
100 for (std::set<TrayBubbleWrapper*>::iterator iter = wrappers_.begin();
101 iter != wrappers_.end(); ++iter) {
102 trays.insert((*iter)->tray());
105 for (std::set<TrayBackgroundView*>::iterator iter = trays.begin();
106 iter !
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dscreen_manager.cc16 ScreenMap::const_iterator iter = screens_.find(screen_name); local
17 if (iter != screens_.end()) {
18 return iter->second.get();
/external/chromium_org/content/shell/browser/
H A Dshell_notification_manager.cc15 NotificationPermissionMap::iterator iter = local
17 if (iter == permission_map_.end())
20 return iter->second;
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_task.cc34 std::vector<WebTask*>::iterator iter = local
36 if (iter != tasks_.end())
37 tasks_.erase(iter);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dinterface_list.cc41 NameToInterfaceMap::const_iterator iter = browser_interfaces_.find(name); local
43 if (iter == browser_interfaces_.end())
46 return iter->second;
/external/chromium_org/net/ssl/
H A Dssl_client_auth_cache.cc25 AuthCacheMap::iterator iter = cache_.find(server); local
26 if (iter == cache_.end())
29 *certificate = iter->second;
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dthread_stress.cc14 for (int iter = 0; iter < 1024; ++iter) {
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.iter/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/sequences/forwardlist/forwardlist.iter/Android.mk
19 test_name := containers/sequences/forwardlist/forwardlist.iter/before_begin
23 test_name := containers/sequences/forwardlist/forwardlist.iter/iterators
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessiondescription.cc83 ContentNames::iterator iter = std::find( local
85 if (iter == content_names_.end()) {
88 content_names_.erase(iter);
188 for (TransportInfos::const_iterator iter = transport_infos_.begin();
189 iter != transport_infos_.end(); ++iter) {
190 if (iter->content_name == name) {
191 return &(*iter);
199 for (TransportInfos::iterator iter = transport_infos_.begin();
200 iter !
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditercoll.cpp50 CollationElementIterator *iter; local
71 iter = en_us->createCollationElementIterator(source);
73 backAndForth(*iter);
74 delete iter;
87 CollationElementIterator *iter = en_us->createCollationElementIterator(test1); local
90 backAndForth(*iter);
91 delete iter;
107 iter = c1->createCollationElementIterator(source);
108 backAndForth(*iter);
109 delete iter;
175 CollationElementIterator *iter = en_us->createCollationElementIterator(test1); local
357 CollationElementIterator *iter = coll->createCollationElementIterator(str); local
607 CollationElementIterator *iter = local
639 orderString(CollationElementIterator &iter, UnicodeString &target) argument
[all...]
/external/chromium_org/ash/wm/
H A Dmru_window_tracker.cc41 for (MruWindowTracker::WindowList::const_iterator iter = children.begin();
42 iter != children.end(); ++iter) {
43 if (wm::GetWindowState(*iter)->is_dragged())
44 windows->insert(windows->end(), *iter);
66 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
67 iter != root_windows.end(); ++iter) {
68 if (*iter == active_root)
71 AddTrackedWindows(*iter, kSwitchableWindowContainerId
[all...]
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_stats_collector.cc60 StatsCollection::iterator iter = stats_.find(notification_id); local
61 DCHECK(iter != stats_.end());
68 StatsCollection::iterator iter = stats_.find(notification_id); local
69 if (iter == stats_.end())
71 NotificationStats& notification_stat = iter->second;
81 StatsCollection::iterator iter = stats_.find(notification_id); local
82 if (iter == stats_.end())
84 NotificationStats& notification_stat = iter->second;
91 StatsCollection::iterator iter = stats_.find(notification_id); local
92 if (iter
102 StatsCollection::iterator iter = stats_.find(notification_id); local
113 StatsCollection::iterator iter = stats_.find(notification_id); local
[all...]
/external/qemu/android/utils/
H A Dintmap.c190 aintMapIterator_init( AIntMapIterator* iter, AIntMap* map ) argument
192 AZERO(iter);
193 iter->magic[0] = ITER_MAGIC;
194 iter->magic[1] = (void*)(ptrdiff_t) 0;
195 iter->magic[2] = map;
196 iter->magic[3] = NULL;
200 aintMapIterator_next( AIntMapIterator* iter )
205 if (iter == NULL || iter->magic[0] != ITER_MAGIC)
208 map = iter
[all...]
/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp244 const EGLint* iter = attribList; local
246 while((*iter) != EGL_NONE)
248 switch (*iter)
251 iter++;
252 majorVersion = (*iter);
253 iter++;
257 iter++;
258 minorVersion = (*iter);
259 iter++;
263 iter
344 const EGLint* iter = &(m_attribList[0]); local
410 const EGLint* iter = &(m_attribList[0]); local
501 const char* iter = versionStr; local
717 const EGLint* iter = &(m_attribList[0]); local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcitertst.c220 UCollationElements *iter; local
250 iter=ucol_openElements(en_us, source, u_strlen(source), &status);
259 backAndForth(iter);
260 ucol_closeElements(iter);
263 iter=ucol_openElements(en_us, source, -1, &status);
271 backAndForth(iter);
272 ucol_closeElements(iter);
286 UCollationElements *iter; local
317 iter=ucol_openElements(th_th, source, u_strlen(source), &status);
325 backAndForth(iter);
365 UCollationElements *iter; local
423 UCollationElements *iter; local
561 UCollationElements *iter, *pristine; local
785 UCollationElements *iter ;/*= ucol_openElements(coll, &ch, 1, &status);*/ local
938 *iter; local
1046 UCollationElements *iter; local
[all...]

Completed in 1108 milliseconds

1234567891011>>