OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entry_it
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/shims/
netfilter_queue_processor.cc
425
deque<ListenerEntryPtr>::iterator
entry_it
=
local
427
if (
entry_it
!= listeners_.end()) {
428
if (
entry_it
!= listeners_.begin()) {
430
ListenerEntryPtr entry_ptr = *
entry_it
;
431
listeners_.erase(
entry_it
);
433
entry_it
= listeners_.begin();
435
(*
entry_it
)->last_transmission = now;
/frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp
292
SectionVecTy::iterator
entry_it
, entry_end = pEntry.end();
local
293
for (
entry_it
= pEntry.begin();
entry_it
!= entry_end; ++
entry_it
) {
295
work_list.push(*
entry_it
);
/system/media/camera/docs/
metadata_model.py
503
for idx, (kind_name,
entry_it
) in enumerate(leaf_it):
511
for p in
entry_it
:
[
all
...]
Completed in 115 milliseconds