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:gap
(Results
1 - 4
of
4
) sorted by relevance
/base/startup/init/watchdog/
H
A
D
init_watchdog.c
101
int
gap
= 0;
in main()
local
103
gap
= atoi(argv[2]); // 2 second parameter.
in main()
105
gap
= (
gap
> 0) ?
gap
: DEFAULT_GAP;
in main()
107
INIT_LOGI("Watchdog started (interval %d, margin %d), fd = %d\n", interval,
gap
, fd);
in main()
115
int timeoutSet = interval +
gap
;
in main()
128
interval = (timeoutGet >
gap
) ? (timeoutGet -
gap
) : 1;
in main()
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_smooth_processor.cpp
74
uint64_t
gap
= UINT64_MAX;
in GetNearestEvent()
local
81
if (event.timestamp - nanoTimestamp <
gap
) {
in GetNearestEvent()
82
gap
= event.timestamp - nanoTimestamp;
in GetNearestEvent()
86
if (nanoTimestamp - event.timestamp <
gap
) {
in GetNearestEvent()
87
gap
= nanoTimestamp - event.timestamp;
in GetNearestEvent()
/base/startup/init/ueventd/
H
A
D
ueventd_device_handler.c
106
int
gap
= slash - p;
in SetDeviceLable()
local
108
if (
gap
== 0) {
in SetDeviceLable()
112
if (
gap
< 0) { // end with '/'
in SetDeviceLable()
/base/startup/init/services/utils/
H
A
D
init_utils.c
456
int
gap
= slash - p;
in MakeDirRecursive()
local
458
if (
gap
== 0) {
in MakeDirRecursive()
462
if (
gap
< 0) { // end with '/'
in MakeDirRecursive()
Completed in 4 milliseconds