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

<<11121314151617181920>>

  /frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/type/
TypesMap.kt 39 val containsNestedTypes = types.any { it.key.hasInnerType() || it.value.hasInnerType() }
49 return JsonData(types.map { it.key.fullName to it.value.fullName }.toMap().toSortedMap())
88 if (mergedMap.containsKey(it.key)) {
90 " a duplicity with key '${it.key.fullName}' for values '${it.value}' and " +
91 "'${mergedMap[it.key]}'.")
93 mergedMap.put(it.key, it.value
    [all...]
  /system/core/libmemunreachable/
MemUnreachable.cpp 98 for (auto it = heap_mappings.begin(); it != heap_mappings.end(); it++) {
99 MEM_ALOGV("Heap mapping %" PRIxPTR "-%" PRIxPTR " %s", it->begin, it->end, it->name);
100 HeapIterate(*it,
104 for (auto it = anon_mappings.begin(); it != anon_mappings.end(); it++)
    [all...]
  /external/google-breakpad/src/common/
module.cc 60 for (FileByNameMap::iterator it = files_.begin(); it != files_.end(); ++it)
61 delete it->second;
62 for (FunctionSet::iterator it = functions_.begin();
63 it != functions_.end(); ++it) {
64 delete *it;
66 for (vector<StackFrameEntry *>::iterator it = stack_frame_entries_.begin();
67 it != stack_frame_entries_.end(); ++it)
173 FileByNameMap::iterator it = files_.find(&name); local
    [all...]
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 70 Vector<SubscriberInfo>::iterator it; local
71 for (it = mSubscribers.begin(); it != mSubscribers.end(); ++it) {
73 if (inotify_rm_watch(mInotifyFd, it->WatchID) == -1) {
77 __FUNCTION__, it->CameraID, strerror(errno),
83 __FUNCTION__, it->CameraID);
117 * the file is closed (if it was written to)
119 Vector<int>::const_iterator it, end; local
120 it = mSubscribedCameraIds.begin()
251 Vector<int>::const_iterator it, end; local
324 Vector<SubscriberInfo>::iterator it; local
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraHotplugThread.cpp 64 Vector<SubscriberInfo>::iterator it; local
65 for (it = mSubscribers.begin(); it != mSubscribers.end(); ++it) {
66 if (inotify_rm_watch(mInotifyFd, it->WatchID) == -1) {
70 __FUNCTION__, it->CameraID, strerror(errno), errno);
74 ALOGV("%s: Removed watch for camID '%d'", __FUNCTION__, it->CameraID);
108 * the file is closed (if it was written to)
110 Vector<int>::const_iterator it, end; local
111 it = mSubscribedCameraIds.begin()
234 Vector<int>::const_iterator it, end; local
300 Vector<SubscriberInfo>::iterator it; local
    [all...]
  /external/boringssl/src/crypto/asn1/
asn_pack.c 10 * apply to all code found in this distribution, be it the RC4, RSA,
64 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
83 if (!(octmp->length = ASN1_item_i2d(obj, &octmp->data, it))) {
96 void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it)
102 if (!(ret = ASN1_item_d2i(NULL, &p, oct->length, it)))
  /external/curl/docs/cmdline-opts/
delegation.d 6 Set LEVEL to tell the server what it is allowed to delegate when it
  /external/easymock/src/org/easymock/internal/matchers/
And.java 45 for (Iterator<IArgumentMatcher> it = matchers.iterator(); it.hasNext();) {
46 it.next().appendTo(buffer);
47 if (it.hasNext()) {
Or.java 45 for (Iterator<IArgumentMatcher> it = matchers.iterator(); it.hasNext();) {
46 it.next().appendTo(buffer);
47 if (it.hasNext()) {
  /external/eigen/bench/
BenchSparseUtil.h 66 for (EigenSparseMatrix::InnerIterator it(src.derived(), j); it; ++it)
67 dst(it.index(),j) = it.value();
78 for (EigenSparseMatrix::InnerIterator it(src.derived(), j); it; ++it)
79 tmp(it.index(),j) = it.value()
    [all...]
  /external/libcxx/test/std/containers/associative/map/
compare.pass.cpp 38 Iter it = m_empty.find(Key(0)); local
39 assert(it == m_empty.end());
40 it = m_contains.find(Key(0));
41 assert(it != m_contains.end());
  /external/libcxx/test/std/containers/sequences/forwardlist/
incomplete.pass.cpp 24 std::forward_list<A>::iterator it; member in struct:A
32 FList::iterator it; member in struct:B
42 a.it = a.d.begin();
49 b.it = b.d.begin();
  /external/libcxx/test/std/utilities/memory/storage.iterator/
raw_storage_iterator.base.pass.cpp 38 std::raw_storage_iterator<A*, A> it((A*)&buffer);
40 assert(it.base() == (A*)&buffer);
43 *it++ = A(i+1);
47 assert(it.base() == ap + 1); // next place to write
  /external/libmojo/mojo/edk/system/
mapping_table.cc 38 AddressToMappingMap::iterator it = address_to_mapping_map_.find(address); local
39 if (it == address_to_mapping_map_.end())
41 PlatformSharedBufferMapping* mapping_to_delete = it->second;
42 address_to_mapping_map_.erase(it);
  /external/llvm/test/MC/Mips/
asciiz-directive.s 2 # .asciiz is exactly the same as .asciz, except it's MIPS-specific.
  /external/nist-sip/java/gov/nist/javax/sip/header/
Server.java 63 ListIterator it = productTokens.listIterator(); local
65 while (it.hasNext()) {
66 tokens.append((String) it.next());
67 if (it.hasNext())
143 * CVS: then name the system in this line, otherwise delete it.
151 * CVS: If you have not had it reviewed then delete this line.
178 * CVS: then name the system in this line, otherwise delete it.
186 * CVS: If you have not had it reviewed then delete this line.
  /external/pdfium/core/fpdfapi/font/
cpdf_fontglobals.cpp 23 auto it = m_StockMap.find(pDoc); local
24 if (it == m_StockMap.end())
26 return it->second ? it->second->GetFont(index) : nullptr;
  /external/pdfium/core/fpdfapi/render/
cpdf_pagerendercache.cpp 38 for (const auto& it : m_ImageCache)
39 delete it.second;
49 for (const auto& it : m_ImageCache) {
50 cache_info.emplace_back(it.second->GetTimeCount(),
51 it.second->GetImage()->GetStream());
73 auto it = m_ImageCache.find(pStream); local
74 if (it == m_ImageCache.end())
77 m_nCacheSize -= it->second->EstimateSize();
78 delete it->second;
79 m_ImageCache.erase(it);
89 const auto it = m_ImageCache.find(pStream); local
133 const auto it = m_ImageCache.find(pStream); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-mark-unreachable.cc 23 for (HPredecessorIterator it(block); !it.Done(); it.Advance()) {
24 HBasicBlock* predecessor = it.Current();
  /external/webrtc/webrtc/base/
scopedptrcollection.h 32 for (typename VectorT::iterator it = collection_.begin();
33 it != collection_.end(); ++it) {
34 delete *it;
46 // Remove |t| from the collection without deleting it.
  /frameworks/av/media/libstagefright/rtsp/
ARTPAssembler.cpp 78 for (List<sp<ABuffer> >::const_iterator it = frames.begin();
79 it != frames.end(); ++it) {
81 totalSize += (*it)->size() + 7;
86 for (List<sp<ABuffer> >::const_iterator it = frames.begin();
87 it != frames.end(); ++it) {
88 sp<ABuffer> nal = *it;
125 for (List<sp<ABuffer> >::const_iterator it = packets.begin();
126 it != packets.end(); ++it)
    [all...]
  /frameworks/base/libs/incident/src/
IncidentReportArgs.cpp 60 for (set<int>::const_iterator it=mSections.begin(); it!=mSections.end(); it++) {
61 err = out->writeInt32(*it);
72 for (vector<vector<uint8_t>>::const_iterator it = mHeaders.begin(); it != mHeaders.end(); it++) {
73 err = out->writeByteVector(*it);
169 for (auto it = serialized.begin(); it != serialized.end(); it++)
    [all...]
  /frameworks/compile/mclinker/lib/Script/
StringList.cpp 36 for (const_iterator it = begin(), ie = end(); it != ie; ++it)
37 mcld::outs() << (*it)->name() << "\t";
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/
compare.pass.cpp 38 Iter it = m_empty.find(Key(0)); local
39 assert(it == m_empty.end());
40 it = m_contains.find(Key(0));
41 assert(it != m_contains.end());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/
incomplete.pass.cpp 24 std::forward_list<A>::iterator it; member in struct:A
32 FList::iterator it; member in struct:B
42 a.it = a.d.begin();
49 b.it = b.d.begin();

Completed in 1642 milliseconds

<<11121314151617181920>>