Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc50 Packets to_process; in RunFor() local
51 FindPacketsToProcess(processor_->flow_ids(), in_out, &to_process); in RunFor()
52 processor_->RunFor(time_ms, &to_process); in RunFor()
53 QueuePackets(&to_process, time_now_ms * 1000); in RunFor()
54 if (!to_process.empty()) { in RunFor()
55 processor_->Plot(to_process.back()->send_time_ms()); in RunFor()
57 in_out->merge(to_process, DereferencingComparator<Packet>); in RunFor()
/external/libmojo/mojo/edk/system/
Dchannel.cc401 base::ProcessHandle to_process, in RewriteHandles() argument
411 from_process, (*handles)[i].handle, to_process, in RewriteHandles()
415 (*handles)[i].owning_process = to_process; in RewriteHandles()
Dchannel.h170 base::ProcessHandle to_process,
/external/flatbuffers/src/
Didl_parser.cpp2332 std::list<std::string> to_process; in GetIncludedFilesRecursive() local
2335 to_process.push_back(file_name); in GetIncludedFilesRecursive()
2337 while (!to_process.empty()) { in GetIncludedFilesRecursive()
2338 std::string current = to_process.front(); in GetIncludedFilesRecursive()
2339 to_process.pop_front(); in GetIncludedFilesRecursive()
2348 to_process.push_back(*it); in GetIncludedFilesRecursive()
/external/llvm/cmake/modules/
DAddLLVM.cmake1132 file(GLOB_RECURSE to_process LIST_DIRECTORIES true ${directory}/*)
1133 foreach(lit_suite ${to_process})
/external/python/cpython3/Modules/
D_pickle.c757 Py_ssize_t to_process; in _PyMemoTable_ResizeTable() local
784 to_process = self->mt_used; in _PyMemoTable_ResizeTable()
785 for (oldentry = oldtable; to_process > 0; oldentry++) { in _PyMemoTable_ResizeTable()
787 to_process--; in _PyMemoTable_ResizeTable()