Searched refs:to_process (Results 1 – 5 of 5) sorted by relevance
27 base::ProcessHandle to_process) { in TransferHandle() argument29 ::DuplicateHandle(from_process, handle, to_process, &handle, 0, FALSE, in TransferHandle()
3072 std::list<std::string> to_process; in GetIncludedFilesRecursive() local3075 to_process.push_back(file_name); in GetIncludedFilesRecursive()3077 while (!to_process.empty()) { in GetIncludedFilesRecursive()3078 std::string current = to_process.front(); in GetIncludedFilesRecursive()3079 to_process.pop_front(); in GetIncludedFilesRecursive()3088 to_process.push_back(*it); in GetIncludedFilesRecursive()
1132 file(GLOB_RECURSE to_process LIST_DIRECTORIES true ${directory}/*)1133 foreach(lit_suite ${to_process})
840 size_t to_process; in _PyMemoTable_ResizeTable() local869 to_process = self->mt_used; in _PyMemoTable_ResizeTable()870 for (oldentry = oldtable; to_process > 0; oldentry++) { in _PyMemoTable_ResizeTable()872 to_process--; in _PyMemoTable_ResizeTable()
1808 file(GLOB_RECURSE to_process LIST_DIRECTORIES true ${directory}/*)1809 foreach(lit_suite ${to_process})