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:last_used
(Results
1 - 12
of
12
) sorted by relevance
/third_party/node/deps/v8/src/date/
H
A
D
date.cc
79
segment->
last_used
= 0;
in ClearSegment()
293
after_->
last_used
= ++dst_usage_counter_;
in ExtendTheAfterSegment()
315
before_->
last_used
= ++dst_usage_counter_;
in DaylightSavingsOffsetInMs()
329
before_->
last_used
= ++dst_usage_counter_;
in DaylightSavingsOffsetInMs()
335
before_->
last_used
= ++dst_usage_counter_;
in DaylightSavingsOffsetInMs()
354
before_->
last_used
= ++dst_usage_counter_;
in DaylightSavingsOffsetInMs()
368
after_->
last_used
= ++dst_usage_counter_;
in DaylightSavingsOffsetInMs()
451
if (result == nullptr || result->
last_used
> dst_[i].
last_used
) {
in LeastRecentlyUsedDST()
H
A
D
date.h
187
int
last_used
;
member
198
// The
last_used
counters of the before_ and after_ are updated.
/third_party/node/deps/v8/tools/
H
A
D
run-clang-tidy.py
279
last_used
= None
287
last_used
= outdir
289
return
last_used
/third_party/libcoap/include/coap3/
H
A
D
coap_block_internal.h
169
coap_tick_t
last_used
; /**< Last time all data sent or 0 */
member
198
coap_tick_t
last_used
; /**< Last time data sent or 0 */
member
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_bo.h
93
time_t
last_used
;
member
H
A
D
pan_bo.c
248
if (time.tv_sec - entry->
last_used
<= 2)
in panfrost_bo_cache_evict_stale_bos()
284
/* Add us to the LRU list and update the
last_used
field. */
in panfrost_bo_cache_put()
287
bo->
last_used
= time.tv_sec;
in panfrost_bo_cache_put()
/third_party/lwip/src/core/
H
A
D
mem.c
571
u8_t
last_used
;
in mem_sanity()
local
576
last_used
= mem->used;
in mem_sanity()
591
if (
last_used
== 0) {
in mem_sanity()
601
last_used
= mem->used;
in mem_sanity()
/third_party/libcoap/src/
H
A
D
coap_block.c
1354
if (!p->observe_set && p->
last_used
&&
in coap_block_check_lg_crcv_timeouts()
1355
p->
last_used
+ partial_timeout <= now) {
in coap_block_check_lg_crcv_timeouts()
1362
} else if (!p->observe_set && p->
last_used
) {
in coap_block_check_lg_crcv_timeouts()
1364
if (*tim_rem > p->
last_used
+ partial_timeout - now) {
in coap_block_check_lg_crcv_timeouts()
1365
*tim_rem = p->
last_used
+ partial_timeout - now;
in coap_block_check_lg_crcv_timeouts()
1614
if (p->
last_used
&& p->
last_used
+ partial_timeout <= now) {
in coap_block_check_lg_srcv_timeouts()
1621
} else if (p->
last_used
) {
in coap_block_check_lg_srcv_timeouts()
1623
if (*tim_rem > p->
last_used
+ partial_timeout - now) {
in coap_block_check_lg_srcv_timeouts()
1624
*tim_rem = p->
last_used
in coap_block_check_lg_srcv_timeouts()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nouveau_vp3_video_vp.c
188
dec->refs[idx].
last_used
= seq;
in nouveau_vp3_handle_references()
192
dec->refs[target->valid_ref].
last_used
= seq;
in nouveau_vp3_handle_references()
202
} else if (!dec->refs[i].
last_used
) {
in nouveau_vp3_handle_references()
204
} else if (empty_spot == ~0U && dec->refs[i].
last_used
!= seq)
in nouveau_vp3_handle_references()
209
dec->refs[empty_spot].
last_used
= seq;
in nouveau_vp3_handle_references()
H
A
D
nouveau_vp3_video.h
108
unsigned
last_used
;
member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv98_video_vp.c
63
dec->refs[target->valid_ref].
last_used
= 0;
in nv98_decoder_kick_ref()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_video_vp.c
63
dec->refs[target->valid_ref].
last_used
= 0;
in nvc0_decoder_kick_ref()
Completed in 11 milliseconds