Home
last modified time | relevance | path

Searched refs:const (Results 1 – 25 of 2068) sorted by relevance

12345678910>>...83

/external/smali/smali-integration-tests/src/test/smali/jumbo-string-tests/
DFormat31c.smali44 const-string/jumbo v0, "99999"
48 const v2, 0
49 const-wide v3, '9'
70 const-string v0, "99999"
74 const v2, 0
75 const-wide v3, '9'
95 const-string/jumbo v0, "0"
96 const-string/jumbo v0, "1"
97 const-string/jumbo v0, "2"
98 const-string/jumbo v0, "3"
[all …]
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md16 void adc(const Register& rd,
17 const Register& rn,
18 const Operand& operand)
25 void adcs(const Register& rd,
26 const Register& rn,
27 const Operand& operand)
34 void add(const Register& rd,
35 const Register& rn,
36 const Operand& operand)
43 void adds(const Register& rd,
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkVirtualDeviceInterface.inl4 virtual void destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const
5 … (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const = 0;
6 …ubmit (VkQueue queue, deUint32 submitCount, const VkSubmitInfo* pSubmits, VkFence fence) co…
7 virtual VkResult queueWaitIdle (VkQueue queue) const = 0;
8 virtual VkResult deviceWaitIdle (VkDevice device) const = 0;
9 … (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAlloca…
10 …mory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) cons…
11 …y memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData) const = 0;
12 virtual void unmapMemory (VkDevice device, VkDeviceMemory memory) const = 0;
13 …ges (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) con…
[all …]
DvkConcreteDeviceInterface.inl4 virtual void destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const;
5 …eue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const;
6 …ubmit (VkQueue queue, deUint32 submitCount, const VkSubmitInfo* pSubmits, VkFence fence) co…
7 virtual VkResult queueWaitIdle (VkQueue queue) const;
8 virtual VkResult deviceWaitIdle (VkDevice device) const;
9 … (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAlloca…
10 …mory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) cons…
11 …emory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData) const;
12 virtual void unmapMemory (VkDevice device, VkDeviceMemory memory) const;
13 …ges (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) con…
[all …]
DvkRefUtil.inl4 …e<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pC…
5 … createDevice (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, const VkDevic…
6 …mory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllocateIn…
7 …VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateIn…
8 …ore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCreate…
9 …VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateIn…
10 …ool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCreate…
11 …Buffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCreateIn…
12 …ew> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferViewCreate…
13 …VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCreateIn…
[all …]
DvkConcreteInstanceInterface.inl4 …id destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAllocator) cons…
5 … (VkInstance instance, deUint32* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices) const;
6 …lDeviceFeatures (VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures* pFeatures) const;
7 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const;
8 …UsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties) const;
9 …eProperties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties* pProperties) const;
10 …evice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) const;
11 …s (VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties* pMemoryProperties) const;
12 virtual PFN_vkVoidFunction getDeviceProcAddr (VkDevice device, const char* pName) const;
13 …lDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAlloc…
[all …]
DvkVirtualInstanceInterface.inl4 …id destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAllocator) cons…
5 …VkInstance instance, deUint32* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices) const = 0;
6 …iceFeatures (VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures* pFeatures) const = 0;
7 …VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const = 0;
8 …eFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties) const = 0;
9 …perties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties* pProperties) const = 0;
10 …e, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) const = 0;
11 … (VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties* pMemoryProperties) const = 0;
12 virtual PFN_vkVoidFunction getDeviceProcAddr (VkDevice device, const char* pName) const = 0;
13 …lDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAlloc…
[all …]
DvkDeviceDriverImpl.inl5 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const argument
10 …eviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const argument
15 …:queueSubmit (VkQueue queue, deUint32 submitCount, const VkSubmitInfo* pSubmits, VkFence fence) co… argument
20 VkResult DeviceDriver::queueWaitIdle (VkQueue queue) const argument
25 VkResult DeviceDriver::deviceWaitIdle (VkDevice device) const argument
30 … (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAlloca… argument
35 …:freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) const argument
40 …Memory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData) const argument
45 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const argument
50 …yRanges (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) con… argument
[all …]
DvkRefUtilImpl.inl8 void Deleter<VkDeviceMemory>::operator() (VkDeviceMemory obj) const argument
14 void Deleter<VkFence>::operator() (VkFence obj) const argument
20 void Deleter<VkSemaphore>::operator() (VkSemaphore obj) const argument
26 void Deleter<VkEvent>::operator() (VkEvent obj) const argument
32 void Deleter<VkQueryPool>::operator() (VkQueryPool obj) const argument
38 void Deleter<VkBuffer>::operator() (VkBuffer obj) const argument
44 void Deleter<VkBufferView>::operator() (VkBufferView obj) const argument
50 void Deleter<VkImage>::operator() (VkImage obj) const argument
56 void Deleter<VkImageView>::operator() (VkImageView obj) const argument
62 void Deleter<VkShaderModule>::operator() (VkShaderModule obj) const argument
[all …]
DvkInstanceDriverImpl.inl5 …nstanceDriver::destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAllocator) const argument
10 …ces (VkInstance instance, deUint32* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices) const argument
15 …PhysicalDeviceFeatures (VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures* pFeatures) const argument
20 …ies (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const argument
25 …eUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties) const argument
30 …alDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties* pProperties) const argument
35 …Device, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) const argument
40 …erties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties* pMemoryProperties) const argument
45 PFN_vkVoidFunction InstanceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const argument
50 …lDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAlloc… argument
[all …]
/external/libcxx/include/
D__locale55 has_facet(const locale&) _NOEXCEPT;
59 const _Facet&
60 use_facet(const locale&);
70 static const category // values assigned here are for exposition only
82 locale(const locale&) _NOEXCEPT;
83 explicit locale(const char*);
84 explicit locale(const string&);
85 locale(const locale&, const char*, category);
86 locale(const locale&, const string&, category);
88 _LIBCPP_INLINE_VISIBILITY locale(const locale&, _Facet*);
[all …]
Dlimits146 static _LIBCPP_CONSTEXPR const bool is_specialized = false;
151 static _LIBCPP_CONSTEXPR const int digits = 0;
152 static _LIBCPP_CONSTEXPR const int digits10 = 0;
153 static _LIBCPP_CONSTEXPR const int max_digits10 = 0;
154 static _LIBCPP_CONSTEXPR const bool is_signed = false;
155 static _LIBCPP_CONSTEXPR const bool is_integer = false;
156 static _LIBCPP_CONSTEXPR const bool is_exact = false;
157 static _LIBCPP_CONSTEXPR const int radix = 0;
161 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
162 static _LIBCPP_CONSTEXPR const int min_exponent10 = 0;
[all …]
Dcodecvt97const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
98 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
101 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt,
102 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
105 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
106 virtual int do_encoding() const throw();
107 virtual bool do_always_noconv() const throw();
108 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
109 size_t __mx) const;
110 virtual int do_max_length() const throw();
[all …]
D__debug64 __libcpp_debug_info(const char* __f, int __l, const char* __p, const char* __m)
66 const char* __file_;
68 const char* __pred_;
69 const char* __msg_;
73 typedef void(*__libcpp_debug_function_type)(__libcpp_debug_info const&);
81 void __libcpp_abort_debug_function(__libcpp_debug_info const&);
86 void __libcpp_throw_debug_function(__libcpp_debug_info const&);
105 explicit __libcpp_debug_exception(__libcpp_debug_info const& __i);
106 __libcpp_debug_exception(__libcpp_debug_exception const&);
108 const char* what() const _NOEXCEPT;
[all …]
Dtypeinfo25 bool operator==(const type_info& rhs) const noexcept;
26 bool operator!=(const type_info& rhs) const noexcept;
28 bool before(const type_info& rhs) const noexcept;
29 size_t hash_code() const noexcept;
30 const char* name() const noexcept;
32 type_info(const type_info& rhs) = delete;
33 type_info& operator=(const type_info& rhs) = delete;
41 bad_cast(const bad_cast&) noexcept;
42 bad_cast& operator=(const bad_cast&) noexcept;
43 virtual const char* what() const noexcept;
[all …]
Dsystem_error26 error_category(const error_category&) = delete;
27 error_category& operator=(const error_category&) = delete;
29 virtual const char* name() const noexcept = 0;
30 virtual error_condition default_error_condition(int ev) const noexcept;
31 virtual bool equivalent(int code, const error_condition& condition) const noexcept;
32 virtual bool equivalent(const error_code& code, int condition) const noexcept;
33 virtual string message(int ev) const = 0;
35 bool operator==(const error_category& rhs) const noexcept;
36 bool operator!=(const error_category& rhs) const noexcept;
37 bool operator<(const error_category& rhs) const noexcept;
[all …]
Dvalarray29 valarray(const value_type& x, size_t n);
30 valarray(const value_type* px, size_t n);
31 valarray(const valarray& v);
33 valarray(const slice_array<value_type>& sa);
34 valarray(const gslice_array<value_type>& ga);
35 valarray(const mask_array<value_type>& ma);
36 valarray(const indirect_array<value_type>& ia);
41 valarray& operator=(const valarray& v);
44 valarray& operator=(const value_type& x);
45 valarray& operator=(const slice_array<value_type>& sa);
[all …]
Dset50 explicit set(const value_compare& comp);
51 set(const value_compare& comp, const allocator_type& a);
54 const value_compare& comp = value_compare());
56 set(InputIterator first, InputIterator last, const value_compare& comp,
57 const allocator_type& a);
58 set(const set& s);
63 explicit set(const allocator_type& a);
64 set(const set& s, const allocator_type& a);
65 set(set&& s, const allocator_type& a);
66 set(initializer_list<value_type> il, const value_compare& comp = value_compare());
[all …]
Dtypeindex24 type_index(const type_info& rhs) noexcept;
26 bool operator==(const type_index& rhs) const noexcept;
27 bool operator!=(const type_index& rhs) const noexcept;
28 bool operator< (const type_index& rhs) const noexcept;
29 bool operator<=(const type_index& rhs) const noexcept;
30 bool operator> (const type_index& rhs) const noexcept;
31 bool operator>=(const type_index& rhs) const noexcept;
33 size_t hash_code() const noexcept;
34 const char* name() const noexcept;
41 size_t operator()(type_index index) const noexcept;
[all …]
/external/deqp/framework/egl/wrapper/
DeglwFuncPtrLibraryDecl.inl6 EGLBoolean bindAPI (EGLenum api) const;
7 EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const;
8 …seConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, E…
9 …nt clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) const;
10 … clientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) const;
11 …an copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const;
12 … (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const;
13 …y dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) const;
14 …play dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) const;
15 …y dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const;
[all …]
DeglwLibrary.inl6 virtual EGLBoolean bindAPI (EGLenum api) const = 0;
7 … bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const = 0;
8 …seConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, E…
9 …entWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) const = 0;
10 …tSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) const = 0;
11 …yBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const = 0;
12 …EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const =…
13 …y, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) const = 0;
14 …dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) const = 0;
15 …y, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const = 0;
[all …]
/external/libcxx/include/experimental/
Dfilesystem20 size_t hash_value(const path& p) _NOEXCEPT;
22 bool operator==(const path& lhs, const path& rhs) _NOEXCEPT;
23 bool operator!=(const path& lhs, const path& rhs) _NOEXCEPT;
24 bool operator< (const path& lhs, const path& rhs) _NOEXCEPT;
25 bool operator<=(const path& lhs, const path& rhs) _NOEXCEPT;
26 bool operator> (const path& lhs, const path& rhs) _NOEXCEPT;
27 bool operator>=(const path& lhs, const path& rhs) _NOEXCEPT;
29 path operator/ (const path& lhs, const path& rhs);
33 operator<<(basic_ostream<charT, traits>& os, const path& p);
40 path u8path(const Source& source);
[all …]
/external/libcxx/include/ext/
Dhash_set33 typedef const value_type& const_reference;
42 explicit hash_set(size_type n = 193, const hasher& hf = hasher(),
43 const key_equal& eql = key_equal(),
44 const allocator_type& a = allocator_type());
47 size_type n = 193, const hasher& hf = hasher(),
48 const key_equal& eql = key_equal(),
49 const allocator_type& a = allocator_type());
50 hash_set(const hash_set&);
52 hash_set& operator=(const hash_set&);
54 allocator_type get_allocator() const;
[all …]
Dhash_map22 class Alloc = allocator<pair<const Key, T>>>
32 typedef pair<const key_type, mapped_type> value_type;
34 typedef const value_type& const_reference;
43 explicit hash_map(size_type n = 193, const hasher& hf = hasher(),
44 const key_equal& eql = key_equal(),
45 const allocator_type& a = allocator_type());
48 size_type n = 193, const hasher& hf = hasher(),
49 const key_equal& eql = key_equal(),
50 const allocator_type& a = allocator_type());
51 hash_map(const hash_map&);
[all …]
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_vec4.inl28 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(__m128 const & Data) :
32 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(fvec4SIMD const & v) :
36 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(vec4 const & v) :
43 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s) :
47 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & x, float const & y, float const & z, float co…
52 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const v[4]) :
59 //fvec4SIMD(ref4<float> const & r);
64 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(vec2 const & v, float const & s1, float const & s2) :
68 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s1, vec2 const & v, float const & s2) :
72 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s1, float const & s2, vec2 const & v) :
[all …]

12345678910>>...83