Home
last modified time | relevance | path

Searched refs:Case (Results 1 – 14 of 14) 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.h273 struct Case : public AstNode { struct
277 Case() = default; argument
278 explicit Case(const std::string& c);
279 virtual ~Case() = default;
285 std::vector<std::shared_ptr<Case>> cases;
Dgenerate_java_binder.cpp203 auto default_case = std::make_shared<Case>(); in finish()
221 auto code_switch_default_case = std::make_shared<Case>(); in finish()
537 auto c = std::make_shared<Case>(transactCodeName); in generate_stub_case()
570 auto c = std::make_shared<Case>(transactCodeName); in generate_stub_case_outline()
791 auto c = std::make_shared<Case>(transactCodeName); in generate_methods()
829 auto c = std::make_shared<Case>(transactCodeName); in generate_methods()
839 auto c = std::make_shared<Case>(transactCodeName); in generate_methods()
925 auto c = std::make_shared<Case>("INTERFACE_TRANSACTION"); in generate_interface_descriptors()
Dast_java.cpp298 Case::Case(const string& c) { cases.push_back(c); } in Case() function in android::aidl::java::Case
300 void Case::Write(CodeWriter* to) const { in Write()
/system/sepolicy/prebuilts/api/30.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/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/sepolicy/private/
Dpostinstall_dexopt.te12 # - Case where dex2oat is in a non-flattened APEX, which has retained
15 # - Case where dex2oat is in a flattened APEX, which has been tagged
/system/sepolicy/prebuilts/api/31.0/private/
Dpostinstall_dexopt.te12 # - Case where dex2oat is in a non-flattened APEX, which has retained
15 # - Case where dex2oat is in a flattened APEX, which has been tagged
/system/tools/hidl/host_utils/
DStringHelper.cpp180 std::string StringHelper::ToCase(StringHelper::Case c, const std::string &in) { in ToCase()
/system/bt/gd/docs/testing/
Dcert_test.md239 These information can be found at the Test Case Reference List (TCRL) document
/system/bt/gd/packet/parser/
Dlanguage_y.yy260 DEBUG() << "Test Case: name=" << *$1 << "\n";
/system/bt/doc/
Dstyle_guide.md279 #### Option 1: The Best Case