Home
last modified time | relevance | path

Searched refs:Note (Results 1 – 25 of 102) sorted by relevance

12345

/system/tools/hidl/c2hal/
DNote.cpp21 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()
DNote.h31 struct Note : Declaration { struct
32 Note(const std::string &name);
34 Note(Declaration *decl);
35 ~Note();
46 DISALLOW_COPY_AND_ASSIGN(Note); argument
Dc2hal_y.yy28 #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);
DAndroid.bp36 "Note.cpp",
/system/logging/logd/
DREADME.compression.md56 * 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…
78Note: Chatty does not consider the metadata (UID, PID, timestamp, etc) in its calculation of log b…
/system/chre/host/
DREADME.md1 A collection of CHRE-related code that runs on the host processor. Note that
/system/keymint/boringssl/
DCargo.toml1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
/system/core/rootdir/
Dadb_debug.prop1 # Note: This file will be loaded with highest priority to override
/system/keymint/tests/
DCargo.toml1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
/system/keymint/derive/
DCargo.toml1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
/system/chre/chpp/
DAndroid.bp28 // 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/
DCargo.toml1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
/system/security/ondevice-signing/
Dodsign.rc11 # Note that odsign is not oneshot, but stopped manually when it exits. This
/system/keymint/common/
DCargo.toml1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
/system/keymint/wire/
DCargo.toml1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
/system/sepolicy/private/
Dbufferhubd.te17 # Receive sync fence FDs from hal_omx_server. Note that hal_omx_server never directly
Dhwservicemanager.te17 # Note that we do not use the binder_* macros here.
Dcrosvm.te32 # 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
Dservicemanager.te16 # Note that we do not use the binder_* macros here.
Dpostinstall_dexopt.te3 # 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/
DREADME.md19 Note: /data/misc/bootio/start is not deleted automatically, so don't
/system/media/camera/
DAndroid.bp11 // Note: The static version of libcamera_metadata should be used for testing ONLY.
/system/sepolicy/microdroid/system/private/
Dauthfs_service.te22 # Note: authfs_service doesn't really need to read and write the file, but the
/system/extras/f2fs_utils/
Dmkf2fsuserimg.sh16 Note: must conserve the option order
/system/media/audio_utils/
DDoxyfile114 # 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 …]

12345