Searched refs:to_process (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/mojo/core/ |
D | platform_handle_in_transit.cc | 27 base::ProcessHandle to_process) { in TransferHandle() argument 29 ::DuplicateHandle(from_process, handle, to_process, &handle, 0, FALSE, in TransferHandle()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test.cc | 50 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/flatbuffers/src/ |
D | idl_parser.cpp | 2630 std::list<std::string> to_process; in GetIncludedFilesRecursive() local 2633 to_process.push_back(file_name); in GetIncludedFilesRecursive() 2635 while (!to_process.empty()) { in GetIncludedFilesRecursive() 2636 std::string current = to_process.front(); in GetIncludedFilesRecursive() 2637 to_process.pop_front(); in GetIncludedFilesRecursive() 2646 to_process.push_back(*it); in GetIncludedFilesRecursive()
|
/external/llvm/cmake/modules/ |
D | AddLLVM.cmake | 1132 file(GLOB_RECURSE to_process LIST_DIRECTORIES true ${directory}/*) 1133 foreach(lit_suite ${to_process})
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 822 size_t to_process; in _PyMemoTable_ResizeTable() local 851 to_process = self->mt_used; in _PyMemoTable_ResizeTable() 852 for (oldentry = oldtable; to_process > 0; oldentry++) { in _PyMemoTable_ResizeTable() 854 to_process--; in _PyMemoTable_ResizeTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | AddLLVM.cmake | 1386 file(GLOB_RECURSE to_process LIST_DIRECTORIES true ${directory}/*) 1387 foreach(lit_suite ${to_process})
|