Searched refs:emit (Results 1 – 18 of 18) sorted by relevance
/system/tools/hidl/ |
D | DocComment.h | 52 void emit(Formatter& out, CommentType type = CommentType::UNSPECIFIED) const; 68 mDocComment->emit(out); in emitDocComment()
|
D | generateJava.cpp | 78 .emit(out); in emitGetService() 85 .emit(out); in emitGetService() 108 DocComment("Calls getService(\"default\",retry).", HIDL_LOCATION_HERE).emit(out); in emitGetService() 115 .emit(out); in emitGetService() 163 DocComment("Fully-qualified interface name for this interface.", HIDL_LOCATION_HERE).emit(out); in generateJava() 171 .emit(out); in generateJava() 224 .emit(out); in generateJava()
|
D | generateFormattedHidl.cpp | 26 mHeader->emit(out, CommentType::MULTILINE); in generateFormattedHidl()
|
D | generateCpp.cpp | 102 .emit(out); in declareGetService() 113 .emit(out); in declareGetService() 118 .emit(out); in declareGetService() 124 .emit(out); in declareGetService() 134 .emit(out); in declareGetService() 147 .emit(out); in declareServiceManagerInteractions() 151 .emit(out); in declareServiceManagerInteractions() 276 .emit(out); in generateInterfaceHeader() 281 .emit(out); in generateInterfaceHeader() 293 .emit(out); in generateInterfaceHeader() [all …]
|
D | DocComment.cpp | 72 void DocComment::emit(Formatter& out, CommentType type) const { in emit() function in android::DocComment
|
D | Method.cpp | 272 if (getDocComment() != nullptr) getDocComment()->emit(out); in emitHidlDefinition()
|
D | EnumType.cpp | 272 if (getDocComment() != nullptr) getDocComment()->emit(out); in emitHidlDefinition() 284 if (val->getDocComment() != nullptr) val->getDocComment()->emit(out); in emitHidlDefinition()
|
D | CompoundType.cpp | 625 if (ref.getDocComment() != nullptr) ref.getDocComment()->emit(out); in emitFieldHidlDefinition() 638 if (getDocComment() != nullptr) getDocComment()->emit(out); in emitInlineHidlDefinition()
|
D | Interface.cpp | 814 if (getDocComment() != nullptr) getDocComment()->emit(out); in emitHidlDefinition()
|
D | main.cpp | 888 i->emit(err); in validateForFormat()
|
/system/tools/aidl/build/ |
D | aidl_rust_glue.py | 30 def emit(self, output_file, indent=""): member in RustModule 47 mod.emit(output_file, indent + " ") 79 root_module.emit(lib_rs_file, indent=" ")
|
/system/extras/simpleperf/scripts/purgatorio/templates/ |
D | main.js | 128 table_source.change.emit()
|
/system/tools/hidl/hidl2aidl/ |
D | AidlInterface.cpp | 315 DocComment(modifiedDocComment, HIDL_LOCATION_HERE).emit(out); in emitAidl()
|
D | main.cpp | 154 docComment->emit(AidlHelper::notes()); in parse()
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 99 The -d or --debug option may be used to cause sepolicy-analyze to emit the
|
/system/tools/mkbootimg/ |
D | pylintrc | 436 # Exceptions that will emit a warning when being caught. Defaults to
|
/system/apex/ |
D | pylintrc | 443 # Exceptions that will emit a warning when being caught. Defaults to
|
/system/update_engine/ |
D | pylintrc | 437 # Exceptions that will emit a warning when being caught. Defaults to
|