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

1 2 3

  /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/r10/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
  /prebuilts/ndk/r11/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
  /prebuilts/ndk/r13/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/wpa_supplicant_8/wpa_supplicant/dbus/
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...]
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_new_handlers_p2p.c 35 entry.array_type != DBUS_TYPE_BYTE ||
110 entry.array_type != WPAS_DBUS_TYPE_BINARRAY)
1009 entry.array_type != DBUS_TYPE_BYTE ||
1020 entry.array_type != WPAS_DBUS_TYPE_BINARRAY ||
1037 entry.array_type != WPAS_DBUS_TYPE_BINARRAY ||
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp 52 namespace array_type { namespace
  /device/google/dragon/audio/hal/
array.h 40 #define DECLARE_ARRAY_TYPE(element_type, array_type) \
45 } array_type;
  /external/libcxx/test/libcxx/experimental/filesystem/class.path/path.req/
is_pathable.pass.cpp 67 using array_type = CharT[25];
91 AssertPathable<array_type>();
  /art/compiler/optimizing/
ssa_builder.cc 301 ReferenceTypeInfo array_type = array->GetReferenceTypeInfo(); local
302 DCHECK(array_type.IsPrimitiveArrayClass());
303 return array_type.GetTypeHandle()->GetComponentType()->GetPrimitiveType();
328 Primitive::Type array_type = GetPrimitiveArrayComponentType(array); local
329 DCHECK_EQ(Primitive::Is64BitType(aget_int->GetType()), Primitive::Is64BitType(array_type));
331 if (Primitive::IsIntOrLongType(array_type)) {
340 DCHECK(Primitive::IsFloatingPointType(array_type));
369 Primitive::Type array_type = GetPrimitiveArrayComponentType(array); local
370 DCHECK_EQ(Primitive::Is64BitType(value_type), Primitive::Is64BitType(array_type));
372 if (Primitive::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/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/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...]
  /system/tools/aidl/
type_cpp.h 42 Type* array_type = nullptr,
type_cpp.cpp 398 Type* array_type,
408 array_type_(array_type),
  /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}}
  /system/tools/hidl/
hidl-gen_y.yy 265 %type<arrayType> array_type
1035 array_type
1050 | array_type '[' const_expr ']'
1059 | array_type { $$ = $1; }
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2558 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegA_31t()); local
4640 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); local
4755 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); local
4783 << "' but unresolved type '" << array_type << "'"; local
    [all...]
  /external/libmojo/mojo/public/tools/bindings/generators/
mojom_js_generator.py 118 array_type = "NullableArrayOf" if mojom.IsNullableKind(kind) else "ArrayOf"
121 return "new codec.%s(%s%s)" % (array_type, element_type, array_length)
  /external/strace/
mpers.awk 109 case "array_type":
219 |enumeration_type|array_type|base_type|member/, temparray)) {
  /toolchain/binutils/binutils-2.25/binutils/
debug.h 235 bfd_boolean (*array_type) member in struct:debug_write_fns
  /art/runtime/
transaction.h 197 Primitive::Type array_type,

Completed in 1874 milliseconds

1 2 3