HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 126 - 150 of 5944) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_pair.h 90 typedef _T2 second_type; /// @c second_type is the second bound type
93 _T2 second; /// @c second is a copy of the second object member in struct:pair
97 /** The default constructor creates @c first and @c second using their
100 : first(), second() { }
104 : first(__a), second(__b) { }
109 : first(__p.first), second(__p.second) { }
121 : first(std::forward<_U1>(__x)), second(__y) {
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/go/
std_pair.i 23 pair(T first, U second);
29 U second;
  /prebuilts/misc/common/swig/include/2.0.11/java/
std_pair.i 23 pair(T first, U second);
29 U second;
  /prebuilts/misc/common/swig/include/2.0.11/lua/
std_pair.i 32 pair(T first, U second);
36 U second;
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_pair.i 23 pair(T first, U second);
29 U second;
  /prebuilts/misc/common/swig/include/2.0.11/php/
std_pair.i 23 pair(T first, U second);
29 U second;
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
std_pair.i 23 pair(T first, U second);
29 U second;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_pair.h 90 typedef _T2 second_type; /// @c second_type is the second bound type
93 _T2 second; /// @c second is a copy of the second object member in struct:pair
97 /** The default constructor creates @c first and @c second using their
100 : first(), second() { }
104 : first(__a), second(__b) { }
109 : first(__p.first), second(__p.second) { }
121 : first(std::forward<_U1>(__x)), second(__y) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_pair.h 90 typedef _T2 second_type; /// @c second_type is the second bound type
93 _T2 second; /// @c second is a copy of the second object member in struct:pair
97 /** The default constructor creates @c first and @c second using their
100 : first(), second() { }
104 : first(__a), second(__b) { }
109 : first(__p.first), second(__p.second) { }
121 : first(std::forward<_U1>(__x)), second(__y) {
    [all...]
  /external/chromium_org/net/quic/
quic_unacked_packet_map.cc 26 delete it->second.retransmittable_frames;
28 if (it->first == *it->second.all_transmissions->rbegin()) {
29 delete it->second.all_transmissions;
92 if (it->second.in_flight || it->second.retransmittable_frames != NULL) {
96 it->second.all_transmissions->erase(sequence_number);
97 LOG_IF(DFATAL, it->second.all_transmissions->empty())
125 it->second.nack_count = max(min_nacks, it->second.nack_count);
135 SequenceNumberSet* all_transmissions = it->second.all_transmissions
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
FunctionSummary.cpp 21 Total += I->second.TotalBasicBlocks;
29 Total += I->second.VisitedBasicBlocks.count();
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
insert_const_lvalue.pass.cpp 33 assert(r->second == 3);
38 assert(r->second == 4);
43 assert(r->second == 4);
48 assert(r->second == 4);
60 assert(r->second == 3);
65 assert(r->second == 4);
70 assert(r->second == 4);
75 assert(r->second == 4);
  /external/libcxx/test/containers/unord/unord.set/
insert_const_lvalue.pass.cpp 33 assert(r.second);
38 assert(!r.second);
43 assert(r.second);
48 assert(r.second);
60 assert(r.second);
65 assert(!r.second);
70 assert(r.second);
75 assert(r.second);
  /external/libcxx/test/utilities/utility/pairs/pairs.pair/
const_pair_U_V.pass.cpp 27 assert(p2.second == 4);
37 static_assert(p2.second == 4, "");
copy_ctor.pass.cpp 26 assert(p2.second == 4);
37 static_assert(p2.second == 4, "");
  /external/llvm/test/MC/COFF/
invalid-def.s 4 .def second
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
insert_const_lvalue.pass.cpp 33 assert(r->second == 3);
38 assert(r->second == 4);
43 assert(r->second == 4);
48 assert(r->second == 4);
60 assert(r->second == 3);
65 assert(r->second == 4);
70 assert(r->second == 4);
75 assert(r->second == 4);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
insert_const_lvalue.pass.cpp 33 assert(r.second);
38 assert(!r.second);
43 assert(r.second);
48 assert(r.second);
60 assert(r.second);
65 assert(!r.second);
70 assert(r.second);
75 assert(r.second);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
const_pair_U_V.pass.cpp 27 assert(p2.second == 4);
37 static_assert(p2.second == 4, "");
copy_ctor.pass.cpp 26 assert(p2.second == 4);
37 static_assert(p2.second == 4, "");
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
Utils.java 22 public static long createTimeInMillis(int second, int minute, int hour, int monthDay,
25 t.set(second, minute, hour, monthDay, month, year);
  /external/chromium_org/components/signin/core/browser/
signin_oauth_helper.cc 51 << " email=" << email_iter->second
52 << " displayEmail=" << display_email_iter->second;
57 << " email=" << email_iter->second
58 << " displayEmail=" << display_email_iter->second;
60 email_iter->second, display_email_iter->second, refresh_token_);
  /external/chromium_org/net/quic/congestion_control/
tcp_loss_algorithm.cc 43 if (!it->second.in_flight) {
47 LOG_IF(DFATAL, it->second.nack_count == 0)
49 if (it->second.nack_count >= kNumberOfNacksBeforeRetransmission) {
57 if (it->second.retransmittable_frames &&
61 if (time >= it->second.sent_time.Add(loss_delay)) {
66 loss_detection_timeout_ = it->second.sent_time.Add(loss_delay);
  /external/chromium_org/third_party/angle/src/libGLESv2/
RenderbufferProxySet.cpp 22 i->second++;
31 if (i->second > 0)
33 i->second--;
36 if (i->second == 0)
42 if (j->second == proxy)
79 return (i != mBufferMap.end()) ? i->second : NULL;
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterization_Test.cpp 31 Cubic whole, first, second, mid; local
34 quad_to_cubic(split.second(), second);
39 if (!implicit_matches(whole, second)) {
45 if (!implicit_matches(mid, second)) {
48 if (!implicit_matches(first, second)) {

Completed in 1650 milliseconds

1 2 3 4 56 7 8 91011>>