HomeSort by relevance Sort by last modified time
    Searched refs:OutputPath (Results 26 - 50 of 86) sorted by null

12 3 4

  /build/soong/android/
hooks.go 118 Path() OutputPath
132 path OutputPath
136 func (x *installHookContext) Path() OutputPath {
144 func (x *hooks) runInstallHooks(ctx ModuleContext, path OutputPath, symlink bool) {
module.go 84 InstallFile(installPath OutputPath, srcPath Path, deps ...Path) OutputPath
85 InstallFileName(installPath OutputPath, name string, srcPath Path, deps ...Path) OutputPath
86 InstallSymlink(installPath OutputPath, name string, srcPath OutputPath) OutputPath
645 func (a *androidModuleContext) InstallFileName(installPath OutputPath, name string, srcPath Path,
646 deps ...Path) OutputPath {
681 func (a *androidModuleContext) InstallFile(installPath OutputPath, srcPath Path, deps ...Path) OutputPath
    [all...]
paths.go 479 // OutputPath is a Path representing a file path rooted from the build directory
480 type OutputPath struct {
484 var _ Path = OutputPath{}
486 // PathForOutput returns an OutputPath for the provided paths... (which are
489 // OutputPath, and report a ModuleError.
490 func PathForOutput(ctx PathContext, paths ...string) OutputPath {
492 return OutputPath{basePath{path, pathConfig(ctx), ""}}
495 func (p OutputPath) writablePath() {}
497 func (p OutputPath) String() string {
501 func (p OutputPath) RelPathString() string
    [all...]
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.cc 30 outputFile(webrtc::test::OutputPath() +
80 basename = webrtc::test::OutputPath() + "rtp_decoded";
  /external/webrtc/webrtc/test/testsupport/metrics/
video_metrics_unittest.cc 34 non_existing_file_ = webrtc::test::OutputPath() +
40 webrtc::test::OutputPath(), "video_metrics_unittest_empty_file");
  /build/soong/cc/
installer.go 54 path android.OutputPath
63 func (installer *baseInstaller) installDir(ctx ModuleContext) android.OutputPath {
ndk_sysroot.go 70 func getNdkInstallBase(ctx android.PathContext) android.OutputPath {
75 func getNdkSysrootBase(ctx android.PathContext) android.OutputPath {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GuidSection.py 48 # @param OutputPath Where to place output file
56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}):
96 ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, Dict)
120 OutputFile = OutputPath + \
155 TempFile = OutputPath + \
FfsInfStatement.py 187 # Set Ffs BaseName, MdouleGuid, ModuleType, Version, OutputPath
317 # Set OutputPath = ${WorkSpace}\Build\Fv\Ffs\${ModuleGuid}+ ${MdouleName}\
320 self.OutputPath = os.path.join(GenFdsGlobalVariable.FfsDir, \
322 if not os.path.exists(self.OutputPath) :
323 os.makedirs(self.OutputPath)
333 # @retval: Full path of patched EFI file: self.OutputPath + EfiFile base name
353 Output = os.path.normpath (os.path.join(self.OutputPath, Basename))
411 DestFile = os.path.join( self.OutputPath, self.ModuleGuid + '.ffs')
654 OutputPath = ''
664 OutputPath = os.path.join(GenFdsGlobalVariable.OutputDirDict[Arch],
    [all...]
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.h 77 void OutputPath(const CFX_PathData* pPathData,
  /external/webrtc/webrtc/modules/media_file/
media_file_unittest.cc 67 std::string outfile = webrtc::test::OutputPath() + "wavtest.wav";
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.cc 84 std::string filepath = webrtc::test::OutputPath() + filename + "." +
  /external/webrtc/webrtc/modules/utility/source/
file_player_unittests.cc 41 webrtc::test::OutputPath() + "file_player_unittest_out.pcm";
  /external/webrtc/webrtc/modules/video_processing/test/
deflickering_test.cc 43 webrtc::test::OutputPath() + "deflicker_output_cif_short.yuv";
  /external/webrtc/webrtc/test/
rtp_file_writer_unittest.cc 24 filename_ = test::OutputPath() + filename;
frame_generator_unittest.cc 29 test::TempFilename(test::OutputPath(), "2_frame_yuv_file");
31 test::TempFilename(test::OutputPath(), "1_frame_yuv_file");
  /external/webrtc/webrtc/common_audio/
wav_file_unittest.cc 28 const std::string outfile = test::OutputPath() + "wavtest1.wav";
93 const std::string outfile = test::OutputPath() + "wavtest2.wav";
137 std::string outfile = test::OutputPath() + "wavtest3.wav";
  /external/webrtc/webrtc/modules/audio_coding/test/
TestVADDTX.cc 203 out_filename << webrtc::test::OutputPath()
247 std::string out_filename = webrtc::test::OutputPath() +
261 out_filename = webrtc::test::OutputPath() + "testOpusDtx_outFile_stereo.pcm";
PacketLossTest.cc 134 std::string fileName = webrtc::test::TempFilename(webrtc::test::OutputPath(),
opus_test.cc 371 file_stream << webrtc::test::OutputPath() << "opustest_out_"
377 file_stream << webrtc::test::OutputPath() << "opusstandalone_out_"
  /external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc 84 out_filename = test::OutputPath() + out_filename + ".pcm";
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 230 parser.SetFlag("output_file", webrtc::test::OutputPath() + "vp8_decoded.yuv");
232 webrtc::test::OutputPath() + "vp8_encoded.vp8");
  /external/webrtc/webrtc/test/testsupport/
fileutils.cc 108 std::string OutputPath() {
142 std::string OutputPath() {
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
mixing_test.cc 35 : output_filename_(test::OutputPath() + "mixing_test_output.pcm") {
68 input_filename_ = test::OutputPath() + "mixing_test_input.pcm";
  /external/clang/lib/Frontend/
CompilerInstance.cpp 371 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;
372 if (OutputPath == "-")
373 OutputPath = "";
375 /*ShowAllHeaders=*/true, OutputPath,
381 /*ShowAllHeaders=*/true, /*OutputPath=*/"",
595 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary,
602 OutputPath, EC, Binary, RemoveFileOnSignal, InFile, Extension,
605 getDiagnostics().Report(diag::err_fe_unable_to_open_output) << OutputPath
620 StringRef OutputPath, std::error_code &Error, bool Binary,
628 if (!OutputPath.empty())
    [all...]

Completed in 1408 milliseconds

12 3 4