Home
last modified time | relevance | path

Searched refs:Case (Results 1 – 10 of 10) sorted by relevance

/system/tools/hidl/c2hal/
DExpression.cpp92 std::string toString(StringHelper::Case atomCase) override { in toString()
120 std::string toString(StringHelper::Case atomCase) override { in toString()
144 std::string toString(StringHelper::Case atomCase) override { in toString()
167 std::string toString(StringHelper::Case atomCase) override { in toString()
192 std::string toString(StringHelper::Case atomCase) override { in toString()
215 std::string toString(StringHelper::Case atomCase) override { in toString()
242 std::string toString(StringHelper::Case atomCase) override { in toString()
DExpression.h82 virtual std::string toString(StringHelper::Case atomCase = StringHelper::kNoCase) = 0;
/system/tools/hidl/host_utils/include/hidl-util/
DStringHelper.h28 enum Case { enum
54 static std::string ToCase(Case c, const std::string &in);
/system/tools/aidl/
Dast_java.h277 struct Case : public AstNode { struct
281 Case() = default; argument
282 explicit Case(const std::string& c);
283 virtual ~Case() = default;
289 std::vector<Case*> cases;
Dgenerate_java_binder.cpp203 Case* default_case = new Case; in finish()
218 Case* code_switch_default_case = new Case; in finish()
546 Case* c = new Case(transactCodeName); in generate_stub_case()
579 Case* c = new Case(transactCodeName); in generate_stub_case_outline()
768 Case* c = new Case(transactCodeName); in generate_methods()
799 Case* c = new Case(transactCodeName); in generate_methods()
851 Case* c = new Case("INTERFACE_TRANSACTION"); in generate_interface_descriptors()
Dast_java.cpp320 Case::Case(const string& c) { cases.push_back(c); } in Case() function in android::aidl::java::Case
322 void Case::Write(CodeWriter* to) const { in Write()
/system/sepolicy/private/
Dpostinstall_dexopt.te10 # - Case where dex2oat is in a non-flattened APEX, which has retained
13 # - Case where dex2oat is in a flattened APEX, which has been tagged
/system/sepolicy/prebuilts/api/29.0/private/
Dpostinstall_dexopt.te10 # - Case where dex2oat is in a non-flattened APEX, which has retained
13 # - Case where dex2oat is in a flattened APEX, which has been tagged
/system/tools/hidl/host_utils/
DStringHelper.cpp143 std::string StringHelper::ToCase(StringHelper::Case c, const std::string &in) { in ToCase()
/system/bt/doc/
Dstyle_guide.md279 #### Option 1: The Best Case