HomeSort by relevance Sort by last modified time
    Searched full:getoutput (Results 126 - 150 of 240) sorted by null

1 2 3 4 56 7 8 910

  /external/lldb/examples/python/
memory.py 27 xcode_dir = commands.getoutput("xcode-select --print-path")
types.py 28 xcode_dir = commands.getoutput("xcode-select --print-path")
  /external/lldb/test/functionalities/load_unload/
TestLoadUnload.py 166 output = self.res.GetOutput()
  /external/lldb/tools/driver/
Driver.cpp     [all...]
  /external/lldb/utils/test/
lldb-disasm.py 74 print "run_command output:", res.GetOutput()
  /frameworks/av/include/media/
AudioSystem.h 216 static audio_io_handle_t getOutput(audio_stream_type_t stream,
AudioTrack.h 461 audio_io_handle_t getOutput() const;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 452 Encode_Status PVSoftMPEG4Encoder::getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout)
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 147 return lap->apm->getOutput((AudioSystem::stream_type)stream,
AudioPolicyManagerBase.cpp 528 audio_io_handle_t AudioPolicyManagerBase::getOutput(AudioSystem::stream_type stream,
539 ALOGV("getOutput() device %d, stream %d, samplingRate %d, format %x, channelMask %x, flags %x",
544 ALOGV("getOutput() test output mCurOutput %d, samplingRate %d, format %d, channelMask %x, mDirectOutput %d",
548 ALOGV("getOutput() opening test output");
611 ALOGV("getOutput() reusing direct output %d", mOutputs.keyAt(i));
644 ALOGV("getOutput() failed opening direct output: output %d samplingRate %d %d,"
661 ALOGV("getOutput() returns new direct output %d", output);
677 ALOGW_IF((output == 0), "getOutput() could not find output for stream %d, samplingRate %d,"
680 ALOGV("getOutput() returns output %d", output);
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 146 return qap->apm->getOutput((AudioSystem::stream_type)stream,
  /external/srec/tools/grxmlcompile/
sub_grph.cpp 791 arc[backwardList[rix]]->GetOutput(), nodeList, currNum+1, maxNum))
816 arc[backwardList[rix]]->GetOutput(), nodeList, currNum, maxNum))
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 136 virtual audio_io_handle_t getOutput(
695 audio_io_handle_t output = getOutput(stream,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 629 String shellOutput = receiver.getOutput();
631 throw new RuntimeException(receiver.getOutput());
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java     [all...]
  /external/chromium_org/net/websockets/
websocket_deflate_stream_test.cc 705 ToString(deflater.GetOutput(deflater.CurrentOutputSize())));
747 ToString(deflater.GetOutput(deflater.CurrentOutputSize())));
    [all...]
  /external/chromium_org/v8/src/arm64/
disasm-arm64.cc 47 char* Disassembler::GetOutput() {
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h 272 const GenProgramOutput& getOutput() const { return fOutput; }
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 272 const GenProgramOutput& getOutput() const { return fOutput; }
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 163 AudioOutput * getOutput() { return mData;}
  /frameworks/av/services/audiopolicy/
AudioPolicyService.h 68 virtual audio_io_handle_t getOutput(audio_stream_type_t stream,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 294 AdtPlugin.printErrorToConsole(project, (Object[]) e.getOutput());
  /external/lldb/www/cpp_reference/html/
SBCommandReturnObject_8h_source.html 75 <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <a class="code" href="classlldb_1_1SBCommandReturnObject.html#a703545c804277b76dd6f74d2f32c9638">GetOutput</a> ();</div>
129 <div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <a class="code" href="classlldb_1_1SBCommandReturnObject.html#a703545c804277b76dd6f74d2f32c9638">GetOutput</a> (<span class="keywordtype">bool</span> only_if_no_immediate);</div>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 562 String[] aaptOutput = e.getOutput();
    [all...]
  /external/lldb/test/
lldbtest.py     [all...]

Completed in 1058 milliseconds

1 2 3 4 56 7 8 910