Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 33) sorted by relevance

12

/system/tools/hidl/
DScope.h113 const LocalIdentifier* resolve() const;
114 LocalIdentifier* resolve();
DReference.h83 return mResolved->resolve(); in get()
87 return mResolved->resolve(); in get()
DTypeDef.h44 const Type* resolve() const override;
DTypeDef.cpp58 const Type* TypeDef::resolve() const { in resolve() function in android::TypeDef
DScope.cpp273 const LocalIdentifier* LocalIdentifier::resolve() const { in resolve() function in android::LocalIdentifier
277 LocalIdentifier* LocalIdentifier::resolve() { in resolve() function in android::LocalIdentifier
DType.h62 Type* resolve();
63 virtual const Type* resolve() const;
DType.cpp101 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
DAST.cpp557 type = type->resolve(); in lookupEnumValue()
/system/core/libbacktrace/include/backtrace/
DBacktraceMap.h162 void SetResolveNames(bool resolve) { resolve_names_ = resolve; } in SetResolveNames() argument
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h101 void SetResolveNames(bool resolve) { resolve_names_ = resolve; } in SetResolveNames() argument
/system/sepolicy/prebuilts/api/30.0/private/
Dsystem_suspend.te16 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
/system/sepolicy/private/
Dsystem_suspend.te16 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
/system/extras/simpleperf/scripts/
Dreport_html.js75 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/
Dcheck_vintf.cpp69 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/
Dueventd.te50 # linker tries to resolve paths in ld.config.txt.
Dfastbootd.te76 # Needed for realpath() call to resolve symlinks.
Ddomain.te1191 -traced_probes # resolve inodes for i/o tracing.
/system/sepolicy/prebuilts/api/29.0/public/
Dueventd.te50 # linker tries to resolve paths in ld.config.txt.
Dfastbootd.te80 # Needed for realpath() call to resolve symlinks.
/system/sepolicy/prebuilts/api/30.0/public/
Dueventd.te50 # linker tries to resolve paths in ld.config.txt.
Dfastbootd.te86 # Needed for realpath() call to resolve symlinks.
/system/core/liblog/
DREADME.md152 action to resolve the structural problems at the source.
/system/sepolicy/prebuilts/api/28.0/public/
Dattributes228 # can be resolve.
Ddomain.te1172 -traced_probes # resolve inodes for i/o tracing.
/system/core/init/
DREADME.md926 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.

12