HomeSort by relevance Sort by last modified time
    Searched defs:StaticType (Results 1 - 9 of 9) sorted by null

  /system/update_engine/payload_consumer/
filesystem_verifier_action.h 64 static std::string StaticType() { return "FilesystemVerifierAction"; }
65 std::string Type() const override { return StaticType(); }
postinstall_runner_action.h 62 static std::string StaticType() { return "PostinstallRunnerAction"; }
63 std::string Type() const override { return StaticType(); }
download_action.h 71 static std::string StaticType() { return "DownloadAction"; }
90 std::string Type() const override { return StaticType(); }
install_plan.h 164 static std::string StaticType() { return "InstallPlanAction"; }
165 std::string Type() const override { return StaticType(); }
  /system/update_engine/
omaha_response_handler_action.h 61 static std::string StaticType() { return "OmahaResponseHandlerAction"; }
62 std::string Type() const override { return StaticType(); }
omaha_request_action.h 162 static std::string StaticType() { return "OmahaRequestAction"; }
163 std::string Type() const override { return StaticType(); }
omaha_request_action_unittest.cc 312 if (action->Type() == OmahaRequestAction::StaticType())
347 static string StaticType() {
350 string Type() const { return StaticType(); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypeChecker.cpp 62 void reportTypeError(QualType DynamicType, QualType StaticType,
72 QualType StaticType,
83 QualType::print(StaticType.getTypePtr(), Qualifiers(), OS, C.getLangOpts(),
180 QualType StaticType = CE->getType();
183 const auto *StaticObjCType = StaticType->getAs<ObjCObjectPointerType>();
208 reportTypeError(DynType, StaticType, Region, CE, C);
  /system/update_engine/common/
test_utils.h 235 static std::string StaticType() { return "ObjectFeederAction"; }
236 std::string Type() const { return StaticType(); }
269 static std::string StaticType() { return "ObjectCollectorAction"; }
270 std::string Type() const { return StaticType(); }

Completed in 105 milliseconds