/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/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;
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/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;
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/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;
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/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;
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/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;
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/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;
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/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;
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/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;
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/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;
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/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;
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/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;
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/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;
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/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;
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/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;
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/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;
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/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;
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/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;
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/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;
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/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/chromium_org/third_party/jinja2/ |
nodes.py | 430 class Const(Literal): 443 """Return a const object if the value is representable as 679 def const(obj): function in function:Slice.as_const 683 return slice(const(self.start), const(self.stop), const(self.step)) 898 EvalContextModifier(options=[Keyword('autoescape', Const(True))])
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 375 #define IID_MAGIC_DELETE_THIS (*(const IID*)((intptr_t)-(int)(sizeof(IID) - 1))) 526 refcnt_ptr(const refcnt_ptr<U, UTraits>& c) 543 refcnt_ptr& operator =(const refcnt_ptr<U, UTraits>& q) 575 const T* operator ->() const 586 bool operator !() const 593 operator unspecified_bool_type() const 624 ComPtr& operator =(const refcnt_ptr<U, UTraits>& q) 640 bool operator ==(const refcnt_ptr<T, TTraits>& a, const refcnt_ptr<U, UTraits>& b [all...] |
/external/clang/test/Preprocessor/ |
cxx_oper_keyword_ms_compat.cpp | 29 #define const macro 114 const
|
/external/clang/test/SemaCXX/ |
conversion-function.cpp | 5 operator int() const; 27 void operator bool(int, ...) const; // expected-error{{conversion function cannot have a return type}} \ 30 operator float(...) const; // expected-error{{conversion function cannot be variadic}} 54 operator A&() const; // expected-warning{{conversion function converting 'B' to its base class 'A' will never be used}} 55 operator const void() const; // expected-warning{{conversion function converting 'B' to 'const void' will never be used}} 56 operator const B(); // expected-warning{{conversion function converting 'B' to itself will never be used}} 63 Flop(const Flip&); // expected-note{{candidate constructor}} 66 operator Flop() const; // expected-note{{candidate function} [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 375 #define IID_MAGIC_DELETE_THIS (*(const IID*)((intptr_t)-(int)(sizeof(IID) - 1))) 526 refcnt_ptr(const refcnt_ptr<U, UTraits>& c) 543 refcnt_ptr& operator =(const refcnt_ptr<U, UTraits>& q) 575 const T* operator ->() const 586 bool operator !() const 593 operator unspecified_bool_type() const 624 ComPtr& operator =(const refcnt_ptr<U, UTraits>& q) 640 bool operator ==(const refcnt_ptr<T, TTraits>& a, const refcnt_ptr<U, UTraits>& b [all...] |
/external/oprofile/libpopt/ |
config.h | 246 /* Define as const if the declaration of iconv() needs const. */ 306 /* Define to empty if `const' does not conform to ANSI C. */ 307 #undef const macro
|