/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | dbus_dict_helpers.c | 367 char array_type[10]; local 370 err = os_snprintf(array_type, sizeof(array_type), 373 if (os_snprintf_error(sizeof(array_type), err)) 381 array_type, 623 entry->array_type = DBUS_TYPE_BYTE; 673 DBusMessageIter *iter, int array_type, 681 entry->array_type = DBUS_TYPE_STRING; 750 entry->array_type = WPAS_DBUS_TYPE_BINARRAY; 823 int array_type local 672 _wpa_dbus_dict_entry_get_string_array( DBusMessageIter *iter, int array_type, struct wpa_dbus_dict_entry *entry) argument [all...] |
H A D | dbus_dict_helpers.h | 109 * Used only in struct wpa_dbus_dict_entry::array_type internally to identify 116 int array_type; /** the dbus type of the array elements if the dict member in struct:wpa_dbus_dict_entry
|
H A D | dbus_new_handlers_p2p.c | 97 entry.array_type != WPAS_DBUS_TYPE_BINARRAY) 963 entry.array_type != DBUS_TYPE_BYTE || 974 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || 991 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || 2467 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || 2538 entry.array_type != DBUS_TYPE_BYTE) 2545 entry.array_type != DBUS_TYPE_BYTE) 2647 entry.array_type != DBUS_TYPE_BYTE) 2728 entry.array_type != DBUS_TYPE_BYTE) 2816 entry.array_type ! [all...] |
H A D | dbus_old_handlers.c | 870 entry.array_type == DBUS_TYPE_BYTE) { 1275 entry.array_type != DBUS_TYPE_BYTE) {
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
H A D | p13.cpp | 52 namespace array_type { namespace
|
/external/mesa3d/src/glsl/tests/ |
H A D | uniform_initializer_utils.cpp | 156 const glsl_type *const array_type = local 158 ASSERT_FALSE(array_type->is_error()); 170 val = new(mem_ctx) ir_constant(array_type, &values_for_array);
|
/external/v8/src/runtime/ |
H A D | runtime-typedarray.cc | 78 void Runtime::ArrayIdToTypeAndSize(int arrayId, ExternalArrayType* array_type, argument 84 *array_type = kExternal##Type##Array; \ 111 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. local 114 Runtime::ArrayIdToTypeAndSize(arrayId, &array_type, &fixed_elements_kind, 159 static_cast<int>(length), array_type, 169 array_type, initialize); 192 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. local 195 Runtime::ArrayIdToTypeAndSize(arrayId, &array_type, &fixed_elements_kind, 203 JSTypedArray::cast(*source)->type() == array_type) { 254 static_cast<int>(length), array_type, [all...] |
/external/mesa3d/src/glsl/ |
H A D | glsl_types.cpp | 697 const struct glsl_type *vec_type, *array_type; local 703 array_type = glsl_type::get_array_instance(vec_type, r); 706 array_type = glsl_type::get_array_instance(vec_type, c); 709 return array_type->std140_base_alignment(false); 802 const glsl_type *array_type = glsl_type::get_array_instance(vec_type, local 805 return array_type->std140_size(false);
|
/external/clang/test/SemaCXX/ |
H A 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/ |
H A D | GrPath.cpp | 96 #define ARRAY_DATA32_COUNT(array_type, count) \ 97 static_cast<int>((((count) * sizeof(array_type) + sizeof(uint32_t) - 1) / sizeof(uint32_t)))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/ |
H A 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/ |
H A D | mpers.awk | 101 case "array_type": 216 |enumeration_type|array_type|base_type|member/, temparray)) {
|
/external/lldb/source/Symbol/ |
H A D | ClangASTImporter.cpp | 302 if (const ArrayType *array_type = type->getAsArrayTypeUnsafe()) 304 return RequireCompleteType(array_type->getElementType());
|
H A D | ClangASTType.cpp | 65 const ArrayType *array_type = dyn_cast<ArrayType>(qual_type.getTypePtr()); local 67 if (array_type) 68 return GetCompleteQualType (ast, array_type->getElementType(), allow_completion);
|
/external/v8/src/heap/ |
H A D | heap.h | 1046 Map* MapForFixedTypedArray(ExternalArrayType array_type); 1047 RootListIndex RootIndexForFixedTypedArray(ExternalArrayType array_type); 1961 int length, ExternalArrayType array_type, void* external_pointer, 1966 AllocateFixedTypedArray(int length, ExternalArrayType array_type, 1985 AllocateEmptyFixedTypedArray(ExternalArrayType array_type);
|
H A D | heap.cc | 2982 Map* Heap::MapForFixedTypedArray(ExternalArrayType array_type) { argument 2983 return Map::cast(roots_[RootIndexForFixedTypedArray(array_type)]); 2988 ExternalArrayType array_type) { 2989 switch (array_type) { 3277 int length, ExternalArrayType array_type, void* external_pointer, 3287 result->set_map_no_write_barrier(MapForFixedTypedArray(array_type)); 3295 static void ForFixedTypedArray(ExternalArrayType array_type, int* element_size, argument 3297 switch (array_type) { 3316 ExternalArrayType array_type, 3321 ForFixedTypedArray(array_type, 2987 RootIndexForFixedTypedArray( ExternalArrayType array_type) argument 3276 AllocateFixedTypedArrayWithExternalPointer( int length, ExternalArrayType array_type, void* external_pointer, PretenureFlag pretenure) argument 3315 AllocateFixedTypedArray(int length, ExternalArrayType array_type, bool initialize, PretenureFlag pretenure) argument 3803 AllocateEmptyFixedTypedArray( ExternalArrayType array_type) argument [all...] |
/external/dbus/bus/ |
H A D | driver.c | 830 int array_type; local 863 while ((array_type = dbus_message_iter_get_arg_type (&dict_iter)) == DBUS_TYPE_DICT_ENTRY) 904 if (array_type != DBUS_TYPE_INVALID)
|
/external/v8/src/ |
H A D | factory.h | 303 int length, ExternalArrayType array_type, void* external_pointer, 307 int length, ExternalArrayType array_type, bool initialize,
|
H A D | factory.cc | 954 int length, ExternalArrayType array_type, void* external_pointer, 959 length, array_type, external_pointer, pretenure), 965 int length, ExternalArrayType array_type, bool initialize, 969 length, array_type, initialize, pretenure), 1918 ExternalArrayType array_type = GetArrayTypeFromElementsKind(elements_kind); local 1939 static_cast<int>(number_of_elements), array_type, true, pretenure); 953 NewFixedTypedArrayWithExternalPointer( int length, ExternalArrayType array_type, void* external_pointer, PretenureFlag pretenure) argument 964 NewFixedTypedArray( int length, ExternalArrayType array_type, bool initialize, PretenureFlag pretenure) argument
|
H A D | typing-asm.cc | 760 ArrayType* array_type = computed_type_->AsArray(); local 762 Type* type = array_type->Element();
|
/external/elfutils/libdw/ |
H A D | known-dwarf.h | 558 DWARF_ONE_KNOWN_DW_TAG (array_type, DW_TAG_array_type) \
|
/external/llvm/test/Bindings/OCaml/ |
H A 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/ |
H A D | hydrogen.cc | 10388 ExternalArrayType array_type, 10392 isolate()->heap()->MapForFixedTypedArray(array_type)); 10433 ExternalArrayType array_type, size_t element_size, 10455 isolate()->heap()->MapForFixedTypedArray(array_type)); 10461 if (array_type == kExternalFloat64Array) { 10570 ExternalArrayType array_type = local 10576 &array_type, 10600 array_type, is_zero_byte_offset, buffer, byte_offset, length); 10603 elements = BuildAllocateFixedTypedArray(array_type, element_size, 10387 BuildAllocateExternalElements( ExternalArrayType array_type, bool is_zero_byte_offset, HValue* buffer, HValue* byte_offset, HValue* length) argument 10432 BuildAllocateFixedTypedArray( ExternalArrayType array_type, size_t element_size, ElementsKind fixed_elements_kind, HValue* byte_length, HValue* length, bool initialize) argument
|
H A D | hydrogen.h | 2521 ExternalArrayType array_type, 2524 HValue* BuildAllocateFixedTypedArray(ExternalArrayType array_type,
|
/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 378 external array_type : lltype -> int -> lltype = "llvm_array_type"
|