Searched defs:to_process (Results 1 - 3 of 3) sorted by relevance

/external/libmojo/mojo/edk/system/
H A Dchannel.cc319 base::ProcessHandle to_process,
329 from_process, (*handles)[i].handle, to_process,
333 (*handles)[i].owning_process = to_process;
318 RewriteHandles(base::ProcessHandle from_process, base::ProcessHandle to_process, PlatformHandleVector* handles) argument
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test.cc50 Packets to_process; local
51 FindPacketsToProcess(processor_->flow_ids(), in_out, &to_process);
52 processor_->RunFor(time_ms, &to_process);
53 QueuePackets(&to_process, time_now_ms * 1000);
54 if (!to_process.empty()) {
55 processor_->Plot(to_process.back()->send_time_ms());
57 in_out->merge(to_process, DereferencingComparator<Packet>);
/external/flatbuffers/src/
H A Didl_parser.cpp2011 std::list<std::string> to_process; local
2014 to_process.push_back(file_name);
2016 while (!to_process.empty()) {
2017 std::string current = to_process.front();
2018 to_process.pop_front();
2024 to_process.push_back(*it);

Completed in 147 milliseconds