Searched refs:Append (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/libs/vr/libpdx/ |
D | serialization_tests.cpp | 754 expected.Append((1 << 5) - 1, 'x'); in TEST() 762 expected.Append((1 << 5), 'x'); in TEST() 770 expected.Append((1 << 8) - 1, 'x'); in TEST() 778 expected.Append((1 << 8), 'x'); in TEST() 786 expected.Append((1 << 16) - 1, 'x'); in TEST() 794 expected.Append((1 << 16), 'x'); in TEST() 815 expected.Append((1 << 5) - 1, 'x'); in TEST() 823 expected.Append((1 << 5), 'x'); in TEST() 831 expected.Append((1 << 8) - 1, 'x'); in TEST() 839 expected.Append((1 << 8), 'x'); in TEST() [all …]
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | ring_buffer.h | 30 void Append(const T& val) { in Append() function 37 void Append(T&& val) { in Append() function
|
/frameworks/ml/nn/runtime/test/ |
D | CtsMain.cpp | 25 testing::UnitTest::GetInstance()->listeners().Append(new android::nn::LogTestCaseToLogcat()); in main()
|
D | TestMain.cpp | 120 testing::UnitTest::GetInstance()->listeners().Append(new android::nn::LogTestCaseToLogcat()); in main()
|
/frameworks/compile/mclinker/lib/Support/ |
D | FileHandle.cpp | 54 if (FileHandle::Append == (pMode & FileHandle::Append)) in oflag()
|
/frameworks/av/cmds/stagefright/ |
D | WaveWriter.h | 49 void Append(const void *data, size_t size) { in Append() function
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | FileHandle.h | 41 Append = 0x04, enumerator
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | utility.h | 213 explicit Payload(size_type count, uint8_t value = 0) { Append(count, value); } 258 void Append(size_type count, uint8_t value) {
|
/frameworks/base/libs/androidfw/ |
D | ZipUtils.cpp | 109 bool Append(uint8_t* buf, size_t bufSize) override { in Append() function in BufferWriter
|
/frameworks/base/tools/aapt2/util/ |
D | Util.h | 165 StringBuilder& Append(const android::StringPiece& str);
|
/frameworks/native/libs/vr/libvrflinger/ |
D | display_surface.cpp | 384 acquired_buffers_.Append( in DequeueBuffersLocked()
|
/frameworks/base/ |
D | Android.bp | 991 // Append protoc-gen-cppstream tool's PATH otherwise aprotoc can't find the plugin tool
|