/frameworks/native/vulkan/libvulkan/ |
driver.cpp | 53 static const Hal& Get() { return hal_; } 54 static const hwvulkan_device_t& Device() { return *Get().dev_; } 56 int GetDebugReportIndex() const { return debug_report_index_; } 60 Hal(const Hal&) = delete; 61 Hal& operator=(const Hal&) = delete; 67 const hwvulkan_device_t* dev_; 73 CreateInfoWrapper(const VkInstanceCreateInfo& create_info, 74 const VkAllocationCallbacks& allocator); 76 const VkDeviceCreateInfo& create_info, 77 const VkAllocationCallbacks& allocator) [all...] |
/external/clang/test/Analysis/ |
stack-addr-ps.cpp | 5 const int& g() { 10 const int& g2() { 16 const int& g3() { 24 static const int &x = 3; // no warning 29 const int &get_reference1() { return get_value(); } // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}} 31 const int &get_reference2() { 32 const int &x = get_value(); // expected-note {{binding reference variable 'x' here}} 36 const int &get_reference3() { 37 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} 38 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here} [all...] |
/external/eigen/Eigen/src/Core/products/ |
CoeffBasedProduct.h | 144 inline CoeffBasedProduct(const CoeffBasedProduct& other) 149 inline CoeffBasedProduct(const Lhs& lhs, const Rhs& rhs) 161 EIGEN_STRONG_INLINE Index rows() const { return m_lhs.rows(); } 162 EIGEN_STRONG_INLINE Index cols() const { return m_rhs.cols(); } 164 EIGEN_STRONG_INLINE const Scalar coeff(Index row, Index col) const 174 EIGEN_STRONG_INLINE const Scalar coeff(Index index) const 177 const Index row = RowsAtCompileTime == 1 ? 0 : index [all...] |
/external/freetype/src/gzip/ |
zconf.h | 90 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */ 91 # define const macro
|
/external/llvm/include/llvm/Option/ |
ArgList.h | 36 const ArgList &Args; 51 typedef Arg * const * value_type; 52 typedef Arg * const & reference; 53 typedef Arg * const * pointer; 57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args, 64 operator const Arg*() { return *Current; } 65 reference operator*() const { return *Current; } 66 pointer operator->() const { return Current; } 134 const arglist_type &getArgs() const { return Args; [all...] |
/external/srtp/ |
config_in.h | 160 /* Define to empty if `const' does not conform to ANSI C. */ 161 #undef const macro
|
/external/valgrind/coregrind/m_demangle/ |
ansidecl.h | 28 const not defined `' 77 #undef const macro 99 #undef const macro 103 #define const macro 286 /* This is used to declare a const variable which should be visible 289 This is because the semantics of const are different in C and C++. 290 "extern const" is permitted in C but it looks strange, and gcc 293 #define EXPORTED_CONST extern const 295 #define EXPORTED_CONST const
|
/ndk/sources/host-tools/make-3.81/ |
getopt.c | 39 reject `defined (const)'. */ 40 # ifndef const 41 # define const macro 214 my_index (const char *str, int chr) 233 extern int strlen (const char *); 260 static char *const *original_argv; 266 store_args_and_env (int argc, char *const *argv) 383 static const char *_getopt_initialize (int, char *const *, const char *) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
ansidecl.h | 29 PTRCONST `void *const' `char *' 31 const not defined `' 59 int printf PARAMS ((const char *format, ...)); 62 printf VPARAMS ((const char *format, ...)) 82 printf VPARAMS ((const char *format, ...)) 87 VA_FIXEDARG (ap, const char *, format); 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 154 #define PTRCONST void *const 174 #undef const macro 193 #define CONST cons 222 #undef const macro 226 #define const macro [all...] |
/toolchain/binutils/binutils-2.25/include/ |
ansidecl.h | 29 PTRCONST `void *const' `char *' 31 const not defined `' 59 int printf PARAMS ((const char *format, ...)); 62 printf VPARAMS ((const char *format, ...)) 82 printf VPARAMS ((const char *format, ...)) 87 VA_FIXEDARG (ap, const char *, format); 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 154 #define PTRCONST void *const 174 #undef const macro 193 #define CONST cons 222 #undef const macro 226 #define const macro [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/ |
sh1.c | 152 #define const macro 156 static const char *str = "Hello, world\n"; 161 const char *s1, *s2;
|
/toolchain/binutils/binutils-2.25/libiberty/ |
getopt.c | 40 reject `defined (const)'. */ 41 # ifndef const macro 42 # define const 224 extern char *getenv (const char *); 231 my_index (const char *str, int chr) 250 extern int strlen (const char *); 277 static char *const *original_argv; 284 store_args_and_env (int argc, char *const *argv) 401 static const char *_getopt_initialize (int, char *const *, const char *) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
comutil.h | 49 BSTR WINAPI ConvertStringToBSTR(const char *pSrc); 56 _bstr_t(const _bstr_t &s) throw(); 57 _bstr_t(const char *s); 58 _bstr_t(const wchar_t *s); 59 _bstr_t(const _variant_t &var); 62 _bstr_t &operator=(const _bstr_t &s) throw(); 63 _bstr_t &operator=(const char *s); 64 _bstr_t &operator=(const wchar_t *s); 65 _bstr_t &operator=(const _variant_t &var); 66 _bstr_t &operator+=(const _bstr_t &s) [all...] |
/development/ndk/platforms/android-21/include/sys/ |
cdefs.h | 105 #define __const const /* define reserved names to standard */ 131 * Programs using the ANSI C keywords const, inline etc. as normal 135 #define const __const /* convert ANSI C keywords */ macro 152 * The following macro is used to remove const cast-away warnings 160 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) 172 * pure (no side effects) functions using "volatile" and "const";
|
/development/ndk/platforms/android-3/include/sys/ |
cdefs.h | 105 #define __const const /* define reserved names to standard */ 131 * Programs using the ANSI C keywords const, inline etc. as normal 135 #define const __const /* convert ANSI C keywords */ macro 152 * The following macro is used to remove const cast-away warnings 160 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) 172 * pure (no side effects) functions using "volatile" and "const";
|
/development/ndk/platforms/android-3/include/ |
zconf.h | 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */ 124 # define const /* note: need a more gentle solution here */ macro 278 typedef void const *voidpc; 282 typedef Byte const *voidpc;
|
/external/clang/include/clang/AST/ |
CanonicalType.h | 36 /// qualifiers (const, volatile, restrict) attached to it. 63 CanQual(const CanQual<U> &Other, 70 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); } 75 const T *getTypePtrOrNull() const { 80 operator QualType() const { return Stored; } 83 explicit operator bool() const { return !isNull(); } 85 bool isNull() const { 89 SplitQualType split() const { return Stored.split(); [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/ |
Checker.h | 31 static void _checkDecl(void *checker, const Decl *D, AnalysisManager& mgr, 33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); 36 static bool _handlesDecl(const Decl *D) { 50 static void _checkBody(void *checker, const Decl *D, AnalysisManager& mgr, 52 ((const CHECKER *)checker)->checkASTCodeBody(D, mgr, BR); 66 const TranslationUnitDecl *TU, 69 ((const CHECKER *)checker)->checkEndOfTranslationUnit(TU, mgr, BR); 84 static void _checkStmt(void *checker, const Stmt *S, CheckerContext &C) { 85 ((const CHECKER *)checker)->checkPreStmt(cast<STMT>(S), C); 88 static bool _handlesStmt(const Stmt *S) [all...] |
/external/llvm/include/llvm/ADT/ |
FoldingSet.h | 50 /// MyNode(const char *N, unsigned V) : Name(N), Value(V) {} 52 /// void Profile(FoldingSetNodeID &ID) const { 144 void *getNextInBucket() const { return NextInFoldingSetBucket; } 163 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos); 179 unsigned size() const { return NumNodes; } 182 bool empty() const { return NumNodes == 0; } 192 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0; 195 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash, 196 FoldingSetNodeID &TempID) const=0; 199 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0 [all...] |
/external/lzma/CPP/7zip/UI/FileManager/ |
ExtractCallback.h | 39 CGrowBuf(const CGrowBuf &buffer);
40 void operator=(const CGrowBuf &buffer);
59 operator const Byte *() const { return _items; };
60 size_t Size() const { return _size; }
134 bool IsStreamInMem() const
142 size_t GetMemStreamWrittenSize() const { return _pos; }
155 HRESULT CloseFile(const FString &path);
157 size_t GetPos() const { return _pos; }
160 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize); [all...] |
/external/skia/src/core/ |
SkTraceEvent.h | 20 // By default, const char* argument values are assumed to have long-lived scope 21 // and will not be copied. Use this macro to force a const char* to be copied. 75 // const uint8_t* 76 // TRACE_EVENT_API_GET_CATEGORY_GROUP_ENABLED(const char* category_group) 89 // const uint8_t* category_group_enabled, 90 // const char* name, 93 // const char** arg_names, 94 // const uint8_t* arg_types, 95 // const uint64_t* arg_values, 102 // const uint8_t* category_group_enabled [all...] |
/external/v8/src/tracing/ |
trace-event.h | 35 // By default, const char* asrgument values are assumed to have long-lived scope 36 // and will not be copied. Use this macro to force a const char* to be copied. 95 // const uint8_t* 96 // TRACE_EVENT_API_GET_CATEGORY_GROUP_ENABLED(const char* category_group) 111 // const uint8_t* category_group_enabled, 112 // const char* name, 116 // const char** arg_names, 117 // const uint8_t* arg_types, 118 // const uint64_t* arg_values, 125 // const uint8_t* category_group_enabled [all...] |
/frameworks/native/services/surfaceflinger/RenderEngine/ |
RenderEngine.cpp | 28 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name); 34 static bool findExtension(const char* exts, const char* name) { 39 const char* pos = exts; 162 EGLContext RenderEngine::getEGLConfig() const { 166 EGLContext RenderEngine::getEGLContext() const { 170 void RenderEngine::checkErrors() const { 180 RenderEngine::GlesVersion RenderEngine::parseGlesVersion(const char* str) { 198 void RenderEngine::fillRegionWithColor(const Region& region, uint32_t height, 201 Rect const* r = region.getArray(&c) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
iterator_facade.hpp | 111 , add_pointer<const value_type> 144 explicit postfix_increment_proxy(Iterator const& x) 153 operator*() const 170 explicit writable_postfix_increment_proxy(Iterator const& x) 179 writable_postfix_increment_proxy const& 180 operator*() const 186 operator value_type&() const 193 T const& operator=(T const& x) const [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/ |
cdefs.h | 105 #define __const const /* define reserved names to standard */ 131 * Programs using the ANSI C keywords const, inline etc. as normal 135 #define const __const /* convert ANSI C keywords */ macro 152 * The following macro is used to remove const cast-away warnings 160 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) 172 * pure (no side effects) functions using "volatile" and "const";
|