OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_status
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
auth_sync_observer.cc
63
User::OAuthTokenStatus
old_status
= user->oauth_token_status();
local
67
old_status
!= User::OAUTH2_TOKEN_STATUS_INVALID) {
/external/chromium_org/chrome/browser/net/
load_time_stats.cc
374
RequestStatus
old_status
= REQUEST_STATUS_NONE;
local
376
old_status
= stats->active_requests()[&request];
380
DCHECK(
old_status
== REQUEST_STATUS_NONE ||
381
old_status
== REQUEST_STATUS_ACTIVE);
385
DCHECK(
old_status
== REQUEST_STATUS_NONE ||
386
old_status
== REQUEST_STATUS_CACHE_WAIT);
390
DCHECK(
old_status
== REQUEST_STATUS_NONE ||
391
old_status
== REQUEST_STATUS_ACTIVE);
395
DCHECK(
old_status
== REQUEST_STATUS_NONE ||
396
old_status
== REQUEST_STATUS_NETWORK_WAIT)
[
all
...]
/art/runtime/mirror/
class.cc
54
Status
old_status
= GetStatus();
local
57
if (UNLIKELY(new_status <=
old_status
&& new_status != kStatusError)) {
59
<<
old_status
<< " -> " << new_status;
61
if (new_status >= kStatusResolved ||
old_status
>= kStatusResolved) {
65
<< PrettyClass(this) << " " <<
old_status
<< " -> " << new_status;
111
if ((
old_status
>= kStatusResolved || new_status >= kStatusResolved) &&
/external/qemu/hw/
goldfish_mmc.c
448
int status,
old_status
;
local
454
old_status
= status;
457
if(status !=
old_status
) {
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc
489
ash::LauncherItemStatus
old_status
= model_->items()[index].status;
local
492
if (index >= 0 &&
old_status
!= status) {
[
all
...]
Completed in 120 milliseconds