OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_timestamp
(Results
1 - 3
of
3
) sorted by null
/external/devlib/devlib/derived/
energy.py
28
use_timestamp
= False
38
use_timestamp
= True
41
if measurements_csv.sample_rate_hz is None and not
use_timestamp
:
45
if
use_timestamp
:
60
if
use_timestamp
:
79
elif
use_timestamp
:
/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 391 milliseconds