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

1 2

  /external/chromium_org/v8/test/cctest/compiler/
test-run-properties.cc 13 static void TypedArrayLoadHelper(const char* array_type) {
41 SNPrintF(source_buffer, source, array_type, arraysize(kValues),
42 values_buffer.start(), array_type, arraysize(kValues),
43 values_buffer.start(), array_type, array_type);
76 static void TypedArrayStoreHelper(const char* array_type) {
110 SNPrintF(source_buffer, source, array_type, arraysize(kValues),
111 values_buffer.start(), array_type, arraysize(kValues),
112 values_buffer.start(), array_type, array_type);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
call_traits.hpp 147 typedef T array_type[N];
151 typedef array_type& reference;
152 typedef const array_type& const_reference;
160 typedef const T array_type[N];
164 typedef array_type& reference;
165 typedef const array_type& const_reference;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/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-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/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_dict_helpers.c 462 char array_type[10]; local
465 err = os_snprintf(array_type, sizeof(array_type),
468 if (err < 0 || err > (int) sizeof(array_type))
480 array_type,
739 entry->array_type = DBUS_TYPE_BYTE;
789 DBusMessageIter *iter, int array_type,
797 entry->array_type = DBUS_TYPE_STRING;
864 entry->array_type = WPAS_DBUS_TYPE_BINARRAY;
916 int array_type = dbus_message_iter_get_element_type(iter_dict_val) local
    [all...]
dbus_dict_helpers.h 127 int array_type; /** the dbus type of the array elements if the dict member in struct:wpa_dbus_dict_entry
  /external/chromium_org/third_party/mesa/src/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/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/oprofile/libregex/
demangle_java_symbol.cpp 23 * base_type | object_type | array_type
28 * array_type:
39 bool array_type(string & result,
80 if (array_type(result, begin, end))
87 bool array_type(string & result, function in namespace:__anon12150
  /external/chromium_org/mojo/public/tools/bindings/generators/
mojom_python_generator.py 141 array_type = 'GenericArrayType'
143 array_type = 'BooleanArrayType'
145 array_type = 'NativeArrayType'
146 return '_descriptor.%s(%s)' % (array_type, ', '.join(arguments))
  /external/chromium_org/third_party/mesa/src/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/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/
verified_method.cc 291 verifier::RegType& array_type(line->GetRegisterType(inst->VRegB_23x()));
295 if (array_type.IsPreciseReference()) {
298 ->GetComponentType(array_type, method_verifier->GetClassLoader());
  /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}}

Completed in 1756 milliseconds

1 2