Home
last modified time | relevance | path

Searched defs:c4 (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.counted/
Dcounted.pass.cpp79 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/
Dcounted.pass.cpp79 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/
DinnerTypes.kt50 val c4 = C1.C4<Double>() constant
/external/ksp/test-utils/testData/api/
DinnerTypes.kt50 val c4 = C1.C4<Double>() constant
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/preprocessed/
Dmake_expr.hpp144 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/
Dcompare.pass.cpp38 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/
Dcompare.pass.cpp38 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/
DStringOps.kt21 val c4 = toHexChar(c) in <lambda>() constant
/external/cronet/stable/net/third_party/quiche/src/quiche/common/
Dquiche_simple_arena_test.cc79 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/
Dquiche_simple_arena_test.cc79 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/
Dcolor4f.cpp113 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/
Dremove.verify.cpp21 std::codecvt_utf8_utf16<wchar_t> c4; // expected-error {{no template named 'codecvt_utf8_utf16' in … variable
Ddepr.verify.cpp22 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/
Dremove.verify.cpp21 std::codecvt_utf8_utf16<wchar_t> c4; // expected-error {{no template named 'codecvt_utf8_utf16' in … variable
Ddepr.verify.cpp22 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/
Dpath_table.cpp70 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/
Dc1x-alignas.c8 char c4 _Alignas(32); // expected-error {{expected ';' after top level declarator}} expected-warnin… variable
/external/clang/test/Sema/
Dpointer-conversion.c9 volatile char * c4; variable
/external/skia/docs/examples/
DPixmap_writable_addr64.cpp9 SkColor4f c4 { 1, 0.45f, 0.25f, 0.65f }; in draw() local
/external/clang/test/CodeGen/
Dconstant-comparison.c8 int *c4 = &a - (6 * 5 > 30); variable
/external/clang/test/SemaTemplate/
Dinstantiation-default-2.cpp13 Constant<float (*)(int, double), f> *c4; variable
/external/mesa3d/src/compiler/nir/
Dnir_lower_alu.c58 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/
DIceCandidateTest.java35 IceCandidate c4 = new IceCandidate( in testIceCandidateEquals() local
/external/libdav1d/src/ppc/
Dutils.h60 #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/
DSkColor4fTest.cpp25 SkColor4f c4 = SkColor4f::FromColor(r.fC); in DEF_TEST() local

12345678910>>...24