/external/vulkan-validation-layers/tests/ |
loader_validation_tests.cpp | 53 InstanceCreateInfo &sType(VkStructureType const &sType) { 59 InstanceCreateInfo &pNext(void const *const pNext) { 65 InstanceCreateInfo &flags(VkInstanceCreateFlags const &flags) { 71 InstanceCreateInfo &pApplicationInfo(VkApplicationInfo const *const pApplicationInfo) { 77 InstanceCreateInfo &enabledLayerCount(uint32_t const &enabledLayerCount) { 83 InstanceCreateInfo &ppEnabledLayerNames(char const *const *const ppEnabledLayerNames) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
amigaconfig.h | 86 /* Define to empty if `const' does not conform to ANSI C. */
87 #undef const
macro
|
/external/deqp/framework/delibs/decpp/ |
deAppendList.hpp | 58 void append (const ElementType& value); 60 size_t size (void) const { return m_numElements; } 65 AppendList (const AppendList<ElementType>&); 66 AppendList<ElementType>& operator= (const AppendList<ElementType>&); 70 const size_t blockNdx; 88 const size_t m_blockSize; 104 bool operator!= (const Iterator<CompatibleType>& other) const 108 bool operator== (const Iterator<CompatibleType>& other) const [all...] |
/external/e2fsprogs/e2fsck/ |
mtrace.h | 40 #undef const macro 41 #define const macro
|
/external/e2fsprogs/misc/ |
fsck.h | 11 #define const macro 69 extern char *base_device(const char *device); 70 extern const char *identify_fs(const char *fs_name, const char *fs_types); 73 extern int is_mounted(const char *file);
|
/external/eigen/bench/btl/generic_bench/ |
btl.hh | 61 BtlString(const BtlString& str) : std::string(static_cast<const std::string&>(str)) {} 62 BtlString(const std::string& str) : std::string(str) {} 63 BtlString(const char* str) : std::string(str) {} 65 operator const char* () const { return c_str(); } 81 std::vector<BtlString> split( const BtlString& delims = "\t\n ") const 108 bool endsWith(const BtlString& str) const [all...] |
/external/libmojo/mojo/public/cpp/bindings/ |
array.h | 50 Array(const std::vector<T>& other) : vec_(other), is_null_(false) {} 79 static Array From(const U& other) { 85 U To() const { 90 bool is_null() const { return is_null_; } 93 bool empty() const { return vec_.empty() && !is_null_; } 97 ConstRefType front() const { return vec_.front(); } 101 const_iterator begin() const { return vec_.begin(); } 103 const_iterator end() const { return vec_.end(); } 106 size_t size() const { return vec_.size(); } 110 ConstRefType at(size_t offset) const { return vec_.at(offset); [all...] |
string.h | 25 String(const std::string& str) : value_(str), is_null_(false) {} 26 String(const char* chars) : is_null_(!chars) { 30 String(const char* chars, size_t num_chars) 32 String(const mojo::String& str) 36 String(const char chars[N]) 43 static String From(const U& other) { 48 U To() const { 52 String& operator=(const mojo::String& str) { 57 String& operator=(const std::string& str) { 62 String& operator=(const char* chars) [all...] |
/external/lzma/CPP/7zip/Common/ |
StreamObjects.h | 39 const Byte *_data;
44 void Init(const Byte *data, size_t size, IUnknown *ref = 0)
58 void Create_BufInStream_WithReference(const void *data, size_t size, IUnknown *ref, ISequentialInStream **stream);
59 void Create_BufInStream_WithNewBuffer(const void *data, size_t size, ISequentialInStream **stream);
60 inline void Create_BufInStream_WithNewBuffer(const CByteBuffer &buf, ISequentialInStream **stream)
72 size_t GetCapacity() const { return _capacity; }
73 operator Byte*() const { return _buf; }
74 operator const Byte*() const { return _buf; }
87 size_t GetSize() const { return _size; } [all...] |
/external/lzma/CPP/Common/ |
MyBuffer.h | 26 CBuffer(const CBuffer &buffer): _items(0), _size(0)
40 operator const T *() const { return _items; }
41 size_t Size() const { return _size; }
66 void CopyFrom(const T *data, size_t size)
91 CBuffer& operator=(const CBuffer &buffer)
100 bool operator==(const CBuffer<T>& b1, const CBuffer<T>& b2)
111 bool operator!=(const CBuffer<T>& b1, const CBuffer<T>& b2) [all...] |
MyString.h | 26 inline unsigned MyStringLen(const char *s)
33 inline void MyStringCopy(char *dest, const char *src)
38 inline char *MyStpCpy(char *dest, const char *src)
51 inline unsigned MyStringLen(const wchar_t *s)
58 inline void MyStringCopy(wchar_t *dest, const wchar_t *src)
64 inline wchar_t *MyWcpCpy(wchar_t *dest, const wchar_t *src)
78 int FindCharPosInString(const char *s, char c) throw();
79 int FindCharPosInString(const wchar_t *s, wchar_t c) throw();
167 bool StringsAreEqualNoCase(const wchar_t *s1, const wchar_t *s2) throw(); [all...] |
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
resource.cpp | 35 box(const resource::vector &origin, const resource::vector &size) : 41 operator const pipe_box *() { 58 resource::copy(command_queue &q, const vector &origin, const vector ®ion, 59 resource &src_res, const vector &src_origin) { 69 const vector &origin, const vector ®ion) { 76 erase_if([&](const mapping &m) { 82 resource::map_count() const { [all...] |
/external/skia/experimental/svg/model/ |
SkSVGValue.h | 36 Type type() const { return fType; } 39 const T* as() const { 40 return fType == T::TYPE ? static_cast<const T*>(this) : nullptr; 57 explicit SkSVGWrapperValue(const T& v) 61 operator const T&() const { return fWrappedValue; } 62 const T* operator->() const { return &fWrappedValue; } 69 const T& fWrappedValue [all...] |
/system/core/libutils/include/utils/ |
String8.h | 51 String8(const String8& o); 52 explicit String8(const char* o); 53 explicit String8(const char* o, size_t numChars); 55 explicit String8(const String16& o); 56 explicit String8(const char16_t* o); 57 explicit String8(const char16_t* o, size_t numChars); 58 explicit String8(const char32_t* o); 59 explicit String8(const char32_t* o, size_t numChars); 62 static inline const String8 empty(); 64 static String8 format(const char* fmt, ...) __attribute__((format (printf, 1, 2))) [all...] |
/system/libhidl/base/ |
HidlSupport.cpp | 47 hidl_handle::hidl_handle(const native_handle_t *handle) { 53 hidl_handle::hidl_handle(const hidl_handle &other) { 65 hidl_handle &hidl_handle::operator=(const hidl_handle &other) { 83 hidl_handle &hidl_handle::operator=(const native_handle_t *native_handle) { 107 const native_handle_t* hidl_handle::operator->() const { 111 // implicit conversion to const native_handle_t* 112 hidl_handle::operator const native_handle_t *() const { 117 const native_handle_t *hidl_handle::getNativeHandle() const [all...] |
/external/llvm/include/llvm/IR/ |
Value.h | 78 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast) 119 template <typename UseT> // UseT == 'Use' or 'const Use' 129 bool operator==(const use_iterator_impl &x) const { return U == x.U; } 130 bool operator!=(const use_iterator_impl &x) const { return !operator==(x); } 143 UseT &operator*() const { 148 UseT *operator->() const { return &operator*(); } 150 operator use_iterator_impl<const UseT>() const { [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
Value.h | 78 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast) 120 template <typename UseT> // UseT == 'Use' or 'const Use' 130 bool operator==(const use_iterator_impl &x) const { return U == x.U; } 131 bool operator!=(const use_iterator_impl &x) const { return !operator==(x); } 145 UseT &operator*() const { 150 UseT *operator->() const { return &operator*(); } 152 operator use_iterator_impl<const UseT>() const { [all...] |
/frameworks/native/vulkan/libvulkan/ |
driver.cpp | 41 android_namespace_t* android_get_exported_namespace(const char*); 69 static const Hal& Get() { return hal_; } 70 static const hwvulkan_device_t& Device() { return *Get().dev_; } 72 int GetDebugReportIndex() const { return debug_report_index_; } 76 Hal(const Hal&) = delete; 77 Hal& operator=(const Hal&) = delete; 83 const hwvulkan_device_t* dev_; 89 CreateInfoWrapper(const VkInstanceCreateInfo& create_info, 90 const VkAllocationCallbacks& allocator); 92 const VkDeviceCreateInfo& create_info [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
Value.h | 78 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast) 120 template <typename UseT> // UseT == 'Use' or 'const Use' 130 bool operator==(const use_iterator_impl &x) const { return U == x.U; } 131 bool operator!=(const use_iterator_impl &x) const { return !operator==(x); } 145 UseT &operator*() const { 150 UseT *operator->() const { return &operator*(); } 152 operator use_iterator_impl<const UseT>() const { [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
Value.h | 78 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast) 120 template <typename UseT> // UseT == 'Use' or 'const Use' 130 bool operator==(const use_iterator_impl &x) const { return U == x.U; } 131 bool operator!=(const use_iterator_impl &x) const { return !operator==(x); } 145 UseT &operator*() const { 150 UseT *operator->() const { return &operator*(); } 152 operator use_iterator_impl<const UseT>() const { [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
Value.h | 78 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast) 120 template <typename UseT> // UseT == 'Use' or 'const Use' 130 bool operator==(const use_iterator_impl &x) const { return U == x.U; } 131 bool operator!=(const use_iterator_impl &x) const { return !operator==(x); } 145 UseT &operator*() const { 150 UseT *operator->() const { return &operator*(); } 152 operator use_iterator_impl<const UseT>() const { [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
Value.h | 78 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast) 120 template <typename UseT> // UseT == 'Use' or 'const Use' 130 bool operator==(const use_iterator_impl &x) const { return U == x.U; } 131 bool operator!=(const use_iterator_impl &x) const { return !operator==(x); } 145 UseT &operator*() const { 150 UseT *operator->() const { return &operator*(); } 152 operator use_iterator_impl<const UseT>() const { [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
Value.h | 78 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast) 120 template <typename UseT> // UseT == 'Use' or 'const Use' 130 bool operator==(const use_iterator_impl &x) const { return U == x.U; } 131 bool operator!=(const use_iterator_impl &x) const { return !operator==(x); } 145 UseT &operator*() const { 150 UseT *operator->() const { return &operator*(); } 152 operator use_iterator_impl<const UseT>() const { [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
Value.h | 78 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast) 120 template <typename UseT> // UseT == 'Use' or 'const Use' 130 bool operator==(const use_iterator_impl &x) const { return U == x.U; } 131 bool operator!=(const use_iterator_impl &x) const { return !operator==(x); } 145 UseT &operator*() const { 150 UseT *operator->() const { return &operator*(); } 152 operator use_iterator_impl<const UseT>() const { [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
Value.h | 78 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast) 120 template <typename UseT> // UseT == 'Use' or 'const Use' 130 bool operator==(const use_iterator_impl &x) const { return U == x.U; } 131 bool operator!=(const use_iterator_impl &x) const { return !operator==(x); } 145 UseT &operator*() const { 150 UseT *operator->() const { return &operator*(); } 152 operator use_iterator_impl<const UseT>() const { [all...] |