/external/elfutils/tests/ |
D | run-peel-type.sh | 30 ca raw type array_type 31 ia raw type array_type 32 va raw type array_type 33 sa raw type array_type 42 ca raw type array_type 43 ia raw type array_type 44 va raw type array_type 45 sa raw type array_type 54 ca raw type array_type 55 ia raw type array_type [all …]
|
D | run-exprlocs.sh | 164 [167] array_type 173 [18f] array_type
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_dict_helpers.c | 367 char array_type[10]; in wpa_dbus_dict_begin_array() local 370 err = os_snprintf(array_type, sizeof(array_type), in wpa_dbus_dict_begin_array() 373 if (os_snprintf_error(sizeof(array_type), err)) in wpa_dbus_dict_begin_array() 381 array_type, in wpa_dbus_dict_begin_array() 623 entry->array_type = DBUS_TYPE_BYTE; in _wpa_dbus_dict_entry_get_byte_array() 673 DBusMessageIter *iter, int array_type, in _wpa_dbus_dict_entry_get_string_array() argument 681 entry->array_type = DBUS_TYPE_STRING; in _wpa_dbus_dict_entry_get_string_array() 750 entry->array_type = WPAS_DBUS_TYPE_BINARRAY; in _wpa_dbus_dict_entry_get_binarray() 823 int array_type = dbus_message_iter_get_element_type(iter_dict_val); in _wpa_dbus_dict_entry_get_array() local 827 wpa_printf(MSG_MSGDUMP, "%s: array_type %c", __func__, array_type); in _wpa_dbus_dict_entry_get_array() [all …]
|
D | dbus_dict_helpers.h | 116 int array_type; /** the dbus type of the array elements if the dict member
|
D | dbus_new_handlers_p2p.c | 35 entry.array_type != DBUS_TYPE_BYTE || in wpas_dbus_validate_dbus_ipaddr() 134 entry.array_type != WPAS_DBUS_TYPE_BINARRAY) in wpas_dbus_handler_p2p_find() 1073 entry.array_type != DBUS_TYPE_BYTE || in wpas_dbus_setter_p2p_device_config() 1084 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config() 1101 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config() 2630 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_group_vendor_ext() 2701 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service() 2708 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service() 2786 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_delete_service() 2874 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_service_sd_req() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_composite_construct.cpp | 140 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const { in ComponentsForArrayConstructionAreOK() 141 if (array_type.length_info().words[0] != in ComponentsForArrayConstructionAreOK() 146 if (array_type.length_info().words.size() != 2) { in ComponentsForArrayConstructionAreOK() 152 auto array_size = array_type.length_info().words[1]; in ComponentsForArrayConstructionAreOK() 168 if (component_type != array_type.element_type()) { in ComponentsForArrayConstructionAreOK()
|
D | transformation_composite_construct.h | 76 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const;
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation_composite_construct.cpp | 140 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const { in ComponentsForArrayConstructionAreOK() 141 if (array_type.length_info().words[0] != in ComponentsForArrayConstructionAreOK() 146 if (array_type.length_info().words.size() != 2) { in ComponentsForArrayConstructionAreOK() 152 auto array_size = array_type.length_info().words[1]; in ComponentsForArrayConstructionAreOK() 168 if (component_type != array_type.element_type()) { in ComponentsForArrayConstructionAreOK()
|
D | transformation_composite_construct.h | 76 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const;
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_composite_construct.cpp | 140 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const { in ComponentsForArrayConstructionAreOK() 141 if (array_type.length_info().words[0] != in ComponentsForArrayConstructionAreOK() 146 if (array_type.length_info().words.size() != 2) { in ComponentsForArrayConstructionAreOK() 152 auto array_size = array_type.length_info().words[1]; in ComponentsForArrayConstructionAreOK() 168 if (component_type != array_type.element_type()) { in ComponentsForArrayConstructionAreOK()
|
D | transformation_composite_construct.h | 76 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const;
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_cast.py | 87 array_type = c_byte * sizeof(c_int) 88 array = array_type() 90 self.assertRaises(TypeError, cast, array, array_type)
|
/external/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/ |
D | is_pathable.pass.cpp | 65 using array_type = CharT[25]; typedef 89 AssertPathable<array_type>(); in Test()
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | uniform_initializer_utils.cpp | 194 const glsl_type *const array_type = in generate_array_data() local 196 ASSERT_FALSE(array_type->is_error()); in generate_array_data() 208 val = new(mem_ctx) ir_constant(array_type, &values_for_array); in generate_array_data()
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_linker.c | 272 const struct glsl_type *array_type = glsl_get_array_element(type); in add_shader_variable() local 273 if (glsl_get_base_type(array_type) == GLSL_TYPE_STRUCT || in add_shader_variable() 274 glsl_get_base_type(array_type) == GLSL_TYPE_ARRAY) { in add_shader_variable() 277 glsl_count_attribute_slots(array_type, false); in add_shader_variable() 282 var, elem, array_type, in add_shader_variable()
|
D | link_uniforms.cpp | 172 const glsl_type *array_type = field->type->fields.array; in get_array_stride() local 181 if (array_type->is_struct() || array_type->is_array()) in get_array_stride() 182 return glsl_align(array_type->std140_size(row_major), 16); in get_array_stride() 184 return MAX2(array_type->std140_base_alignment(row_major), 16); in get_array_stride() 186 return array_type->std430_array_stride(row_major); in get_array_stride()
|
/external/jazzer-api/driver/ |
D | fuzzed_data_provider.cpp | 85 typedef j##lower_case##Array array_type; \ 86 static constexpr array_type (JNIEnv::*kNewArrayFunc)(jsize) = \ 89 array_type array, jsize start, jsize len, \ 100 typename JniArrayType<T>::array_type JNICALL
|
/external/clang/test/SemaCXX/ |
D | conversion-function.cpp | 26 typedef int array_type[10]; typedef 40 operator array_type(); // expected-error{{conversion function cannot convert to an array type}}
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
D | p13.cpp | 52 namespace array_type { namespace
|
/external/mesa3d/src/compiler/ |
D | glsl_types.cpp | 1872 const struct glsl_type *vec_type, *array_type; in std140_base_alignment() local 1878 array_type = glsl_type::get_array_instance(vec_type, r); in std140_base_alignment() 1881 array_type = glsl_type::get_array_instance(vec_type, c); in std140_base_alignment() 1884 return array_type->std140_base_alignment(false); in std140_base_alignment() 1983 const glsl_type *array_type = glsl_type::get_array_instance(vec_type, in std140_size() local 1986 return array_type->std140_size(false); in std140_size() 2197 const struct glsl_type *vec_type, *array_type; in std430_base_alignment() local 2203 array_type = glsl_type::get_array_instance(vec_type, r); in std430_base_alignment() 2206 array_type = glsl_type::get_array_instance(vec_type, c); in std430_base_alignment() 2209 return array_type->std430_base_alignment(false); in std430_base_alignment() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | llvm_ir_runtime.cc | 66 llvm::ArrayType* array_type = in RemoveFunctionFromUsedList() local 69 *module, array_type, /*isConstant=*/false, in RemoveFunctionFromUsedList() 71 llvm::ConstantArray::get(array_type, new_initializer), in RemoveFunctionFromUsedList()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | copy_prop_arrays.cpp | 379 } else if (const analysis::Array* array_type = result_type->AsArray()) { in BuildMemoryObjectFromInsert() local 381 const_mgr->FindDeclaredConstant(array_type->LengthId()); in BuildMemoryObjectFromInsert() 806 } else if (const analysis::Array* array_type = type->AsArray()) { in GetNumberOfMembers() local 809 array_type->LengthId()); in GetNumberOfMembers()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | copy_prop_arrays.cpp | 379 } else if (const analysis::Array* array_type = result_type->AsArray()) { in BuildMemoryObjectFromInsert() local 381 const_mgr->FindDeclaredConstant(array_type->LengthId()); in BuildMemoryObjectFromInsert() 806 } else if (const analysis::Array* array_type = type->AsArray()) { in GetNumberOfMembers() local 809 array_type->LengthId()); in GetNumberOfMembers()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | copy_prop_arrays.cpp | 379 } else if (const analysis::Array* array_type = result_type->AsArray()) { in BuildMemoryObjectFromInsert() local 381 const_mgr->FindDeclaredConstant(array_type->LengthId()); in BuildMemoryObjectFromInsert() 806 } else if (const analysis::Array* array_type = type->AsArray()) { in GetNumberOfMembers() local 809 array_type->LengthId()); in GetNumberOfMembers()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | llvm_util.cc | 124 llvm::Type* array_type = array->getType(); in EmitBufferIndexingGEP() local 125 CHECK(array_type->isPointerTy()); in EmitBufferIndexingGEP() 127 llvm::cast<llvm::PointerType>(array_type); in EmitBufferIndexingGEP() 129 << llvm_ir::DumpToString(*array_type) in EmitBufferIndexingGEP()
|