HomeSort by relevance Sort by last modified time
    Searched defs:it (Results 51 - 75 of 2313) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.cpp 151 auto it = std::find_if(syms.begin(), syms.end(), [&](const symbol &x) { local
155 if (it == syms.end())
158 return *it;
163 auto it = std::find_if(secs.begin(), secs.end(), [&](const section &x) { local
167 if (it == secs.end())
170 return *it;
  /external/opencv3/samples/python2/
fitline.py 29 import itertools as it namespace
45 dist_func_names = it.cycle('DIST_L2 DIST_L1 DIST_L12 DIST_FAIR DIST_WELSCH DIST_HUBER'.split())
  /external/parameter-framework/upstream/parameter/
MappingData.cpp 50 // it means that no value has been provided
76 KeyToValueMapConstIterator it = _keyToValueMap.find(strkey); local
78 if (it != _keyToValueMap.end()) {
80 pStrValue = &it->second;
  /external/protobuf/src/google/protobuf/stubs/
map-util.h 50 typename Collection::const_iterator it = collection.find(key); local
51 if (it == collection.end()) {
54 return it->second;
64 typename Collection::const_iterator it = collection.find(key); local
65 if (it == collection.end()) {
68 return &it->second;
80 typename Collection::const_iterator it = collection.find(key); local
81 if (it == collection.end()) {
84 return it->second;
  /external/v8/src/arm64/
decoder-arm64.cc 31 std::list<DecoderVisitor*>::iterator it; local
32 for (it = visitors_.begin(); it != visitors_.end(); it++) {
33 if (*it == registered_visitor) {
34 visitors_.insert(it, new_visitor);
40 DCHECK(*it == registered_visitor);
41 visitors_.insert(it, new_visitor);
48 std::list<DecoderVisitor*>::iterator it; local
49 for (it = visitors_.begin(); it != visitors_.end(); it++)
    [all...]
  /external/webrtc/talk/app/webrtc/
fakemetricsobserver.cc 66 const auto& it = counters_[type].find(counter); local
67 if (it == counters_[type].end()) {
70 return it->second;
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...]
mediastreamobserver.cc 51 auto it = std::find_if( local
56 if (it == new_audio_tracks.end()) {
63 auto it = std::find_if( local
68 if (it == cached_audio_tracks_.end()) {
75 auto it = std::find_if( local
80 if (it == new_video_tracks.end()) {
87 auto it = std::find_if( local
92 if (it == cached_video_tracks_.end()) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
timestamp_scaler.cc 32 PacketList::iterator it; local
33 for (it = packet_list->begin(); it != packet_list->end(); ++it) {
34 ToInternal(*it);
  /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;
  /frameworks/compile/mclinker/lib/LD/
MergedStringTable.cpp 19 string_map_iterator it, end = m_StringMap.end(); local
21 for (it = m_StringMap.begin(); it != end; ++it) {
22 it->setValue(offset);
23 offset += it->getKey().size() + 1;
30 string_map_iterator it, end = m_StringMap.end(); local
31 for (it = m_StringMap.begin(); it != end; ++it) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.cpp 45 iterator it = begin(); local
48 ++it;
52 for (; it != end(); ++it) {
53 llvm::cast<HexagonGOTEntry>(*it).setValue(pPLT.addr());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
push_back.pass.cpp 51 typename C::const_iterator it = c.begin(); local
52 for (int i = 0; i < size; ++i, ++it)
53 assert(*it == i);
push_back_rvalue.pass.cpp 54 typename C::const_iterator it = c.begin(); local
55 for (int i = 0; i < size; ++i, ++it)
56 assert(*it == MoveOnly(i));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.overview/
at.pass.cpp 46 auto it = vals.begin (); local
47 for ( size_t i = 0; i < dyn.size(); ++i, ++it ) {
49 assert ( *it == dyn.at(i));
60 auto it = vals.begin (); local
61 for ( size_t i = 0; i < dyn.size(); ++i, ++it ) {
63 assert ( *it == dyn.at(i));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
compare.pass.cpp 38 std::unordered_map<Key, int>::iterator it = local
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
46 point_iterator it = find(r_key); local
47 if (it == base_type::end())
49 erase(it);
56 erase(iterator it)
59 if (it == base_type::end())
60 return it;
91 iterator it = base_type::begin(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
46 point_iterator it = find(r_key); local
47 if (it == base_type::end())
49 erase(it);
56 erase(iterator it)
59 if (it == base_type::end())
60 return it;
91 iterator it = base_type::begin(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
46 point_iterator it = find(r_key); local
47 if (it == base_type::end())
49 erase(it);
56 erase(iterator it)
59 if (it == base_type::end())
60 return it;
91 iterator it = base_type::begin(); local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
46 point_iterator it = find(r_key); local
47 if (it == base_type::end())
49 erase(it);
56 erase(iterator it)
59 if (it == base_type::end())
60 return it;
91 iterator it = base_type::begin(); local
    [all...]
  /system/core/logd/
FlushCommand.cpp 59 LastLogTimes::iterator it = times.begin(); local
60 while(it != times.end()) {
61 entry = (*it);
75 it++;
78 if (it == times.end()) {
  /system/extras/simpleperf/
cmd_list.cpp 89 auto it = type_map.find(name); local
90 PrintEventTypesOfType(it->second.first, it->second.second, event_types);
  /cts/tools/cts-native-scanner/tests/src/com/android/cts/nativescanner/
TestScannerTest.java 40 Iterator it = names.iterator(); local
41 assertEquals("suite:TestSuite", it.next());
42 assertEquals("case:FakeTestCase", it.next());
43 assertEquals("test:FakeTestName", it.next());
44 assertFalse(it.hasNext());
55 Iterator it = names.iterator(); local
56 assertEquals("suite:TestSuite", it.next());
57 assertEquals("case:Case1", it.next());
58 assertEquals("test:Test1", it.next());
59 assertEquals("test:Test2", it.next())
    [all...]
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
DynamicTableModelTest.java 70 Iterator<RectF> it = model.getIterator(tableRect, 10); local
72 while(it.hasNext()) {
73 it.next();
79 // many elements we throw at it:
81 it = model.getIterator(tableRect, 10);
83 while(it.hasNext()) {
84 it.next();
99 Iterator<RectF> it = model.getIterator(tableRect, createdCells); local
104 RectF cellRect = it.next();
113 cellRect = it.next();
157 Iterator<RectF> it = model.getIterator(tableRect, createdCells); local
204 Iterator<RectF> it = model.getIterator(tableRect, createdCells); local
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
UnicodeSetPerf.java 22 UnicodeSetIterator it; field in class:UnicodeSetPerf
38 it = new UnicodeSetIterator(testChars);
47 it.reset();
49 while (it.nextRange()) {
50 for (int cp = it.codepoint; cp <= it.codepointEnd; ++cp) {
67 it.reset();
69 while (it.nextRange()) {
70 for (int cp = it.codepoint; cp <= it.codepointEnd; ++cp)
    [all...]

Completed in 2486 milliseconds

1 23 4 5 6 7 8 91011>>