HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 276 - 300 of 3303) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 88 if (p_mapped_value->second != it->second)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_store_hash_fn_imps.hpp 52 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
67 r_key, pos_hash_pair.second))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 88 if (p_mapped_value->second != it->second)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_store_hash_fn_imps.hpp 52 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
67 r_key, pos_hash_pair.second))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
erase_store_hash_fn_imps.hpp 59 r_key, r_pos_hash_pair.second))
82 r_pos_hash_pair.second))
info_fn_imps.hpp 88 if (p_mapped_value->second != it->second)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_store_hash_fn_imps.hpp 52 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
66 r_key, pos_hash_pair.second))
  /system/extras/tests/include/
testUtil.h 33 const struct timespec *second);
35 const struct timeval *second);
  /dalvik/vm/compiler/template/mips/
fbinop.S 20 beqz a1, common_errDivideByZero # is second operand zero?
29 # is second operand zero?
  /external/chromium/chrome/browser/
oom_priority_manager.h 51 static bool CompareRendererStats(RendererStats first, RendererStats second);
  /external/chromium/chrome/browser/prefs/
pref_notifier_impl.cc 22 NotificationObserverList::Iterator obs_iterator(*(it->second));
43 observer_list = observer_iterator->second;
69 NotificationObserverList* observer_list = observer_iterator->second;
98 NotificationObserverList::Iterator it(*(observer_iterator->second));
  /external/chromium/chrome/browser/profiles/
profile_keyed_service_factory.cc 43 service = it->second;
79 if (it != mapping_.end() && it->second)
80 it->second->Shutdown();
87 delete it->second;
  /external/chromium/chrome/browser/sidebar/
sidebar_manager.cc 45 if (it->second.active_content_id.empty())
48 it->second.content_id_to_sidebar_host.find(it->second.active_content_id);
49 DCHECK(host_it != it->second.content_id_to_sidebar_host.end());
50 return host_it->second;
60 it->second.content_id_to_sidebar_host.find(content_id);
61 if (host_it == it->second.content_id_to_sidebar_host.end())
63 return host_it->second;
129 if (it->second.active_content_id == content_id)
136 it->second.active_content_id = content_id
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
GenericValue.h 29 unsigned int second; member in struct:llvm::GenericValue::IntPair
  /external/webkit/Source/WebCore/inspector/
InspectorState.cpp 82 it->second->asBoolean(&value);
91 it->second->asString(&value);
100 it->second->asNumber(&value);
111 return it->second->asObject();
  /external/webkit/Source/WebCore/platform/mac/
WebCoreNSStringExtras.h 43 BOOL stringIsCaseInsensitiveEqualToString(NSString *first, NSString *second);
  /external/webkit/Source/WebKit2/Shared/mac/
CommandLineMac.cpp 51 if (!m_args.add(key, value).second)
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTime.java 27 * <li> nanoSecond - The nano seconds within a second. <em>Note:</em> if the XMPDateTime is
67 /** @return Returns the second in the range 0..59. */
70 /** @param second Sets the second in the range 0..59. */
71 void setSecond(int second);
75 * Nanoseconds within a second, often left as zero?
92 * @return Returns a <code>Calendar</code> (only with milli second precision). <br>
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
SumPathEffect_Delegate.java 65 /*package*/ static int nativeCreate(int first, int second) {
  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 49 return dataIter->second;
56 return dataIter->second;
64 return dataIter->second;
77 return dataIter->second;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/
local_iterators.pass.cpp 54 assert(i->second == "one");
61 assert(i->second == "two");
68 assert(i->second == "three");
75 assert(i->second == "four");
102 assert(i->second == "one");
109 assert(i->second == "two");
116 assert(i->second == "three");
123 assert(i->second == "four");
150 assert(i->second == "one");
157 assert(i->second == "two")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/pairs/pairs.pair/
assign_rv_pair_U_V.pass.cpp 40 assert(p2.second == 4);
piecewise.pass.cpp 32 assert(p3.second == P2(nullptr, 4));
rv_pair_U_V.pass.cpp 39 assert(p2.second == 4);
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapUtility.java 109 int second = Integer.parseInt(range.substring(colonPos + 1)); local
110 if (first < second) {
111 for (int i = first; i <= second; i++) {
115 for (int i = first; i >= second; i--) {

Completed in 1252 milliseconds

<<11121314151617181920>>