/system/tools/hidl/c2hal/ |
D | Note.cpp | 21 Note::Note(const std::string &name) in Note() function in android::Note 25 Note::Note(Declaration *decl) in Note() function in android::Note 30 Note::~Note() { in ~Note() 36 void Note::generateSource(Formatter &out) const { in generateSource() 52 void Note::processContents(AST &ast) { in processContents()
|
D | Note.h | 31 struct Note : Declaration { struct 32 Note(const std::string &name); 34 Note(Declaration *decl); 35 ~Note(); 46 DISALLOW_COPY_AND_ASSIGN(Note); argument
|
D | c2hal_y.yy | 28 #include "Note.h" 203 $1->push_back(new Note("extern \"C\" { ")); 205 $1->push_back(new Note("} // end of extern C")); 248 $$ = new Note($1); 253 $$ = new Note($1); 258 $$ = new Note($1->decorateName($2) + " = " + $4->toString()); 367 $$ = new Note($1); 376 $$ = new Note($1);
|
D | Android.bp | 36 "Note.cpp",
|
/system/logging/logd/ |
D | README.compression.md | 56 * Note: ‘Simple’ is the Chatty code without log spam detection and without de-duplication. 68 * Note: “simple” isn’t “compression without actually compressing”, it’s “chatty without doing the c… 78 …Note: Chatty does not consider the metadata (UID, PID, timestamp, etc) in its calculation of log b…
|
/system/chre/host/ |
D | README.md | 1 A collection of CHRE-related code that runs on the host processor. Note that
|
/system/keymint/boringssl/ |
D | Cargo.toml | 1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
|
/system/core/rootdir/ |
D | adb_debug.prop | 1 # Note: This file will be loaded with highest priority to override
|
/system/keymint/tests/ |
D | Cargo.toml | 1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
|
/system/keymint/derive/ |
D | Cargo.toml | 1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
|
/system/chre/chpp/ |
D | Android.bp | 28 // Note that this is cc_defaults and not a lib because modules that inherit 196 // Note: the value shouldn't be too low to avoid timeouts on slow test servers. 203 // Note: this needs to come before platform/linux/include
|
/system/keymint/ta/ |
D | Cargo.toml | 1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
|
/system/security/ondevice-signing/ |
D | odsign.rc | 11 # Note that odsign is not oneshot, but stopped manually when it exits. This
|
/system/keymint/common/ |
D | Cargo.toml | 1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
|
/system/keymint/wire/ |
D | Cargo.toml | 1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
|
/system/sepolicy/private/ |
D | bufferhubd.te | 17 # Receive sync fence FDs from hal_omx_server. Note that hal_omx_server never directly
|
D | hwservicemanager.te | 17 # Note that we do not use the binder_* macros here.
|
D | crosvm.te | 32 # Note that the open permission is not given as the files are passed as file descriptors. 60 # Note that the open permission is not given as the socket is passed by FD. 111 # the VM has to initialize the disk image on its first boot. Note that open access is still not 176 # VMs. Note that the use of app data files is further restricted
|
D | servicemanager.te | 16 # Note that we do not use the binder_* macros here.
|
D | postinstall_dexopt.te | 3 # Note: otapreopt is a driver for dex2oat, and reuses parts of installd. As such, 41 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
|
/system/extras/boottime_tools/bootio/ |
D | README.md | 19 Note: /data/misc/bootio/start is not deleted automatically, so don't
|
/system/media/camera/ |
D | Android.bp | 11 // Note: The static version of libcamera_metadata should be used for testing ONLY.
|
/system/sepolicy/microdroid/system/private/ |
D | authfs_service.te | 22 # Note: authfs_service doesn't really need to read and write the file, but the
|
/system/extras/f2fs_utils/ |
D | mkf2fsuserimg.sh | 16 Note: must conserve the option order
|
/system/media/audio_utils/ |
D | Doxyfile | 114 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 159 # Note that you can specify absolute paths here, but also relative paths, which 214 # Note that setting this tag to YES also means that rational rose comments are 311 # Note: For files without extension you can use no_extension as a placeholder. 313 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise 331 # Note: This feature currently applies only to Markdown headings. 408 # Note that this feature does not work in combination with 456 # Note: This will also disable the warnings about undocumented members that are 605 # name. If set to NO, the members will appear in declaration order. Note that 615 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief [all …]
|