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

1 2

  /external/libcxx/test/
makemake.py 23 out_name = os.path.splitext(path)[0] # trim .cpp
24 out_name = os.path.splitext(out_name)[0] # trim .pass
25 out_name = os.path.normpath(out_name)
26 tests.append((test, out_name))
49 for test, out_name in tests:
54 '''.format(out_name, test, build_mk_path))
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
scaler_unittest.cc 29 FILE* source_file, std::string out_name,
33 // |input_file| and an output sequence with filename |out_name|. |width| and
35 double ComputeAvgSequencePSNR(FILE* input_file, std::string out_name,
122 std::string out_name = webrtc::test::OutputPath() + local
125 source_file_, out_name,
129 source_file2 = fopen(out_name.c_str(), "rb");
130 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_"
133 source_file2, out_name,
136 avg_psnr = ComputeAvgSequencePSNR(source_file_, out_name, width_, height_);
143 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_320_240.yuv"
209 std::string out_name = webrtc::test::OutputPath() + local
303 std::string out_name = webrtc::test::OutputPath() + local
    [all...]
  /external/openfst/src/bin/
fstconnect.cc 43 string out_name = argc > 2 ? argv[2] : ""; local
49 fst->Write(out_name);
fstinvert.cc 42 string out_name = argc > 2 ? argv[2] : ""; local
48 fst->Write(out_name);
fstarcsort.cc 49 string out_name = argc > 2 ? argv[2] : ""; local
64 fst->Write(out_name);
fstconvert.cc 43 string out_name = argc > 2 ? argv[2] : ""; local
55 ofst->Write(out_name);
fstepsnormalize.cc 45 string out_name = argc > 2 ? argv[2] : ""; local
55 ofst.Write(out_name);
fstproject.cc 45 string out_name = argc > 2 ? argv[2] : ""; local
55 fst->Write(out_name);
fstreverse.cc 48 string out_name = argc > 2 ? argv[2] : ""; local
57 out->Write(out_name);
fstsynchronize.cc 42 string out_name = argc > 2 ? argv[2] : ""; local
51 ofst.Write(out_name);
fstunion.cc 48 string out_name = argc > 3 ? argv[3] : ""; local
65 fst1->Write(out_name);
fstencode.cc 50 string out_name = argc > 3 ? argv[3] : ""; local
60 fst->Write(out_name);
63 fst->Write(out_name);
fstcompose.cc 52 string out_name = argc > 3 ? argv[3] : ""; local
92 ofst.Write(out_name);
fstdeterminize.cc 51 string out_name = argc > 2 ? argv[2] : ""; local
65 ofst.Write(out_name);
fstdifference.cc 50 string out_name = argc > 3 ? argv[3] : ""; local
84 ofst.Write(out_name);
fstintersect.cc 51 string out_name = argc > 3 ? argv[3] : ""; local
85 ofst.Write(out_name);
fstprune.cc 48 string out_name = argc > 2 ? argv[2] : ""; local
61 fst->Write(out_name);
fstpush.cc 51 string out_name = argc > 2 ? argv[2] : ""; local
74 ofst.Write(out_name);
fstrandgen.cc 54 string out_name = argc > 2 ? argv[2] : ""; local
80 ofst.Write(out_name);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/protocols/
rwhod.h 42 char out_name[8]; /* user id */ member in struct:outmp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/
rwhod.h 42 char out_name[8]; /* user id */ member in struct:outmp
  /external/openfst/src/extensions/pdt/
pdtreverse.cc 42 string out_name = argc > 2 ? argv[2] : ""; local
58 ofst.Write(out_name);
pdtexpand.cc 47 string out_name = argc > 2 ? argv[2] : ""; local
68 ofst.Write(out_name);
pdtshortestpath.cc 48 string out_name = argc > 2 ? argv[2] : ""; local
78 ofst.Write(out_name);
  /external/chromium_org/chrome_elf/blacklist/
blacklist_interceptions.cc 123 // Fills |out_name| with the image name from the given |pe| image and |flags|
126 std::string* out_name,
128 out_name->clear();
129 out_name->reserve(MAX_PATH);
141 out_name->push_back(*image_name);
156 out_name->clear();
161 std::string out_name; local
163 SafeGetImageInfo(pe, &out_name, flags);
164 return base::string16(out_name.begin(), out_name.end())
    [all...]

Completed in 238 milliseconds

1 2