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

<<919293949596979899100>>

  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 381 Instructions &Insts = Entry.second;
467 if (AlreadySeen != SeenChains.end() && AlreadySeen->second != nullptr) {
469 SExtInsts.push_back(AlreadySeen->second);
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 199 Result.second = Result.first + Size / 4;
231 for (unsigned j = Interval.first; j < Interval.second; ++j) {
329 for (unsigned j = Interval.first; j < Interval.second; ++j) {
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 33 if (I != VM.end() && I->second) return I->second;
215 MDNode *Old = MI->second;
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 243 assert(IterPair.second && "State already exists");
286 << II->second->stateNum
483 NewState = VI->second;
PseudoLoweringEmitter.cpp 282 if (I->second->isSubClassOf(ExpansionClass) &&
283 I->second->isSubClassOf(InstructionClass))
284 Insts.push_back(I->second);
  /external/oprofile/libpp/
profile_container.cpp 89 count_type count = accumulate(p_it.first, p_it.second, 0ull);
142 for (it = p_it.first; it != p_it.second ; ++it) {
208 debug_name_id name_id = sit->second.file_loc.filename;
  /external/skia/src/animator/
SkBuildCondensedInfo.cpp 101 SkDisplayTypes second = *(SkDisplayTypes*) b;
102 return first < second ? -1 : first == second ? 0 : 1;
  /external/stlport/test/unit/
alg_test.cpp 341 { return p.second == value; }
363 CPPUNIT_ASSERT( i->second == "four" || i->second == "ten" );
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 99 return &it->second;
207 sect_map.find(input_name, section->name()).second;
313 if (!m_ReferencedSections.insert(sect).second)
  /ndk/tests/device/test-gnustl-full/unit/
alg_test.cpp 341 { return p.second == value; }
363 CPPUNIT_ASSERT( i->second == "four" || i->second == "ten" );
  /ndk/tests/device/test-stlport/unit/
alg_test.cpp 341 { return p.second == value; }
363 CPPUNIT_ASSERT( i->second == "four" || i->second == "ten" );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/
multiset.h 228 while (__victims.first != __victims.second)
299 iterator(__res.second));
311 const_iterator(__res.second));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multiset.h 228 while (__victims.first != __victims.second)
299 iterator(__res.second));
311 const_iterator(__res.second));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 229 while (__victims.first != __victims.second)
300 iterator(__res.second));
312 const_iterator(__res.second));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multiset.h 228 while (__victims.first != __victims.second)
299 iterator(__res.second));
311 const_iterator(__res.second));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 229 while (__victims.first != __victims.second)
300 iterator(__res.second));
312 const_iterator(__res.second));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 47 second = first + datetime.timedelta(seconds=10)
48 self.assertAlmostEqual(first, second,
50 self.assertNotAlmostEqual(first, second,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 47 second = first + datetime.timedelta(seconds=10)
48 self.assertAlmostEqual(first, second,
50 self.assertNotAlmostEqual(first, second,
  /art/compiler/dex/
dataflow_iterator-inl.h 145 bool recalculated = top.second;
  /cts/suite/audio_quality/lib/src/
Report.cpp 100 printf(" <details>\n%s", it->second.string());
  /cts/suite/audio_quality/lib/src/task/
TaskGeneric.cpp 141 value = it->second;
  /external/ceres-solver/internal/ceres/
block_random_access_sparse_matrix_test.cc 70 const int col_block_id = it->second;
graph.h 101 if (edges_[vertex1].insert(vertex2).second) {
  /external/chromium_org/apps/shell/browser/
shell_extensions_browser_client.h 31 content::BrowserContext* second) OVERRIDE;
  /external/chromium_org/ash/display/
display_layout_store.cc 57 iter != paired_layouts_.end() ? iter->second : CreateDisplayLayout(pair);

Completed in 1626 milliseconds

<<919293949596979899100>>