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

1 2 3 4 5

  /external/webrtc/webrtc/modules/audio_coding/test/
Tester.cc 38 Trace::SetTraceFile((webrtc::test::OutputPath() +
50 Trace::SetTraceFile((webrtc::test::OutputPath() +
63 Trace::SetTraceFile((webrtc::test::OutputPath() +
77 Trace::SetTraceFile((webrtc::test::OutputPath() +
92 Trace::SetTraceFile((webrtc::test::OutputPath() +
105 Trace::SetTraceFile((webrtc::test::OutputPath() +
117 Trace::SetTraceFile((webrtc::test::OutputPath() +
125 Trace::SetTraceFile((webrtc::test::OutputPath() +
133 Trace::SetTraceFile((webrtc::test::OutputPath() +
141 Trace::SetTraceFile((webrtc::test::OutputPath()
    [all...]
TwoWayCommunication.cc 128 std::string out_file_a = webrtc::test::OutputPath() + "outA.pcm";
132 std::string ref_file_name = webrtc::test::OutputPath() + "ref_outA.pcm";
144 std::string out_file_b = webrtc::test::OutputPath() + "outB.pcm";
148 ref_file_name = webrtc::test::OutputPath() + "ref_outB.pcm";
205 std::string output_file_a = webrtc::test::OutputPath() + "outAutotestA.pcm";
208 std::string output_ref_file_a = webrtc::test::OutputPath()
213 std::string output_file_b = webrtc::test::OutputPath() + "outAutotestB.pcm";
216 std::string output_ref_file_b = webrtc::test::OutputPath()
  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis_unittest.cc 29 std::string log_filename = webrtc::test::OutputPath() +
61 std::string stats_filename = OutputPath() + "non-existing-stats-file.txt";
69 std::string stats_filename = OutputPath() + "empty-stats.txt";
77 std::string stats_filename = OutputPath() + "stats.txt";
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TarWriter.h 20 static Expected<std::unique_ptr<TarWriter>> create(StringRef OutputPath,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TarWriter.h 20 static Expected<std::unique_ptr<TarWriter>> create(StringRef OutputPath,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TarWriter.h 20 static Expected<std::unique_ptr<TarWriter>> create(StringRef OutputPath,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TarWriter.h 20 static Expected<std::unique_ptr<TarWriter>> create(StringRef OutputPath,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TarWriter.h 20 static Expected<std::unique_ptr<TarWriter>> create(StringRef OutputPath,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TarWriter.h 20 static Expected<std::unique_ptr<TarWriter>> create(StringRef OutputPath,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TarWriter.h 20 static Expected<std::unique_ptr<TarWriter>> create(StringRef OutputPath,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TarWriter.h 20 static Expected<std::unique_ptr<TarWriter>> create(StringRef OutputPath,
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.h 30 std::string trace_file = webrtc::test::OutputPath() + "VPMTrace.txt";
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
CompressSection.py 48 # @param OutputPath Where to place output file
56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}):
67 ReturnSectList, AlignValue = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, Dict)
73 OutputFile = OutputPath + \
DataSection.py 43 # @param OutputPath Where to place output file
51 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}):
73 CopyMapFile = os.path.join(OutputPath, ModuleName + '.map')
91 FileBeforeStrip = os.path.join(OutputPath, ModuleName + '.efi')
95 StrippedFile = os.path.join(OutputPath, ModuleName + '.stripped')
104 TeFile = os.path.join( OutputPath, ModuleName + 'Te.raw')
112 OutputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get(self.SecType))
EfiSection.py 48 # @param OutputPath Where to place output file
56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}) :
120 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
130 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType))
158 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
176 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
185 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType))
205 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
226 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType))
240 CopyMapFile = os.path.join(OutputPath, ModuleName + '.map')
    [all...]
UiSection.py 43 # @param OutputPath Where to place output file
51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}):
60 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get('UI'))
FvImageSection.py 45 # @param OutputPath Where to place output file
53 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}):
64 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get("FV_IMAGE"))
92 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get("FV_IMAGE"))
VerSection.py 43 # @param OutputPath Where to place output file
51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}):
61 OutputFile = os.path.join(OutputPath,
DepexSection.py 71 # @param OutputPath Where to place output file
79 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}):
114 InputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + '.depex')
119 OutputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + '.dpx')
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 126 std::string out_name = webrtc::test::OutputPath() +
134 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_"
147 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_320_240.yuv";
152 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_704_576.yuv";
157 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_300_200.yuv";
162 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_400_300.yuv";
168 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_282_231.yuv";
174 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_"
198 std::string out_name = webrtc::test::OutputPath() +
206 out_name = webrtc::test::OutputPath() + "LibYuvTest_BilinearScale_352_288_
    [all...]
  /external/webrtc/webrtc/test/testsupport/
fileutils.h 104 std::string OutputPath();
fileutils_unittest.cc 76 std::string path = webrtc::test::OutputPath();
91 ASSERT_EQ("./", webrtc::test::OutputPath());
96 webrtc::test::OutputPath(), "TempFilenameTest");
139 webrtc::test::OutputPath(), "fileutils_unittest");
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_test.cc 44 webrtc::test::OutputPath() + CreateTrickyFilenameInUtf8();
68 webrtc::test::OutputPath() + "playout.wav";
  /external/webrtc/webrtc/modules/video_coding/test/
video_rtp_play.cc 33 std::string trace_file = webrtc::test::OutputPath() + "receiverTestTrace.txt";
48 output_file = webrtc::test::OutputPath() + "RtpPlay_decoded.yuv";
  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 81 bool ShowAllHeaders, StringRef OutputPath,
87 if (!OutputPath.empty()) {
90 OutputPath.str(), EC, llvm::sys::fs::F_Append | llvm::sys::fs::F_Text);

Completed in 584 milliseconds

1 2 3 4 5