/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | aligned_variable.hpp | 30 #define BOOST_ATOMIC_DETAIL_ALIGNED_VAR(var_alignment, var_type, var_name) \ argument 33 #define BOOST_ATOMIC_DETAIL_ALIGNED_VAR_TPL(var_alignment, var_type, var_name) \ argument 39 #define BOOST_ATOMIC_DETAIL_ALIGNED_VAR(var_alignment, var_type, var_name) \ argument 46 #define BOOST_ATOMIC_DETAIL_ALIGNED_VAR_TPL(var_alignment, var_type, var_name) \ argument
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_dec.cpp | 1099 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4); in decode() local 1380 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4); in decode() local 2298 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8); in decode() local 2467 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4); in decode() local 2662 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4); in decode() local 2767 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local 2871 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local 2910 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4); in decode() local 2950 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8); in decode() local 2971 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4); in decode() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/karma/ |
D | pattern2.cpp | 49 typedef variant<char, int, double> var_type; in main() typedef 66 typedef variant<char, int, double> var_type; in main() typedef 83 typedef variant<char, int, double> var_type; in main() typedef 109 typedef variant<char, int, double> var_type; in main() typedef
|
D | pattern3.cpp | 72 typedef variant<char, int, double> var_type; in main() typedef 87 typedef variant<char, int, double> var_type; in main() typedef
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | var_handle_test.cc | 54 Handle<Class> var_type = hs.NewHandle(art_field->ResolveType()); in CreateFieldVarHandle() local 81 Handle<Class> var_type = hs.NewHandle(array_class->GetComponentType()); in CreateArrayElementVarHandle() local 100 Handle<Class> var_type = hs.NewHandle(view_array_class->GetComponentType()); in CreateByteArrayViewVarHandle() local 120 Handle<Class> var_type = hs.NewHandle(view_array_class->GetComponentType()); in CreateByteBufferViewVarHandle() local 162 Handle<Class> var_type, in InitializeVarHandle() 170 Handle<Class> var_type, in InitializeVarHandle() 179 Handle<Class> var_type, in InitializeVarHandle()
|
/aosp_15_r20/art/test/712-varhandle-invocations/util-src/ |
H A D | generate_java.py | 101 def types_that_widen_to(var_type): argument 667 def get_return_type(self, var_type): argument 781 def build_template_dictionary(test_class, var_handle_kind, accessor, var_type): argument 809 def emit_accessor_test(var_handle_kind, accessor, var_type, output_path): argument 1015 def emit_boxing_value_type_accessor_test(accessor, var_type, output_path): argument 1076 def emit_boxing_return_value_type_test(accessor, var_type, output_path): argument
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_dec.cpp | 560 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8); in decode() local 836 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4); in decode() local 2109 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4); in decode() local 2375 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local 2479 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local 3067 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4); in decode() local 3239 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local 3267 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local 3519 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + size_count); in decode() local 4196 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local [all …]
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/ |
H A D | output_test.h | 161 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \ argument 172 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor… argument 189 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument 192 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
|
/aosp_15_r20/external/google-benchmark/test/ |
H A D | output_test.h | 159 #define CHECK_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value) \ argument 170 #define CHECK_FLOAT_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value, eps_fa… argument 187 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument 190 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/ |
H A D | output_test.h | 159 #define CHECK_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value) \ argument 170 #define CHECK_FLOAT_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value, eps_fa… argument 187 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument 190 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | eliminate_dead_output_stores_pass.cpp | 97 auto var_type = ptr_type->pointee_type(); in KillAllDeadStoresOfLocRef() local 140 analysis::Type* var_type = type_mgr->GetType(var->type_id()); in KillAllDeadStoresOfBuiltinRef() local 192 analysis::Type* var_type = type_mgr->GetType(var.type_id()); in DoDeadOutputStoreElimination() local
|
H A D | liveness.cpp | 257 auto var_type = ptr_type->pointee_type(); in MarkRefLive() local 286 analysis::Type* var_type = type_mgr->GetType(var.type_id()); in ComputeLiveness() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | eliminate_dead_output_stores_pass.cpp | 97 auto var_type = ptr_type->pointee_type(); in KillAllDeadStoresOfLocRef() local 140 analysis::Type* var_type = type_mgr->GetType(var->type_id()); in KillAllDeadStoresOfBuiltinRef() local 192 analysis::Type* var_type = type_mgr->GetType(var.type_id()); in DoDeadOutputStoreElimination() local
|
D | liveness.cpp | 257 auto var_type = ptr_type->pointee_type(); in MarkRefLive() local 286 analysis::Type* var_type = type_mgr->GetType(var.type_id()); in ComputeLiveness() local
|
/aosp_15_r20/external/tensorflow/tensorflow/java/src/gen/cc/ |
H A D | op_specs.cc | 290 Type var_type = in CreateInput() local 306 Type var_type = types.first.kind() == Type::GENERIC in CreateAttribute() local 325 Type var_type = Type::Class("Output", "org.tensorflow").add_parameter(type); in CreateOutput() local
|
/aosp_15_r20/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_dec.cpp | 490 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local 519 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local 617 EGLenum var_type = Unpack<EGLenum,uint32_t>(ptr + 8); in decode() local 722 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local 1342 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/repository/test/karma/ |
D | subrule.cpp | 95 typedef variant<char, int, double> var_type; in main() typedef 113 typedef variant<char, int, double> var_type; in main() typedef
|
/aosp_15_r20/system/tools/aidl/ |
D | generate_rust.cpp | 1076 const auto& var_type = variable->GetType(); in GenerateParcelBody() local 1100 const auto& var_type = variable->GetType(); in GenerateParcelBody() local 1151 const auto& var_type = variable->GetType(); in GenerateParcelDefault() local 1271 const auto& var_type = variable->GetType(); in GenerateParcelBody() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 742 SpvId var_type = get_glsl_type(ctx, var->type); in input_var_init() local 854 SpvId var_type = get_glsl_type(ctx, var->type); in emit_output() local 947 SpvId var_type = get_glsl_type(ctx, var->type); in emit_shader_temp() local 966 SpvId var_type = get_glsl_type(ctx, var->type); in emit_temp() local 1193 SpvId var_type = is_sampler && ctx->stage != MESA_SHADER_KERNEL && !is_buffer ? in emit_image() local 2573 create_builtin_var(struct ntv_context *ctx, SpvId var_type, in create_builtin_var() 2604 SpvId var_type = spirv_builder_type_bool(&ctx->builder); in emit_load_front_face() local 2620 SpvId var_type = spirv_builder_type_uint(&ctx->builder, 32); in emit_load_view_index() local 2638 SpvId var_type = spirv_builder_type_uint(&ctx->builder, 32); in emit_load_uint_input() local 2669 SpvId var_type; in emit_load_vec_input() local [all …]
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/tests/ |
H A D | radv_nir_lower_hit_attrib_derefs_tests.cpp | 163 …const glsl_type *var_type = glsl_struct_type(fields, ARRAY_SIZE(fields), "hit_attrib_struct", fals… in TEST_F() local 197 const glsl_type *var_type = glsl_struct_type(&field, 1, "hit_attrib_struct", false); in TEST_F() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | eliminate_dead_output_stores_pass.cpp | 143 analysis::Type* var_type = type_mgr->GetType(var->type_id()); in KillAllDeadStoresOfBuiltinRef() local 195 analysis::Type* var_type = type_mgr->GetType(var.type_id()); in DoDeadOutputStoreElimination() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/ |
H A D | spread_volatile_semantics_test.cpp | 37 const std::string var_type = in TEST_P() local 145 const std::string var_type = in TEST_P() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | spread_volatile_semantics_test.cpp | 37 const std::string var_type = in TEST_P() local 145 const std::string var_type = in TEST_P() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | spread_volatile_semantics_test.cpp | 37 const std::string var_type = in TEST_P() local 145 const std::string var_type = in TEST_P() local
|
/aosp_15_r20/external/abseil-cpp/absl/base/internal/ |
H A D | inline_variable.h | 89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument
|