/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
D | p13.cpp | 52 namespace array_type { namespace
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_dict_helpers.h | 116 int array_type; /** the dbus type of the array elements if the dict member
|
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
|
/external/v8/src/runtime/ |
D | runtime-typedarray.cc | 78 void Runtime::ArrayIdToTypeAndSize(int arrayId, ExternalArrayType* array_type, in ArrayIdToTypeAndSize() 111 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. in RUNTIME_FUNCTION() local 192 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. in RUNTIME_FUNCTION() local
|
/external/mesa3d/src/glsl/tests/ |
D | uniform_initializer_utils.cpp | 156 const glsl_type *const array_type = in generate_array_data() 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/skia/src/gpu/ |
D | GrPath.cpp | 96 #define ARRAY_DATA32_COUNT(array_type, count) \ in compute_key_for_simple_path() argument
|
/external/lldb/source/Symbol/ |
D | ClangASTImporter.cpp | 302 if (const ArrayType *array_type = type->getAsArrayTypeUnsafe()) in RequireCompleteType() local
|
D | ClangASTType.cpp | 65 const ArrayType *array_type = dyn_cast<ArrayType>(qual_type.getTypePtr()); in GetCompleteQualType() local
|
/external/clang/test/SemaCXX/ |
D | conversion-function.cpp | 23 typedef int array_type[10]; typedef
|
/external/v8/src/heap/ |
D | heap.cc | 2982 Map* Heap::MapForFixedTypedArray(ExternalArrayType array_type) { in MapForFixedTypedArray() 2988 ExternalArrayType array_type) { in RootIndexForFixedTypedArray() 3277 int length, ExternalArrayType array_type, void* external_pointer, in AllocateFixedTypedArrayWithExternalPointer() 3295 static void ForFixedTypedArray(ExternalArrayType array_type, int* element_size, in ForFixedTypedArray() 3316 ExternalArrayType array_type, in AllocateFixedTypedArray() 3804 ExternalArrayType array_type) { in AllocateEmptyFixedTypedArray()
|
/external/v8/src/ |
D | factory.cc | 954 int length, ExternalArrayType array_type, void* external_pointer, in NewFixedTypedArrayWithExternalPointer() 965 int length, ExternalArrayType array_type, bool initialize, in NewFixedTypedArray() 1918 ExternalArrayType array_type = GetArrayTypeFromElementsKind(elements_kind); in NewJSTypedArray() local
|
D | typing-asm.cc | 760 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 | 10388 ExternalArrayType array_type, in BuildAllocateExternalElements() 10433 ExternalArrayType array_type, size_t element_size, in BuildAllocateFixedTypedArray() 10570 ExternalArrayType array_type = in GenerateTypedArrayInitialize() local
|
/external/v8/test/cctest/ |
D | test-api.cc | 16023 i::ExternalArrayType array_type, in ObjectWithExternalArrayTestHelper() 16335 static void FixedTypedArrayTestHelper(i::ExternalArrayType array_type, in FixedTypedArrayTestHelper() 16426 void TypedArrayTestHelper(i::ExternalArrayType array_type, int64_t low, in TypedArrayTestHelper()
|