/external/guava/guava/src/com/google/common/io/ |
OutputSupplier.java | 39 T getOutput() throws IOException;
|
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderInterface.h | 32 virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = NULL) = 0;
|
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderInterface.h | 29 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout = FUNC_BLOCK) = 0;
|
VideoEncoderMP4.h | 30 // Encode_Status getOutput(VideoEncOutputBuffer *outBuffer);
|
VideoEncoderBase.h | 64 * getOutput can be called several time for a frame (such as first time codec data, and second time others) 69 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout);
|
PVSoftMPEG4Encoder.h | 42 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout);
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoEncoderMPEG4.cpp | 134 ret = mVideoEncoder->getOutput(&outBuf); 135 CHECK_ENCODE_STATUS("getOutput"); 160 mVideoEncoder->getOutput(&outBuf); 161 CHECK_ENCODE_STATUS("getOutput");
|
/external/chromium_org/net/websockets/ |
websocket_deflate_stream.cc | 204 deflater_.GetOutput(deflater_.CurrentOutputSize()); 207 << "deflater_.GetOutput() returns an error."; 232 deflater_.GetOutput(deflater_.CurrentOutputSize()); 235 << "deflater_.GetOutput() returns an error."; 335 scoped_refptr<IOBufferWithSize> data = inflater_.GetOutput(size); 339 << "inflater_.GetOutput() returns an error.";
|
websocket_inflater.h | 55 // This means that even if you call |Finish()| and call |GetOutput()| with 59 scoped_refptr<IOBufferWithSize> GetOutput(size_t size);
|
websocket_deflater.h | 57 scoped_refptr<IOBufferWithSize> GetOutput(size_t size);
|
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/ |
TestWatchLocationWithWatchSet.py | 68 self.expect(self.res.GetOutput().splitlines()[0], exe=False, 89 self.expect(self.res.GetOutput().splitlines()[0], exe=False,
|
/external/lldb/test/lang/cpp/unique-types/ |
TestUniqueTypes.py | 55 output = self.res.GetOutput() 65 output = self.res.GetOutput()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
TrackerDataHelper.java | 48 public String getOutput(TrackerEntry entry) { 169 String output = mFormatter.getOutput(TrackerEntry.createEntry(cursor));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
GdbServerTask.java | 88 return mOutputReceiver.getOutput(); 114 public synchronized String getOutput() {
|
/external/chromium_org/net/tools/flip_server/ |
sm_interface.h | 63 virtual void GetOutput() = 0;
|
http_interface.cc | 302 void HttpSM::GetOutput() { 305 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: GetOutput: nothing to " 313 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: GetOutput transformed " 320 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "GetOutput remove_stream_id: [" 334 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: GetOutput SendDataFrame["
|
/external/chromium_org/v8/src/arm64/ |
disasm-arm64.h | 24 char* GetOutput();
|
/external/lldb/test/macosx/order/ |
TestOrderFile.py | 37 output = self.res.GetOutput()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
ExecResultException.java | 37 public String[] getOutput() {
|
/bionic/libc/kernel/tools/ |
utils.py | 203 commands.getoutput("git add " + " ".join(adds)) 206 commands.getoutput("git rm " + " ".join(deletes)) 211 commands.getoutput("git add " + " ".join(edits))
|
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/ |
TestWatchLocation.py | 70 match = re.match("Watchpoint created: Watchpoint (.*):", self.res.GetOutput().splitlines()[0]) 77 self.expect(self.res.GetOutput().splitlines()[0], exe=False, 100 self.expect(self.res.GetOutput().splitlines()[0], exe=False,
|
/external/lldb/test/functionalities/watchpoint/multiple_threads/ |
TestWatchpointMultipleThreads.py | 94 if "stop reason = watchpoint" in self.res.GetOutput(): 139 if re.search("Process .* exited", self.res.GetOutput()): 144 if "stop reason = watchpoint" in self.res.GetOutput():
|
/external/guava/guava-tests/test/com/google/common/io/ |
ByteStreamsTest.java | 66 public OutputStream getOutput() { 92 public OutputStream getOutput() { 110 /** Throws an IOException from getOutput. */ 114 public OutputStream getOutput() throws IOException { 182 public OutputStream getOutput() { 225 OutputStream out = okWrite.getOutput(); 231 out = brokenWrite.getOutput(); 242 out = okWrite.getOutput(); 253 out = brokenWrite.getOutput(); 360 @Override public OutputStream getOutput() { [all...] |
CharStreamsTest.java | 162 public Writer getOutput() { 238 @Override public Writer getOutput() { 284 @Override public Writer getOutput() {
|
/external/chromium_org/net/proxy/ |
proxy_resolver_v8_tracing_unittest.cc | 83 std::string GetOutput() { 123 EXPECT_EQ("", error_observer->GetOutput()); 152 "of null\n", error_observer->GetOutput()); 206 EXPECT_EQ("", error_observer->GetOutput()); 254 EXPECT_EQ("", error_observer->GetOutput()); 332 EXPECT_EQ("", error_observer->GetOutput()); 401 EXPECT_EQ("", error_observer->GetOutput()); 441 EXPECT_EQ("", error_observer->GetOutput()); 491 EXPECT_EQ("", error_observer->GetOutput()); 534 EXPECT_EQ("", error_observer->GetOutput()); [all...] |