| /external/webrtc/webrtc/test/ |
| D | rtcp_packet_parser.h | 54 void Set(const RTCPUtility::RTCPPacketSR& sr) { in Set() function 72 void Set(const RTCPUtility::RTCPPacketRR& rr) { in Set() function 96 void Set(const RTCPUtility::RTCPPacketReportBlockItem& rb) { in Set() function 112 void Set() { ++num_packets_; } in Set() function 125 void Set(const RTCPUtility::RTCPPacketExtendedJitterReportItem& ij_item) { in Set() function 141 void Set() { ++num_packets_; } in Set() function 155 void Set(const RTCPUtility::RTCPPacketSDESCName& cname) { in Set() function 173 void Set(const RTCPUtility::RTCPPacketBYE& bye) { in Set() function 195 void Set(const RTCPUtility::RTCPPacketPSFBRPSI& rpsi) { in Set() function 214 void Set(const RTCPUtility::RTCPPacketAPP& app) { in Set() function [all …]
|
| /external/regex-re2/re2/testing/ |
| D | set_test.cc | 15 TEST(Set, Unanchored) { in TEST() argument 41 TEST(Set, UnanchoredFactored) { in TEST() argument 72 TEST(Set, UnanchoredDollar) { in TEST() argument 84 TEST(Set, Anchored) { in TEST() argument
|
| /external/llvm/unittests/ADT/ |
| D | SparseMultiSetTest.cpp | 21 USet Set; in TEST() local 42 USet Set; in TEST() local 82 USet Set; in TEST() local 163 USet Set; in TEST() local 216 ASet Set; in TEST() local
|
| D | SparseSetTest.cpp | 21 USet Set; in TEST() local 44 USet Set; in TEST() local 81 USet Set; in TEST() local 169 ASet Set; in TEST() local
|
| /external/pdfium/xfa/src/fxbarcode/common/ |
| D | BC_CommonByteArray.cpp | 55 void CBC_CommonByteArray::Set(int32_t index, int32_t value) { in Set() function in CBC_CommonByteArray 84 void CBC_CommonByteArray::Set(uint8_t* source, int32_t offset, int32_t count) { in Set() function in CBC_CommonByteArray 93 void CBC_CommonByteArray::Set(CFX_ByteArray* source, in Set() function in CBC_CommonByteArray
|
| D | BC_CommonByteMatrix.cpp | 49 void CBC_CommonByteMatrix::Set(int32_t x, int32_t y, int32_t value) { in Set() function in CBC_CommonByteMatrix 52 void CBC_CommonByteMatrix::Set(int32_t x, int32_t y, uint8_t value) { in Set() function in CBC_CommonByteMatrix
|
| /external/libchrome/base/threading/ |
| D | thread_local.h | 100 void Set(Type* ptr) { in Set() function 122 void Set(bool val) { in Set() function
|
| /external/v8/src/compiler/ |
| D | node-marker.h | 32 V8_INLINE void Set(Node* node, Mark mark) { in Set() function 71 V8_INLINE void Set(Node* node, State state) { in Set() function
|
| /external/drm_hwcomposer/ |
| D | autofd.h | 50 int Set(int fd) { in Set() function 86 int Set(int fd) { in Set() function
|
| /external/libchrome/base/posix/ |
| D | global_descriptors.cc | 50 void GlobalDescriptors::Set(Key key, int fd) { in Set() function in base::GlobalDescriptors 54 void GlobalDescriptors::Set(Key key, in Set() function in base::GlobalDescriptors
|
| /external/v8/src/ |
| D | identity-map.h | 89 void Set(Handle<Object> key, V v) { Set(*key, v); } in Set() function 90 void Set(Object* key, V v) { *(reinterpret_cast<V*>(GetEntry(key))) = v; } in Set() function
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
| D | locked_bandwidth_info.h | 33 void Set(const IsacBandwidthInfo& bwinfo) { in Set() function
|
| /external/libchrome/base/synchronization/ |
| D | cancellation_flag.cc | 11 void CancellationFlag::Set() { in Set() function in base::CancellationFlag
|
| /external/google-breakpad/src/testing/gtest/samples/ |
| D | sample2.cc | 51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/ |
| D | sample2.cc | 51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
|
| /external/protobuf/gtest/samples/ |
| D | sample2.cc | 51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
|
| /external/pdfium/core/include/fxcrt/ |
| D | fx_coordinates.h | 33 void Set(baseType x, baseType y) { FXT_PSV::x = x, FXT_PSV::y = y; } in Set() function 34 void Set(const FXT_PSV& psv) { FXT_PSV::x = psv.x, FXT_PSV::y = psv.y; } in Set() function 114 void Set(baseType newx, baseType newy) { in Set() function 118 void Set(const FXT_PSV& psv) { FXT_PSV::x = psv.x, FXT_PSV::y = psv.y; } in Set() function 119 void Set(const FXT_POINT& p1, const FXT_POINT& p2) { in Set() function 194 void Set(baseType left, baseType top, baseType width, baseType height) { in Set() function 198 void Set(baseType left, baseType top, const FXT_SIZE& size) { in Set() function 201 void Set(const FXT_POINT& p, baseType width, baseType height) { in Set() function 204 void Set(const FXT_POINT& p1, const FXT_POINT& p2) { in Set() function 208 void Set(const FXT_POINT& p, const FXT_VECTOR& v) { in Set() function
|
| /external/webrtc/webrtc/base/ |
| D | event.cc | 41 void Event::Set() { in Set() function in rtc::Event
|
| /external/webrtc/webrtc/system_wrappers/source/ |
| D | event.cc | 34 bool Set() override { in Set() function in webrtc::EventWrapperImpl
|
| D | event_timer_win.cc | 35 bool EventTimerWin::Set() { in Set() function in webrtc::EventTimerWin
|
| /external/chromium-trace/catapult/dashboard/dashboard/ |
| D | stored_object.py | 59 def Set(key, value): function 165 def Set(cls, key, value): member in MultipartCache
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
| D | gtest-filepath.h | 73 void Set(const FilePath& rhs) { in Set() function
|
| /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/ |
| D | loudest_filter.h | 32 void Set(int audio_level, uint32_t last_time_ms) { in Set() function
|
| /external/gtest/include/gtest/internal/ |
| D | gtest-filepath.h | 73 void Set(const FilePath& rhs) { in Set() function
|
| /external/libchrome/base/files/ |
| D | scoped_temp_dir.cc | 49 bool ScopedTempDir::Set(const FilePath& path) { in Set() function in base::ScopedTempDir
|