Home
last modified time | relevance | path

Searched +defs:i +defs:C (Results 1 – 25 of 1429) sorted by relevance

12345678910>>...58

/aosp_15_r20/external/skia/tests/
H A DSkTBlockListTest.cpp22 struct C { struct
23 C() : fID(-1) { ++gInstCnt; } in C() argument
24 C(int id) : fID(id) { ++gInstCnt; } in C() function
25 C(C&& c) : C(c.fID) {} in C() argument
26 C(const C& c) : C(c.fID) {} in C() function
31 ~C() { --gInstCnt; } in ~C()
33 int fID;
38 int fPadding[4];
40 static int gInstCnt;
53 static size_t ScratchBlockSize(SkTBlockList<C, N>& list) { in ScratchBlockSize()
[all …]
/aosp_15_r20/external/clang/lib/Index/
H A DCommentToXML.cpp97 FullCommentParts::FullCommentParts(const FullComment *C, in FullCommentParts()
200 void printHTMLStartTagComment(const HTMLStartTagComment *C, in printHTMLStartTagComment()
205 for (unsigned i = 0, e = C->getNumAttrs(); i != e; i++) { in printHTMLStartTagComment() local
264 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
269 const InlineCommandComment *C) { in visitInlineCommandComment()
281 for (unsigned i = 0, e = C->getNumArgs(); i != e; ++i) { in visitInlineCommandComment() local
309 const HTMLStartTagComment *C) { in visitHTMLStartTagComment()
314 const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
319 const ParagraphComment *C) { in visitParagraphComment()
332 const BlockCommandComment *C) { in visitBlockCommandComment()
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/sequences/vector/
H A Diterators.pass.cpp36 typedef std::vector<T> C; in main() typedef
38 C::iterator i = c.begin(); in main() local
45 typedef std::vector<T> C; in main() typedef
47 C::const_iterator i = c.begin(); in main() local
54 typedef std::vector<T> C; in main() typedef
56 C::const_iterator i = c.cbegin(); in main() local
64 typedef std::vector<T> C; in main() typedef
67 C::iterator i = c.begin(); in main() local
77 typedef std::vector<T> C; in main() typedef
78 C::iterator i; in main() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector/
H A Diterators.pass.cpp35 typedef std::vector<T> C; in tests() typedef
37 C::iterator i = c.begin(); in tests() local
44 typedef std::vector<T> C; in tests() typedef
46 C::const_iterator i = c.begin(); in tests() local
53 typedef std::vector<T> C; in tests() typedef
55 C::const_iterator i = c.cbegin(); in tests() local
63 typedef std::vector<T> C; in tests() typedef
66 C::iterator i = c.begin(); in tests() local
76 typedef std::vector<T> C; in tests() typedef
77 C::iterator i; in tests() local
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/sequences/list/
H A Diterators.pass.cpp36 typedef std::list<T> C; in main() typedef
38 C::iterator i = c.begin(); in main() local
45 typedef std::list<T> C; in main() typedef
47 C::const_iterator i = c.begin(); in main() local
54 typedef std::list<T> C; in main() typedef
56 C::const_iterator i = c.cbegin(); in main() local
64 typedef std::list<T> C; in main() typedef
67 C::iterator i = c.begin(); in main() local
77 typedef std::list<T> C; in main() typedef
78 C::iterator i; in main() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/list/
H A Diterators.pass.cpp35 typedef std::list<T> C; in main() typedef
37 C::iterator i = c.begin(); in main() local
44 typedef std::list<T> C; in main() typedef
46 C::const_iterator i = c.begin(); in main() local
53 typedef std::list<T> C; in main() typedef
55 C::const_iterator i = c.cbegin(); in main() local
63 typedef std::list<T> C; in main() typedef
66 C::iterator i = c.begin(); in main() local
76 typedef std::list<T> C; in main() typedef
77 C::iterator i; in main() local
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.iter/
H A Dbefore_begin.pass.cpp26 typedef std::forward_list<T> C; in main() typedef
28 C::iterator i = c.before_begin(); in main() local
33 typedef std::forward_list<T> C; in main() typedef
35 C::const_iterator i = c.before_begin(); in main() local
40 typedef std::forward_list<T> C; in main() typedef
42 C::const_iterator i = c.cbefore_begin(); in main() local
48 typedef std::forward_list<T> C; in main() typedef
51 C::iterator i = c.before_begin(); in main() local
57 typedef std::forward_list<T> C; in main() typedef
60 C::const_iterator i = c.before_begin(); in main() local
[all …]
H A Diterators.pass.cpp30 typedef std::forward_list<T> C; in main() typedef
32 C::iterator i = c.begin(); in main() local
39 typedef std::forward_list<T> C; in main() typedef
41 C::const_iterator i = c.begin(); in main() local
48 typedef std::forward_list<T> C; in main() typedef
50 C::const_iterator i = c.cbegin(); in main() local
58 typedef std::forward_list<T> C; in main() typedef
61 C::iterator i = c.begin(); in main() local
71 typedef std::forward_list<T> C; in main() typedef
72 C::iterator i; in main() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/forwardlist/forwardlist.iter/
H A Dbefore_begin.pass.cpp26 typedef std::forward_list<T> C; in main() typedef
28 C::iterator i = c.before_begin(); in main() local
33 typedef std::forward_list<T> C; in main() typedef
35 C::const_iterator i = c.before_begin(); in main() local
40 typedef std::forward_list<T> C; in main() typedef
42 C::const_iterator i = c.cbefore_begin(); in main() local
48 typedef std::forward_list<T> C; in main() typedef
51 C::iterator i = c.before_begin(); in main() local
57 typedef std::forward_list<T> C; in main() typedef
60 C::const_iterator i = c.before_begin(); in main() local
[all …]
H A Diterators.pass.cpp29 typedef std::forward_list<T> C; in main() typedef
31 C::iterator i = c.begin(); in main() local
38 typedef std::forward_list<T> C; in main() typedef
40 C::const_iterator i = c.begin(); in main() local
47 typedef std::forward_list<T> C; in main() typedef
49 C::const_iterator i = c.cbegin(); in main() local
57 typedef std::forward_list<T> C; in main() typedef
60 C::iterator i = c.begin(); in main() local
70 typedef std::forward_list<T> C; in main() typedef
71 C::iterator i; in main() local
[all …]
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp116 for (unsigned i = 0; i != NumTemplateArgs; ++i) in ReadTemplateKWAndArgsInfo() local
353 for (unsigned i = 0, e = S->NumAsmToks; i != e; ++i) { in VisitMSAsmStmt() local
365 for (unsigned i = 0, e = S->NumClobbers; i != e; ++i) { in VisitMSAsmStmt() local
378 for (unsigned i = 0; i != NumOperands; ++i) { in VisitMSAsmStmt() local
541 for (unsigned i = 0; i != NumExprs; ++i) in VisitParenListExpr() local
943 for (unsigned i = 0; i != numSemanticExprs; ++i) { in VisitPseudoObjectExpr() local
1202 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i) in VisitCXXTryStmt() local
1281 for (LambdaExpr::capture_init_iterator C = E->capture_init_begin(), in VisitLambdaExpr() local
1458 for (unsigned i = 0; i != NumObjects; ++i) in VisitExprWithCleanups() local
1521 for (unsigned i = 0; i != NumDecls; ++i) { in VisitOverloadExpr() local
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/sequences/vector.bool/
H A Diterators.pass.cpp30 typedef std::vector<T> C; in main() typedef
32 C::iterator i = c.begin(); in main() local
39 typedef std::vector<T> C; in main() typedef
41 C::const_iterator i = c.begin(); in main() local
48 typedef std::vector<T> C; in main() typedef
50 C::const_iterator i = c.cbegin(); in main() local
58 typedef std::vector<T> C; in main() typedef
59 C::iterator i; in main() local
65 typedef std::vector<T, min_allocator<T>> C; in main() typedef
67 C::iterator i = c.begin(); in main() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/forwardlist/forwardlist.cons/
H A Dassign_move.pass.cpp29 typedef std::forward_list<T, A> C; in main() typedef
37 for (C::const_iterator i = c1.cbegin(); i != c1.cend(); ++i, (void) ++n) in main() local
46 typedef std::forward_list<T, A> C; in main() typedef
54 for (C::const_iterator i = c1.cbegin(); i != c1.cend(); ++i, (void) ++n) in main() local
63 typedef std::forward_list<T, A> C; in main() typedef
71 for (C::const_iterator i = c1.cbegin(); i != c1.cend(); ++i, (void) ++n) in main() local
80 typedef std::forward_list<T, A> C; in main() typedef
88 for (C::const_iterator i = c1.cbegin(); i != c1.cend(); ++i, (void) ++n) in main() local
98 typedef std::forward_list<T, A> C; in main() typedef
106 for (C::const_iterator i = c1.cbegin(); i != c1.cend(); ++i, (void) ++n) in main() local
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
H A Dassign_move.pass.cpp29 typedef std::forward_list<T, A> C; in main() typedef
37 for (C::const_iterator i = c1.cbegin(); i != c1.cend(); ++i, ++n) in main() local
46 typedef std::forward_list<T, A> C; in main() typedef
54 for (C::const_iterator i = c1.cbegin(); i != c1.cend(); ++i, ++n) in main() local
63 typedef std::forward_list<T, A> C; in main() typedef
71 for (C::const_iterator i = c1.cbegin(); i != c1.cend(); ++i, ++n) in main() local
80 typedef std::forward_list<T, A> C; in main() typedef
88 for (C::const_iterator i = c1.cbegin(); i != c1.cend(); ++i, ++n) in main() local
98 typedef std::forward_list<T, A> C; in main() typedef
106 for (C::const_iterator i = c1.cbegin(); i != c1.cend(); ++i, ++n) in main() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector.bool/
H A Diterators.pass.cpp38 typedef std::vector<T> C; in tests() typedef
40 C::iterator i = c.begin(); in tests() local
47 typedef std::vector<T> C; in tests() typedef
49 C::const_iterator i = c.begin(); in tests() local
56 typedef std::vector<T> C; in tests() typedef
58 C::const_iterator i = c.cbegin(); in tests() local
66 typedef std::vector<T> C; in tests() typedef
67 C::iterator i; in tests() local
75 typedef std::vector<T, min_allocator<T>> C; in tests() typedef
77 C::iterator i = c.begin(); in tests() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/array/
H A Diterators.pass.cpp57 typedef std::array<int, 5> C; in tests() typedef
60 typename C::iterator i = array.begin(); in tests() local
65 typedef std::array<int, 0> C; in tests() typedef
68 typename C::iterator i = array.begin(); in tests() local
74 typedef std::array<int, 0> C; in tests() typedef
77 typename C::iterator i = array.begin(); in tests() local
83 typedef std::array<int, 1> C; in tests() typedef
86 typename C::iterator i = array.begin(); in tests() local
93 typedef std::array<int, 2> C; in tests() typedef
96 typename C::iterator i = array.begin(); in tests() local
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.map/
H A Dlocal_iterators.pass.cpp32 typedef std::unordered_map<int, std::string> C; in main() typedef
47 I i = c.begin(b); in main() local
80 typedef std::unordered_map<int, std::string> C; in main() typedef
95 I i = c.begin(b); in main() local
128 typedef std::unordered_map<int, std::string> C; in main() typedef
143 I i = c.cbegin(b); in main() local
176 typedef std::unordered_map<int, std::string> C; in main() typedef
191 I i = c.cbegin(b); in main() local
226 min_allocator<std::pair<const int, std::string>>> C; in main() typedef
241 I i = c.begin(b); in main() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multiset/
H A Dlocal_iterators.pass.cpp31 typedef std::unordered_multiset<int> C; in main() typedef
46 I i = c.begin(b); in main() local
89 typedef std::unordered_multiset<int> C; in main() typedef
104 I i = c.begin(b); in main() local
147 typedef std::unordered_multiset<int> C; in main() typedef
162 I i = c.cbegin(b); in main() local
205 typedef std::unordered_multiset<int> C; in main() typedef
220 I i = c.cbegin(b); in main() local
265 std::equal_to<int>, min_allocator<int>> C; in main() typedef
280 I i = c.begin(b); in main() local
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.multiset/
H A Dlocal_iterators.pass.cpp31 typedef std::unordered_multiset<int> C; in main() typedef
46 I i = c.begin(b); in main() local
89 typedef std::unordered_multiset<int> C; in main() typedef
104 I i = c.begin(b); in main() local
147 typedef std::unordered_multiset<int> C; in main() typedef
162 I i = c.cbegin(b); in main() local
205 typedef std::unordered_multiset<int> C; in main() typedef
220 I i = c.cbegin(b); in main() local
265 std::equal_to<int>, min_allocator<int>> C; in main() typedef
280 I i = c.begin(b); in main() local
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.set/
H A Dlocal_iterators.pass.cpp31 typedef std::unordered_set<int> C; in main() typedef
46 I i = c.begin(b); in main() local
75 typedef std::unordered_set<int> C; in main() typedef
90 I i = c.begin(b); in main() local
119 typedef std::unordered_set<int> C; in main() typedef
134 I i = c.cbegin(b); in main() local
163 typedef std::unordered_set<int> C; in main() typedef
178 I i = c.cbegin(b); in main() local
209 std::equal_to<int>, min_allocator<int>> C; in main() typedef
224 I i = c.begin(b); in main() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.set/
H A Dlocal_iterators.pass.cpp31 typedef std::unordered_set<int> C; in main() typedef
46 I i = c.begin(b); in main() local
75 typedef std::unordered_set<int> C; in main() typedef
90 I i = c.begin(b); in main() local
119 typedef std::unordered_set<int> C; in main() typedef
134 I i = c.cbegin(b); in main() local
163 typedef std::unordered_set<int> C; in main() typedef
178 I i = c.cbegin(b); in main() local
209 std::equal_to<int>, min_allocator<int>> C; in main() typedef
224 I i = c.begin(b); in main() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.map/
H A Dlocal_iterators.pass.cpp32 typedef std::unordered_map<int, std::string> C; in main() typedef
47 I i = c.begin(b); in main() local
80 typedef std::unordered_map<int, std::string> C; in main() typedef
95 I i = c.begin(b); in main() local
128 typedef std::unordered_map<int, std::string> C; in main() typedef
143 I i = c.cbegin(b); in main() local
176 typedef std::unordered_map<int, std::string> C; in main() typedef
191 I i = c.cbegin(b); in main() local
226 min_allocator<std::pair<const int, std::string>>> C; in main() typedef
241 I i = c.begin(b); in main() local
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/
H A DPatchInfoReader.cpp101 bool readPatchInfo(const char *Buf, std::size_t Sz, cm::patch::Collection &C) { in readPatchInfo()
106 bool PatchInfoReader::read(cm::patch::Collection &C) { in read()
110 bool PatchInfoReader::readHeader(cm::patch::Collection &C) { in readHeader()
139 PatchInfoReader::getOrReadBinarySection(cm::patch::Collection &C, unsigned n) { in getOrReadBinarySection()
149 PatchInfoReader::getOrReadSymbolTableSection(cm::patch::Collection &C, in getOrReadSymbolTableSection()
159 bool PatchInfoReader::readSections(cm::patch::Collection &C) { in readSections()
199 bool PatchInfoReader::readDummySection(cm::patch::Collection &C, unsigned n) { in readDummySection()
204 bool PatchInfoReader::readBinarySection(cm::patch::Collection &C, unsigned n) { in readBinarySection()
223 bool PatchInfoReader::readRelocationSection(cm::patch::Collection &C, in readRelocationSection()
246 for (unsigned i = 0; Sz > 0; ++i, Sz -= sizeof(cm::patch::PInfoRelocation)) { in readRelocationSection() local
[all …]
/aosp_15_r20/external/clang/unittests/AST/
H A DCommentParser.cpp80 ::testing::AssertionResult HasChildCount(const Comment *C, size_t Count) { in HasChildCount()
93 ::testing::AssertionResult GetChildAt(const Comment *C, in GetChildAt()
118 ::testing::AssertionResult HasTextAt(const Comment *C, in HasTextAt()
139 ::testing::AssertionResult HasTextWithNewlineAt(const Comment *C, in HasTextWithNewlineAt()
160 ::testing::AssertionResult HasBlockCommandAt(const Comment *C, in HasBlockCommandAt()
182 const Comment *C, in HasParamCommandAt()
230 const Comment *C, in HasTParamCommandAt()
263 ::testing::AssertionResult HasInlineCommandAt(const Comment *C, in HasInlineCommandAt()
283 ::testing::AssertionResult HasInlineCommandAt(const Comment *C, in HasInlineCommandAt()
301 ::testing::AssertionResult HasInlineCommandAt(const Comment *C, in HasInlineCommandAt()
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dataclasses.py31 class C: class
39 class C: class
40 i = 0 variable in TestCase.test_no_fields_but_member_variable.C
47 class C: class
57 class C: class
82 class C: class
87 C: C = field() variable in TestCase.test_recursive_annotation.D
93 class C: class
101 class C: class
113 class C: class
[all …]

12345678910>>...58