Home
last modified time | relevance | path

Searched refs:ignored (Results 1 – 13 of 13) sorted by relevance

/system/core/libcutils/
Dashmem-host.c41 int ashmem_create_region(const char *ignored __unused, size_t size) in ashmem_create_region()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc471 …e 6: specified value 0 for 'collection_interval' outside permitted range [100 4294967295] (ignored) in TEST_F()
472 W: line 7: malformed unsigned value (ignored) in TEST_F()
473 …e 8: specified value 2 for 'collection_interval' outside permitted range [100 4294967295] (ignored) in TEST_F()
474 W: line 9: unknown option 'nonexistent_key' ignored in TEST_F()
/system/core/adb/
Dprotocol.txt67 be sent. Any messages received before a CONNECT message MUST be ignored.
127 stream on the recipient's side is ignored. The stream may have been
130 The local-id is ignored on all but the first READY message (where it
142 stream on the recipient's side is ignored. The stream may have been
160 stream on the recipient's side is ignored. The stream may have
165 requirement, since they will be ignored.
DSYNC.TXT72 be ignored).
83 length can be ignored.
/system/core/liblog/
Devent.logtags12 # starting with '#' are ignored.
/system/core/logd/
Devent.logtags12 # starting with '#' are ignored.
/system/extras/simpleperf/
Dread_elf.cpp26 #pragma clang diagnostic ignored "-Wunused-parameter"
/system/core/fastboot/
Dfastboot_protocol.txt49 acceptable and zero-length packets are ignored. This phase continues
121 otherwise "flash" and "boot" will be ignored.
/system/core/logcat/
Devent.logtags12 # starting with '#' are ignored.
/system/core/init/
Dreadme.txt18 or options before the first section are ignored.
21 is declared with the same name as an existing one, it is ignored as
/system/media/camera/docs/
Dhtml.mako95 it knows its being printed, so the page-break-* styles are ignored
/system/core/libziparchive/
Dzip_archive.cc1084 #pragma GCC diagnostic ignored "-Wold-style-cast"
/system/security/keystore/
Dkeystore.cpp2713 std::vector<keymaster_key_param_t> ignored; in isOperationAuthorized() local
2714 int32_t authResult = addOperationAuthTokenIfNeeded(token, &ignored); in isOperationAuthorized()