Searched defs:max_output (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/skia/ext/
H A Drecursive_gaussian_convolution.cc88 unsigned char max_output = 0; local
129 max_output = std::max(max_output, out[output_index]);
132 return max_output;
/external/chromium_org/base/process/
H A Dlaunch_posix.cc515 size_t max_output,
599 size_t output_buf_left = max_output;
600 ssize_t bytes_read = 1; // A lie to properly handle |max_output == 0|
644 std::string* output, size_t max_output) {
649 cl.argv(), &empty_environ, output, max_output, false, &exit_code);
511 GetAppOutputInternal( const std::vector<std::string>& argv, char* const envp[], std::string* output, size_t max_output, bool do_search_path, int* exit_code) argument
643 GetAppOutputRestricted(const CommandLine& cl, std::string* output, size_t max_output) argument

Completed in 83 milliseconds