OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:watches
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/media/mca/filterfw/native/core/
time_util.cpp
76
static map<string, NamedStopWatch*>
watches
;
local
77
NamedStopWatch* watch = FindPtrOrNull(
watches
, watch_name);
80
watches
[watch_name] = watch;
/frameworks/base/media/mca/filterpacks/native/base/
time_util.cpp
74
static std::map<std::string, NamedStopWatch*>
watches
;
local
75
NamedStopWatch* watch = FindPtrOrNull(
watches
, watch_name);
78
watches
[watch_name] = watch;
/external/dnsmasq/src/
dbus.c
69
for (w = daemon->
watches
; w; w = w->next)
77
w->next = daemon->
watches
;
78
daemon->
watches
= w;
88
for (up = &(daemon->
watches
), w = daemon->
watches
; w; w = w->next)
343
for (w = daemon->
watches
; w; w = w->next)
366
for (w = daemon->
watches
; w; w = w->next)
dnsmasq.c
203
daemon->
watches
= NULL;
[
all
...]
dnsmasq.h
681
struct watch *
watches
;
member in struct:daemon
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar
Completed in 124 milliseconds