Searched refs:staging (Results 1 – 3 of 3) sorted by relevance
661 std::set<int> staging; member680 void stage() { staging.insert(var->value); } in stage()683 if (staging.size() != committed.size()) { in commit()684 committed = std::move(staging); in commit()687 staging.clear(); in commit()784 &context->at(var).committed, &context->at(var->parent1).staging, in evalSubnetSingleOpHelper()785 var->parent2 == nullptr ? nullptr : &context->at(var->parent2).staging, in evalSubnetSingleOpHelper()786 &context->at(var).staging); in evalSubnetSingleOpHelper()824 if (context->at(var).staging.empty()) { in evalSubnetWithBruteForce()846 context->at(var).staging.clear(); in eval()
73 requireViewById(R.id.staging).setVisibility(View.VISIBLE); in onCreate()
686 boolean staging = !packageName.equals("android"); in initiateOneRestore()688 File downloadFile = (staging) ? mStageName : mBackupDataName; in initiateOneRestore()716 if (staging) { in initiateOneRestore()