HomeSort by relevance Sort by last modified time
    Searched refs:it (Results 176 - 200 of 10401) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/std/experimental/algorithms/alg.search/
search.pass.cpp 43 RI it(nullptr);
44 assert(it == std::experimental::search(it, it, MySearcher()));
  /external/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/
default.fail.cpp 27 constexpr std::istream_iterator<S> it; local
default.pass.cpp 34 constexpr std::istream_iterator<T> it; local
35 (void)it;
50 T it; local
51 assert(it == T());
  /external/tensorflow/tensorflow/contrib/lite/
simple_memory_arena.cc 53 for (auto it = allocs_.begin(); it != allocs_.end(); ++it) {
56 // best fit, take it.
57 if (aligned_current_offset + size <= it->offset &&
58 it->offset - current_offset < best_offset_fit) {
60 best_offset_fit = it->offset - current_offset;
61 best_insertion_it = it;
63 current_offset = it->offset + it->size
79 auto it = allocs_.begin(); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-sce.cc 22 for (HInstructionIterator it(dominator); !it.Done(); it.Advance()) {
23 if (it.Current()->HasStackCheck()) {
  /external/webrtc/talk/app/webrtc/
mediastream.cc 36 typename V::iterator it = vector->begin(); local
37 for (; it != vector->end(); ++it) {
38 if ((*it)->id() == track_id) {
42 return it;
74 AudioTrackVector::iterator it = FindTrack(&audio_tracks_, track_id); local
75 if (it == audio_tracks_.end())
77 return *it;
82 VideoTrackVector::iterator it = FindTrack(&video_tracks_, track_id); local
83 if (it == video_tracks_.end()
90 typename TrackVector::iterator it = FindTrack(tracks, track->id()); local
    [all...]
  /frameworks/support/navigation/testing/ktx/src/main/java/androidx/navigation/testing/
TestNavigator.kt 25 get() = mBackStack.map { Pair(it.first!!, it.second) }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/algorithms/alg.search/
search.pass.cpp 43 RI it(nullptr);
44 assert(it == std::experimental::search(it, it, MySearcher()));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/
default.fail.cpp 27 constexpr std::istream_iterator<S> it; local
  /system/netd/server/
PppController.cpp 43 TtyCollection::iterator it; local
45 for (it = mTtys->begin(); it != mTtys->end(); ++it) {
46 free(*it);
62 TtyCollection::iterator it; local
63 for (it = mTtys->begin(); it != mTtys->end(); ++it) {
64 if (!strcmp(tty, *it)) {
131 TtyCollection::iterator it; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
ldgesb-bad.s 6 it ge
ldgesh-bad.s 6 it ge
ldsgeb.s 6 it ge
ldsgeh.s 6 it ge
  /external/google-breakpad/src/testing/gtest/src/
gtest-typed-test.cc 71 for (DefinedTestIter it = defined_test_names_.begin();
72 it != defined_test_names_.end();
73 ++it) {
74 if (name == *it) {
88 for (DefinedTestIter it = defined_test_names_.begin();
89 it != defined_test_names_.end();
90 ++it) {
91 if (tests.count(*it) == 0) {
92 errors << "You forgot to list test " << *it << ".\n"; local
  /external/libcxx/test/std/experimental/filesystem/class.directory_iterator/directory_iterator.members/
copy_assign.pass.cpp 73 const directory_iterator& it = it_obj; local
74 TEST_REQUIRE(it != endIt);
76 TEST_REQUIRE(it != endIt);
77 const path entry = *it;
80 TEST_REQUIRE(it2 != it);
84 it2 = it;
85 TEST_REQUIRE(it2 == it);
91 const directory_iterator it; local
93 directory_iterator& ref = (it2 = it);
  /external/llvm/utils/unittest/googletest/src/
gtest-typed-test.cc 71 for (DefinedTestIter it = defined_test_names_.begin();
72 it != defined_test_names_.end();
73 ++it) {
74 if (name == *it) {
88 for (DefinedTestIter it = defined_test_names_.begin();
89 it != defined_test_names_.end();
90 ++it) {
91 if (tests.count(*it) == 0) {
92 errors << "You forgot to list test " << *it << ".\n"; local
  /external/mesa3d/src/gtest/src/
gtest-typed-test.cc 71 for (DefinedTestIter it = defined_test_names_.begin();
72 it != defined_test_names_.end();
73 ++it) {
74 if (name == *it) {
88 for (DefinedTestIter it = defined_test_names_.begin();
89 it != defined_test_names_.end();
90 ++it) {
91 if (tests.count(*it) == 0) {
92 errors << "You forgot to list test " << *it << ".\n"; local
  /external/pdfium/fxjs/
global_timer.cpp 42 auto it = GetGlobalTimerMap()->find(nTimerID); local
43 if (it == GetGlobalTimerMap()->end())
46 GlobalTimer* pTimer = it->second;
54 // Timer proc may have destroyed timer, find it again.
55 it = GetGlobalTimerMap()->find(nTimerID);
56 if (it == GetGlobalTimerMap()->end())
59 pTimer = it->second;
67 auto it = GetGlobalTimerMap()->find(nTimerID); local
68 if (it == GetGlobalTimerMap()->end())
71 GlobalTimer* pTimer = it->second
    [all...]
  /external/protobuf/gtest/src/
gtest-typed-test.cc 71 for (DefinedTestIter it = defined_test_names_.begin();
72 it != defined_test_names_.end();
73 ++it) {
74 if (name == *it) {
88 for (DefinedTestIter it = defined_test_names_.begin();
89 it != defined_test_names_.end();
90 ++it) {
91 if (tests.count(*it) == 0) {
92 errors << "You forgot to list test " << *it << ".\n"; local
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-typed-test.cc 71 for (DefinedTestIter it = defined_test_names_.begin();
72 it != defined_test_names_.end();
73 ++it) {
74 if (name == *it) {
88 for (DefinedTestIter it = defined_test_names_.begin();
89 it != defined_test_names_.end();
90 ++it) {
91 if (tests.count(*it) == 0) {
92 errors << "You forgot to list test " << *it << ".\n"; local
  /external/v8/tools/clang/blink_gc_plugin/
CheckGCRootsVisitor.cpp 15 for (RecordInfo::Fields::iterator it = info->GetFields().begin();
16 it != info->GetFields().end();
17 ++it) {
18 current_.push_back(&it->second);
19 it->second.edge()->Accept(this);
36 for (Context::iterator it = context().begin();
37 it != context().end();
38 ++it) {
39 if (!(*it)->IsCollection())
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-typed-test.cc 71 for (DefinedTestIter it = defined_test_names_.begin();
72 it != defined_test_names_.end();
73 ++it) {
74 if (name == *it) {
88 for (DefinedTestIter it = defined_test_names_.begin();
89 it != defined_test_names_.end();
90 ++it) {
91 if (tests.count(*it) == 0) {
92 errors << "You forgot to list test " << *it << ".\n"; local
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_unittest.cc 48 for (WindowCapturer::WindowList::iterator it = windows.begin();
49 it != windows.end(); ++it) {
50 EXPECT_FALSE(it->title.empty());
57 // exist. Ideally it should create a test window and capture from it, but there
67 for (WindowCapturer::WindowList::iterator it = windows.begin();
68 it != windows.end(); ++it) {
70 if (capturer_->SelectWindow(it->id))
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
loudest_filter.cc 18 auto it = stream_levels_.begin(); local
19 while (it != stream_levels_.end()) {
20 if (rtc::TimeDiff(time_ms, it->second.last_time_ms) >
22 stream_levels_.erase(it++);
24 ++it;
57 auto it = stream_levels_.find(source_ssrc); local
58 if (it != stream_levels_.end()) {
60 it->second.audio_level = audio_level;
61 it->second.last_time_ms = time_now_ms;

Completed in 852 milliseconds

1 2 3 4 5 6 78 91011>>