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

<<11121314151617181920>>

  /external/webrtc/webrtc/base/
httpserver.cc 35 for (ConnectionMap::iterator it = connections_.begin();
36 it != connections_.end();
37 ++it) {
38 StreamInterface* stream = it->second->EndProcess();
40 delete it->second;
81 for (ConnectionMap::const_iterator it = connections_.begin();
82 it != connections_.end(); ++it) {
83 connections.push_back(it->second);
85 for (std::list<Connection*>::const_iterator it = connections.begin()
93 ConnectionMap::iterator it = connections_.find(connection_id); local
101 ConnectionMap::iterator it = connections_.find(connection_id); local
    [all...]
network_unittest.cc 193 NetworkManager::NetworkList::iterator it; local
194 for (it = result.begin();
195 it != result.end();
196 ++it) {
199 IPAddress ip = (*it)->GetBestIP();
201 bindaddress.SetScopeID((*it)->scope_id());
202 // TODO(thaloun): Use rtc::AsyncSocket once it supports IPv6.
220 delete (*it);
381 for (NetworkManager::NetworkList::iterator it = original_list.begin();
382 it != original_list.end(); ++it)
    [all...]
  /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);
nack.cc 113 for (NackList::iterator it = nack_list_.begin(); it != lower_bound; ++it)
114 it->second.is_missing = true;
146 for (NackList::iterator it = nack_list_.begin(); it != nack_list_.end(); ++it)
147 it->second.time_to_play_ms -= 10;
163 for (NackList::iterator it = nack_list_.begin(); it != nack_list_.end()
    [all...]
  /frameworks/av/services/camera/libcameraservice/utils/
CameraTraces.cpp 84 List<ProcessCallStack>::iterator it, end; local
85 for (it = pcsList.begin(), end = pcsList.end(); it != end; ++it) {
86 const ProcessCallStack& pcs = *it;
  /frameworks/minikin/include/minikin/
LayoutPieces.h 35 for (const auto it : offsetMap) {
36 const_cast<LayoutCacheKey*>(&it.first)->freeText();
56 auto it = offsetMap.find(LayoutCacheKey(textBuf, range, paint, dir, startEdit, endEdit)); local
57 if (it == offsetMap.end()) {
61 f(it->second);
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
Entity.kt 50 val autoIncrement = primaryKey.autoGenerateId && primaryKey.fields.contains(it)
51 it.databaseDefinition(autoIncrement)
57 return foreignKeys.map { it.databaseDefinition() }
64 val keys = primaryKey.fields.joinToString(", ") { "`${it.columnName}`" }
71 it.parentTable == other.tableName
72 && ((!it.deferred && it.onDelete == ForeignKeyAction.NO_ACTION)
73 || it.onDelete == ForeignKeyAction.RESTRICT)
80 fields.map { it.toBundle() },
82 indices.map { it.toBundle() }
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Builder.java 68 ChildNodeIterator it = new ChildNodeIterator(node); local
69 Node n = it.nextNode();
78 Node n2 = it.nextNode();
99 ChildNodeIterator it = new ChildNodeIterator(node); local
100 while (it.hasNext()) {
101 Node n = it.nextNode();
111 ChildNodeIterator it = new ChildNodeIterator(node); local
112 Node n = it.nextNode();
128 ChildNodeIterator it = new ChildNodeIterator(node); local
129 Node n = it.nextNode()
149 ChildNodeIterator it = new ChildNodeIterator(node); local
169 ChildNodeIterator it = new ChildNodeIterator(node); local
184 ChildNodeIterator it = new ChildNodeIterator(node); 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/rc_binomial_heap_/
debug_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
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 PB_DS_DEBUG_VERIFY(*it == p_nd);
77 --it;
80 PB_DS_DEBUG_VERIFY(it + 1 == m_rc.begin());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
debug_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
65 typename rc_t::const_iterator it = m_rc.end(); local
66 --it;
70 PB_DS_DEBUG_VERIFY(*it == p_nd);
77 --it;
80 PB_DS_DEBUG_VERIFY(it + 1 == m_rc.begin());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/thread/thread.threads/thread.thread.this/
sleep_for.pass.cpp 49 struct itimerval it; local
50 std::memset(&it, 0, sizeof(itimerval));
51 it.it_value.tv_sec = 0;
52 it.it_value.tv_usec = 250000;
55 ec = setitimer(ITIMER_REAL, &it, nullptr);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
counter.cc 40 auto it = r.find(c.first); local
41 if (it != r.end()) {
42 c.second = c.second + it->second;
47 auto it = l->find(tc.first); local
48 if (it == l->end()) {
  /system/core/logd/
FlushCommand.cpp 43 LastLogTimes::iterator it = times.begin(); local
44 while (it != times.end()) {
45 entry = (*it);
73 it++;
76 if (it == times.end()) {
  /system/tools/hidl/c2hal/
FunctionDeclaration.cpp 89 for (auto it = mParams->begin(); it != mParams->end(); ++it) {
90 if (it != mParams->begin()) {
94 (*it)->generateParameterSource(out);
  /system/update_engine/payload_generator/
cycle_breaker.cc 66 // Erase node (i - 1) from subgraph_. First, erase what it points to
79 for (vector<Vertex::Index>::iterator it = component_indexes.begin();
80 it != component_indexes.end(); ++it) {
81 subgraph_[*it].subgraph_edges.clear();
84 // If there's a link from *it -> *jt in the graph,
86 if (utils::MapContainsKey(subgraph_[*it].out_edges, *jt))
87 subgraph_[*it].subgraph_edges.insert(*jt);
113 for (vector<Vertex::Index>::const_iterator it = stack_.begin();
114 it != (stack_.end() - 1); ++it)
    [all...]
  /external/clang/tools/scan-build-py/libear/
ear.c 10 * the dynamic linker of the Operating System (OS). It implements a few function
439 for (size_t it = 0; it < argc; ++it) {
440 fprintf(fd, "%s%c", argv[it], US);
456 for (size_t it = 0; it < ENV_SIZE; ++it) {
457 char const * const env_value = getenv(env_names[it]);
459 (*env)[it] = env_copy
494 char const **it = envs; local
    [all...]
  /external/kmod/tools/
modinfo.c 6 * This program is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
11 * This program is distributed in the hope that it will be useful,
51 struct param *it; local
53 for (it = *list; it != NULL; it = it->next) {
54 if (it->namelen == namelen &&
55 memcmp(it->name, name, namelen) == 0
90 struct param *it; local
    [all...]
  /external/flatbuffers/src/
idl_gen_cpp.cpp 76 for (auto it = name_space->components.begin();
77 it != name_space->components.end(); ++it) {
78 guard += *it + "_";
87 for (auto it = parser_.native_included_files_.begin();
88 it != parser_.native_included_files_.end(); ++it) {
89 code_ += "#include \"" + *it + "\"";
92 for (auto it = parser_.included_files_.begin();
93 it != parser_.included_files_.end(); ++it)
    [all...]
  /external/v8/src/profiler/
allocation-tracker.cc 129 RangeMap::const_iterator it = ranges_.upper_bound(addr); local
130 if (it == ranges_.end()) return 0;
131 if (it->second.start <= addr) {
132 return it->second.trace_node_id;
153 for (RangeMap::iterator it = ranges_.begin(); it != ranges_.end(); ++it) {
154 PrintF("[%p - %p] => %u\n", static_cast<void*>(it->second.start),
155 static_cast<void*>(it->first), it->second.trace_node_id)
162 RangeMap::iterator it = ranges_.upper_bound(start); local
    [all...]
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 69 List<RingBufferItem>::iterator it, end, accIt; local
75 for (it = mBufferItemList.begin(), end = mBufferItemList.end();
76 it != end;
77 ++it) {
79 const RingBufferItem& item = *it;
95 accIt = it;
165 List<RingBufferItem>::iterator it, end; local
167 for (it = mBufferItemList.begin(), end = mBufferItemList.end();
168 it != end;
169 ++it) {
190 List<RingBufferItem>::iterator it, end, accIt; local
328 List<RingBufferItem>::iterator it, end, accIt; local
    [all...]
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DaoProcessor.kt 60 it.hasAnyOf(ABSTRACT) && it.kind == ElementKind.METHOD
61 && it.findKotlinDefaultImpl(context.processingEnv.typeUtils) == null
63 MoreElements.asExecutable(it)
66 PROCESSED_ANNOTATIONS.count { method.hasAnnotation(it) } == 1, method,
94 executableElement = it,
102 executableElement = it
110 executableElement = it).process()
117 executableElement = it).process()
124 executableElement = it).process(
    [all...]
  /hardware/qcom/gps/msm8909w_3100/gnss/
Agps.cpp 102 * And add it to the subscriber list for further notifications. */
136 /* Notify only current subscriber and then delete it from
165 /* Notify only current subscriber and then delete it from
330 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
331 while ( it != mSubscriberList.end() ){
333 AgpsSubscriber* subscriber = *it;
346 it = mSubscriberList.erase(it);
349 it++;
352 it++
411 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
430 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
446 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
479 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
494 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
511 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
    [all...]
  /hardware/qcom/gps/msm8998/gnss/
Agps.cpp 102 * And add it to the subscriber list for further notifications. */
134 /* Notify only current subscriber and then delete it from
161 /* Notify only current subscriber and then delete it from
322 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
323 while ( it != mSubscriberList.end() ) {
325 AgpsSubscriber* subscriber = *it;
338 it = mSubscriberList.erase(it);
341 it++;
344 it++
403 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
422 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
438 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
471 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
486 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
503 std::list<AgpsSubscriber*>::const_iterator it = mSubscriberList.begin(); local
    [all...]
  /external/deqp/modules/glshared/
glsFboUtil.cpp 124 for (FormatMap::const_iterator it = m_formatFlags.begin(); it != m_formatFlags.end(); it++)
126 if ((it->second & requirements) == requirements)
127 ret.insert(it->first);
150 for (std::set<ExtensionInfo>::const_iterator it = extensionInfo.begin(); it != extensionInfo.end(); ++it)
152 if ((it->flags & requirements) == requirements)
153 ret.insert(it->requiredExtensions)
902 msg << "\\t * " << *it << "\\n"; local
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_posix.cc 204 for (std::map<SOCKET, UdpSocketPosix*>::iterator it =
206 it != _socketMap.end();
207 ++it) {
208 delete it->second;
250 for (std::map<SOCKET, UdpSocketPosix*>::iterator it = _socketMap.begin();
251 it != _socketMap.end();
252 ++it) {
254 if (it->first > maxFd)
255 maxFd = it->first;
256 FD_SET(it->first, &_readFds)
364 std::map<SOCKET, UdpSocketPosix*>::iterator it = local
    [all...]

Completed in 758 milliseconds

<<11121314151617181920>>