/external/clang/test/CodeGenObjC/ |
D | objc-container-subscripting.m | 3 typedef unsigned int size_t; typedef 8 - (id)objectAtIndexedSubscript:(size_t)index; argument 9 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument 15 - (id)objectAtIndexedSubscript:(size_t)index; argument 16 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
|
D | objc-container-subscripting-1.m | 3 typedef unsigned int size_t; typedef 7 - (id)objectAtIndexedSubscript:(size_t)index; argument 8 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
|
/external/clang/test/Rewriter/ |
D | objc-modern-container-subscript.mm | 5 typedef unsigned long size_t; typedef 13 - (id)objectAtIndexedSubscript:(size_t)index; argument 14 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument 20 - (id)objectAtIndexedSubscript:(size_t)index; argument 21 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
|
/external/clang/test/SemaObjC/ |
D | objc-container-subscripting-2.m | 3 typedef unsigned int size_t; typedef 7 - (id)objectAtIndexedSubscript:(size_t)index; argument 8 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument 13 - (void)setObject:(id)object forKeyedSubscript:(size_t)key; argument
|
/external/libbrillo/brillo/streams/ |
D | memory_containers.cc | 77 size_t /* size_to_write */, in Write() argument 79 size_t* /* size_written */, in Write() argument 84 bool ContiguousReadOnlyBufferBase::Resize(size_t /* new_size */, in Resize() argument 89 void* ContiguousReadOnlyBufferBase::GetBuffer(size_t /* offset */, in GetBuffer() argument
|
/external/clang/test/CodeGenObjCXX/ |
D | objc-container-subscripting-1.mm | 3 typedef unsigned int size_t; typedef 8 - (id)objectAtIndexedSubscript:(size_t)index; argument 9 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
|
D | objc-container-subscripting.mm | 3 typedef unsigned int size_t; typedef 7 - (id)objectAtIndexedSubscript:(size_t)index; argument 8 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_stream_socket.hpp | 344 void (asio::error_code, std::size_t)) in ASIO_INITFN_RESULT_TYPE() 396 void (asio::error_code, std::size_t)) in ASIO_INITFN_RESULT_TYPE() 554 void (asio::error_code, std::size_t)) in ASIO_INITFN_RESULT_TYPE() 607 void (asio::error_code, std::size_t)) in ASIO_INITFN_RESULT_TYPE() 717 void (asio::error_code, std::size_t)) in ASIO_INITFN_RESULT_TYPE() 830 void (asio::error_code, std::size_t)) in ASIO_INITFN_RESULT_TYPE()
|
/external/clang/test/Analysis/ |
D | new-with-exceptions.cpp | 6 typedef __typeof__(sizeof(int)) size_t; typedef 10 inline void* operator new(size_t, void* __p) throw() in operator new() argument
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
D | p8.cpp | 3 using size_t = decltype(sizeof(int)); typedef 4 constexpr const char *operator "" _id(const char *p, size_t) { return p; } in operator ""_id() argument
|
/external/drm_hwcomposer/ |
D | platform.cpp | 40 std::map<size_t, DrmHwcLayer *> &layers, bool use_squash_fb, DrmCrtc *crtc, in ProvisionPlanes() 93 std::map<size_t, DrmHwcLayer *> &layers, DrmCrtc *crtc, in ProvisionPlanes() 145 std::map<size_t, DrmHwcLayer *> &layers, DrmCrtc *crtc, in ProvisionPlanes()
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/ |
D | SRWebSocket.m | 171 …nner:(stream_scanner)scanner handler:(data_callback)handler bytesNeeded:(size_t)bytesNeeded readTo… argument 192 - (void)_addConsumerWithDataLength:(size_t)dataLength callback:(data_callback)callback readToCurren… argument 193 …ithScanner:(stream_scanner)consumer callback:(data_callback)callback dataLength:(size_t)dataLength; argument 194 - (void)_readUntilBytes:(const void *)bytes length:(size_t)length callback:(data_callback)dataHandl… argument 1124 - (void)_addConsumerWithDataLength:(size_t)dataLength callback:(data_callback)callback readToCurren… argument 1133 …ithScanner:(stream_scanner)consumer callback:(data_callback)callback dataLength:(size_t)dataLength; argument 1148 - (void)_readUntilBytes:(const void *)bytes length:(size_t)length callback:(data_callback)dataHandl… argument 1512 - (void)setupWithScanner:(stream_scanner)scanner handler:(data_callback)handler bytesNeeded:(size_t… argument 1546 …nner:(stream_scanner)scanner handler:(data_callback)handler bytesNeeded:(size_t)bytesNeeded readTo… argument
|
/external/compiler-rt/test/msan/Linux/ |
D | xattr.cc | 58 size_t test_list(ssize_t fun(char*, size_t), char **buf) { in test_list() argument 80 bool test_get_single_attr(ssize_t fun(const char *, char *, size_t), in test_get_single_attr() argument 105 void test_get(ssize_t fun(const char *, char *, size_t), const char *attr_list, in test_get() argument
|
/external/zopfli/src/zopfli/ |
D | util.h | 152 #define ZOPFLI_APPEND_DATA(/* T */ value, /* T** */ data, /* size_t* */ size) {\ argument 163 #define ZOPFLI_APPEND_DATA(/* T */ value, /* T** */ data, /* size_t* */ size) {\ argument
|
/external/clang/test/CodeGenCXX/ |
D | 2010-07-23-DeclLoc.cpp | 9 typedef __darwin_size_t size_t; typedef 25 typedef uint32_t size_t; typedef in Pointer32 30 typedef uint64_t size_t; typedef in Pointer64
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p8.cpp | 3 using size_t = decltype(sizeof(int)); typedef 33 constexpr void *S::operator new(size_t) noexcept { return 0; } in operator new() argument
|
/external/libchrome/base/posix/ |
D | safe_strerror.cc | 39 char *(*strerror_r_ptr)(int, char *, size_t), in wrap_posix_strerror_r() argument 62 int (*strerror_r_ptr)(int, char *, size_t), in wrap_posix_strerror_r() argument
|
/external/clang/test/CXX/special/class.dtor/ |
D | p9.cpp | 4 typedef typeof(sizeof(int)) size_t; typedef 38 …static void operator delete(void *, size_t) {}; // expected-note {{member 'operator delete' declar… in operator delete() argument
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | context.cpp | 32 size_t, void *), in clCreateContext() argument 63 const char *, const void *, size_t, void *), in clCreateContextFromType() argument
|
/external/bsdiff/ |
D | extents_file.cc | 80 bool ExtentsFile::IOOperation(bool (FileInterface::*io_op)(T*, size_t, size_t*), in IOOperation() argument
|
/external/skia/include/core/ |
D | SkTextBlob.h | 64 void* operator new(size_t) { in new() argument 68 void* operator new(size_t, void* p) { return p; } in new() argument
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkSpirVAsm.cpp | 147 void disassembleSpirV (size_t, const deUint32*, std::ostream*) in disassembleSpirV() argument 152 bool validateSpirV (size_t, const deUint32*, std::ostream*) in validateSpirV() argument
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-for-malloc.h | 8 typedef __typeof(sizeof(int)) size_t; typedef
|
/external/clang/test/Modules/Inputs/System/usr/include/ |
D | stdlib.h | 1 typedef __SIZE_TYPE__ size_t; typedef
|
/external/clang/test/Headers/Inputs/include/ |
D | stdlib.h | 2 typedef __SIZE_TYPE__ size_t; typedef
|