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

<<21222324252627282930>>

  /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/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue_generated_istype.cpp 177 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
212 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
247 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
330 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
366 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
398 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
460 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
493 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
547 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
579 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first)
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S 45 @ Test for NaN with a second comparison. EABI forbids testing bit
  /dalvik/vm/mterp/armv5te/
binop.S 25 cmp r1, #0 @ is second operand zero?
binop2addr.S 23 cmp r1, #0 @ is second operand zero?
binopLit8.S 22 @cmp r1, #0 @ is second operand zero?
  /dalvik/vm/mterp/armv6t2/
binop2addr.S 22 cmp r1, #0 @ is second operand zero?
  /dalvik/vm/mterp/mips/
binopLit8.S 22 # is second operand zero?
  /external/chromium/base/
stl_util-inl.h 84 delete temp->second;
104 // (non-array version) on the SECOND item in the pairs.
109 delete begin->second;
210 if (i->second != j->second) return false;
243 delete i->second;
331 // map a pair to its first and second, respectively, members, the
376 return f_(p.second);
424 return f_(p1.second, p2.second);
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 29 // the set of matching nodes is terms.front()->second.
46 return nodes.empty() ? terms.front()->second.begin() : nodes.begin();
50 return nodes.empty() ? terms.front()->second.end() : nodes.end();
209 index_i->second.begin(), index_i->second.end(),
228 index_i->second.begin(), index_i->second.end(),
268 i->second.erase(node);
269 if (i->second.empty())
bookmark_index.h 83 return a.second > b.second;
  /external/chromium/chrome/browser/
command_updater.cc 36 return command->second->enabled;
82 Command* command = it->second;
  /external/chromium/chrome/browser/safe_browsing/
prefix_set.cc 123 const size_t bound = (iter == index_.end() ? deltas_.size() : iter->second);
134 for (size_t di = iter->second; di < bound && current < prefix; ++di) {
146 (ii + 1 < index_.size()) ? index_[ii + 1].second : deltas_.size();
150 for (size_t di = index_[ii].second; di < deltas_end; ++di) {
294 if (target_index < i + index_[i].second) {
313 return target_index > i + index_[i].second;
323 CHECK_GT(target_index, i + index_[i].second);
336 checksum ^= static_cast<uint32>(index_[ii].second);
  /external/chromium/chrome/browser/sync/notifier/
registration_manager_unittest.cc 123 it->second.last_registration_request -
124 it->second.registration_attempt;
130 EXPECT_EQ(it->second.delay, expected_delay)
131 << it->second.delay.InMicroseconds()
133 if (it->second.delay <= base::TimeDelta()) {
134 EXPECT_EQ(it->second.actual_delay, base::TimeDelta());
136 EXPECT_EQ(it->second.delay, it->second.actual_delay);
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor.cc 76 records_[i->first].extension_id = i->second.extension_id;
77 records_[i->first].bookmark_write_count += i->second.bookmark_write_count;
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 25 Builder->setBinding(It->first, It->second);
33 Other->NodeMap[I->first] = I->second;
  /external/clang/lib/Rewrite/Core/
TokenRewriter.cpp 63 return MapIt->second;
74 Where)).second;
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 151 return I->second;
165 return I->second;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineWorklist.h 39 if (WorklistMap.insert(std::make_pair(I, Worklist.size())).second) {
71 Worklist[It->second] = 0;

Completed in 867 milliseconds

<<21222324252627282930>>