Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dtime
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_xmlrpc.py
529
dtime
= xmlrpclib.DateTime(now.timetuple())
532
self.assertTrue(
dtime
== now)
533
self.assertTrue(now ==
dtime
)
535
self.assertTrue(then >=
dtime
)
536
self.assertTrue(
dtime
< then)
540
self.assertTrue(
dtime
== dstr)
541
self.assertTrue(dstr ==
dtime
)
549
self.assertFalse(
dtime
== 1970)
550
self.assertTrue(
dtime
!= dbytes)
551
self.assertFalse(
dtime
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
H
A
D
6-1-buildonly.c
32
time_t atime = 0,
dtime
= 0, ctime = 0;
in dummyfcn()
local
40
t.shm_dtime =
dtime
;
in dummyfcn()
/third_party/skia/samplecode/
H
A
D
Sample3D.cpp
198
double
dtime
= now - fPrevNow;
in rotation()
local
200
double delta = fAngleSign * fAngleSpeed *
dtime
;
in rotation()
202
fAngleSpeed -= kSlowDown *
dtime
;
in rotation()
/third_party/backends/backend/
H
A
D
canon-sane.c
305
time_t
dtime
, rt;
in sane_control_option()
local
863
dtime
= (s->time1) - (s->time0);
in sane_control_option()
864
DBG (11, "
dtime
= %ld\n",
dtime
);
in sane_control_option()
880
if (
dtime
< rt)
in sane_control_option()
882
int_t = (int) (rt -
dtime
);
in sane_control_option()
/third_party/toybox/toys/pending/
H
A
D
mke2fs.c
187
uint32_t
dtime
; // Deletion Time
member
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad.c
189
uint64_t
dtime
;
in tp_detect_wobbling()
local
207
dtime
= time - tp->hysteresis.last_motion_time;
in tp_detect_wobbling()
211
if ((dx == 0 && dy != 0) ||
dtime
> ms2us(40)) {
in tp_detect_wobbling()
Completed in 10 milliseconds