| /external/clang/test/SemaObjC/ |
| D | sizeof-interface.m | 6 int g0 = sizeof(I0); // expected-error{{invalid application of 'sizeof' to an incomplete type 'I0'}} function 26 int g1[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not support… function 35 int g2[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not supported… function 67 …unsigned long attributeRuns[1024 + sizeof(I)]; // expected-error {{application of 'sizeof' to inte… field
|
| D | enum-fixed-type.m | 11 int array[sizeof(Enumeration) == sizeof(long)? 1 : -1]; function
|
| /external/eigen/test/ |
| D | sizeof.cpp | 21 EIGEN_DECLARE_TEST(sizeof) in EIGEN_DECLARE_TEST() argument
|
| /external/clang/test/CodeGenObjC/ |
| D | encode-test-3.m | 15 int a[sizeof(@encode(int)) == 2 ? 1 : -1]; // Type is char[2] function
|
| /external/python/cffi/doc/source/ |
| D | ref.rst | 346 .. _ffi-offsetof: 347 .. _ffi-addressof:
|
| /external/python/cffi/testing/cffi0/ |
| D | test_cdata.py | 9 def sizeof(self, name): member in FakeBackend
|
| D | test_parsing.py | 11 def sizeof(self, name): member in FakeBackend
|
| /external/autotest/client/bin/input/ |
| D | linux_ioctl.py | 42 def sizeof(t): function
|
| /external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
| D | LocaleData.java | 229 private static int sizeof(int[] array) { in sizeof() method in LocaleData
|
| /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
| D | LocaleData.java | 229 private static int sizeof(int[] array) { in sizeof() method in LocaleData
|
| /external/clang/test/Preprocessor/ |
| D | cxx_oper_keyword_ms_compat.cpp | 80 #define sizeof macro
|
| /external/flatbuffers/net/FlatBuffers/ |
| D | FlatBufferBuilder.cs | 471 StartVector(sizeof(int), offsets.Length, sizeof(int)); in sizeof() method
|
| /external/mesa3d/src/intel/perf/ |
| D | gen_perf.py | 334 def sizeof(c_type): function
|
| /external/clang/utils/ABITest/ |
| D | TypeGen.py | 52 def sizeof(self): member in BuiltinType
|
| /external/python/cpython2/Lib/plat-irix6/ |
| D | IOCTL.py | 28 def sizeof(t): import struct; return struct.calcsize(t) function
|
| /external/python/cffi/cffi/ |
| D | api.py | 213 def sizeof(self, cdecl): member in FFI
|
| D | backend_ctypes.py | 987 def sizeof(self, cdata_or_BType): member in CTypesBackend
|
| /external/python/cpython2/Lib/plat-irix5/ |
| D | IOCTL.py | 28 def sizeof(t): import struct; return struct.calcsize(t) function
|