Home
last modified time | relevance | path

Searched defs:Set (Results 1 – 25 of 207) sorted by relevance

123456789

/external/webrtc/webrtc/test/
Drtcp_packet_parser.h54 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/
Dset_test.cc15 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/
DSparseMultiSetTest.cpp21 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
DSparseSetTest.cpp21 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/
DBC_CommonByteArray.cpp55 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
DBC_CommonByteMatrix.cpp49 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/
Dthread_local.h100 void Set(Type* ptr) { in Set() function
122 void Set(bool val) { in Set() function
/external/v8/src/compiler/
Dnode-marker.h32 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/
Dautofd.h50 int Set(int fd) { in Set() function
86 int Set(int fd) { in Set() function
/external/libchrome/base/posix/
Dglobal_descriptors.cc50 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/
Didentity-map.h89 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/
Dlocked_bandwidth_info.h33 void Set(const IsacBandwidthInfo& bwinfo) { in Set() function
/external/libchrome/base/synchronization/
Dcancellation_flag.cc11 void CancellationFlag::Set() { in Set() function in base::CancellationFlag
/external/google-breakpad/src/testing/gtest/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/external/protobuf/gtest/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h33 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/
Devent.cc41 void Event::Set() { in Set() function in rtc::Event
/external/webrtc/webrtc/system_wrappers/source/
Devent.cc34 bool Set() override { in Set() function in webrtc::EventWrapperImpl
Devent_timer_win.cc35 bool EventTimerWin::Set() { in Set() function in webrtc::EventTimerWin
/external/chromium-trace/catapult/dashboard/dashboard/
Dstored_object.py59 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/
Dgtest-filepath.h73 void Set(const FilePath& rhs) { in Set() function
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
Dloudest_filter.h32 void Set(int audio_level, uint32_t last_time_ms) { in Set() function
/external/gtest/include/gtest/internal/
Dgtest-filepath.h73 void Set(const FilePath& rhs) { in Set() function
/external/libchrome/base/files/
Dscoped_temp_dir.cc49 bool ScopedTempDir::Set(const FilePath& path) { in Set() function in base::ScopedTempDir

123456789