OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmd4
(Results
1 - 2
of
2
) sorted by null
/external/lldb/test/pexpect-2.4/examples/
rippy.py
545
cmd4
= "mencoder '%s' -quiet -ss %d -endpos %d -o /dev/null -nosound -ovc lavc -vf cropdetect" % (video_source_filename, 6*skip, sample_length)
552
(command_output4, exitstatus4) = run(
cmd4
)
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.cc
555
BindRenderbuffer
cmd4
;
local
556
cmd4
.Init(GL_RENDERBUFFER, kInvalidClientId);
557
EXPECT_EQ(error::kNoError, ExecuteCmd(
cmd4
));
[
all
...]
Completed in 561 milliseconds