HomeSort by relevance Sort by last modified time
    Searched defs:out_name (Results 1 - 9 of 9) sorted by null

  /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/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...]
  /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/chromium_org/sandbox/win/src/
sandbox_nt_util.cc 220 wchar_t** out_name, uint32* attributes,
225 DCHECK_NT(out_name);
226 *out_name = NULL;
238 *out_name = new(NT_ALLOC) wchar_t[size/sizeof(wchar_t)];
239 if (NULL == *out_name)
242 ret = CopyData(*out_name, in_object->ObjectName->Buffer,
247 (*out_name)[size / sizeof(wchar_t) - 1] = L'\0';
260 if (!NT_SUCCESS(ret) && *out_name) {
261 operator delete(*out_name, NT_ALLOC);
262 *out_name = NULL
364 UNICODE_STRING* out_name = NULL; local
    [all...]
  /cts/tools/dasm/src/java_cup/
Main.java 367 String out_name; local
385 out_name = out_path + emit.parser_class_name + ".java";
386 fil = new File(out_name);
391 System.err.println("Can't open \"" + out_name + "\" for output");
396 out_name = out_path + emit.symbol_const_class_name + ".java";
397 fil = new File(out_name);
402 System.err.println("Can't open \"" + out_name + "\" for output");
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 969 std::string out_name = (out_id != kDefaultAudioDeviceId) ? local
972 << ") and speaker to (id=" << out_id << ", name=" << out_name local
1041 << ") and speaker to (id="<< out_id << " name=" << out_name local
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 834 const char * out_name; /* Name of output file (if required) */ member in struct:file
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 4786 char out_name[100]; local
    [all...]

Completed in 517 milliseconds