Searched
full:pure (Results
276 -
300 of
1798) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
compiler-gcc.h | 21 #define __attribute_pure__ __attribute__((pure))
|
/frameworks/native/include/ui/ |
TVecHelpers.h | 30 #define PURE __attribute__((pure)) 124 BASE<T> PURE operator +(const BASE<T>& lv, const BASE<RT>& rv) { 129 BASE<T> PURE operator -(const BASE<T>& lv, const BASE<RT>& rv) { 140 BASE<T> PURE operator +(const BASE<T>& lv, const BASE<T>& rv) { 144 BASE<T> PURE operator -(const BASE<T>& lv, const BASE<T>& rv) { 205 BASE<T> PURE operator *(const BASE<T>& lv, const BASE<RT>& rv) { 210 BASE<T> PURE operator /(const BASE<T>& lv, const BASE<RT>& rv) { 221 BASE<T> PURE operator *(const BASE<T>& lv, const BASE<T>& rv) { 225 BASE<T> PURE operator /(const BASE<T>& lv, const BASE<T>& rv) [all...] |
/external/chromium_org/tools/clang/plugins/tests/ |
overridden_methods.cpp | 14 // Should not warn about pure virtual methods. 38 // Should warn even if overridden method isn't pure.
|
/external/clang/test/CXX/class/ |
p2-0x.cpp | 31 struct A final { virtual void func() = 0; }; // expected-warning {{abstract class is marked 'final'}} expected-note {{unimplemented pure virtual method 'func' in 'A'}} 32 struct B { virtual void func() = 0; }; // expected-note {{unimplemented pure virtual method 'func' in 'C'}}
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_parse.py | 55 def __init__(self, type, norm, pure, size, name = ''): 58 self.pure = pure 67 if self.pure: 73 return self.type == other.type and self.norm == other.norm and self.pure == other.pure and self.size == other.size 164 if channel.pure != ref_channel.pure: 283 pure = False 286 pure = Tru [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_parse.py | 55 def __init__(self, type, norm, pure, size, name = ''): 58 self.pure = pure 67 if self.pure: 73 return self.type == other.type and self.norm == other.norm and self.pure == other.pure and self.size == other.size 164 if channel.pure != ref_channel.pure: 283 pure = False 286 pure = Tru [all...] |
Completed in 1025 milliseconds
<<11121314151617181920>>