Home
last modified time | relevance | path

Searched refs:AddToList (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/
Dnack_tracker.cc104 AddToList(sequence_number_current_received_rtp); in UpdateList()
122 void NackTracker::AddToList(uint16_t sequence_number_current_received_rtp) { in AddToList() function in webrtc::NackTracker
Dnack_tracker.h144 void AddToList(uint16_t sequence_number_current_received_rtp);
/external/tensorflow/tensorflow/core/common_runtime/
Dpool_allocator.cc151 AddToList(pr); in DeallocateRaw()
192 void PoolAllocator::AddToList(PtrRecord* pr) { in AddToList() function in tensorflow::PoolAllocator
Dpool_allocator.h115 void AddToList(PtrRecord* pr) TF_EXCLUSIVE_LOCKS_REQUIRED(mutex_);
/external/pdfium/third_party/lcms/src/
Dcmscgats.c1166 KEYVALUE* AddToList(cmsIT8* it8, KEYVALUE** Head, const char *Key, const char *Subkey, const char* … in AddToList() function
1236 return AddToList(it8, &it8->ValidKeywords, Key, NULL, NULL, as); in AddAvailableProperty()
1243 return AddToList(it8, &it8->ValidSampleID, Key, NULL, NULL, WRITE_UNCOOKED); in AddAvailableSampleID()
1356 return AddToList(it8, &GetTable(it8)->HeaderList, "# ", NULL, Val, WRITE_UNCOOKED) != NULL; in cmsIT8SetComment()
1367 return AddToList(it8, &GetTable(it8)->HeaderList, Key, NULL, Val, WRITE_STRINGIFY) != NULL; in cmsIT8SetPropertyStr()
1377 return AddToList(it8, &GetTable(it8)->HeaderList, cProp, NULL, Buffer, WRITE_UNCOOKED) != NULL; in cmsIT8SetPropertyDbl()
1387 … return AddToList(it8, &GetTable(it8)->HeaderList, cProp, NULL, Buffer, WRITE_HEXADECIMAL) != NULL; in cmsIT8SetPropertyHex()
1394 return AddToList(it8, &GetTable(it8)->HeaderList, Key, NULL, Buffer, WRITE_UNCOOKED) != NULL; in cmsIT8SetPropertyUncooked()
1401 return AddToList(it8, &GetTable(it8)->HeaderList, Key, SubKey, Buffer, WRITE_PAIR) != NULL; in cmsIT8SetPropertyMulti()
1979 AddToList(it8, &GetTable(it8)->HeaderList, VarName, NULL, Buffer, in HeaderSection()
[all …]
/external/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc107 void AddToList(GtkWidget* list, const gchar* str, int value) { in AddToList() function
338 AddToList(peer_list_, "List of currently connected peers:", -1); in SwitchToPeerList()
340 AddToList(peer_list_, i->second.c_str(), i->first); in SwitchToPeerList()