/external/webkit/WebCore/plugins/qt/ |
D | PluginPackageQt.cpp | 43 NPP_GetValueProcPtr gv = (NPP_GetValueProcPtr)m_module->resolve("NP_GetValue"); in fetchInfo() 46 (NPP_GetMIMEDescriptionProcPtr)m_module->resolve("NP_GetMIMEDescription"); in fetchInfo() 103 NP_Initialize = (NP_InitializeFuncPtr)m_module->resolve("NP_Initialize"); in load() 104 m_NPP_Shutdown = (NPP_ShutdownProcPtr)m_module->resolve("NP_Shutdown"); in load()
|
/external/apache-http/src/org/apache/http/client/utils/ |
D | URIUtils.java | 171 public static URI resolve(final URI baseURI, final String reference) { in resolve() method in URIUtils 172 return URIUtils.resolve(baseURI, URI.create(reference)); in resolve() 183 public static URI resolve(final URI baseURI, URI reference){ in resolve() method in URIUtils 194 URI resolved = baseURI.resolve(reference); in resolve()
|
/external/skia/src/animator/ |
D | SkDrawBitmap.h | 71 void resolve() const { (const_cast<SkImage*>(this))->resolve(); } in resolve() function 72 void resolve();
|
D | SkDrawBitmap.cpp | 163 resolve(); in draw() 169 resolve(); in getProperty() 189 void SkImage::resolve() { in resolve() function in SkImage
|
D | SkScript2.h | 204 void resolve(SkDynamicMemoryWStream* , size_t offset);
|
/external/e2fsprogs/lib/blkid/ |
D | Makefile.in | 22 read.o resolve.o save.o tag.o version.o 26 $(srcdir)/read.c $(srcdir)/resolve.c $(srcdir)/save.c $(srcdir)/tag.c \ 103 tst_resolve: $(srcdir)/resolve.c $(DEPLIBS_BLKID) 105 @$(CC) -o tst_resolve -DTEST_PROGRAM $(srcdir)/resolve.c $(LIBS_BLKID) $(ALL_CFLAGS) 216 resolve.o: $(srcdir)/resolve.c $(srcdir)/blkidP.h $(srcdir)/blkid.h \
|
D | Android.mk | 13 resolve.c \
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | InstrClassLoader.java | 77 public synchronized final Class loadClass (final String name, final boolean resolve) in loadClass() argument 82 …if (trace1) m_log.trace1 ("loadClass", "(" + name + ", " + resolve + "): nest level " + m_nestLev… in loadClass() 153 if (resolve) resolveClass (c); // this never happens in J2SE JVMs in loadClass()
|
/external/apache-http/src/org/apache/http/conn/scheme/ |
D | HostNameResolver.java | 39 InetAddress resolve (String hostname) throws IOException; in resolve() method
|
D | PlainSocketFactory.java | 112 remoteAddress = new InetSocketAddress(this.nameResolver.resolve(host), port); in connectSocket()
|
/external/webkit/SunSpider/tests/ |
D | LIST-UBENCH | 7 ubench/loop-empty-resolve
|
/external/junit/src/junit/runner/ |
D | TestCaseClassLoader.java | 90 public synchronized Class loadClass(String name, boolean resolve) in loadClass() argument 114 if (resolve) in loadClass()
|
/external/webkit/WebKitTools/Scripts/ |
D | webkit-tools-completion.sh | 88 …continue --fix-merged --help --no-continue --no-warnings --warnings -c -f -h -w" resolve-ChangeLogs
|
/external/e2fsprogs/tests/f_dupsuper/ |
D | expect.1 | 5 Running additional passes to resolve blocks claimed by more than one inode...
|
/external/e2fsprogs/tests/f_dup_resize/ |
D | expect.1 | 5 Running additional passes to resolve blocks claimed by more than one inode...
|
/external/e2fsprogs/tests/f_dup/ |
D | expect.1 | 5 Running additional passes to resolve blocks claimed by more than one inode...
|
/external/e2fsprogs/tests/f_dup3/ |
D | expect.1 | 5 Running additional passes to resolve blocks claimed by more than one inode...
|
/external/webkit/JavaScriptCore/parser/ |
D | Grammar.y | 1833 ResolveNode* resolve = static_cast<ResolveNode*>(loc); variable 1835 …AssignResolveNode* node = new (GLOBAL_DATA) AssignResolveNode(GLOBAL_DATA, resolve->identifier(), … 1839 …return new (GLOBAL_DATA) ReadModifyResolveNode(GLOBAL_DATA, resolve->identifier(), op, expr, exprH… 1867 ResolveNode* resolve = static_cast<ResolveNode*>(expr); in makePrefixNode() local 1868 …return new (GLOBAL_DATA) PrefixResolveNode(GLOBAL_DATA, resolve->identifier(), op, divot, divot - … in makePrefixNode() 1889 ResolveNode* resolve = static_cast<ResolveNode*>(expr); in makePostfixNode() local 1890 …return new (GLOBAL_DATA) PostfixResolveNode(GLOBAL_DATA, resolve->identifier(), op, divot, divot -… in makePostfixNode() 1913 ResolveNode* resolve = static_cast<ResolveNode*>(func.m_node); in makeFunctionCallNode() local 1914 const Identifier& identifier = resolve->identifier(); in makeFunctionCallNode() 1941 ResolveNode* resolve = static_cast<ResolveNode*>(expr); in makeTypeOfNode() local [all …]
|
/external/e2fsprogs/tests/f_dup2/ |
D | expect.1 | 5 Running additional passes to resolve blocks claimed by more than one inode...
|
/external/e2fsprogs/tests/f_bbfile/ |
D | expect.1 | 8 Running additional passes to resolve blocks claimed by more than one inode...
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultRedirectHandler.java | 141 uri = URIUtils.resolve(absoluteRequestURI, uri); in getLocationURI()
|
/external/e2fsprogs/tests/f_dupfsblks/ |
D | expect.1 | 9 Running additional passes to resolve blocks claimed by more than one inode...
|
/external/webkit/JavaScriptCore/interpreter/ |
D | Interpreter.h | 125 NEVER_INLINE bool resolve(CallFrame*, Instruction*, JSValue& exceptionValue);
|
/external/apache-http/src/org/apache/http/conn/ssl/ |
D | SSLSocketFactory.java | 312 remoteAddress = new InetSocketAddress(this.nameResolver.resolve(host), port); in connectSocket()
|
/external/webkit/SunSpider/ |
D | ChangeLog | 199 * tests/ubench/loop-empty-resolve.js: Added. 228 * tests/squirrelfish/loop-resolve.js: Removed. 266 * tests/squirrelfish/loop-empty-resolve.js: Added. 268 * tests/squirrelfish/loop-resolve.js: Added.
|