OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEACTIVATED
(Results
1 - 5
of
5
) sorted by null
/external/nist-sip/java/javax/sip/header/
SubscriptionStateHeader.java
9
String
DEACTIVATED
= "
Deactivated
";
/external/libchrome/base/
tracked_objects.cc
33
// record all of the startup-time tasks, or should we start up
DEACTIVATED
, so
534
// Even if we have been
DEACTIVATED
, we will process any pending births so
563
// Even if we have been
DEACTIVATED
, we will process any pending births so
594
// Even if we have been
DEACTIVATED
, we will process any pending births so
676
if (base::subtle::Acquire_Load(&status_) >=
DEACTIVATED
)
685
if (base::subtle::Acquire_Load(&status_) >=
DEACTIVATED
)
712
DCHECK_GE(status,
DEACTIVATED
);
717
if (status >
DEACTIVATED
)
729
return base::subtle::Acquire_Load(&status_) >
DEACTIVATED
;
766
InitializeAndSetTrackingStatus(
DEACTIVATED
);
[
all
...]
tracked_objects.h
439
// between ACTIVE and
DEACTIVATED
, but can never go back to UNINITIALIZED.
443
DEACTIVATED
, // No longer recording profiling.
520
// If |status| is false, then status_ is set to
DEACTIVATED
.
527
//
DEACTIVATED
).
[
all
...]
tracked_objects_unittest.cc
61
if (ThreadData::status() == ThreadData::
DEACTIVATED
)
376
// Start in the
deactivated
state.
377
ThreadData::InitializeAndSetTrackingStatus(ThreadData::
DEACTIVATED
);
398
// Start in the
deactivated
state.
399
ThreadData::InitializeAndSetTrackingStatus(ThreadData::
DEACTIVATED
);
[
all
...]
/external/libchrome/base/profiler/
tracked_time_unittest.cc
75
ThreadData::InitializeAndSetTrackingStatus(ThreadData::
DEACTIVATED
);
Completed in 75 milliseconds