HomeSort by relevance Sort by last modified time
    Searched refs:name_template (Results 1 - 20 of 20) sorted by null

  /external/libaom/libaom/test/
video_source.h 74 char name_template[] = "/tmp/libaomtest.XXXXXX";
75 const int fd = mkstemp(name_template);
76 *file_name = name_template;
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 509 char name_template[] = "/sdcard/captured_stderr.XXXXXX";
510 const int captured_fd = mkstemp(name_template);
511 filename_ = name_template;
516 char name_template[] = "/tmp/captured_stream.XXXXXX";
517 const int captured_fd = mkstemp(name_template);
518 filename_ = name_template;
  /external/tensorflow/tensorflow/python/ops/
concat_benchmark.py 117 name_template = (
121 self.report_benchmark(name=name_template.format(
transpose_benchmark.py 96 name_template = (
100 name=name_template.format(
conv2d_benchmark.py 155 name_template = (
160 name=name_template.format(
matmul_benchmark.py 106 name_template = ('matmul_{device}_{dtype}_input_info_{inputinfo}')
109 name=name_template.format(
batch_norm_benchmark.py 158 name_template = (
164 name=name_template.format(
  /external/tensorflow/tensorflow/python/data/experimental/benchmarks/
map_vectorization_benchmark.py 117 name_template = "{}_batch_size_{}_input_element_size_{}_{}"
135 name=name_template.format(str_id, batch_size, num_elems, "unoptimized"))
138 name=name_template.format(str_id, batch_size, num_elems, "optimized"))
  /external/tensorflow/tensorflow/contrib/fused_conv/python/ops/
fused_conv2d_bias_activation_benchmark.py 173 name_template = (
178 name=name_template.format(
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-port.cc 512 char name_template[] = "/tmp/captured_stream.XXXXXX";
513 const int captured_fd = mkstemp(name_template);
514 filename_ = name_template;
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 538 char name_template[] = "/mnt/sdcard/gtest_captured_stream.XXXXXX";
540 char name_template[] = "/tmp/captured_stream.XXXXXX";
542 const int captured_fd = mkstemp(name_template);
543 filename_ = name_template;
  /external/googletest/googletest/src/
gtest-port.cc     [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/src/
gtest-port.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest-port.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
gtest-port.cc     [all...]
  /external/skia/src/compute/hs/cl/
hs_cl.c 943 char name_template[],
953 name_template[name_template_size-2] = n;
955 *kernels++ = clCreateKernel(program,name_template,&err);
    [all...]
  /external/skqp/src/compute/hs/cl/
hs_cl.c 943 char name_template[],
953 name_template[name_template_size-2] = n;
955 *kernels++ = clCreateKernel(program,name_template,&err);
    [all...]
  /external/libchrome/base/android/jni_generator/
jni_generator.py     [all...]
  /external/epid-sdk/ext/gtest/
gtest-all.cc     [all...]

Completed in 1466 milliseconds