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

  /external/toybox/kconfig/
confdata.c 407 int use_timestamp = 1; local
449 use_timestamp = 0;
457 use_timestamp ? "# " : "",
458 use_timestamp ? ctime(&now) : "");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 787 boolean use_timestamp = true;
839 if (use_timestamp && ts[0] == -1) {
840 use_timestamp = false;
894 if (use_timestamp) {
    [all...]

Completed in 1629 milliseconds