HomeSort by relevance Sort by last modified time
    Searched defs:resolved (Results 1 - 19 of 19) sorted by null

  /external/apache-http/src/org/apache/http/client/utils/
URIUtils.java 194 URI resolved = baseURI.resolve(reference); local
196 String resolvedString = resolved.toString();
197 resolved = URI.create(resolvedString.substring(0,
200 return resolved;
  /external/skia/src/animator/
SkAnimateField.cpp 91 bool resolved = resolveCommon(maker); local
92 if (resolved && fFieldInfo == NULL) {
96 if (resolved == false || fFieldInfo == NULL)
  /frameworks/base/tests/CoreTests/android/core/
URITest.java 50 URI resolved = b.resolve(uri); local
52 // + " resolved=" + resolved);
53 assertEquals(expected, resolved.toString());
  /external/chromium/net/third_party/nss/ssl/bodge/
genload.c 65 char* resolved = NULL; local
74 resolved = PR_Malloc(len);
76 if (!resolved || !input) {
77 if (resolved) {
78 PR_Free(resolved);
87 ( (retlen = readlink(input, resolved, len - 1)) > 0) ) {
89 resolved[retlen] = '\0'; /* NULL termination */
90 input = resolved;
91 resolved = tmp;
93 PR_Free(resolved);
    [all...]
  /external/chromium/net/url_request/
url_request_file_job.cc 288 bool resolved; local
289 resolved = file_util::ResolveShortcut(&new_path);
291 // If shortcut is not resolved succesfully, do not redirect.
292 if (!resolved)
  /external/skia/src/xml/
SkJS.cpp 99 JSBool resolved; local
101 if (!JS_ResolveStandardClass(cx, obj, id, &resolved))
103 if (resolved) {
  /libcore/luni/src/main/java/java/security/
UnresolvedPermissionCollection.java 110 * collection is {@code null} and some unresolved permissions were resolved,
111 * an appropriate new collection is instantiated and used. All resolved
113 * with resolved ones is returned.
116 * a kind of permissions to be resolved.
118 * an existing collection for storing resolved permissions.
119 * @return a collection containing resolved permissions (if any found)
130 Permission resolved = element.resolve(target.getClass()); local
131 if (resolved != null) {
138 holder.add(resolved);
  /external/bluetooth/glib/gio/tests/
g-file.c 329 char *resolved; local
342 resolved = g_file_get_path (file);
344 g_assert_cmpstr (resolved, ==, cwd);
346 g_free (resolved);
  /cts/tools/test-progress/src/
TestCoverageDoclet.java 69 private Map<ExecutableMemberDoc, AnnotationPointer> resolved = field in class:TestCoverageDoclet
318 for (Map.Entry<ExecutableMemberDoc, AnnotationPointer> entry : resolved.entrySet()) {
460 AnnotationPointer ap = resolved.get(targetMethod);
463 resolved.put(targetMethod, ap);
  /libcore/luni/src/main/java/java/net/
SocketPermission.java 96 transient boolean resolved; // IP address has been resolved field in class:SocketPermission
377 if (!resolved) {
383 resolved = true;
410 resolved = true;
  /external/chromium/googleurl/src/
url_canon_unittest.cc 1734 const char* resolved; \/\/ What we expect in the result when resolving. member in struct:RelativeCase
1873 std::string resolved; local
    [all...]
  /cts/tools/test-progress-new/src/testprogress2/
TestCoverageDoclet.java 77 private Map<ExecutableMemberDoc, AnnotationPointer> resolved = field in class:TestCoverageDoclet
    [all...]
  /external/bluetooth/glib/gio/
gunixmounts.c 2175 char *resolved; local
    [all...]
glocalfile.c 1386 char *resolved, *canonical, *parent, *link2; local
    [all...]
  /external/v8/src/
mirror-debugger.js 788 * Returns whether the function is resolved.
789 * @return {boolean} True if the function is resolved. Unresolved functions can
792 FunctionMirror.prototype.resolved = function() {
818 * function is not resolved undefined will be returned.
821 // Return source if function is resolved. Otherwise just fall through to
823 if (this.resolved()) {
835 // Return script if function is resolved. Otherwise just fall through
837 if (this.resolved()) {
852 // Return script if function is resolved. Otherwise just fall through
854 if (this.resolved()) {
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/libxml2/
xmlschemas.c 646 xmlSchemaBasicItemPtr item; /* The resolved referenced item. */
22364 int res, resolved = 0, depth = vctxt->depth; local
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 634 milliseconds