Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dplatform_handle_in_transit.cc27 base::ProcessHandle to_process) { in TransferHandle() argument
29 ::DuplicateHandle(from_process, handle, to_process, &handle, 0, FALSE, in TransferHandle()
/external/flatbuffers/src/
Didl_parser.cpp3072 std::list<std::string> to_process; in GetIncludedFilesRecursive() local
3075 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()
/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.c840 size_t to_process; in _PyMemoTable_ResizeTable() local
869 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()
/external/llvm-project/llvm/cmake/modules/
DAddLLVM.cmake1808 file(GLOB_RECURSE to_process LIST_DIRECTORIES true ${directory}/*)
1809 foreach(lit_suite ${to_process})