/external/v8/test/cctest/compiler/ |
D | test-run-properties.cc | 12 static void TypedArrayLoadHelper(const char* array_type) { in TypedArrayLoadHelper() argument 39 SNPrintF(source_buffer, source, array_type, arraysize(kValues), in TypedArrayLoadHelper() 40 values_buffer.start(), array_type, arraysize(kValues), in TypedArrayLoadHelper() 41 values_buffer.start(), array_type, array_type); in TypedArrayLoadHelper() 74 static void TypedArrayStoreHelper(const char* array_type) { in TypedArrayStoreHelper() argument 107 SNPrintF(source_buffer, source, array_type, arraysize(kValues), in TypedArrayStoreHelper() 108 values_buffer.start(), array_type, arraysize(kValues), in TypedArrayStoreHelper() 109 values_buffer.start(), array_type, array_type); in TypedArrayStoreHelper()
|
/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 | 97 entry.array_type != WPAS_DBUS_TYPE_BINARRAY) in wpas_dbus_handler_p2p_find() 963 entry.array_type != DBUS_TYPE_BYTE || in wpas_dbus_setter_p2p_device_config() 974 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config() 991 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config() 2467 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_group_vendor_ext() 2538 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service() 2545 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service() 2647 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_delete_service() 2728 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_service_sd_req() 2816 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_service_sd_res()
|
D | dbus_old_handlers.c | 870 entry.array_type == DBUS_TYPE_BYTE) { in wpas_dbus_iface_set_network() 1275 entry.array_type != DBUS_TYPE_BYTE) { in wpas_dbus_iface_set_blobs()
|
/external/v8/src/runtime/ |
D | runtime-typedarray.cc | 70 void Runtime::ArrayIdToTypeAndSize(int arrayId, ExternalArrayType* array_type, in ArrayIdToTypeAndSize() argument 76 *array_type = kExternal##Type##Array; \ in ArrayIdToTypeAndSize() 103 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. in RUNTIME_FUNCTION() local 106 Runtime::ArrayIdToTypeAndSize(arrayId, &array_type, &fixed_elements_kind, in RUNTIME_FUNCTION() 151 static_cast<int>(length), array_type, in RUNTIME_FUNCTION() 161 array_type, initialize); in RUNTIME_FUNCTION() 184 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. in RUNTIME_FUNCTION() local 187 Runtime::ArrayIdToTypeAndSize(arrayId, &array_type, &fixed_elements_kind, in RUNTIME_FUNCTION() 195 JSTypedArray::cast(*source)->type() == array_type) { in RUNTIME_FUNCTION() 246 static_cast<int>(length), array_type, in RUNTIME_FUNCTION()
|
/external/mesa3d/src/glsl/tests/ |
D | uniform_initializer_utils.cpp | 156 const glsl_type *const array_type = in generate_array_data() local 158 ASSERT_FALSE(array_type->is_error()); in generate_array_data() 170 val = new(mem_ctx) ir_constant(array_type, &values_for_array); in generate_array_data()
|
/external/mesa3d/src/glsl/ |
D | glsl_types.cpp | 697 const struct glsl_type *vec_type, *array_type; in std140_base_alignment() local 703 array_type = glsl_type::get_array_instance(vec_type, r); in std140_base_alignment() 706 array_type = glsl_type::get_array_instance(vec_type, c); in std140_base_alignment() 709 return array_type->std140_base_alignment(false); in std140_base_alignment() 802 const glsl_type *array_type = glsl_type::get_array_instance(vec_type, in std140_size() local 805 return array_type->std140_size(false); in std140_size()
|
/external/opencv3/modules/viz/src/vtk/ |
D | vtkCloudMatSource.cpp | 56 typedef vtkFloatArray array_type; typedef 62 typedef vtkDoubleArray array_type; typedef 244 normals = vtkSmartPointer< typename VtkDepthTraits<_Tn>::array_type >::New(); in filterNanNormalsCopy() 270 tcoords = vtkSmartPointer< typename VtkDepthTraits<_Tn>::array_type >::New(); in filterNanTCoordsCopy()
|
/external/clang/test/SemaCXX/ |
D | conversion-function.cpp | 23 typedef int array_type[10]; typedef 37 operator array_type(); // expected-error{{conversion function cannot convert to an array type}}
|
/external/skia/src/gpu/ |
D | GrPath.cpp | 96 #define ARRAY_DATA32_COUNT(array_type, count) \ in compute_key_for_simple_path() argument 97 static_cast<int>((((count) * sizeof(array_type) + sizeof(uint32_t) - 1) / sizeof(uint32_t))) in compute_key_for_simple_path()
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
D | p13.cpp | 52 namespace array_type { namespace
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/ |
D | test.py | 519 for array_type in self.array_check_types: 520 if i % array(array_type).itemsize == 0: 521 test_array = array(array_type, test_msg)
|
/external/strace/ |
D | mpers.awk | 216 |enumeration_type|array_type|base_type|member/, temparray)) {
|
/external/v8/src/heap/ |
D | heap.cc | 2960 Map* Heap::MapForFixedTypedArray(ExternalArrayType array_type) { in MapForFixedTypedArray() argument 2961 return Map::cast(roots_[RootIndexForFixedTypedArray(array_type)]); in MapForFixedTypedArray() 2966 ExternalArrayType array_type) { in RootIndexForFixedTypedArray() argument 2967 switch (array_type) { in RootIndexForFixedTypedArray() 3243 int length, ExternalArrayType array_type, void* external_pointer, in AllocateFixedTypedArrayWithExternalPointer() argument 3253 result->set_map_no_write_barrier(MapForFixedTypedArray(array_type)); in AllocateFixedTypedArrayWithExternalPointer() 3261 static void ForFixedTypedArray(ExternalArrayType array_type, int* element_size, in ForFixedTypedArray() argument 3263 switch (array_type) { in ForFixedTypedArray() 3282 ExternalArrayType array_type, in AllocateFixedTypedArray() argument 3287 ForFixedTypedArray(array_type, &element_size, &elements_kind); in AllocateFixedTypedArray() [all …]
|
D | heap.h | 1198 Map* MapForFixedTypedArray(ExternalArrayType array_type); 1199 RootListIndex RootIndexForFixedTypedArray(ExternalArrayType array_type); 2105 int length, ExternalArrayType array_type, void* external_pointer, 2110 AllocateFixedTypedArray(int length, ExternalArrayType array_type, 2129 AllocateEmptyFixedTypedArray(ExternalArrayType array_type);
|
/external/v8/src/ |
D | factory.h | 285 int length, ExternalArrayType array_type, void* external_pointer, 289 int length, ExternalArrayType array_type, bool initialize,
|
D | factory.cc | 936 int length, ExternalArrayType array_type, void* external_pointer, in NewFixedTypedArrayWithExternalPointer() argument 941 length, array_type, external_pointer, pretenure), in NewFixedTypedArrayWithExternalPointer() 947 int length, ExternalArrayType array_type, bool initialize, in NewFixedTypedArray() argument 951 length, array_type, initialize, pretenure), in NewFixedTypedArray() 1921 ExternalArrayType array_type = GetArrayTypeFromElementsKind(elements_kind); in NewJSTypedArray() local 1942 static_cast<int>(number_of_elements), array_type, true, pretenure); in NewJSTypedArray()
|
D | typing-asm.cc | 723 Type::ArrayType* array_type = computed_type_->AsArray(); in VisitHeapAccess() local 725 Type* type = array_type->AsArray()->Element(); in VisitHeapAccess()
|
/external/dbus/bus/ |
D | driver.c | 830 int array_type; in bus_driver_handle_update_activation_environment() local 863 while ((array_type = dbus_message_iter_get_arg_type (&dict_iter)) == DBUS_TYPE_DICT_ENTRY) in bus_driver_handle_update_activation_environment() 904 if (array_type != DBUS_TYPE_INVALID) in bus_driver_handle_update_activation_environment()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.def | 41 HANDLE_DW_TAG(0x0001, array_type)
|
/external/elfutils/libdw/ |
D | known-dwarf.h | 558 DWARF_ONE_KNOWN_DW_TAG (array_type, DW_TAG_array_type) \
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 154 insist ((array_type i8_type 11) = type_of c); 162 insist ((array_type i8_type 9) = type_of c); 207 insist ((array_type i32_type 2) = (type_of c));
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 10134 ExternalArrayType array_type, in BuildAllocateExternalElements() argument 10138 isolate()->heap()->MapForFixedTypedArray(array_type)); in BuildAllocateExternalElements() 10178 ExternalArrayType array_type, size_t element_size, in BuildAllocateFixedTypedArray() argument 10200 isolate()->heap()->MapForFixedTypedArray(array_type)); in BuildAllocateFixedTypedArray() 10206 if (array_type == kExternalFloat64Array) { in BuildAllocateFixedTypedArray() 10315 ExternalArrayType array_type = in GenerateTypedArrayInitialize() local 10321 &array_type, in GenerateTypedArrayInitialize() 10345 array_type, is_zero_byte_offset, buffer, byte_offset, length); in GenerateTypedArrayInitialize() 10348 elements = BuildAllocateFixedTypedArray(array_type, element_size, in GenerateTypedArrayInitialize()
|
D | hydrogen.h | 2482 ExternalArrayType array_type, 2485 HValue* BuildAllocateFixedTypedArray(ExternalArrayType array_type,
|