/external/v8/test/cctest/compiler/ |
D | test-run-properties.cc | 12 static void TypedArrayLoadHelper(const char* array_type) { in TypedArrayLoadHelper() 74 static void TypedArrayStoreHelper(const char* array_type) { in TypedArrayStoreHelper()
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
D | p13.cpp | 52 namespace array_type { namespace
|
/external/opencv3/modules/viz/src/vtk/ |
D | vtkCloudMatSource.cpp | 56 typedef vtkFloatArray array_type; typedef 62 typedef vtkDoubleArray array_type; typedef
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_dict_helpers.c | 367 char array_type[10]; in wpa_dbus_dict_begin_array() local 673 DBusMessageIter *iter, int array_type, in _wpa_dbus_dict_entry_get_string_array() 823 int array_type = dbus_message_iter_get_element_type(iter_dict_val); in _wpa_dbus_dict_entry_get_array() local
|
D | dbus_dict_helpers.h | 116 int array_type; /** the dbus type of the array elements if the dict member
|
/external/v8/src/runtime/ |
D | runtime-typedarray.cc | 70 void Runtime::ArrayIdToTypeAndSize(int arrayId, ExternalArrayType* array_type, in ArrayIdToTypeAndSize() 103 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. in RUNTIME_FUNCTION() local 184 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. in RUNTIME_FUNCTION() local
|
/external/mesa3d/src/glsl/ |
D | glsl_types.cpp | 697 const struct glsl_type *vec_type, *array_type; in std140_base_alignment() local 802 const glsl_type *array_type = glsl_type::get_array_instance(vec_type, in std140_size() local
|
/external/mesa3d/src/glsl/tests/ |
D | uniform_initializer_utils.cpp | 156 const glsl_type *const array_type = in generate_array_data() local
|
/external/skia/src/gpu/ |
D | GrPath.cpp | 96 #define ARRAY_DATA32_COUNT(array_type, count) \ in compute_key_for_simple_path() argument
|
/external/clang/test/SemaCXX/ |
D | conversion-function.cpp | 23 typedef int array_type[10]; typedef
|
/external/v8/src/heap/ |
D | heap.cc | 2960 Map* Heap::MapForFixedTypedArray(ExternalArrayType array_type) { in MapForFixedTypedArray() 2966 ExternalArrayType array_type) { in RootIndexForFixedTypedArray() 3243 int length, ExternalArrayType array_type, void* external_pointer, in AllocateFixedTypedArrayWithExternalPointer() 3261 static void ForFixedTypedArray(ExternalArrayType array_type, int* element_size, in ForFixedTypedArray() 3282 ExternalArrayType array_type, in AllocateFixedTypedArray() 3792 ExternalArrayType array_type) { in AllocateEmptyFixedTypedArray()
|
/external/v8/src/ |
D | factory.cc | 936 int length, ExternalArrayType array_type, void* external_pointer, in NewFixedTypedArrayWithExternalPointer() 947 int length, ExternalArrayType array_type, bool initialize, in NewFixedTypedArray() 1921 ExternalArrayType array_type = GetArrayTypeFromElementsKind(elements_kind); in NewJSTypedArray() local
|
D | typing-asm.cc | 723 Type::ArrayType* array_type = computed_type_->AsArray(); in VisitHeapAccess() local
|
/external/dbus/bus/ |
D | driver.c | 830 int array_type; in bus_driver_handle_update_activation_environment() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 618 val array_type : lltype -> int -> lltype val
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 10134 ExternalArrayType array_type, in BuildAllocateExternalElements() 10178 ExternalArrayType array_type, size_t element_size, in BuildAllocateFixedTypedArray() 10315 ExternalArrayType array_type = in GenerateTypedArrayInitialize() local
|
/external/v8/test/cctest/ |
D | test-api.cc | 15404 i::ExternalArrayType array_type, in ObjectWithExternalArrayTestHelper() 15716 static void FixedTypedArrayTestHelper(i::ExternalArrayType array_type, in FixedTypedArrayTestHelper() 15807 void TypedArrayTestHelper(i::ExternalArrayType array_type, int64_t low, in TypedArrayTestHelper()
|