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

1 2

  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp 52 namespace array_type { namespace
  /external/mesa3d/src/compiler/glsl/tests/
uniform_initializer_utils.cpp 172 const glsl_type *const array_type = local
174 ASSERT_FALSE(array_type->is_error());
186 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.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
  /art/compiler/optimizing/
ssa_builder.cc 307 ReferenceTypeInfo array_type = array->GetReferenceTypeInfo(); local
308 DCHECK(array_type.IsPrimitiveArrayClass());
310 array_type.GetTypeHandle()->GetComponentType()->GetPrimitiveType());
337 DataType::Type array_type = GetPrimitiveArrayComponentType(array); local
338 DCHECK_EQ(DataType::Is64BitType(aget_int->GetType()), DataType::Is64BitType(array_type));
340 if (DataType::IsIntOrLongType(array_type)) {
349 DCHECK(DataType::IsFloatingPointType(array_type));
380 DataType::Type array_type = GetPrimitiveArrayComponentType(array); local
381 DCHECK_EQ(DataType::Is64BitType(value_type), DataType::Is64BitType(array_type));
383 if (DataType::IsFloatingPointType(array_type)) {
    [all...]
  /external/v8/src/runtime/
runtime-typedarray.cc 78 void Runtime::ArrayIdToTypeAndSize(int arrayId, ExternalArrayType* array_type,
84 *array_type = kExternal##Type##Array; \
111 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. local
114 Runtime::ArrayIdToTypeAndSize(arrayId, &array_type, &fixed_elements_kind,
158 static_cast<int>(length), array_type,
168 array_type, initialize);
191 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. local
194 Runtime::ArrayIdToTypeAndSize(arrayId, &array_type, &fixed_elements_kind,
202 JSTypedArray::cast(*source)->type() == array_type) {
253 static_cast<int>(length), array_type,
    [all...]
  /external/adhd/cras/src/tests/
dbus_test.cc 250 const char *array_type, *element_type; local
253 array_type = DBUS_TYPE_ARRAY_AS_STRING DBUS_TYPE_STRING_AS_STRING;
257 array_type = DBUS_TYPE_ARRAY_AS_STRING DBUS_TYPE_OBJECT_PATH_AS_STRING;
261 array_type = DBUS_TYPE_ARRAY_AS_STRING DBUS_TYPE_UNIX_FD_AS_STRING;
272 arg.array ? array_type : element_type,
  /art/compiler/debug/
elf_debug_info_writer.h 559 size_t array_type = info_.StartTag(DW_TAG_array_type); local
564 info_.WriteRef4(DW_AT_type, array_type);
  /art/runtime/interpreter/
unstarted_runtime_test.cc 91 ObjPtr<mirror::Class> array_type = local
93 CHECK(array_type != nullptr);
95 mirror::ObjectArray<mirror::Object>::Alloc(self, array_type, 3);
    [all...]
  /external/clang/test/SemaCXX/
conversion-function.cpp 26 typedef int array_type[10]; typedef
40 operator array_type(); // expected-error{{conversion function cannot convert to an array type}}
  /external/mesa3d/src/compiler/
glsl_types.cpp 1494 const struct glsl_type *vec_type, *array_type; local
1604 const glsl_type *array_type = glsl_type::get_array_instance(vec_type, local
1740 const struct glsl_type *vec_type, *array_type; local
1847 const glsl_type *array_type = glsl_type::get_array_instance(vec_type, local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.cc 127 llvm::Type* array_type = array->getType(); local
128 CHECK(array_type->isPointerTy());
130 llvm::cast<llvm::PointerType>(array_type);
132 << llvm_ir::DumpToString(*array_type)
  /toolchain/binutils/binutils-2.27/binutils/
debug.h 235 bfd_boolean (*array_type) member in struct:debug_write_fns
  /external/deqp/external/openglcts/modules/gl/
gl4cVertexAttribBindingTests.cpp 2440 int array_type; member in class:gl4cts::__anon17523::VertexAttribState
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cVertexAttribBindingTests.cpp 1897 int array_type; member in class:glcts::__anon17558::VertexAttribState
    [all...]
  /art/libdexfile/dex/
dex_file_verifier.cc 1031 EncodedArrayValueIterator::ValueType array_type = array_it.GetValueType(); local
    [all...]
  /external/v8/src/builtins/
builtins-array.cc 2541 Node* array_type = assembler.LoadInstanceType(array); local
    [all...]
  /external/v8/src/compiler/
js-builtin-reducer.cc 589 ExternalArrayType array_type = kExternalInt8Array; local
593 array_type = kExternal##Type##Array; \
602 graph()->NewNode(simplified()->LoadTypedElement(array_type), buffer,
    [all...]
effect-control-linearizer.cc 2414 ExternalArrayType array_type = ExternalArrayTypeOf(node->op()); local
2436 ExternalArrayType array_type = ExternalArrayTypeOf(node->op()); local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2526 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegA_31t()); local
4453 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); local
4575 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); local
4603 << "' but unresolved type '" << array_type << "'"; local
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp 2262 const glsl_type *array_type = base; local
    [all...]
  /external/v8/src/
factory.cc 2201 ExternalArrayType array_type = GetArrayTypeFromElementsKind(elements_kind); local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 642 (** [array_type ty n] returns the array type containing [n] elements of type
644 val array_type : lltype -> int -> lltype var
920 [array_type ty (Array.length elts)] and containing the values [elts].
    [all...]

Completed in 361 milliseconds

1 2