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

  /packages/services/BuiltInPrintService/jni/include/
ifc_status_monitor.h 49 const printer_state_dyn_t *old_status, void *param),
  /art/runtime/
aot_class_linker.cc 79 ClassStatus old_status = callbacks->GetPreviousClassState( local
82 if (old_status >= ClassStatus::kVerified) {
86 if (old_status >= ClassStatus::kRetryVerificationAtRuntime) {
subtype_check.h 457 ClassStatus old_status; local
473 old_status = old_value.status_;
483 DCHECK_EQ(old_status, new_value.status_)
502 ClassStatus old_status; local
507 old_status = old_value.status_;
509 if (memcmp(&old_status, &status, sizeof(status)) == 0) {
transaction_test.cc 69 ClassStatus old_status = h_klass->GetStatus(); local
86 ASSERT_EQ(old_status, h_klass->GetStatus());
class_linker.cc 4031 ClassStatus old_status = klass->GetStatus(); local
    [all...]
  /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 155 ClassStatus old_status = h_this->GetStatus(); local
159 if (UNLIKELY(new_status <= old_status &&
164 << " " << old_status << " -> " << new_status;
166 if (new_status >= ClassStatus::kResolved || old_status >= ClassStatus::kResolved) {
170 << h_this->PrettyClass() << " " << old_status << " -> " << new_status;
177 << " old_status: " << old_status << " new_status: " << new_status;
178 CHECK_EQ(new_status == ClassStatus::kErrorResolved, old_status >= ClassStatus::kResolved);
238 if (old_status >= ClassStatus::kResolved || new_status >= ClassStatus::kResolved) {
    [all...]
  /art/compiler/driver/
compiler_driver.cc 2264 ClassStatus 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 918 milliseconds