/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/ |
D | Contents.json | 5 "size" : "29x29", string 10 "size" : "29x29", string 15 "size" : "29x29", string 20 "size" : "40x40", string 25 "size" : "40x40", string 29 "size" : "57x57", string 35 "size" : "57x57", string 41 "size" : "60x60", string 47 "size" : "60x60", string 54 "size" : "29x29", string [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Assets.xcassets/AppIcon.appiconset/ |
D | Contents.json | 5 "size" : "29x29", string 10 "size" : "29x29", string 15 "size" : "40x40", string 20 "size" : "40x40", string 25 "size" : "60x60", string 30 "size" : "60x60", string 35 "size" : "29x29", string 40 "size" : "29x29", string 45 "size" : "40x40", string 50 "size" : "40x40", string [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Assets.xcassets/AppIcon.appiconset/ |
D | Contents.json | 5 "size" : "16x16", string 10 "size" : "16x16", string 15 "size" : "32x32", string 20 "size" : "32x32", string 25 "size" : "128x128", string 30 "size" : "128x128", string 35 "size" : "256x256", string 40 "size" : "256x256", string 45 "size" : "512x512", string 50 "size" : "512x512", string
|
/frameworks/layoutlib/bridge/src/dalvik/system/ |
D | VMRuntime_Delegate.java | 36 int size = ((minLength & 1) == 0) ? minLength + 1 : minLength; in newUnpaddedArray() local 42 int size = dataBytes / 2; in newUnpaddedArray() local 45 int size = ((minLength & 1) == 0) ? minLength + 1 : minLength; in newUnpaddedArray() local 51 int size = dataBytes; in newUnpaddedArray() local 57 int size = dataBytes; in newUnpaddedArray() local 63 int size = dataBytes / 2; in newUnpaddedArray() local 66 int size = ((minLength & 1) == 0) ? minLength + 1 : minLength; in newUnpaddedArray() local
|
/frameworks/av/media/libmedia/ |
D | MidiIoWrapper.cpp | 28 static int readAt(void *handle, void *buffer, int pos, int size) { in readAt() 31 static int size(void *handle) { in size() function 45 MidiIoWrapper::MidiIoWrapper(int fd, off64_t offset, int64_t size) { in MidiIoWrapper() 67 virtual ssize_t readAt(off64_t offset, void *data, size_t size) { in readAt() 72 virtual status_t getSize(off64_t *size) { in getSize() 110 int MidiIoWrapper::readAt(void *buffer, int offset, int size) { in readAt() 127 int MidiIoWrapper::size() { in size() function in android::MidiIoWrapper
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | CodedOutputStreamTest.java | 66 OutputStreamCoder(int size) { in OutputStreamCoder() 91 ArrayCoder(int size) { in ArrayCoder() 117 NioHeapCoder(int size) { in NioHeapCoder() 121 NioHeapCoder(int size, int initialPosition) { in NioHeapCoder() 155 NioDirectCoder(int size) { in NioDirectCoder() 159 NioDirectCoder(int size, int initialPosition) { in NioDirectCoder() 191 Coder newCoder(int size) { in ARRAY() 197 Coder newCoder(int size) { in NIO_HEAP() 203 Coder newCoder(int size) { in NIO_DIRECT() 209 Coder newCoder(int size) { in STREAM() [all …]
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | buffer_wrapper.h | 32 BufferWrapper(pointer buffer, size_type capacity, size_type size) in BufferWrapper() 37 BufferWrapper(pointer buffer, size_type size) in BufferWrapper() 79 size_type size() const { return end_; } in size() function 83 void resize(size_type size) { in resize() 132 size_type size() const { return buffer_.size(); } in size() function 136 void resize(size_type size) { buffer_.resize(size); } in resize() 137 void reserve(size_type size) { buffer_.reserve(size); } in reserve() 150 BufferWrapper<T*> WrapBuffer(T* buffer, SizeType size) { in WrapBuffer() 155 BufferWrapper<std::uint8_t*> WrapBuffer(void* buffer, SizeType size) { in WrapBuffer() 161 SizeType size) { in WrapBuffer()
|
D | array_wrapper.h | 32 ArrayWrapper(pointer buffer, size_type capacity, size_type size) in ArrayWrapper() 37 ArrayWrapper(pointer buffer, size_type size) in ArrayWrapper() 79 size_type size() const { return end_; } in size() function 86 void resize(size_type size) { in resize() 103 ArrayWrapper<T> WrapArray(T* buffer, SizeType size) { in WrapArray()
|
D | string_wrapper.h | 34 StringWrapper(pointer buffer, size_type capacity, size_type size) in StringWrapper() 39 StringWrapper(pointer buffer, size_type size) in StringWrapper() 84 size_type size() const { return end_; } in size() function 89 void resize(size_type size) { in resize() 116 StringWrapper<T> WrapString(T* s, SizeType size) { in WrapString()
|
/frameworks/native/libs/gui/ |
D | BufferItem.cpp | 65 static void addAligned(size_t& size, T /* value */) { in addAligned() 71 size_t size = 0; in getPodSize() local 93 size_t size = sizeof(uint32_t); // Flags in getFlattenedSize() local 120 static void writeAligned(void*& buffer, size_t& size, T value) { in writeAligned() 126 void*& buffer, size_t& size, int*& fds, size_t& count) const { in flatten() 188 static void readAligned(const void*& buffer, size_t& size, T& value) { in readAligned() 194 void const*& buffer, size_t& size, int const*& fds, size_t& count) { in unflatten()
|
/frameworks/base/tools/aapt2/io/ |
D | Data.h | 53 size_t size() const override { return len_; } in size() function 55 bool Next(const void** data, size_t* size) override { in Next() 102 size_t size() const override { return map_.getDataLength(); } in size() function 104 bool Next(const void** data, size_t* size) override { in Next() 144 MallocData(std::unique_ptr<const uint8_t[]> data, size_t size) in MallocData() 150 size_t size() const override { return size_; } in size() function 152 bool Next(const void** data, size_t* size) override { in Next() 199 size_t size() const override { return 0u; } in size() function
|
/frameworks/compile/mclinker/unittests/ |
D | LEB128Test.cpp | 44 size_t size; in TEST_F() local 90 size_t size; in TEST_F() local 136 size_t size; in TEST_F() local 195 size_t size; in TEST_F() local 230 size_t size; in TEST_F() local 297 size_t size; in TEST_F() local 414 size_t size; in TEST_F() local 496 size_t size; in TEST_F() local 512 size_t size; in TEST_F() local
|
/frameworks/base/core/java/android/app/usage/ |
D | EventList.java | 42 public int size() { in size() method in EventList 69 final int size = mEvents.size(); in insert() local 90 final int size = mEvents.size(); in firstIndexOnOrAfter() local 115 final int size = events.size(); in merge() local
|
/frameworks/av/media/libaudiohal/impl/ |
D | EffectBufferHalHidl.cpp | 43 size_t size, sp<EffectBufferHalInterface>* buffer) { in allocate() 48 void* external, size_t size, sp<EffectBufferHalInterface>* buffer) { in mirror() 58 EffectBufferHalHidl::EffectBufferHalHidl(size_t size) in EffectBufferHalHidl() 132 void EffectBufferHalHidl::update(size_t size) { in update() 140 void EffectBufferHalHidl::commit(size_t size) { in commit()
|
/frameworks/native/libs/gui/bufferqueue/1.0/ |
D | Conversion.cpp | 166 hidl_vec<uint8_t> inHidlBytes(void const* l, size_t size) { in inHidlBytes() 180 hidl_vec<uint8_t> toHidlBytes(void const* l, size_t size) { in toHidlBytes() 248 size_t size = numInts * sizeof(int32_t); in convertTo() local 374 void const*& buffer, size_t& size, int const*& fds, size_t& numFds) { in unflattenFence() 417 void*& buffer, size_t& size, int*& fds, size_t& numFds) { in flattenFence() 462 size_t size = baseSize; in wrapAs() local 524 size_t size = baseSize; in convertTo() local 596 void*& buffer, size_t& size, int*& fds, size_t& numFds) { in flatten() 636 void const*& buffer, size_t& size, int const*& fds, size_t& numFds) { in unflatten() 733 void const*& buffer, size_t& size, int const*& fds, size_t& numFds) { in unflatten() [all …]
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetTransformFeedbackVarying.java | 9 int[] size, in glGetTransformFeedbackVarying() 27 java.nio.IntBuffer size, in glGetTransformFeedbackVarying() 39 java.nio.IntBuffer size, in glGetTransformFeedbackVarying() 49 int[] size, in glGetTransformFeedbackVarying() 60 java.nio.IntBuffer size, in glGetTransformFeedbackVarying()
|
/frameworks/ex/framesequence/jni/ |
D | Stream.cpp | 42 size_t Stream::peek(void* buffer, size_t size) { in peek() 60 size_t Stream::read(void* buffer, size_t size) { in read() 110 size_t MemoryStream::doRead(void* buffer, size_t size) { in doRead() 118 size_t FileStream::doRead(void* buffer, size_t size) { in doRead() 122 size_t JavaInputStream::doRead(void* dstBuffer, size_t size) { in doRead()
|
/frameworks/base/core/java/com/android/internal/infra/ |
D | AbstractMultiplePendingRequestsRemoteService.java | 56 final int size = mPendingRequests.size(); in handlePendingRequests() local 68 final int size = mPendingRequests.size(); in handleOnDestroy() local 80 final int size = mPendingRequests.size(); in handleBindFailure() local 97 final int size = mPendingRequests == null ? 0 : mPendingRequests.size(); in dump() local
|
/frameworks/native/libs/sensor/ |
D | BitTube.cpp | 71 size_t size = DEFAULT_SOCKET_BUFFER_SIZE; in init() local 105 ssize_t BitTube::write(void const* vaddr, size_t size) in write() 116 ssize_t BitTube::read(void* vaddr, size_t size) in read() 147 ssize_t size = tube->write(vaddr, count*objSize); in sendObjects() local 162 ssize_t size = tube->read(vaddr, count*objSize); in recvObjects() local
|
/frameworks/native/libs/binder/ |
D | MemoryHeapBase.cpp | 43 MemoryHeapBase::MemoryHeapBase(size_t size, uint32_t flags, char const * name) in MemoryHeapBase() 60 MemoryHeapBase::MemoryHeapBase(const char* device, size_t size, uint32_t flags) in MemoryHeapBase() 79 MemoryHeapBase::MemoryHeapBase(int fd, size_t size, uint32_t flags, off_t offset) in MemoryHeapBase() 88 status_t MemoryHeapBase::init(int fd, void *base, size_t size, int flags, const char* device) in init() 101 status_t MemoryHeapBase::mapfd(int fd, size_t size, off_t offset) in mapfd()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | native_frame.cpp | 22 NativeFrame::NativeFrame(int size) : data_(NULL), size_(size), capacity_(size) { in NativeFrame() 30 bool NativeFrame::WriteData(const uint8_t* data, int offset, int size) { in WriteData() 38 bool NativeFrame::SetData(uint8_t* data, int size) { in SetData()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.cc | 58 ArrayInputStream::ArrayInputStream(const void* data, int size, in ArrayInputStream() 70 bool ArrayInputStream::Next(const void** data, int* size) { in Next() 112 ArrayOutputStream::ArrayOutputStream(void* data, int size, int block_size) in ArrayOutputStream() 123 bool ArrayOutputStream::Next(void** data, int* size) { in Next() 159 bool StringOutputStream::Next(void** data, int* size) { in Next() 218 bool LazyStringOutputStream::Next(void** data, int* size) { in Next() 266 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { in Next() 376 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { in Next()
|
D | zero_copy_stream_impl.cc | 90 bool FileInputStream::Next(const void** data, int* size) { in Next() 138 int FileInputStream::CopyingFileInputStream::Read(void* buffer, int size) { in Read() 193 bool FileOutputStream::Next(void** data, int* size) { in Next() 237 const void* buffer, int size) { in Write() 280 bool IstreamInputStream::Next(const void** data, int* size) { in Next() 304 void* buffer, int size) { in Read() 324 bool OstreamOutputStream::Next(void** data, int* size) { in Next() 345 const void* buffer, int size) { in Write() 360 bool ConcatenatingInputStream::Next(const void** data, int* size) { in Next() 426 bool LimitingInputStream::Next(const void** data, int* size) { in Next()
|
/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
D | RDsp.h | 59 const size_t size = v.size(); in fillRectangular() local 67 const size_t size = v.size(); in fillTriangular() local 91 const size_t size = v.size(); in fillHamming() local 116 const size_t size = v.size(); in fillHanning() local 141 static void fill_window(T &v, int type, size_t size, size_t overlap) { in fill_window()
|
/frameworks/av/media/libstagefright/timedtext/ |
D | TextDescriptions2.cpp | 27 const uint8_t *data, ssize_t size, in getPlayerMessageOfDescriptions() 48 const uint8_t *data, ssize_t size, int timeMs, PlayerMessage *playerMsg) { in extractSRTLocalDescriptions() 62 const uint8_t *data, ssize_t size, in extract3GPPLocalDescriptions() 137 const uint8_t *data, ssize_t size, PlayerMessage *playerMsg) { in extract3GPPGlobalDescriptions()
|