OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_output
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/skia/ext/
recursive_gaussian_convolution.cc
88
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/
launch_posix.cc
490
size_t
max_output
,
573
size_t output_buf_left =
max_output
;
574
ssize_t bytes_read = 1; // A lie to properly handle |
max_output
== 0|
618
std::string* output, size_t
max_output
) {
623
cl.argv(), &empty_environ, output,
max_output
, false, &exit_code);
launch.h
209
// and (b) stores at most |
max_output
| bytes; also, it doesn't search the path
212
std::string* output, size_t
max_output
);
/frameworks/base/graphics/java/android/renderscript/
Program.java
37
static final int
MAX_OUTPUT
= 8;
218
mOutputs = new Element[
MAX_OUTPUT
];
/external/chromium/base/
process_util_posix.cc
877
std::string* output, size_t
max_output
,
964
size_t output_buf_left =
max_output
;
965
ssize_t bytes_read = 1; // A lie to properly handle |
max_output
== 0|
1003
std::string* output, size_t
max_output
) {
1006
return GetAppOutputInternal(cl, &empty_environ, output,
max_output
, false);
[
all
...]
process_util.h
311
// and (b) stores at most |
max_output
| bytes; also, it doesn't search the path
314
std::string* output, size_t
max_output
);
Completed in 241 milliseconds