/system/tools/hidl/ |
D | Scope.h | 113 const LocalIdentifier* resolve() const; 114 LocalIdentifier* resolve();
|
D | Reference.h | 83 return mResolved->resolve(); in get() 87 return mResolved->resolve(); in get()
|
D | TypeDef.h | 44 const Type* resolve() const override;
|
D | TypeDef.cpp | 58 const Type* TypeDef::resolve() const { in resolve() function in android::TypeDef
|
D | Scope.cpp | 273 const LocalIdentifier* LocalIdentifier::resolve() const { in resolve() function in android::LocalIdentifier 277 LocalIdentifier* LocalIdentifier::resolve() { in resolve() function in android::LocalIdentifier
|
D | Type.h | 62 Type* resolve(); 63 virtual const Type* resolve() const;
|
D | Type.cpp | 101 Type* Type::resolve() { in resolve() function in android::Type 102 return const_cast<Type*>(static_cast<const Type*>(this)->resolve()); in resolve() 105 const Type* Type::resolve() const { in resolve() function in android::Type
|
D | AST.cpp | 557 type = type->resolve(); in lookupEnumValue()
|
/system/core/libbacktrace/include/backtrace/ |
D | BacktraceMap.h | 162 void SetResolveNames(bool resolve) { resolve_names_ = resolve; } in SetResolveNames() argument
|
/system/core/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 101 void SetResolveNames(bool resolve) { resolve_names_ = resolve; } in SetResolveNames() argument
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | system_suspend.te | 16 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
|
/system/sepolicy/private/ |
D | system_suspend.te | 16 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 75 return createPromise((resolve) => setTimeout(resolve, 100)); 83 return createPromise((resolve) => { 84 this.shownCallback = resolve; 226 return createPromise((resolve) => { 227 this.tabActiveCallback = resolve; 1740 return new Promise((resolve, _) => callback(resolve)); 1742 return new Promise((resolve,_) => resolve()); 1746 return createPromise((resolve) => $(document).ready(resolve));
|
/system/libvintf/ |
D | check_vintf.cpp | 69 auto resolved = resolve(path, error); in fetch() 79 auto resolved = resolve(path, error); in listFiles() 92 std::string resolve(const std::string& path, std::string* error) const { in resolve() function in android::vintf::details::HostFileSystem
|
/system/sepolicy/public/ |
D | ueventd.te | 50 # linker tries to resolve paths in ld.config.txt.
|
D | fastbootd.te | 76 # Needed for realpath() call to resolve symlinks.
|
D | domain.te | 1191 -traced_probes # resolve inodes for i/o tracing.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | ueventd.te | 50 # linker tries to resolve paths in ld.config.txt.
|
D | fastbootd.te | 80 # Needed for realpath() call to resolve symlinks.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | ueventd.te | 50 # linker tries to resolve paths in ld.config.txt.
|
D | fastbootd.te | 86 # Needed for realpath() call to resolve symlinks.
|
/system/core/liblog/ |
D | README.md | 152 action to resolve the structural problems at the source.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | attributes | 228 # can be resolve.
|
D | domain.te | 1172 -traced_probes # resolve inodes for i/o tracing.
|
/system/core/init/ |
D | README.md | 926 options' arguments are fully parsed, e.g. UIDs and GIDs must resolve. 932 SELinux would permit the operation, or if the UIDs and GIDs resolve.
|