Home
last modified time | relevance | path

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

12

/external/v8/test/cctest/compiler/
Dtest-run-properties.cc12 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/
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.c97 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()
Ddbus_old_handlers.c870 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/
Druntime-typedarray.cc70 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/
Duniform_initializer_utils.cpp156 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/
Dglsl_types.cpp697 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/
DvtkCloudMatSource.cpp56 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/
Dconversion-function.cpp23 typedef int array_type[10]; typedef
37 operator array_type(); // expected-error{{conversion function cannot convert to an array type}}
/external/skia/src/gpu/
DGrPath.cpp96 #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/
Dp13.cpp52 namespace array_type { namespace
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
Dtest.py519 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/
Dmpers.awk216 |enumeration_type|array_type|base_type|member/, temparray)) {
/external/v8/src/heap/
Dheap.cc2960 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 …]
Dheap.h1198 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/
Dfactory.h285 int length, ExternalArrayType array_type, void* external_pointer,
289 int length, ExternalArrayType array_type, bool initialize,
Dfactory.cc936 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()
Dtyping-asm.cc723 Type::ArrayType* array_type = computed_type_->AsArray(); in VisitHeapAccess() local
725 Type* type = array_type->AsArray()->Element(); in VisitHeapAccess()
/external/dbus/bus/
Ddriver.c830 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/
DDwarf.def41 HANDLE_DW_TAG(0x0001, array_type)
/external/elfutils/libdw/
Dknown-dwarf.h558 DWARF_ONE_KNOWN_DW_TAG (array_type, DW_TAG_array_type) \
/external/llvm/test/Bindings/OCaml/
Dcore.ml154 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/
Dhydrogen.cc10134 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()
Dhydrogen.h2482 ExternalArrayType array_type,
2485 HValue* BuildAllocateFixedTypedArray(ExternalArrayType array_type,

12