HomeSort by relevance Sort by last modified time
    Searched defs:it (Results 1 - 25 of 926) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/unistd/
alarm.c 46 struct itimerval it, oitv; local
47 struct itimerval *itp = ⁢
  /external/webkit/Source/WebCore/storage/chromium/
QuotaTracker.cpp 52 HashMap<String, SizeMap>::const_iterator it = m_databaseSizes.find(originIdentifier); local
53 ASSERT(it->second.contains(databaseName));
54 *databaseSize = it->second.get(databaseName);
66 HashMap<String, SizeMap>::iterator it = m_databaseSizes.add(originIdentifier, SizeMap()).first; local
67 it->second.set(databaseName, databaseSize);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
split_join_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
81 iterator it = upper_bound(r_key); local
83 new_other.copy_from_ordered_range(it, end());
85 new_this.copy_from_ordered_range(begin(), it); local
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
split_join_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
81 iterator it = upper_bound(r_key); local
83 new_other.copy_from_ordered_range(it, end());
85 new_this.copy_from_ordered_range(begin(), it); local
  /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/ov_tree_map_/
split_join_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
81 iterator it = upper_bound(r_key); local
83 new_other.copy_from_ordered_range(it, end());
85 new_this.copy_from_ordered_range(begin(), it); local
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
split_join_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
81 iterator it = upper_bound(r_key); local
83 new_other.copy_from_ordered_range(it, end());
85 new_this.copy_from_ordered_range(begin(), it); local
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
split_join_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
81 iterator it = upper_bound(r_key); local
83 new_other.copy_from_ordered_range(it, end());
85 new_this.copy_from_ordered_range(begin(), it); local
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
split_join_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
81 iterator it = upper_bound(r_key); local
83 new_other.copy_from_ordered_range(it, end());
85 new_this.copy_from_ordered_range(begin(), it); local
  /external/chromium/chrome/browser/parsers/
metadata_parser_filebase.h 53 PropertyMap::iterator it; member in class:FileMetadataPropertyIterator
  /external/chromium/chrome/browser/
resources_util.cc 29 StringIntMap::const_iterator it = id_map_.find(resource_name); local
30 if (it == id_map_.end())
32 return it->second;
  /external/chromium/chrome/browser/sync/sessions/
sync_session_context.cc 26 std::vector<SyncEngineEventListener*>::const_iterator it; local
27 for (it = listeners.begin(); it != listeners.end(); ++it)
28 listeners_.AddObserver(*it);
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppauth.cc 56 std::vector<std::string>::const_iterator it; local
58 // a token is the weakest auth - 15s, service-limited, so prefer it.
59 it = std::find(mechanisms.begin(), mechanisms.end(), "X-GOOGLE-TOKEN");
60 if (it != mechanisms.end() && !auth_cookie_.empty())
64 it = std::find(mechanisms.begin(), mechanisms.end(), "X-GOOGLE-COOKIE");
65 if (it != mechanisms.end() && !auth_cookie_.empty())
68 it = std::find(mechanisms.begin(), mechanisms.end(), "PLAIN");
69 if (it != mechanisms.end())
  /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);
  /external/webkit/Source/WebCore/dom/
CheckedRadioButtons.cpp 4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public
9 * This library is distributed in the hope that it will be useful,
76 NameToInputMap::iterator it = m_nameToCheckedRadioButtonMap->find(element->name().impl()); local
77 if (it == m_nameToCheckedRadioButtonMap->end() || it->second != element)
85 m_nameToCheckedRadioButtonMap->remove(it);
  /external/webkit/Source/WebKit2/Shared/
ImmutableDictionary.cpp 55 MapType::const_iterator::Keys it = m_map.begin().keys(); local
57 for (; it != end; ++it)
58 vector.uncheckedAppend(WebString::create(*it));
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
eventhistory.ui.h 25 WpaMsgList::iterator it; local
26 for (it = msgs.begin(); it != msgs.end(); it++) {
27 addEvent(*it);
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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());
  /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...]

Completed in 549 milliseconds

1 2 3 4 5 6 7 8 91011>>