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

  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
grow_stats_test.cc 90 std::unique_ptr<DenseClassificationGrowStats> new_stat(
92 new_stat->ExtractFromProto(slot);
94 new_stat->PackToProto(&second_one);
143 std::unique_ptr<DenseClassificationGrowStats> new_stat(
145 new_stat->ExtractFromProto(slot);
147 new_stat->PackToProto(&second_one);
311 std::unique_ptr<LeastSquaresRegressionGrowStats> new_stat(
313 new_stat->ExtractFromProto(slot);
315 new_stat->PackToProto(&second_one);
344 std::unique_ptr<SparseClassificationGrowStats> new_stat(
    [all...]
  /external/ltp/testcases/kernel/syscalls/open/
open12.c 145 struct stat old_stat, new_stat; local
173 SAFE_STAT(cleanup, TEST_FILE, &new_stat);
175 if (old_stat.st_atime == new_stat.st_atime)
  /external/bsdiff/
bspatch.cc 117 struct stat old_stat, new_stat; local
118 if (stat(new_filename, &new_stat) == -1) {
129 if (old_stat.st_dev != new_stat.st_dev || old_stat.st_ino != new_stat.st_ino)
  /external/autotest/client/bin/
site_sysinfo.py 208 new_stat = os.stat(file_path)
209 if new_stat.st_ino == prev_stat.st_ino:
211 if new_stat.st_size == bytes_to_skip:
213 elif new_stat.st_size < prev_stat.st_size:
  /build/make/tools/releasetools/
test_common.py 52 new_stat = os.stat(test_file_name)
53 self.assertEqual(int(expected_stat.st_mode), int(new_stat.st_mode))
54 self.assertEqual(int(expected_stat.st_mtime), int(new_stat.st_mtime))
  /toolchain/binutils/binutils-2.27/ld/
ldlang.c 128 #define new_stat(x, y) \ macro
1052 p = (lang_input_statement_type *) new_stat (lang_input_statement, stat_ptr);
    [all...]

Completed in 250 milliseconds