HomeSort by relevance Sort by last modified time
    Searched refs:resolve (Results 1 - 25 of 1780) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/
Resolvable.java 25 T resolve(); method in interface:Resolvable
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
ifunc-16.s 4 .set fct,resolve
9 .type resolve, @function
10 resolve: label
12 .size resolve, .-resolve
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-16-x86.s 4 .set fct,resolve
9 .type resolve, @function
10 resolve: label
12 .size resolve, .-resolve
  /cts/hostsidetests/appsecurity/test-apps/OrderedActivityApp/src/android/appsecurity/cts/orderedactivity/
PackageResolutionTest.java 45 final List<ResolveInfo> resolve = pm.queryIntentActivities(intent, 0 /*flags*/); local
47 assertNotNull(resolve);
48 assertEquals(4, resolve.size());
50 resolve.get(0).activityInfo.name);
52 resolve.get(1).activityInfo.name);
54 resolve.get(2).activityInfo.name);
56 resolve.get(3).activityInfo.name);
65 final List<ResolveInfo> resolve = pm.queryIntentServices(intent, 0 /*flags*/); local
67 assertNotNull(resolve);
68 assertEquals(4, resolve.size())
85 final List<ResolveInfo> resolve = pm.queryBroadcastReceivers(intent, 0 \/*flags*\/); local
    [all...]
  /art/test/626-const-class-linking/src/
MisbehavingLoader.java 36 protected Class<?> loadClass(String name, boolean resolve)
40 return super.loadClass(name, resolve);
43 return defining_loader.loadClass("Helper2", resolve);
45 return super.loadClass(name, resolve);
DelegatingLoader.java 37 protected Class<?> loadClass(String name, boolean resolve)
41 return defining_loader.loadClass(name, resolve);
43 return super.loadClass(name, resolve);
  /libcore/luni/src/main/java/javax/xml/transform/
URIResolver.java 37 * and the processor should try to resolve the URI itself.
40 * resolve the URI.
42 public Source resolve(String href, String base) method in interface:URIResolver
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
ifunc-2.l 2 .*/ifunc-2\.s:4: Error: can't resolve `bar1' {\.text\.1 section} - `foo1' {\.text\.1 section}
3 .*/ifunc-2\.s:5: Error: can't resolve `bar2' {\.text\.2 section} - `foo2' {\.text\.2 section}
4 .*/ifunc-2\.s:6: Error: can't resolve `bar1' {\.text\.1 section} - `bar2' {\.text\.2 section}
5 .*/ifunc-2\.s:7: Error: can't resolve `bar2' {\.text\.2 section} - `bar1' {\.text\.1 section}
6 .*/ifunc-2\.s:8: Error: can't resolve `\.text\.1' {\.text\.1 section} - `bar1' {\.text\.1 section}
7 .*/ifunc-2\.s:9: Error: can't resolve `\.text\.1' {\.text\.1 section} - `bar2' {\.text\.2 section}
8 .*/ifunc-2\.s:10: Error: can't resolve `bar1' {\.text\.1 section} - `abs1' {\*ABS\* section}
9 .*/ifunc-2\.s:11: Error: can't resolve `abs1' {\*ABS\* section} - `bar1' {\.text\.1 section}
10 .*/ifunc-2\.s:12: Error: can't resolve `\.text\.1' {\.text\.1 section} - `bar1' {\.text\.1 section}
11 .*/ifunc-2\.s:19: Error: can't resolve `bar1' {\.text\.1 section} - `foo1' {\.text\.1 section
    [all...]
  /external/turbine/java/com/google/turbine/binder/lookup/
ImportScope.java 33 * com.google.turbine.binder.Resolve#resolve}.
40 default ClassSymbol resolve(SourceFile source, int position, LookupResult result) { method in interface:ImportScope.ResolveFunction
53 LookupResult lookup(LookupKey lookupKey, ResolveFunction resolve);
59 public LookupResult lookup(LookupKey lookupKey, ResolveFunction resolve) {
60 LookupResult result = next.lookup(lookupKey, resolve);
64 return ImportScope.this.lookup(lookupKey, resolve);
77 public LookupResult lookup(LookupKey lookupKey, ResolveFunction resolve) {
84 default CompoundScope toScope(ResolveFunction resolve) {
89 return ImportScope.this.lookup(lookupKey, resolve);
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/internal/
ClassNameResolverTest.java 12 assertEquals(TestApplication.class, new ClassNameResolver<Application>("com.xtremelabs.robolectric", "TestApplication").resolve());
17 assertEquals(TestApplication.class, new ClassNameResolver<Application>("com.xtremelabs.robolectric", ".TestApplication").resolve());
22 assertEquals(TestApplication.class, new ClassNameResolver<Application>("com.xtremelabs.robolectric", "com.xtremelabs.robolectric.TestApplication").resolve());
27 assertEquals(TestApplication.class, new ClassNameResolver<Application>("com.xtremelabs", ".robolectric.TestApplication").resolve());
32 new ClassNameResolver<Application>("com.xtremelabs", "robolectric.TestApplication").resolve(); method
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/internal/
ClassNameResolverTest.java 15 assertEquals(TestApplication.class, ClassNameResolver.resolve("org.robolectric", "TestApplication"));
20 assertEquals(TestApplication.class, ClassNameResolver.resolve("org.robolectric", ".TestApplication"));
25 assertEquals(TestApplication.class, ClassNameResolver.resolve("org.robolectric", "org.robolectric.TestApplication"));
30 assertEquals(TestApplication.class, ClassNameResolver.resolve("org", ".robolectric.TestApplication"));
35 ClassNameResolver.resolve("org", "robolectric.TestApplication");
  /development/vndk/tools/definition-tool/tests/
test_elf_resolver.py 59 self.assertEqual('a', r.resolve('liba.so'))
60 self.assertEqual('c', r.resolve('libc.so'))
62 self.assertEqual(None, r.resolve('libe.so'))
63 self.assertEqual('e', r.resolve('libe.so', dt_rpath=['/system/lib/hw']))
65 'e', r.resolve('libe.so', dt_runpath=['/system/lib/hw']))
67 self.assertEqual('a2', r.resolve('liba.so', dt_rpath=['/vendor/lib']))
68 self.assertEqual('a2', r.resolve('liba.so', dt_runpath=['/vendor/lib']))
  /development/tools/winscope/
webpack.config.js 25 path: path.resolve(__dirname, './dist'),
49 path.resolve(__dirname, '../../..'),
50 path.resolve(__dirname, '../../../external/protobuf/src')
63 resolve: {
66 path.resolve(__dirname, '../../..')
72 path.resolve(__dirname, 'loaders')
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/
CompilationUnitTest.java 48 Path sourceRoot = mavenModuleRoot(CompilationUnitTest.class).resolve(Paths.get("src", "test", "resources")).normalize();
49 Path testFile = sourceRoot.resolve(Paths.get("com", "github", "javaparser", "storage", "Z.java"));
58 Path sourceRoot = mavenModuleRoot(CompilationUnitTest.class).resolve(Paths.get("src", "test", "resources")).normalize();
59 Path testFile = sourceRoot.resolve(Paths.get("com", "github", "javaparser", "storage", "A.java"));
67 Path sourceRoot = mavenModuleRoot(CompilationUnitTest.class).resolve(Paths.get("src", "test", "resources", "com", "github", "javaparser", "storage")).normalize();
68 Path testFile = sourceRoot.resolve(Paths.get("B.java"));
77 Path sourceRoot = mavenModuleRoot(CompilationUnitTest.class).resolve(Paths.get("src", "test", "resources")).normalize();
78 Path testFile = sourceRoot.resolve(Paths.get("com", "github", "javaparser", "storage", "PrimaryType.java"));
92 Path sourceRoot = mavenModuleRoot(CompilationUnitTest.class).resolve(Paths.get("src", "test", "resources")).normalize();
93 Path testFile = sourceRoot.resolve(Paths.get("com", "github", "javaparser", "storage", "PrimaryType.java"))
    [all...]
  /frameworks/base/core/java/org/apache/http/conn/scheme/
HostNameResolver.java 45 InetAddress resolve (String hostname) throws IOException; method in interface:HostNameResolver
  /packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/platform/
ImageResolver.java 27 * Resolve a given metadata image global id to a bitmap.
32 @Nullable Bitmap resolve(long globalId); method in interface:ImageResolver
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver.hpp 31 * The basic_resolver class template provides the ability to resolve a query
81 * This function is used to resolve a query into a list of endpoint entries.
95 iterator resolve(const query& q) function in class:asio::ip::basic_resolver
98 iterator i = this->service.resolve(this->implementation, q, ec);
99 asio::detail::throw_error(ec, "resolve");
105 * This function is used to resolve a query into a list of endpoint entries.
120 iterator resolve(const query& q, asio::error_code& ec) function in class:asio::ip::basic_resolver
122 return this->service.resolve(this->implementation, q, ec);
127 * This function is used to asynchronously resolve a query into a list of
132 * @param handler The handler to be called when the resolve operatio
184 iterator resolve(const endpoint_type& e) function in class:asio::ip::basic_resolver
211 iterator resolve(const endpoint_type& e, asio::error_code& ec) function in class:asio::ip::basic_resolver
    [all...]
  /external/skia/experimental/svg/model/
SkSVGEllipse.cpp 58 SkRect SkSVGEllipse::resolve(const SkSVGLengthContext& lctx) const { function in class:SkSVGEllipse
59 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal);
60 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical);
61 const auto rx = lctx.resolve(fRx, SkSVGLengthContext::LengthType::kHorizontal);
62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical);
71 canvas->drawOval(this->resolve(lctx), paint);
76 path.addOval(this->resolve(ctx.lengthContext()));
SkSVGLine.cpp 58 std::tuple<SkPoint, SkPoint> SkSVGLine::resolve(const SkSVGLengthContext& lctx) const { function in class:SkSVGLine
60 SkPoint::Make(lctx.resolve(fX1, SkSVGLengthContext::LengthType::kHorizontal),
61 lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical)),
62 SkPoint::Make(lctx.resolve(fX2, SkSVGLengthContext::LengthType::kHorizontal),
63 lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical)));
69 std::tie(p0, p1) = this->resolve(lctx);
76 std::tie(p0, p1) = this->resolve(ctx.lengthContext());
SkSVGCircle.cpp 49 std::tuple<SkPoint, SkScalar> SkSVGCircle::resolve(const SkSVGLengthContext& lctx) const { function in class:SkSVGCircle
50 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal);
51 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical);
52 const auto r = lctx.resolve(fR , SkSVGLengthContext::LengthType::kOther);
60 std::tie(pos, r) = this->resolve(lctx);
70 std::tie(pos, r) = this->resolve(ctx.lengthContext());
  /external/skqp/experimental/svg/model/
SkSVGEllipse.cpp 58 SkRect SkSVGEllipse::resolve(const SkSVGLengthContext& lctx) const { function in class:SkSVGEllipse
59 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal);
60 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical);
61 const auto rx = lctx.resolve(fRx, SkSVGLengthContext::LengthType::kHorizontal);
62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical);
71 canvas->drawOval(this->resolve(lctx), paint);
76 path.addOval(this->resolve(ctx.lengthContext()));
SkSVGLine.cpp 58 std::tuple<SkPoint, SkPoint> SkSVGLine::resolve(const SkSVGLengthContext& lctx) const { function in class:SkSVGLine
60 SkPoint::Make(lctx.resolve(fX1, SkSVGLengthContext::LengthType::kHorizontal),
61 lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical)),
62 SkPoint::Make(lctx.resolve(fX2, SkSVGLengthContext::LengthType::kHorizontal),
63 lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical)));
69 std::tie(p0, p1) = this->resolve(lctx);
76 std::tie(p0, p1) = this->resolve(ctx.lengthContext());
SkSVGCircle.cpp 49 std::tuple<SkPoint, SkScalar> SkSVGCircle::resolve(const SkSVGLengthContext& lctx) const { function in class:SkSVGCircle
50 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal);
51 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical);
52 const auto r = lctx.resolve(fR , SkSVGLengthContext::LengthType::kOther);
60 std::tie(pos, r) = this->resolve(lctx);
70 std::tie(pos, r) = this->resolve(ctx.lengthContext());
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidURITest.java 39 resolve("http://www.google.com/your",
44 private static void resolve(String base, String uri, String expected) { method in class:OldAndroidURITest
46 URI resolved = b.resolve(uri);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
lui-2.l 4 .*\.s:8: Error: can't resolve `baz' {\*UND\* section} - `bar' {\*UND\* section}
5 .*\.s:9: Error: can't resolve `\.text' {\.text section} - `baz' {\*UND\* section}

Completed in 1574 milliseconds

1 2 3 4 5 6 7 8 91011>>