Searched refs:AddToList (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | pool_allocator.cc | 151 AddToList(pr); in DeallocateRaw() 192 void PoolAllocator::AddToList(PtrRecord* pr) { in AddToList() function in tensorflow::PoolAllocator
|
D | pool_allocator.h | 119 void AddToList(PtrRecord* pr) TF_EXCLUSIVE_LOCKS_REQUIRED(mutex_);
|
/external/pdfium/third_party/lcms/src/ |
D | cmscgats.c | 1257 KEYVALUE* AddToList(cmsIT8* it8, KEYVALUE** Head, const char *Key, const char *Subkey, const char* … in AddToList() function 1327 return AddToList(it8, &it8->ValidKeywords, Key, NULL, NULL, as); in AddAvailableProperty() 1334 return AddToList(it8, &it8->ValidSampleID, Key, NULL, NULL, WRITE_UNCOOKED); in AddAvailableSampleID() 1450 return AddToList(it8, &GetTable(it8)->HeaderList, "# ", NULL, Val, WRITE_UNCOOKED) != NULL; in cmsIT8SetComment() 1461 return AddToList(it8, &GetTable(it8)->HeaderList, Key, NULL, Val, WRITE_STRINGIFY) != NULL; in cmsIT8SetPropertyStr() 1471 return AddToList(it8, &GetTable(it8)->HeaderList, cProp, NULL, Buffer, WRITE_UNCOOKED) != NULL; in cmsIT8SetPropertyDbl() 1481 … return AddToList(it8, &GetTable(it8)->HeaderList, cProp, NULL, Buffer, WRITE_HEXADECIMAL) != NULL; in cmsIT8SetPropertyHex() 1488 return AddToList(it8, &GetTable(it8)->HeaderList, Key, NULL, Buffer, WRITE_UNCOOKED) != NULL; in cmsIT8SetPropertyUncooked() 1495 return AddToList(it8, &GetTable(it8)->HeaderList, Key, SubKey, Buffer, WRITE_PAIR) != NULL; in cmsIT8SetPropertyMulti() 2138 AddToList(it8, &GetTable(it8)->HeaderList, VarName, NULL, Buffer, in HeaderSection() [all …]
|
/external/webrtc/examples/peerconnection/client/linux/ |
D | main_wnd.cc | 108 void AddToList(GtkWidget* list, const gchar* str, int value) { in AddToList() function 331 AddToList(peer_list_, "List of currently connected peers:", -1); in SwitchToPeerList() 333 AddToList(peer_list_, i->second.c_str(), i->first); in SwitchToPeerList()
|