Home
last modified time | relevance | path

Searched refs:Any (Results 1 – 10 of 10) sorted by relevance

/bionic/benchmarks/linker_relocation/regen/
Dcommon_types.py28 from typing import Any, Dict, Iterator, List, Optional, Set, Tuple
66 def to_json(self) -> Dict[str, Any]:
67 result: Dict[str, Any] = {}
77 def from_json(obj: Dict[str, Any]) -> 'DynSymbol': argument
95 def to_json(self) -> Dict[str, Any]:
96 result: Dict[str, Any] = {}
104 def from_json(obj: Dict[str, Any]) -> 'SymbolRef': argument
115 def to_json(self) -> Dict[str, Any]:
116 result: Dict[str, Any] = {}
124 def from_json(obj: Dict[str, Any]) -> 'Relocations': argument
[all …]
Ddump_relocs.py47 from typing import Any, Set, List, Dict, Optional
/bionic/libc/
DSECCOMP_BLOCKLIST_COMMON.TXT5 # Any entry in the blocklist must be in the syscalls file and not be in the allowlist file
DSECCOMP_BLOCKLIST_APP.TXT5 # Any entry in the blocklist must be in the syscalls file and not be in the allowlist file
/bionic/libc/kernel/android/
DREADME.md16 Any modification should first be made there then copied into the scsi
/bionic/libc/malloc_hooks/
DREADME.md101 Any process spawned from this shell will run with malloc hooks enabled.
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md35 Any errors detected by the library are reported in the log.
DREADME.md30 Any errors detected by the library are reported in the log.
241 Any allocation routine, other than calloc, will result in the allocation being
365 file, all current records are deleted. Any allocations/frees occuring while
707 Any process spawned from this shell will run with malloc debug enabled
/bionic/
Dandroid-changes-for-ndk-developers.md145 and reported to the user as space taken up by your app). Any .so file
411 Any combination of `dlerror`, `dlopen`, and `dlsym` can be used. There's
DREADME.md118 # Any time we can just use a BSD implementation of something unmodified,