OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:other_pid
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/test/
trace_event_analyzer.h
282
static Query OtherPid() { return Query(
OTHER_PID
); }
297
return Query(
OTHER_PID
) == Query::Int(process_id);
383
return (Query(EVENT_PID) != Query(
OTHER_PID
)) ||
431
OTHER_PID
,
trace_event_analyzer.cc
432
const TraceEvent* the_event = (member_ <
OTHER_PID
) ?
441
case
OTHER_PID
:
501
const TraceEvent* the_event = (member_ <
OTHER_PID
) ?
trace_event_analyzer_unittest.cc
157
Query
other_pid
= Query::OtherPidIs(other.thread.process_id);
local
184
EXPECT_TRUE(
other_pid
.Evaluate(event));
Completed in 141 milliseconds