HomeSort by: relevance | last modified time | path
    Searched refs:current_timestamp (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_update_version.py 27 current_timestamp = datetime.datetime.now().strftime('%Y%m%d\n') variable
100 if (read_timestamp(datestamp_path) != current_timestamp
126 f.write(current_timestamp)
git_commit.py 767 current_timestamp = self.info.date.strftime(DATE_FORMAT)
772 timestamp = current_timestamp
774 current_timestamp = orig_date.strftime(DATE_FORMAT)
782 timestamp = current_timestamp
784 timestamp = current_timestamp
794 current_timestamp)
  /src/share/examples/puffs/pgfs/
newfs.sql 96 current_timestamp,
97 current_timestamp,
98 current_timestamp,
99 current_timestamp);
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_update_version.py 30 current_timestamp = datetime.datetime.now().strftime('%Y%m%d\n') variable
114 if (read_timestamp(datestamp_path) != current_timestamp
140 f.write(current_timestamp)
git_commit.py 796 current_timestamp = self.info.date.strftime(DATE_FORMAT)
801 timestamp = current_timestamp
803 current_timestamp = orig_date.strftime(DATE_FORMAT)
817 timestamp = current_timestamp
819 timestamp = current_timestamp
829 current_timestamp)
  /src/external/apache2/llvm/dist/clang/utils/perf-training/
perf-helper.py 185 current_timestamp = None
199 current_timestamp = int(data)
211 yield (current_timestamp, fix_mangling(ln.split('`',1)[1]))
223 yield (current_timestamp, symbol)
248 yield (current_timestamp, s)
  /src/external/gpl3/gcc/dist/contrib/
mklog.py 338 current_timestamp = datetime.datetime.now().strftime('%Y-%m-%d')
354 f.write(f'{current_timestamp} {username} <{email}>\n\n')
  /src/external/gpl3/gcc.old/dist/contrib/
mklog.py 311 current_timestamp = datetime.datetime.now().strftime('%Y-%m-%d')
327 f.write(f'{current_timestamp} {username} <{email}>\n\n')
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 104 milliseconds