Home
last modified time | relevance | path

Searched +defs:resolve +defs:resolve (Results 26 – 50 of 2211) sorted by relevance

12345678910>>...89

/aosp_15_r20/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DThemeResolver.java59 public int resolve(Intent intent) { in resolve() method in ThemeResolver
72 public int resolve(@Nullable String theme) { in resolve() method in ThemeResolver
77 private int resolve(@Nullable String theme, boolean suppressDayNight) { in resolve() method in ThemeResolver
/aosp_15_r20/external/okio/okio/src/nonJvmMain/kotlin/okio/
H A DPath.kt76 actual fun resolve(child: String, normalize: Boolean): Path = in div() method in okio.Path
79 actual fun resolve(child: ByteString, normalize: Boolean): Path = in div() method in okio.Path
82 actual fun resolve(child: Path, normalize: Boolean): Path = in div() method in okio.Path
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DPath.kt86 actual fun resolve(child: String, normalize: Boolean): Path = in div() method in okio.Path
89 actual fun resolve(child: ByteString, normalize: Boolean): Path = in div() method in okio.Path
92 actual fun resolve(child: Path, normalize: Boolean): Path = in div() method in okio.Path
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.41/
HDkotlin-script-runtime-1.2.41.jar ... .script.experimental.dependencies.DependenciesResolver$ResolveResult resolve (kotlin.script.dependencies.ScriptContents, java ...
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-script-runtime.jar ... () public java.util.concurrent.Future resolve (kotlin.script.dependencies.ScriptContents, java ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/
HDkotlin-script-runtime-1.2.50.jar ... { public abstract java.util.concurrent.Future resolve (kotlin.script.dependencies.ScriptContents, java ...
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A DJimfsPath.java253 JimfsPath resolve(Name name) { in resolve() method in JimfsPath
258 public JimfsPath resolve(Path other) { in resolve() method in JimfsPath
275 public JimfsPath resolve(String other) { in resolve() method in JimfsPath
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dparse_and_typecheck.rs47 fn resolve(&self, path: &ProtoPath) -> anyhow::Result<Option<ResolvedProtoFile>>; in resolve() method
222 fn resolve(&self, proto_path: &ProtoPath) -> anyhow::Result<Option<ResolvedProtoFile>> { in fs_resolver() method
330 fn resolve(&self, proto_path: &ProtoPath) -> anyhow::Result<Option<ResolvedProtoFile>> { in parse_and_typecheck_custom() method
/aosp_15_r20/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/symbol/
H A DKSTypeReference.kt34 fun resolve(): KSType method
/aosp_15_r20/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DResolutionMechanism.java31 abstract PolicyValue<V> resolve(LinkedHashMap<EnforcingAdmin, PolicyValue<V>> adminPolicies); in resolve() method in ResolutionMechanism
38 PolicyValue<V> resolve(List<PolicyValue<V>> adminPolicies) { in resolve() method in ResolutionMechanism
H A DMostRestrictive.java35 PolicyValue<V> resolve(@NonNull LinkedHashMap<EnforcingAdmin, PolicyValue<V>> adminPolicies) { in resolve() method in MostRestrictive
40 PolicyValue<V> resolve(List<PolicyValue<V>> adminPolicies) { in resolve() method in MostRestrictive
H A DRecursiveStringArrayResourceResolver.java76 public Set<String> resolve(String pkg, @ArrayRes int rootId) { in resolve() method in RecursiveStringArrayResourceResolver
86 private Set<String> resolve(Collection<String> cache, String pkg, @ArrayRes int rootId) { in resolve() method in RecursiveStringArrayResourceResolver
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/promise-polyfill/
H A DPromise-Statics.js13 return new Promise(function (resolve, reject) { argument
43 return new Promise(function (resolve, reject) { argument
/aosp_15_r20/frameworks/base/core/java/android/os/vibrator/persistence/
H A DParsedVibration.java67 public VibrationEffect resolve(@NonNull Vibrator vibrator) { in resolve() method in ParsedVibration
77 public VibrationEffect resolve(@NonNull VibratorInfo info) { in resolve() method in ParsedVibration
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/
H A DResolve.java44 public static @Nullable ClassSymbol resolve( in resolve() method in Resolve
52 private static @Nullable ClassSymbol resolve( in resolve() method in Resolve
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/netd/mdns_aidl_interface-V1-java-source/gen/android/net/mdns/aidl/
DIMDns.java36 …@Override public void resolve(android.net.mdns.aidl.ResolutionInfo info) throws android.os.RemoteE… in resolve() method in IMDns.Default
276 …@Override public void resolve(android.net.mdns.aidl.ResolutionInfo info) throws android.os.RemoteE… in resolve() method in IMDns.Stub.Proxy
419 public void resolve(android.net.mdns.aidl.ResolutionInfo info) throws android.os.RemoteException; in resolve() method
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/lookup/
H A DImportIndex.java60 CanonicalSymbolResolver resolve, in create()
100 TurbineLogWithSource log, TopLevelIndex cpi, ImportDecl i, CanonicalSymbolResolver resolve) { in namedImport()
H A DMemberImportIndex.java45 CanonicalSymbolResolver resolve, in MemberImportIndex()
97 CanonicalSymbolResolver resolve, in resolveNext()
/aosp_15_r20/external/apache-http/src/org/apache/http/client/utils/
H A DURIUtils.java176 public static URI resolve(final URI baseURI, final String reference) { in resolve() method in URIUtils
188 public static URI resolve(final URI baseURI, URI reference){ in resolve() method in URIUtils
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/internal/
H A DReference.kt45 fun resolve(): LazyDetails in interface() method
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/
H A DAbsoluteIri.java57 public AbsoluteIri resolve(String iri) { in resolve() method in AbsoluteIri
87 public static String resolve(String parent, String iri) { in resolve() method in AbsoluteIri
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/openat2/
H A Drename_attack_test.c73 const char *flagname(int resolve) in flagname()
84 void test_rename_attack(int resolve) in test_rename_attack()
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dresolver_service.hpp54 iterator_type resolve(implementation_type&, const query_type& query, in resolve() function in asio::detail::resolver_service
86 iterator_type resolve(implementation_type&, in resolve() function in asio::detail::resolver_service
/aosp_15_r20/external/autotest/client/site_tests/power_LoadTest/extension/
H A Dtask_monitor.js4 return new Promise(function(resolve) { argument
10 return new Promise(function(resolve) { argument
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A Dresolver_service.hpp85 iterator_type resolve(implementation_type& impl, const query_type& query, in resolve() function in asio::ip::resolver_service
108 iterator_type resolve(implementation_type& impl, in resolve() function in asio::ip::resolver_service

12345678910>>...89