HomeSort by relevance Sort by last modified time
    Searched defs:array_type (Results 1 - 22 of 22) sorted by null

  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp 52 namespace array_type { namespace
  /external/mesa3d/src/glsl/tests/
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/wpa_supplicant_8/wpa_supplicant/dbus/
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
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 = dbus_message_iter_get_element_type(iter_dict_val) local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 116 typedef _Array array_type; typedef in class:array_allocator
125 array_type* _M_array;
133 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 116 typedef _Array array_type; typedef in class:array_allocator
125 array_type* _M_array;
133 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
array_allocator.h 116 typedef _Array array_type; typedef in class:array_allocator
125 array_type* _M_array;
133 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
array_allocator.h 116 typedef _Array array_type; typedef in class:array_allocator
125 array_type* _M_array;
135 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
  /external/opencv3/modules/viz/src/vtk/
vtkCloudMatSource.cpp 56 typedef vtkFloatArray array_type; typedef in struct:cv::viz::VtkDepthTraits
62 typedef vtkDoubleArray array_type; typedef in struct:cv::viz::VtkDepthTraits
244 normals = vtkSmartPointer< typename VtkDepthTraits<_Tn>::array_type >::New();
270 tcoords = vtkSmartPointer< typename VtkDepthTraits<_Tn>::array_type >::New();
  /art/compiler/optimizing/
ssa_builder.cc 308 ReferenceTypeInfo array_type = array->GetReferenceTypeInfo(); local
309 DCHECK(array_type.IsPrimitiveArrayClass());
310 return array_type.GetTypeHandle()->GetComponentType()->GetPrimitiveType();
335 Primitive::Type array_type = GetPrimitiveArrayComponentType(array); local
336 DCHECK_EQ(Primitive::Is64BitType(aget_int->GetType()), Primitive::Is64BitType(array_type));
338 if (Primitive::IsIntOrLongType(array_type)) {
347 DCHECK(Primitive::IsFloatingPointType(array_type));
376 Primitive::Type array_type = GetPrimitiveArrayComponentType(array); local
377 DCHECK_EQ(Primitive::Is64BitType(value_type), Primitive::Is64BitType(array_type));
379 if (Primitive::IsFloatingPointType(array_type)) {
    [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc 87 mirror::Class* array_type = runtime->GetClassLinker()->FindArrayClass(self, &component_type); local
88 CHECK(array_type != nullptr);
90 mirror::ObjectArray<mirror::Object>::Alloc(self, array_type, 3);
  /external/mesa3d/src/glsl/
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/v8/src/runtime/
runtime-typedarray.cc 70 void Runtime::ArrayIdToTypeAndSize(int arrayId, ExternalArrayType* array_type,
76 *array_type = kExternal##Type##Array; \
103 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. local
106 Runtime::ArrayIdToTypeAndSize(arrayId, &array_type, &fixed_elements_kind,
151 static_cast<int>(length), array_type,
161 array_type, initialize);
184 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. local
187 Runtime::ArrayIdToTypeAndSize(arrayId, &array_type, &fixed_elements_kind,
195 JSTypedArray::cast(*source)->type() == array_type) {
246 static_cast<int>(length), array_type,
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 533 size_t array_type = info_.StartTag(DW_TAG_array_type); local
538 info_.WriteRef4(DW_AT_type, array_type);
  /external/clang/test/SemaCXX/
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/dbus/bus/
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)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
debug.h 235 bfd_boolean (*array_type) member in struct:debug_write_fns
  /external/v8/src/
typing-asm.cc 723 Type::ArrayType* array_type = computed_type_->AsArray(); local
725 Type* type = array_type->AsArray()->Element();
    [all...]
factory.cc 1921 ExternalArrayType array_type = GetArrayTypeFromElementsKind(elements_kind); local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2500 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegA_31t()); local
4326 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); local
4441 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); local
4469 << "' but unresolved type '" << array_type << "'"; local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 616 (** [array_type ty n] returns the array type containing [n] elements of type
618 val array_type : lltype -> int -> lltype var
890 [array_type ty (Array.length elts)] and containing the values [elts].
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 10315 ExternalArrayType array_type = local
    [all...]

Completed in 553 milliseconds