HomeSort by relevance Sort by last modified time
    Searched defs:it (Results 26 - 50 of 2168) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/server/
http_server_request_info.cc 18 HttpServerRequestInfo::HeadersMap::const_iterator it = local
20 if (it != headers.end())
21 return it->second;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
QuotaTracker.cpp 54 HashMap<String, SizeMap>::const_iterator it = m_databaseSizes.find(originIdentifier); local
55 ASSERT(it->value.contains(databaseName));
56 *databaseSize = it->value.get(databaseName);
64 // The embedder hasn't pushed this value to us, so we pull it as needed.
73 HashMap<String, SizeMap>::iterator it = m_databaseSizes.add(originIdentifier, SizeMap()).iterator; local
74 it->value.set(databaseName, databaseSize);
  /external/chromium_org/tools/android/forwarder2/
util.h 13 // from the map before deleting it in case its destructor would access the map.
19 const typename Map::iterator it = map->find(key); local
20 if (it == map->end())
22 DeleteRefCountedValueInMapFromIterator(it, map);
28 void DeleteRefCountedValueInMapFromIterator(Iterator it, Map* map) {
29 DCHECK(it != map->end());
30 const typename Map::value_type::second_type shared_ptr_copy = it->second;
31 map->erase(it);
  /external/chromium_org/ui/gfx/image/
image_family_unittest.cc 61 gfx::ImageFamily::const_iterator it = image_family_.begin(); local
66 EXPECT_TRUE(it != end);
67 EXPECT_EQ(gfx::Size(3, 12), it->Size());
68 ++it;
69 EXPECT_TRUE(it != end);
70 EXPECT_EQ(gfx::Size(12, 48), it->Size());
71 it++; // Test post-increment.
72 EXPECT_TRUE(it != end);
73 EXPECT_EQ(gfx::Size(16, 16), it->Size());
74 ++it;
    [all...]
  /external/chromium_org/ui/views/win/
scoped_fullscreen_visibility.cc 18 FullscreenHWNDs::iterator it = full_screen_windows_->find(hwnd_); local
19 if (it != full_screen_windows_->end()) {
20 it->second++;
34 FullscreenHWNDs::iterator it = full_screen_windows_->find(hwnd_); local
35 DCHECK(it != full_screen_windows_->end());
36 if (--it->second == 0) {
37 full_screen_windows_->erase(it);
  /external/oprofile/libpp/
image_errors.cpp 82 list<inverted_profile>::const_iterator it = plist.begin(); local
85 for (; it != end; ++it)
86 report_image_error(*it, false, extra);
  /frameworks/compile/mclinker/unittests/
SymbolTableTest.cpp 19 // create testee. modify it if need
42 mcld::SymbolTable<>::iterator it; local
43 it = m_pTestee->begin();
44 ASSERT_EQ(it, m_pTestee->end());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
debug_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 _GLIBCXX_DEBUG_ASSERT(*it == p_nd);
77 --it;
80 _GLIBCXX_DEBUG_ASSERT(it + 1 == m_rc.begin());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rc_binomial_heap_/
debug_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 _GLIBCXX_DEBUG_ASSERT(*it == p_nd);
77 --it;
80 _GLIBCXX_DEBUG_ASSERT(it + 1 == m_rc.begin());
  /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/rc_binomial_heap_/
debug_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 _GLIBCXX_DEBUG_ASSERT(*it == p_nd);
77 --it;
80 _GLIBCXX_DEBUG_ASSERT(it + 1 == m_rc.begin());
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
debug_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 _GLIBCXX_DEBUG_ASSERT(*it == p_nd);
77 --it;
80 _GLIBCXX_DEBUG_ASSERT(it + 1 == m_rc.begin());
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
debug_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 _GLIBCXX_DEBUG_ASSERT(*it == p_nd);
77 --it;
80 _GLIBCXX_DEBUG_ASSERT(it + 1 == m_rc.begin());
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
debug_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 _GLIBCXX_DEBUG_ASSERT(*it == p_nd);
77 --it;
80 _GLIBCXX_DEBUG_ASSERT(it + 1 == m_rc.begin());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rc_binomial_heap_/
debug_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 _GLIBCXX_DEBUG_ASSERT(*it == p_nd);
77 --it;
80 _GLIBCXX_DEBUG_ASSERT(it + 1 == m_rc.begin());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
debug_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 _GLIBCXX_DEBUG_ASSERT(*it == p_nd);
77 --it;
80 _GLIBCXX_DEBUG_ASSERT(it + 1 == m_rc.begin());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
debug_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 PB_DS_DEBUG_VERIFY(*it == p_nd);
77 --it;
80 PB_DS_DEBUG_VERIFY(it + 1 == m_rc.begin());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
debug_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 _GLIBCXX_DEBUG_ASSERT(*it == p_nd);
77 --it;
80 _GLIBCXX_DEBUG_ASSERT(it + 1 == m_rc.begin());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
debug_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 PB_DS_DEBUG_VERIFY(*it == p_nd);
77 --it;
80 PB_DS_DEBUG_VERIFY(it + 1 == m_rc.begin());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/
debug_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 PB_DS_DEBUG_VERIFY(*it == p_nd);
77 --it;
80 PB_DS_DEBUG_VERIFY(it + 1 == m_rc.begin());
  /cts/tools/signature-tools/src/signature/converter/dex/
DexFactory.java 39 Iterator<IPackage> it = api.getPackages().iterator(); local
40 while (it.hasNext()) {
41 IPackage aPackage = it.next();
49 it.remove();
  /external/apache-harmony/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 72 Iterator<Integer> it = col.iterator(); local
74 while (it.hasNext()) {
75 ss.add(it.next());
77 it = ss.iterator();
78 for (int counter = 0; it.hasNext(); counter++) {
79 int nextValue = it.next().intValue();
94 for (int counter = 0; it.hasNext(); counter++) {
97 objArray[counter] == it.next());
103 for (int counter = 0; it.hasNext(); counter++) {
106 objArray[counter] == it.next())
    [all...]
  /external/smack/src/org/xbill/DNS/tests/
primary.java 43 Iterator it = zone.AXFR(); local
44 while (it.hasNext()) {
45 System.out.println(it.next());
48 Iterator it = zone.iterator(); local
49 while (it.hasNext()) {
50 System.out.println(it.next());
  /libcore/luni/src/main/java/java/util/
AbstractSet.java 77 Iterator<?> it = iterator(); local
78 while (it.hasNext()) {
79 Object next = it.next();
100 Iterator<?> it = iterator(); local
101 while (it.hasNext()) {
102 if (collection.contains(it.next())) {
103 it.remove();
108 Iterator<?> it = collection.iterator(); local
109 while (it.hasNext()) {
110 result = remove(it.next()) || result
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 72 Iterator<Integer> it = col.iterator(); local
74 while (it.hasNext()) {
75 ss.add(it.next());
77 it = ss.iterator();
78 for (int counter = 0; it.hasNext(); counter++) {
79 int nextValue = it.next().intValue();
94 for (int counter = 0; it.hasNext(); counter++) {
97 objArray[counter] == it.next());
103 for (int counter = 0; it.hasNext(); counter++) {
106 objArray[counter] == it.next())
    [all...]
  /external/chromium_org/base/android/javatests/src/org/chromium/base/
ObserverListTest.java 111 // evil removed c from the observerList before it got any callbacks.
153 Iterator<Integer> it = observerList.iterator(); local
154 assertTrue(it.hasNext());
155 assertTrue(5 == it.next());
156 assertTrue(it.hasNext());
157 assertTrue(15 == it.next());
158 assertFalse(it.hasNext());
162 it.remove();
172 it.next();
189 ObserverList.RewindableIterator<Integer> it = observerList.rewindableIterator() local
    [all...]

Completed in 2004 milliseconds

12 3 4 5 6 7 8 91011>>