HomeSort by relevance Sort by last modified time
    Searched defs:array_type (Results 1 - 25 of 25) 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 124 * Used only in struct wpa_dbus_dict_entry::array_type internally to identify
131 int array_type; /** the dbus type of the array elements if the dict member in struct:wpa_dbus_dict_entry
dbus_dict_helpers.c 441 char array_type[10]; local
444 err = os_snprintf(array_type, sizeof(array_type),
447 if (os_snprintf_error(sizeof(array_type), err))
455 array_type,
697 entry->array_type = DBUS_TYPE_BYTE;
747 DBusMessageIter *iter, int array_type,
755 entry->array_type = DBUS_TYPE_STRING;
824 entry->array_type = WPAS_DBUS_TYPE_BINARRAY;
897 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/5/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 106 typedef _Array array_type; typedef in class:array_allocator
109 array_type* _M_array;
117 array_allocator(array_type* __array = NULL) throw()
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 106 typedef _Array array_type; typedef in class:array_allocator
109 array_type* _M_array;
117 array_allocator(array_type* __array = NULL) throw()
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 106 typedef _Array array_type; typedef in class:array_allocator
109 array_type* _M_array;
117 array_allocator(array_type* __array = NULL) throw()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
array_allocator.h 106 typedef _Array array_type; typedef in class:array_allocator
109 array_type* _M_array;
117 array_allocator(array_type* __array = NULL) throw()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 108 typedef _Array array_type; typedef in class:array_allocator
111 array_type* _M_array;
119 array_allocator(array_type* __array = 0) throw()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 114 typedef _Array array_type; typedef in class:array_allocator
117 array_type* _M_array;
125 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 108 typedef _Array array_type; typedef in class:array_allocator
111 array_type* _M_array;
119 array_allocator(array_type* __array = 0) throw()
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 114 typedef _Array array_type; typedef in class:array_allocator
117 array_type* _M_array;
125 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/9/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/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);
  /art/compiler/dex/
type_inference.cc 496 Type array_type = Type::ArrayTypeFromComponent(sregs_[mod_s_reg]); local
498 changed |= sregs_[base_mod_s_reg].MergeStrong(array_type);
500 changed |= sregs_[base_mod_s_reg].MergeWeak(array_type);
805 Type array_type = Type::DexType(cu_->dex_file, mir->dalvikInsn.vB); local
    [all...]
  /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}}
  /art/runtime/verifier/
method_verifier.cc 2079 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegA_31t()); local
3725 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); local
3827 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); local
    [all...]
  /external/lldb/source/Symbol/
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);
    [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/
runtime.cc 969 ExternalArrayType array_type = kExternalInt8Array; \/\/ Bogus initialization. local
1059 ExternalArrayType array_type = kExternalInt8Array; \/\/ Bogus initialization. local
    [all...]
hydrogen.cc 9652 ExternalArrayType array_type = local
    [all...]

Completed in 2102 milliseconds