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

  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/
rwhod.h 42 char out_name[8]; /* user id */ member in struct:outmp
  /external/selinux/checkpolicy/
checkmodule.c 269 char *out_name = basename(out_path); local
270 char *separator = strrchr(out_name, '.');
274 if (strcmp(mod_name, out_name) != 0) {
275 fprintf(stderr, "%s: Module name %s is different than the output base filename %s\n", argv[0], mod_name, out_name);
  /system/tpm/trunks/
session_manager_impl.cc 146 TPM2B_NAME out_name; local
152 &out_name, &qualified_name, nullptr /*authorization_delegate*/);
tpm_utility_impl.cc 984 TPM2B_NAME out_name; local
    [all...]
  /external/syslinux/lzo/
prepcore.c 137 const char *out_name = NULL; variable
206 out_name = argv[2];
350 f = fopen(out_name, "wb");
352 error("cannot open output file %s: %s", out_name, strerror(errno));
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 28 FILE* source_file, std::string out_name,
32 // |input_file| and an output sequence with filename |out_name|. |width| and
34 double ComputeAvgSequencePSNR(FILE* input_file, std::string out_name,
126 std::string out_name = webrtc::test::OutputPath() + local
129 source_file_, out_name,
133 source_file2 = fopen(out_name.c_str(), "rb");
134 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_"
137 source_file2, out_name,
140 avg_psnr = ComputeAvgSequencePSNR(source_file_, out_name, width_, height_);
147 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_320_240.yuv"
198 std::string out_name = webrtc::test::OutputPath() + local
255 std::string out_name = webrtc::test::OutputPath() + 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/libpng/contrib/tools/
pngfix.c 840 const char * out_name; /* Name of output file (if required) */ member in struct:file
    [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 4790 char out_name[100]; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c 12106 const char *out_name = local
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 1457 milliseconds