HomeSort by relevance Sort by last modified time
    Searched refs:old_status (Results 1 - 8 of 8) sorted by null

  /packages/services/BuiltInPrintService/jni/include/
ifc_status_monitor.h 49 const printer_state_dyn_t *old_status, void *param),
  /development/vndk/tools/header-checker/merge-abi-diff/src/
merge_abi_diff.cpp 60 static bool IsStatusDowngraded(const CompatibilityStatus &old_status,
63 switch (old_status) {
  /packages/services/BuiltInPrintService/jni/ipphelper/
ippstatus_monitor.c 44 const printer_state_dyn_t *new_status, const printer_state_dyn_t *old_status,
188 const printer_state_dyn_t *old_status, void *status_param),
  /art/runtime/mirror/
class.cc 111 Status old_status = h_this->GetStatus(); local
115 if (UNLIKELY(new_status <= old_status &&
120 << " " << old_status << " -> " << new_status;
122 if (new_status >= kStatusResolved || old_status >= kStatusResolved) {
126 << h_this->PrettyClass() << " " << old_status << " -> " << new_status;
133 << " old_status: " << old_status << " new_status: " << new_status;
134 CHECK_EQ(new_status == kStatusErrorResolved, old_status >= kStatusResolved);
186 if (old_status >= kStatusResolved || new_status >= kStatusResolved) {
    [all...]
  /art/runtime/
transaction_test.cc 69 mirror::Class::Status old_status = h_klass->GetStatus(); local
88 ASSERT_EQ(old_status, h_klass->GetStatus());
class_linker.cc 4170 mirror::Class::Status old_status = klass->GetStatus(); local
    [all...]
  /art/compiler/driver/
compiler_driver.cc 2254 mirror::Class::Status old_status = klass->GetStatus(); local
    [all...]
  /packages/services/BuiltInPrintService/jni/lib/
lib_wprint.c 511 const printer_state_dyn_t *old_status, void *param) {
518 statusold = old_status->printer_status & ~PRINTER_IDLE_BIT;
    [all...]

Completed in 170 milliseconds