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

<<11121314151617181920>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
default.pass.cpp 23 template <class It>
27 std::reverse_iterator<It> r;
39 constexpr std::reverse_iterator<const char *> it; local
iter.pass.cpp 24 template <class It>
26 test(It i)
28 std::reverse_iterator<It> r(i);
42 constexpr std::reverse_iterator<const char *> it(p);
43 static_assert(it.base() == p);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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
  /system/update_engine/
fake_shill_proxy.cc 33 auto it = service_proxy_mocks_.find(path.value()); local
34 CHECK(it != service_proxy_mocks_.end()) << "No ServiceProxyMock set for "
36 std::unique_ptr<ServiceProxyInterface> result = std::move(it->second);
37 service_proxy_mocks_.erase(it);
  /system/update_engine/payload_generator/
topological_sort.cc 39 for (Vertex::EdgeMap::const_iterator it = graph[node].out_edges.begin();
40 it != graph[node].out_edges.end(); ++it) {
41 TopologicalSortVisit(graph, visited_nodes, nodes, it->first);
  /toolchain/binutils/binutils-2.27/binutils/
sysinfo.y 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,
26 static char *it;
92 it_list: it it_list
96 it: label
99 it = $2; code = $3;
103 printf("\n\n\n#define IT_%s_CODE 0x%x\n", it,code);
104 printf("struct IT_%s;\n", it);
106 $2, it);
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/arm/
thumb2-cond.s 6 1: it cc
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k-coff/
p2389.s 2 # clean and complies with gas syntax, but it core dumps gas. Here's a
  /external/pcre/pcrecpp/
pcre_scanner.cc 109 // TODO: Make it more efficient by keeping track of the last point
111 // We could use std:count, but not all systems have it. :-(
162 for (vector<StringPiece>::const_iterator it = comments_->begin();
163 it != comments_->end(); ++it) {
164 if ((it->data() >= data_.c_str() + start &&
165 it->data() + it->size() <= data_.c_str() + end)) {
166 ranges->push_back(*it);
178 for (vector<StringPiece>::const_iterator it
    [all...]
  /external/perfetto/src/traced/probes/filesystem/
inode_file_data_source.cc 49 for (auto it = values.cbegin(); it != values.cend() - 1; ++it)
50 result += *it + ",";
140 for (auto it = inode_numbers->begin(); it != inode_numbers->end();) {
141 Inode inode_number = *it;
145 ++it;
149 it = inode_numbers->erase(it);
228 auto it = missing_inodes_.find(block_device_id); local
277 auto it = next_missing_inodes_.find(block_device_id); local
288 auto it = missing_inodes_.find(block_device_id); local
    [all...]
  /external/webrtc/webrtc/modules/video_coding/test/
stream_generator.cc 79 std::list<VCMPacket>::iterator it = GetPacketIterator(index); local
80 if (it == packets_.end())
83 *packet = (*it);
84 packets_.erase(it);
89 std::list<VCMPacket>::iterator it = GetPacketIterator(index); local
90 if (it == packets_.end())
93 *packet = (*it);
121 std::list<VCMPacket>::iterator it = packets_.begin(); local
123 ++it;
124 if (it == packets_.end()
    [all...]
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_gles20.mm 42 // Signal event to exit thread, then delete it
57 std::map<int, VideoRenderIosChannel*>::iterator it = agl_channels_.begin();
58 while (it != agl_channels_.end()) {
59 delete it->second;
60 agl_channels_.erase(it);
61 it = agl_channels_.begin();
126 std::map<int, VideoRenderIosChannel*>::iterator it;
127 it = agl_channels_.find(channel);
128 if (it != agl_channels_.end()) {
129 delete it->second
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMException.h 100 SectMap::const_iterator it = m_SectToExData.find(&pSect); local
101 if (it == m_SectToExData.end()) {
104 return it->second.get();
127 void erase(iterator it) { m_SectToExData.erase(it); }
153 InputMap::const_iterator it = m_Inputs.find(pInput); local
154 if (it == m_Inputs.end()) {
157 return it->second.get();
162 ExIdxMap::const_iterator it = m_ExIdxToTuple.find(pExIdxFragment); local
163 if (it == m_ExIdxToTuple.end())
    [all...]
  /external/capstone/suite/MC/ARM/
thumb2-narrow-dp.ll.cs 16 0x08,0xbf = it eq
18 0x08,0xbf = it eq
20 0x08,0xbf = it eq
22 0x08,0xbf = it eq
24 0x08,0xbf = it eq
26 0x08,0xbf = it eq
28 0x08,0xbf = it eq
30 0x08,0xbf = it eq
32 0x08,0xbf = it eq
34 0x08,0xbf = it e
    [all...]
  /art/runtime/interpreter/mterp/arm/
op_nop.S 3 GOTO_OPCODE ip @ execute it
  /bionic/libc/upstream-openbsd/lib/libc/gen/
alarm.c 37 struct itimerval it, oitv; local
38 struct itimerval *itp = &it;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cvslock.py 51 - A process may write-lock as many repositories as it wishes (to avoid
52 deadlocks, I presume it should always lock them top-down in the
55 - A process should make sure it removes all its lock files and
56 directories when it crashes.
257 print "got it."
261 print "got it."
  /external/libcxx/test/libcxx/containers/sequences/deque/
incomplete.pass.cpp 22 std::deque<A>::iterator it; member in struct:A
30 a.it = a.d.begin();
  /external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
iter.pass.cpp 24 template <class It>
26 test(It i)
28 std::reverse_iterator<It> r(i);
42 constexpr std::reverse_iterator<const char *> it(p);
43 static_assert(it.base() == p);
  /external/llvm/test/MC/ARM/
arm-it-block.s 7 it eq
9 @ 'it' is parsed but not encoded.
10 @ CHECK-NOT: it
  /external/python/cpython2/Demo/pdist/
cvslock.py 51 - A process may write-lock as many repositories as it wishes (to avoid
52 deadlocks, I presume it should always lock them top-down in the
55 - A process should make sure it removes all its lock files and
56 directories when it crashes.
257 print "got it."
261 print "got it."
  /external/webrtc/talk/app/webrtc/
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()) {
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_multiset.i 15 typename SwigPySeq::const_iterator it = swigpyseq.begin();
16 for (;it != swigpyseq.end(); ++it) {
17 seq->insert(seq->end(),(value_type)(*it));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
Application.mk 2 # Even the system STL is too much because it will link libsupc++ for rtti and
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/sequences/deque/
incomplete.pass.cpp 22 std::deque<A>::iterator it; member in struct:A
30 a.it = a.d.begin();

Completed in 663 milliseconds

<<11121314151617181920>>