HomeSort by relevance Sort by last modified time
    Searched full:has_credentials (Results 1 - 4 of 4) sorted by null

  /system/tpm/attestation/server/
database_impl_test.cc 99 EXPECT_FALSE(database_->GetProtobuf().has_credentials());
107 EXPECT_FALSE(database_->GetProtobuf().has_credentials());
attestation_service.cc 243 if (!database_pb.has_credentials() ||
528 if (!database_pb.has_credentials()) {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_appengine.py 508 if decorator.has_credentials():
520 if decorator.has_credentials():
560 self.assertEqual(False, self.decorator.has_credentials())
651 self.assertEqual(False, self.decorator.has_credentials())
672 self.assertEqual(False, self.decorator.has_credentials())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
appengine.py 598 this thread yet, which may happen when calling has_credentials inside
728 if not self.has_credentials():
767 From within a method decorated with @oauth_aware the has_credentials()
801 def has_credentials(self): member in class:OAuth2Decorator
822 from within an @oauth_aware decorated method where has_credentials()
    [all...]

Completed in 270 milliseconds