Searched refs:Case (Results 1 – 14 of 14) sorted by relevance
/system/tools/hidl/c2hal/ |
D | Expression.cpp | 92 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()
|
D | Expression.h | 82 virtual std::string toString(StringHelper::Case atomCase = StringHelper::kNoCase) = 0;
|
/system/tools/hidl/host_utils/include/hidl-util/ |
D | StringHelper.h | 28 enum Case { enum 54 static std::string ToCase(Case c, const std::string &in);
|
/system/tools/aidl/ |
D | ast_java.h | 273 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;
|
D | generate_java_binder.cpp | 203 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()
|
D | ast_java.cpp | 298 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/ |
D | postinstall_dexopt.te | 10 # - 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/ |
D | postinstall_dexopt.te | 10 # - 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/ |
D | postinstall_dexopt.te | 12 # - 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/ |
D | postinstall_dexopt.te | 12 # - 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/ |
D | StringHelper.cpp | 180 std::string StringHelper::ToCase(StringHelper::Case c, const std::string &in) { in ToCase()
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 239 These information can be found at the Test Case Reference List (TCRL) document
|
/system/bt/gd/packet/parser/ |
D | language_y.yy | 260 DEBUG() << "Test Case: name=" << *$1 << "\n";
|
/system/bt/doc/ |
D | style_guide.md | 279 #### Option 1: The Best Case
|