/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.counted/ |
D | counted.pass.cpp | 79 auto c4 = std::views::counted(contiguous_iterator<int*>(buffer), 3); in test() local 113 auto c4 = std::views::counted(random_access_iterator<int*>(buffer), 3); in test() local 147 auto c4 = std::views::counted(bidirectional_iterator<int*>(buffer), 3); in test() local 182 auto c4 = std::views::counted(cpp17_output_iterator<int*>(buffer), 3); in test() local 204 auto c4 = std::views::counted(cpp17_input_iterator<int*>(buffer), 3); in test() local 226 auto c4 = std::views::counted(cpp20_input_iterator<int*>(buffer), 3); in test() local
|
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.counted/ |
D | counted.pass.cpp | 79 auto c4 = std::views::counted(contiguous_iterator<int*>(buffer), 3); in test() local 113 auto c4 = std::views::counted(random_access_iterator<int*>(buffer), 3); in test() local 147 auto c4 = std::views::counted(bidirectional_iterator<int*>(buffer), 3); in test() local 182 auto c4 = std::views::counted(cpp17_output_iterator<int*>(buffer), 3); in test() local 204 auto c4 = std::views::counted(cpp17_input_iterator<int*>(buffer), 3); in test() local 226 auto c4 = std::views::counted(cpp20_input_iterator<int*>(buffer), 3); in test() local
|
/external/ksp/kotlin-analysis-api/testData/ |
D | innerTypes.kt | 50 val c4 = C1.C4<Double>() constant
|
/external/ksp/test-utils/testData/api/ |
D | innerTypes.kt | 50 val c4 = C1.C4<Double>() constant
|
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/preprocessed/ |
D | make_expr.hpp | 144 make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4) in make_expr() 180 … make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5) in make_expr() 216 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr() 252 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr() 288 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr() 324 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/array/ |
D | compare.pass.cpp | 38 const C c4 = {1, 2, 1}; in tests() local 57 const C c4 = {LessAndEqComp(1), LessAndEqComp(2), LessAndEqComp(1)}; in tests() local
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/array/ |
D | compare.pass.cpp | 38 const C c4 = {1, 2, 1}; in tests() local 57 const C c4 = {LessAndEqComp(1), LessAndEqComp(2), LessAndEqComp(1)}; in tests() local
|
/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/ |
D | StringOps.kt | 21 val c4 = toHexChar(c) in <lambda>() constant
|
/external/cronet/stable/net/third_party/quiche/src/quiche/common/ |
D | quiche_simple_arena_test.cc | 79 char* c4 = arena.Memdup(kTestString, length); in TEST() local 101 char* c4 = arena.Memdup(kTestString, length); in TEST() local 121 char* c4 = arena.Realloc(c3, length, 2 * length); in TEST() local
|
/external/cronet/tot/net/third_party/quiche/src/quiche/common/ |
D | quiche_simple_arena_test.cc | 79 char* c4 = arena.Memdup(kTestString, length); in TEST() local 101 char* c4 = arena.Memdup(kTestString, length); in TEST() local 121 char* c4 = arena.Realloc(c3, length, 2 * length); in TEST() local
|
/external/skia/gm/ |
D | color4f.cpp | 113 for (const auto& c4 : colors) { variable 148 for (const auto& c4 : colors) { variable
|
/external/cronet/stable/third_party/libc++/src/test/std/localization/locale.stdcvt/ |
D | remove.verify.cpp | 21 std::codecvt_utf8_utf16<wchar_t> c4; // expected-error {{no template named 'codecvt_utf8_utf16' in … variable
|
D | depr.verify.cpp | 22 std::codecvt_utf8_utf16<wchar_t> c4; // expected-warning-re {{'codecvt_utf8_utf16<wchar_t{{.*}}>' i… variable
|
/external/cronet/tot/third_party/libc++/src/test/std/localization/locale.stdcvt/ |
D | remove.verify.cpp | 21 std::codecvt_utf8_utf16<wchar_t> c4; // expected-error {{no template named 'codecvt_utf8_utf16' in … variable
|
D | depr.verify.cpp | 22 std::codecvt_utf8_utf16<wchar_t> c4; // expected-warning-re {{'codecvt_utf8_utf16<wchar_t{{.*}}>' i… variable
|
/external/sdv/vsomeip/third_party/boost/filesystem/doc/ |
D | path_table.cpp | 70 struct c4 : public column_base struct 72 string heading() const { return string("<code>root_<br>name()</code>"); } in heading() 73 string cell_value( const path & p ) const { return p.root_name().string(); } in cell_value()
|
/external/clang/test/Parser/ |
D | c1x-alignas.c | 8 char c4 _Alignas(32); // expected-error {{expected ';' after top level declarator}} expected-warnin… variable
|
/external/clang/test/Sema/ |
D | pointer-conversion.c | 9 volatile char * c4; variable
|
/external/skia/docs/examples/ |
D | Pixmap_writable_addr64.cpp | 9 SkColor4f c4 { 1, 0.45f, 0.25f, 0.65f }; in draw() local
|
/external/clang/test/CodeGen/ |
D | constant-comparison.c | 8 int *c4 = &a - (6 * 5 > 30); variable
|
/external/clang/test/SemaTemplate/ |
D | instantiation-default-2.cpp | 13 Constant<float (*)(int, double), f> *c4; variable
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_alu.c | 58 nir_def *c4 = nir_imm_int(b, 4); in lower_alu_instr() local 106 nir_def *c4 = nir_imm_int(b, 4); in lower_alu_instr() local
|
/external/webrtc/sdk/android/tests/src/org/webrtc/ |
D | IceCandidateTest.java | 35 IceCandidate c4 = new IceCandidate( in testIceCandidateEquals() local
|
/external/libdav1d/src/ppc/ |
D | utils.h | 60 #define TRANSPOSE8_I32(c0, c1, c2, c3, c4, c5, c6, c7, \ argument 83 #define TRANSPOSE4x16_I32(c0, c1, c2, c3, c4, c5, c6, c7, \ argument
|
/external/skia/tests/ |
D | SkColor4fTest.cpp | 25 SkColor4f c4 = SkColor4f::FromColor(r.fC); in DEF_TEST() local
|