HomeSort by relevance Sort by last modified time
    Searched defs:it (Results 676 - 700 of 1441) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/util/
Vector.java 34 * list and iterating over it (which is probably what you intended). If you do need very highly
55 * How many elements should be added to the vector when it is detected that
56 * it needs to grow to accommodate extra entries. If this value is zero or
112 Iterator<? extends E> it = collection.iterator(); local
113 while (it.hasNext()) {
114 elementData[elementCount++] = it.next();
191 Iterator<? extends E> it = collection.iterator(); local
192 while (it.hasNext()) {
193 elementData[location++] = it.next();
240 * Removes all elements from this vector, leaving it empty
400 Iterator<?> it = list.iterator(); local
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactory1Test.java 503 Iterator<String> it = certFs[i].getCertPathEncodings(); local
504 while (it.hasNext()) {
505 String enc = it.next();
555 Iterator<String> it = certFs[i].getCertPathEncodings(); local
556 while (it.hasNext()) {
558 certFs[i].generateCertPath(is, it.next());
  /ndk/sources/cxx-stl/stlport/src/
locale_catalog.cpp 132 // replace it with six different locks.
216 Category_Map::iterator it = pM->find(name); local
217 if (it != pM->end()) {
218 // Decrement the ref count. If it goes to zero, delete this category
220 if (--((*it).second.second) == 0) {
221 void* cat1 = (*it).second.first;
223 pM->erase(it);
  /ndk/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 132 typename ParamGenerator<T>::iterator it = generator.begin(); local
134 ASSERT_FALSE(it == generator.end())
139 EXPECT_TRUE(expected_values[i] == *it)
142 << ", *it is " << PrintValue(*it)
143 << ", and 'it' is an iterator created with the copy constructor.\n";
144 it++;
146 EXPECT_TRUE(it == generator.end())
154 it = generator.begin();
156 ASSERT_FALSE(it == generator.end()
173 typename ParamGenerator<T>::iterator it = generator.begin(); local
191 ParamGenerator<int>::iterator it = gen.begin(); local
292 ParamGenerator<DogAdder>::iterator it = gen.begin(); local
325 ParamGenerator<IntWrapper>::iterator it = gen.begin(); local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
unordered_test.cpp 105 //usettype::iterator it;
106 //CPPUNIT_ASSERT( it != lit );
282 UnorderedMap2::iterator it = bar.find(0); local
283 CPPUNIT_ASSERT( it != bar.end() );
285 UnorderedMap1 &body = it->second;
  /ndk/tests/device/test-stlport/unit/
unordered_test.cpp 105 //usettype::iterator it;
106 //CPPUNIT_ASSERT( it != lit );
282 UnorderedMap2::iterator it = bar.find(0); local
283 CPPUNIT_ASSERT( it != bar.end() );
285 UnorderedMap1 &body = it->second;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanFilterQueue.java 178 for (Iterator<Entry> it = mEntries.iterator(); it.hasNext();) {
179 Entry entry = it.next();
181 it.remove();
246 // If data is too long, don't add it to hardware scan filter.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
KeyboardActivity.java 217 for (Iterator<InputMethodInfo> it = enabledInputMethodInfos.iterator(); it.hasNext();) {
218 if (it.next().isAuxiliaryIme()) {
219 it.remove();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.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
214 template<typename It>
216 copy_from_range(It, It);
238 point_iterator it = lower_bound(r_key); local
239 if (it != end() && !Cmp_Fn::operator()(r_key, PB_DS_V2F(*it)))
259 point_iterator it = lower_bound(r_key); local
275 pointer it = m_a_values; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 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
390 const_iterator it = _S_map.begin(); local
391 while (it != _S_map.end())
393 if (it->second.first == label)
395 print_to_string(found, *it);
397 ++it;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.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
214 template<typename It>
216 copy_from_range(It, It);
238 point_iterator it = lower_bound(r_key); local
239 if (it != end() && !Cmp_Fn::operator()(r_key, PB_DS_V2F(*it)))
259 point_iterator it = lower_bound(r_key); local
275 pointer it = m_a_values; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 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
390 const_iterator it = _S_map.begin(); local
391 while (it != _S_map.end())
393 if (it->second.first == label)
395 print_to_string(found, *it);
397 ++it;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.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
214 template<typename It>
216 copy_from_range(It, It);
238 point_iterator it = lower_bound(r_key); local
239 if (it != end() && !Cmp_Fn::operator()(r_key, PB_DS_V2F(*it)))
259 point_iterator it = lower_bound(r_key); local
275 pointer it = m_a_values; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 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
390 const_iterator it = _S_map.begin(); local
391 while (it != _S_map.end())
393 if (it->second.first == label)
395 print_to_string(found, *it);
397 ++it;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.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
214 template<typename It>
216 copy_from_range(It, It);
238 point_iterator it = lower_bound(r_key); local
239 if (it != end() && !Cmp_Fn::operator()(r_key, PB_DS_V2F(*it)))
259 point_iterator it = lower_bound(r_key); local
275 pointer it = m_a_values; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
throw_allocator.h 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
390 const_iterator it = _S_map.begin(); local
391 while (it != _S_map.end())
393 if (it->second.first == label)
395 print_to_string(found, *it);
397 ++it;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.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
214 template<typename It>
216 copy_from_range(It, It);
238 point_iterator it = lower_bound(r_key); local
239 if (it != end() && !Cmp_Fn::operator()(r_key, PB_DS_V2F(*it)))
259 point_iterator it = lower_bound(r_key); local
275 pointer it = m_a_values; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.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
214 template<typename It>
216 copy_from_range(It, It);
238 point_iterator it = lower_bound(r_key); local
239 if (it != end() && !Cmp_Fn::operator()(r_key, PB_DS_V2F(*it)))
259 point_iterator it = lower_bound(r_key); local
275 pointer it = m_a_values; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/
maven-archiver-2.4.1.jar 
  /system/core/logd/
LogBuffer.cpp 168 LogBufferElementCollection::iterator it = mLogElements.end(); local
169 LogBufferElementCollection::iterator last = it;
171 --it;
172 if ((*it)->getRealTime() <= realtime) {
175 last = it;
238 LogBufferElementCollection::iterator LogBuffer::erase(LogBufferElementCollection::iterator it) {
239 LogBufferElement *e = *it;
241 it = mLogElements.erase(it);
245 return it;
278 LogBufferElementMap::iterator it = map.find(key.getKey()); local
336 LogBufferElementCollection::iterator it; local
613 LogBufferElementCollection::iterator it; local
    [all...]
  /system/extras/perfprofd/
perfprofdcore.cc 73 // the perf profile uploading service creates when it determines
124 // read the specified config file, applying any settings it contains
173 // chosen since it is accessible to the uploader service.
191 // If this parameter is non-zero it will cause perfprofd to
254 auto it = u_entries.find(ks); local
255 assert(it != u_entries.end());
256 return it->second;
262 auto it = s_entries.find(ks); local
263 assert(it != s_entries.end());
264 return it->second
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashMapTest.java 367 Iterator it = map.keySet().iterator(); local
368 Integer remove1 = (Integer) it.next();
369 it.hasNext();
370 it.remove();
371 Integer remove2 = (Integer) it.next();
372 it.remove();
377 assertTrue("Wrong result", it.next().equals(list.get(0)));
435 // Add a new key instance and check it is returned
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.0/
gradle-1.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.0-alpha1/
gradle-1.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.0-beta4/
gradle-1.2.0-beta4.jar 

Completed in 247 milliseconds

<<21222324252627282930>>