/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:__anon27111
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
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
|
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; 914 int array_type = dbus_message_iter_get_element_type(iter_dict_val) local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
v8_types.py | 83 return array_type(idl_type) or sequence_type(idl_type) 86 def array_type(idl_type): function 105 array_type(idl_type) or
|
/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);
|
/external/clang/test/SemaCXX/ |
conversion-function.cpp | 23 typedef int array_type[10]; typedef 34 operator array_type(); // expected-error{{conversion function cannot convert to an array type}}
|
/art/runtime/verifier/ |
method_verifier.cc | 1830 const RegType& array_type = work_line_->GetRegisterType(inst->VRegA_31t()); local 3288 const RegType& array_type = work_line_->GetRegisterType(inst->VRegB_23x()); local 3374 const RegType& array_type = work_line_->GetRegisterType(inst->VRegB_23x()); local [all...] |
/external/chromium_org/v8/src/ |
runtime.cc | 867 int arrayId, ExternalArrayType* array_type, size_t* element_size) { 870 *array_type = kExternalUnsignedByteArray; 874 *array_type = kExternalByteArray; 878 *array_type = kExternalUnsignedShortArray 926 ExternalArrayType array_type = kExternalByteArray; \/\/ Bogus initialization. local 978 ExternalArrayType array_type = kExternalByteArray; \/\/ Bogus initialization. local [all...] |
hydrogen.cc | 8186 ExternalArrayType array_type = kExternalByteArray; \/\/ Bogus initialization. local [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 512 (** [array_type ty n] returns the array type containing [n] elements of type 514 val array_type : lltype -> int -> lltype var 756 [array_type ty (Array.length elts)] and containing the values [elts]. [all...] |