HomeSort by relevance Sort by last modified time
    Searched refs:getOutput (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /external/guava/guava/src/com/google/common/io/
OutputSupplier.java 39 T getOutput() throws IOException;
CharStreams.java 110 public OutputStreamWriter getOutput() throws IOException {
111 return new OutputStreamWriter(out.getOutput(), charset);
128 W out = to.getOutput();
153 W out = to.getOutput();
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
IFormatter.java 25 String getOutput(TrackerEntry entry);
TrackerDataHelper.java 48 public String getOutput(TrackerEntry entry) {
169 String output = mFormatter.getOutput(TrackerEntry.createEntry(cursor));
KMLFormatter.java 43 public String getOutput(TrackerEntry entry) {
TrackerListHelper.java 70 String rowText = mFormatter.getOutput(TrackerEntry
CSVFormatter.java 42 public String getOutput(TrackerEntry entry) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKey.java 112 public final ExpectedKeyOutput getOutput() {
157 moreKey.getVisual().preserveCase(), moreKey.getOutput().preserveCase());
160 getVisual().preserveCase(), getOutput().preserveCase(), casePreservedMoreKeys);
213 return new ExpectedAdditionalMoreKey(key.getVisual(), key.getOutput());
224 upperCaseKey.getVisual(), upperCaseKey.getOutput());
246 return newInstance(getVisual().toUpperCase(locale), getOutput().toUpperCase(locale),
262 getVisual(), getOutput(), mMoreKeys, 0 /* additionalMoreKeysIndex */,
272 getVisual(), getOutput(), mMoreKeys, additionalMoreKeysIndex);
277 if (getVisual().equalsTo(key) && getOutput().equalsTo(key)) {
326 getVisual(), getOutput(), moreKeys, mAdditionalMoreKeysIndex
    [all...]
AbstractLayoutBase.java 59 return ExpectedKey.newInstance(key.getVisual(), key.getOutput(), moreKeys);
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
powermetrics_power_monitor_unittest.py 35 def getOutput(output_file):
52 result = getOutput('powermetrics_output.output')
63 result = getOutput('powermetrics_output_unsupported_hardware.output')
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestCase.java 48 public ITestCaseOutput getOutput() {
  /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;
PVSoftMPEG4Encoder.h 42 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ExecResultException.java 37 public String[] getOutput() {
SourceFileData.java 115 public IFile getOutput() {
  /external/guava/guava-tests/test/com/google/common/io/
CheckCloseSupplier.java 61 @Override public T getOutput() throws IOException {
62 return wrap(delegate.getOutput(), newCallback());
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() {
  /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/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 57 public String getOutput() {
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
CtsXmlResultReporterTest.java 118 String actualOutput = getOutput();
141 String output = getOutput();
170 String output = getOutput();
206 final String output = getOutput();
220 String output = getOutput();
229 private String getOutput() {
  /cts/libs/vogar-expect/src/vogar/
Expectation.java 111 return pattern.matcher(outcome.getOutput()).matches();
  /packages/apps/Camera2/src/com/android/camera/util/
ConjunctionListenerMux.java 65 public boolean getOutput() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceVersionDetector.java 60 String shellOutput = receiver.getOutput();

Completed in 1076 milliseconds

1 2 3 4 5 6 7