Home
last modified time | relevance | path

Searched defs:Case (Results 1 – 4 of 4) sorted by relevance

/system/bt/doc/
Dstyle_guide.md283 ##### Find the formatting patch
289 ##### Revert the formatting patch
295 ##### Check for conflicts with your patch
313 ##### Apply your patch
317 ##### Reformat the code
321 ##### Commit the code that your patch touched
327 ##### Clean up any other files
331 ##### Review your new patch
/system/tools/hidl/host_utils/include/hidl-util/
DStringHelper.h28 enum Case { enum
/system/tools/aidl/
Dast_java.h277 struct Case : public AstNode { struct
281 Case() = default; argument
Dast_java.cpp320 Case::Case(const string& c) { cases.push_back(c); } in Case() function in android::aidl::java::Case