| /external/mesa3d/src/broadcom/compiler/ |
| D | vir.c | 51 vir_has_side_effects(struct v3d_compile *c, struct qinst *inst) in vir_has_side_effects() 239 vir_set_pf(struct v3d_compile *c, struct qinst *inst, enum v3d_qpu_pf pf) in vir_set_pf() 251 vir_set_uf(struct v3d_compile *c, struct qinst *inst, enum v3d_qpu_uf uf) in vir_set_uf() 312 vir_get_temp(struct v3d_compile *c) in vir_get_temp() 375 vir_branch_inst(struct v3d_compile *c, enum v3d_qpu_branch_cond cond) in vir_branch_inst() 396 vir_emit(struct v3d_compile *c, struct qinst *inst) in vir_emit() 415 vir_emit_def(struct v3d_compile *c, struct qinst *inst) in vir_emit_def() 440 vir_emit_nondef(struct v3d_compile *c, struct qinst *inst) in vir_emit_nondef() 451 vir_new_block(struct v3d_compile *c) in vir_new_block() 467 vir_set_emit_block(struct v3d_compile *c, struct qblock *block) in vir_set_emit_block() [all …]
|
| /external/tensorflow/tensorflow/core/ops/ |
| D | boosted_trees_ops.cc | 36 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon9348109b0102() 57 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon9348109b0202() 117 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon9348109b0302() 163 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon9348109b0402() 230 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon9348109b0502() 266 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon9348109b0602() 278 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon9348109b0702() 293 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon9348109b0802() 313 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon9348109b0902() 356 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon9348109b0a02() [all …]
|
| /external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/expr/ |
| D | CharLiteralExprTest.java | 15 CharLiteralExpr c = parseExpression("'a'"); in parseSimpleChar() local 21 CharLiteralExpr c = parseExpression("'\\t'"); in parseSimpleEscape() local 27 CharLiteralExpr c = parseExpression("'Ω'"); in parseUnicode() local 33 CharLiteralExpr c = parseExpression("'\\177'"); in parseNumericEscape() local 39 CharLiteralExpr c = parseExpression("'\\u03a9'"); in parseUnicodeEscape() local 48 …CharLiteralExpr c = javaParser.parse(ParseStart.EXPRESSION, provider("'\\u005c''")).getResult().ge… in parseUnicodeEscapedEscape() local
|
| /external/googletest/googlemock/test/ |
| D | gmock-cardinalities_test.cc | 64 TEST(CardinalityTest, IsDefaultConstructable) { Cardinality c; } in TEST() local 69 Cardinality c = Exactly(1); in TEST() local 82 const Cardinality c = AtMost(5); in TEST() local 110 const Cardinality c = AnyNumber(); in TEST() local 126 const Cardinality c = AnyNumber(); in TEST() local 142 const Cardinality c = AtLeast(0); in TEST() local 155 const Cardinality c = AtLeast(2); in TEST() local 179 const Cardinality c = AtLeast(2); in TEST() local 195 const Cardinality c = AtMost(0); in TEST() local 208 const Cardinality c = AtMost(2); in TEST() local [all …]
|
| /external/cronet/stable/third_party/googletest/src/googlemock/test/ |
| D | gmock-cardinalities_test.cc | 64 TEST(CardinalityTest, IsDefaultConstructable) { Cardinality c; } in TEST() local 69 Cardinality c = Exactly(1); in TEST() local 82 const Cardinality c = AtMost(5); in TEST() local 110 const Cardinality c = AnyNumber(); in TEST() local 126 const Cardinality c = AnyNumber(); in TEST() local 142 const Cardinality c = AtLeast(0); in TEST() local 155 const Cardinality c = AtLeast(2); in TEST() local 179 const Cardinality c = AtLeast(2); in TEST() local 195 const Cardinality c = AtMost(0); in TEST() local 208 const Cardinality c = AtMost(2); in TEST() local [all …]
|
| /external/cronet/tot/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
| D | gmock-cardinalities_test.cc | 64 TEST(CardinalityTest, IsDefaultConstructable) { Cardinality c; } in TEST() local 69 Cardinality c = Exactly(1); in TEST() local 82 const Cardinality c = AtMost(5); in TEST() local 110 const Cardinality c = AnyNumber(); in TEST() local 126 const Cardinality c = AnyNumber(); in TEST() local 142 const Cardinality c = AtLeast(0); in TEST() local 155 const Cardinality c = AtLeast(2); in TEST() local 179 const Cardinality c = AtLeast(2); in TEST() local 195 const Cardinality c = AtMost(0); in TEST() local 208 const Cardinality c = AtMost(2); in TEST() local [all …]
|
| /external/cronet/stable/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
| D | gmock-cardinalities_test.cc | 64 TEST(CardinalityTest, IsDefaultConstructable) { Cardinality c; } in TEST() local 69 Cardinality c = Exactly(1); in TEST() local 82 const Cardinality c = AtMost(5); in TEST() local 110 const Cardinality c = AnyNumber(); in TEST() local 126 const Cardinality c = AnyNumber(); in TEST() local 142 const Cardinality c = AtLeast(0); in TEST() local 155 const Cardinality c = AtLeast(2); in TEST() local 179 const Cardinality c = AtLeast(2); in TEST() local 195 const Cardinality c = AtMost(0); in TEST() local 208 const Cardinality c = AtMost(2); in TEST() local [all …]
|
| /external/cronet/tot/third_party/googletest/src/googlemock/test/ |
| D | gmock-cardinalities_test.cc | 64 TEST(CardinalityTest, IsDefaultConstructable) { Cardinality c; } in TEST() local 69 Cardinality c = Exactly(1); in TEST() local 82 const Cardinality c = AtMost(5); in TEST() local 110 const Cardinality c = AnyNumber(); in TEST() local 126 const Cardinality c = AnyNumber(); in TEST() local 142 const Cardinality c = AtLeast(0); in TEST() local 155 const Cardinality c = AtLeast(2); in TEST() local 179 const Cardinality c = AtLeast(2); in TEST() local 195 const Cardinality c = AtMost(0); in TEST() local 208 const Cardinality c = AtMost(2); in TEST() local [all …]
|
| /external/cronet/tot/third_party/libc++/src/test/libcxx/containers/associative/ |
| D | tree_remove.pass.cpp | 42 Node c; in test1() local 107 Node c; in test1() local 172 Node c; in test1() local 248 Node c; in test1() local 328 Node c; in test2() local 393 Node c; in test2() local 458 Node c; in test2() local 523 Node c; in test2() local 588 Node c; in test2() local 653 Node c; in test2() local [all …]
|
| /external/cronet/stable/third_party/libc++/src/test/libcxx/containers/associative/ |
| D | tree_remove.pass.cpp | 42 Node c; in test1() local 107 Node c; in test1() local 172 Node c; in test1() local 248 Node c; in test1() local 328 Node c; in test2() local 393 Node c; in test2() local 458 Node c; in test2() local 523 Node c; in test2() local 588 Node c; in test2() local 653 Node c; in test2() local [all …]
|
| /external/libcxx/test/libcxx/containers/associative/ |
| D | tree_remove.pass.cpp | 41 Node c; in test1() local 106 Node c; in test1() local 171 Node c; in test1() local 247 Node c; in test1() local 327 Node c; in test2() local 392 Node c; in test2() local 457 Node c; in test2() local 522 Node c; in test2() local 587 Node c; in test2() local 652 Node c; in test2() local [all …]
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | nccl_ops.cc | 45 explicit NcclAsyncOpBase(OpKernelConstruction* c) : AsyncOpKernel(c) { in NcclAsyncOpBase() 50 string GetCollectiveKey(OpKernelContext* c) { in GetCollectiveKey() 67 explicit NcclReduceOpBase(OpKernelConstruction* c) : NcclAsyncOpBase(c) { in NcclReduceOpBase() 94 explicit NcclAllReduceOpKernel(OpKernelConstruction* c) in NcclAllReduceOpKernel() 97 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() 130 explicit NcclReduceSendKernel(OpKernelConstruction* c) in NcclReduceSendKernel() 133 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() 161 explicit NcclReduceRecvKernel(OpKernelConstruction* c) in NcclReduceRecvKernel() 164 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() 200 explicit NcclBroadcastSendKernel(OpKernelConstruction* c) in NcclBroadcastSendKernel() [all …]
|
| /external/rust/android-crates-io/crates/config/tests/ |
| D | get.rs | 37 let c = make(); in test_not_found() localVariable 49 let c = make(); in test_scalar() localVariable 57 let c = make(); in test_scalar_type_loose() localVariable 82 let c = make(); in test_get_scalar_path() localVariable 93 let c = make(); in test_get_scalar_path_subscript() localVariable 104 let c = make(); in test_map() localVariable 117 let c = make(); in test_map_str() localVariable 142 let c = make(); in test_map_struct() localVariable 155 let c = make(); in test_file_struct() localVariable 173 let c = make(); in test_scalar_struct() localVariable [all …]
|
| /external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/control/detail/limits/ |
| D | while_1024.hpp | 531 # define BOOST_PP_WHILE_513_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_514, s BOOST_PP_TUPLE_EAT_… argument 532 # define BOOST_PP_WHILE_514_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_515, s BOOST_PP_TUPLE_EAT_… argument 533 # define BOOST_PP_WHILE_515_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_516, s BOOST_PP_TUPLE_EAT_… argument 534 # define BOOST_PP_WHILE_516_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_517, s BOOST_PP_TUPLE_EAT_… argument 535 # define BOOST_PP_WHILE_517_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_518, s BOOST_PP_TUPLE_EAT_… argument 536 # define BOOST_PP_WHILE_518_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_519, s BOOST_PP_TUPLE_EAT_… argument 537 # define BOOST_PP_WHILE_519_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_520, s BOOST_PP_TUPLE_EAT_… argument 538 # define BOOST_PP_WHILE_520_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_521, s BOOST_PP_TUPLE_EAT_… argument 539 # define BOOST_PP_WHILE_521_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_522, s BOOST_PP_TUPLE_EAT_… argument 540 # define BOOST_PP_WHILE_522_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_523, s BOOST_PP_TUPLE_EAT_… argument [all …]
|
| D | while_256.hpp | 275 # define BOOST_PP_WHILE_0_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_1, s BOOST_PP_TUPLE_EAT_3)(p… argument 276 # define BOOST_PP_WHILE_1_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_2, s BOOST_PP_TUPLE_EAT_3)(p… argument 277 # define BOOST_PP_WHILE_2_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_3, s BOOST_PP_TUPLE_EAT_3)(p… argument 278 # define BOOST_PP_WHILE_3_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_4, s BOOST_PP_TUPLE_EAT_3)(p… argument 279 # define BOOST_PP_WHILE_4_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_5, s BOOST_PP_TUPLE_EAT_3)(p… argument 280 # define BOOST_PP_WHILE_5_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_6, s BOOST_PP_TUPLE_EAT_3)(p… argument 281 # define BOOST_PP_WHILE_6_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_7, s BOOST_PP_TUPLE_EAT_3)(p… argument 282 # define BOOST_PP_WHILE_7_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_8, s BOOST_PP_TUPLE_EAT_3)(p… argument 283 # define BOOST_PP_WHILE_8_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_9, s BOOST_PP_TUPLE_EAT_3)(p… argument 284 # define BOOST_PP_WHILE_9_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_10, s BOOST_PP_TUPLE_EAT_3)(… argument [all …]
|
| D | while_512.hpp | 275 # define BOOST_PP_WHILE_257_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_258, s BOOST_PP_TUPLE_EAT_… argument 276 # define BOOST_PP_WHILE_258_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_259, s BOOST_PP_TUPLE_EAT_… argument 277 # define BOOST_PP_WHILE_259_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_260, s BOOST_PP_TUPLE_EAT_… argument 278 # define BOOST_PP_WHILE_260_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_261, s BOOST_PP_TUPLE_EAT_… argument 279 # define BOOST_PP_WHILE_261_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_262, s BOOST_PP_TUPLE_EAT_… argument 280 # define BOOST_PP_WHILE_262_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_263, s BOOST_PP_TUPLE_EAT_… argument 281 # define BOOST_PP_WHILE_263_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_264, s BOOST_PP_TUPLE_EAT_… argument 282 # define BOOST_PP_WHILE_264_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_265, s BOOST_PP_TUPLE_EAT_… argument 283 # define BOOST_PP_WHILE_265_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_266, s BOOST_PP_TUPLE_EAT_… argument 284 # define BOOST_PP_WHILE_266_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_267, s BOOST_PP_TUPLE_EAT_… argument [all …]
|
| /external/cronet/tot/third_party/libc++/src/test/std/localization/locale.stdcvt/ |
| D | codecvt_utf16_length.pass.cpp | 46 C c; in test() local 69 C c; in test() local 92 C c; in test() local 115 C c; in test() local 138 C c; in test() local 161 C c; in test() local 188 C c; in test() local 211 C c; in test() local 234 C c; in test() local 257 C c; in test() local [all …]
|
| /external/cronet/stable/third_party/libc++/src/test/std/localization/locale.stdcvt/ |
| D | codecvt_utf16_length.pass.cpp | 46 C c; in test() local 69 C c; in test() local 92 C c; in test() local 115 C c; in test() local 138 C c; in test() local 161 C c; in test() local 188 C c; in test() local 211 C c; in test() local 234 C c; in test() local 257 C c; in test() local [all …]
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fShaderTextureFunctionTests.cpp | 215 inline float computeLodFromGrad2D(const gls::ShaderEvalContext &c) in computeLodFromGrad2D() 223 inline float computeLodFromGrad2DArray(const gls::ShaderEvalContext &c) in computeLodFromGrad2DArray() 231 inline float computeLodFromGrad3D(const gls::ShaderEvalContext &c) in computeLodFromGrad3D() 240 inline float computeLodFromGradCube(const gls::ShaderEvalContext &c) in computeLodFromGradCube() 253 inline Vec4 texture2D(const gls::ShaderEvalContext &c, float s, float t, float lod) in texture2D() 257 inline Vec4 textureCube(const gls::ShaderEvalContext &c, float s, float t, float r, float lod) in textureCube() 261 inline Vec4 texture2DArray(const gls::ShaderEvalContext &c, float s, float t, float r, float lod) in texture2DArray() 265 inline Vec4 texture3D(const gls::ShaderEvalContext &c, float s, float t, float r, float lod) in texture3D() 270 inline float texture2DShadow(const gls::ShaderEvalContext &c, float ref, float s, float t, float lo… in texture2DShadow() 274 inline float textureCubeShadow(const gls::ShaderEvalContext &c, float ref, float s, float t, float … in textureCubeShadow() [all …]
|
| /external/arm-trusted-firmware/plat/allwinner/sun50i_r329/include/ |
| D | sunxi_cpucfg.h | 13 #define SUNXI_CPUCFG_CLS_CTRL_REG0(c) (SUNXI_C0_CPUXCFG_BASE + 0x0010) argument 14 #define SUNXI_CPUCFG_CLS_CTRL_REG1(c) (SUNXI_C0_CPUXCFG_BASE + 0x0014) argument 18 #define SUNXI_CPUCFG_RST_CTRL_REG(c) (SUNXI_C0_CPUXCFG_BASE + 0x0000) argument 19 #define SUNXI_CPUCFG_GEN_CTRL_REG0(c) (SUNXI_CPUCFG_BASE + 0x0000) argument 23 #define SUNXI_POWERON_RST_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0040 + (c) * 4) argument 24 #define SUNXI_POWEROFF_GATING_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0044 + (c) * 4) argument 25 #define SUNXI_CPU_POWER_CLAMP_REG(c, n) (SUNXI_R_CPUCFG_BASE + 0x0050 + \ argument
|
| /external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/control/detail/ |
| D | while.hpp | 283 # define BOOST_PP_WHILE_1_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_2, s BOOST_PP_TUPLE_EAT_3)(p… argument 284 # define BOOST_PP_WHILE_2_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_3, s BOOST_PP_TUPLE_EAT_3)(p… argument 285 # define BOOST_PP_WHILE_3_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_4, s BOOST_PP_TUPLE_EAT_3)(p… argument 286 # define BOOST_PP_WHILE_4_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_5, s BOOST_PP_TUPLE_EAT_3)(p… argument 287 # define BOOST_PP_WHILE_5_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_6, s BOOST_PP_TUPLE_EAT_3)(p… argument 288 # define BOOST_PP_WHILE_6_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_7, s BOOST_PP_TUPLE_EAT_3)(p… argument 289 # define BOOST_PP_WHILE_7_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_8, s BOOST_PP_TUPLE_EAT_3)(p… argument 290 # define BOOST_PP_WHILE_8_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_9, s BOOST_PP_TUPLE_EAT_3)(p… argument 291 # define BOOST_PP_WHILE_9_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_10, s BOOST_PP_TUPLE_EAT_3)(… argument 292 # define BOOST_PP_WHILE_10_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_11, s BOOST_PP_TUPLE_EAT_3)… argument [all …]
|
| /external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/control/detail/dmc/ |
| D | while.hpp | 278 # define BOOST_PP_WHILE_1_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_2, BOOST_PP_TUPLE_ELEM_3_2)(… argument 279 # define BOOST_PP_WHILE_2_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_3, BOOST_PP_TUPLE_ELEM_3_2)(… argument 280 # define BOOST_PP_WHILE_3_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_4, BOOST_PP_TUPLE_ELEM_3_2)(… argument 281 # define BOOST_PP_WHILE_4_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_5, BOOST_PP_TUPLE_ELEM_3_2)(… argument 282 # define BOOST_PP_WHILE_5_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_6, BOOST_PP_TUPLE_ELEM_3_2)(… argument 283 # define BOOST_PP_WHILE_6_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_7, BOOST_PP_TUPLE_ELEM_3_2)(… argument 284 # define BOOST_PP_WHILE_7_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_8, BOOST_PP_TUPLE_ELEM_3_2)(… argument 285 # define BOOST_PP_WHILE_8_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_9, BOOST_PP_TUPLE_ELEM_3_2)(… argument 286 # define BOOST_PP_WHILE_9_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_10, BOOST_PP_TUPLE_ELEM_3_2)… argument 287 # define BOOST_PP_WHILE_10_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_11, BOOST_PP_TUPLE_ELEM_3_2… argument [all …]
|
| /external/dtc/ |
| D | checks.c | 10 #define TRACE(c, ...) \ argument 17 #define TRACE(c, fmt, ...) do { } while (0) argument 61 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg() 119 #define FAIL(c, dti, node, ...) \ argument 126 #define FAIL_PROP(c, dti, node, prop, ...) \ argument 134 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props() 154 static bool run_check(struct check *c, struct dt_info *dti) in run_check() 199 static inline void check_always_fail(struct check *c, struct dt_info *dti, in check_always_fail() 206 static void check_is_string(struct check *c, struct dt_info *dti, in check_is_string() 224 static void check_is_string_list(struct check *c, struct dt_info *dti, in check_is_string_list() [all …]
|
| /external/sdv/vsomeip/third_party/boost/phoenix/test/container/ |
| D | container_tests.hpp | 71 void test_assign(Container c) in test_assign() 99 void test_assign2(Container c) in test_assign2() 127 void test_at(Container c) in test_at() 158 void test_back(Container c) in test_back() 188 void test_begin(Container c) in test_begin() 218 void test_capacity(Container c) in test_capacity() 238 void test_clear(Container c) in test_clear() 256 void test_empty(Container c) in test_empty() 276 void test_end(Container c) in test_end() 306 void test_erase(Container c) in test_erase() [all …]
|
| /external/sdv/vsomeip/third_party/boost/integer/test/ |
| D | integer_traits_test.cpp | 35 inline int make_char_numeric_for_streaming(char c) { return c; } in make_char_numeric_for_streaming() 36 inline int make_char_numeric_for_streaming(signed char c) { return c; } in make_char_numeric_for_streaming() 37 inline int make_char_numeric_for_streaming(unsigned char c) { return c; } in make_char_numeric_for_streaming() 38 inline long long int make_char_numeric_for_streaming(wchar_t c) { return c; } in make_char_numeric_for_streaming() 43 inline int make_char_numeric_for_streaming(char c) { return c; } in make_char_numeric_for_streaming() 44 inline int make_char_numeric_for_streaming(signed char c) { return c; } in make_char_numeric_for_streaming() 45 inline int make_char_numeric_for_streaming(unsigned char c) { return c; } in make_char_numeric_for_streaming() 46 inline long long int make_char_numeric_for_streaming(wchar_t c) { return c; } in make_char_numeric_for_streaming()
|