Home
last modified time | relevance | path

Searched refs:array_type (Results 1 – 25 of 64) sorted by relevance

123

/external/elfutils/tests/
Drun-peel-type.sh30 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 …]
Drun-exprlocs.sh164 [167] array_type
173 [18f] array_type
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_dict_helpers.c367 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 …]
Ddbus_dict_helpers.h116 int array_type; /** the dbus type of the array elements if the dict member
Ddbus_new_handlers_p2p.c35 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/
Dtransformation_composite_construct.cpp140 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()
Dtransformation_composite_construct.h76 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const;
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_composite_construct.cpp140 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()
Dtransformation_composite_construct.h76 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const;
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_composite_construct.cpp140 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()
Dtransformation_composite_construct.h76 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const;
/external/python/cpython3/Lib/ctypes/test/
Dtest_cast.py87 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/
Dis_pathable.pass.cpp65 using array_type = CharT[25]; typedef
89 AssertPathable<array_type>(); in Test()
/external/mesa3d/src/compiler/glsl/tests/
Duniform_initializer_utils.cpp194 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/
Dgl_nir_linker.c272 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()
Dlink_uniforms.cpp172 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/
Dfuzzed_data_provider.cpp85 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/
Dconversion-function.cpp26 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/
Dp13.cpp52 namespace array_type { namespace
/external/mesa3d/src/compiler/
Dglsl_types.cpp1872 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/
Dllvm_ir_runtime.cc66 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/
Dcopy_prop_arrays.cpp379 } 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/
Dcopy_prop_arrays.cpp379 } 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/
Dcopy_prop_arrays.cpp379 } 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/
Dllvm_util.cc124 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()

123