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

1 2 3

  /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/legacy/src/animator/
SkAnimateField.cpp 83 bool resolved = resolveCommon(maker); local
84 if (resolved && fFieldInfo == NULL) {
88 if (resolved == false || fFieldInfo == NULL)
  /external/skia/src/animator/
SkAnimateField.cpp 73 bool resolved = resolveCommon(maker); local
74 if (resolved && fFieldInfo == NULL) {
78 if (resolved == false || fFieldInfo == NULL)
  /external/smack/src/org/jivesoftware/smack/proxy/
DirectSocketFactory.java 47 InetAddress resolved[] = InetAddress.getAllByName(host); local
48 newSocket.connect(new InetSocketAddress(resolved[(roundrobin++) % resolved.length],port));
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidURITest.java 46 URI resolved = b.resolve(uri); local
47 assertEquals(expected, resolved.toString());
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAConfiguration.java 59 /** Indicate that this configuration has been resolved and no further
62 * such as (s|2) and (s|3), I can set (s|3) to resolved=true (and any
65 protected boolean resolved; field in class:NFAConfiguration
72 * nondeterministic configurations (as it does for "resolved" field)
144 if ( resolved ) {
145 buf.append("|resolved");
  /external/chromium/net/url_request/
url_request_file_job.cc 251 bool resolved; local
252 resolved = file_util::ResolveShortcut(&new_path);
254 // If shortcut is not resolved succesfully, do not redirect.
255 if (!resolved)
328 // FileDirJob where it is resolved as invalid.
  /external/qemu/android/
main-emulator.c 275 char* resolved = path_search_exec(path); local
276 if (resolved != NULL)
277 return resolved;
283 char* resolved = path_search_exec(path); local
284 if (resolved != NULL)
285 return resolved;
  /external/skia/legacy/src/xml/
SkJS.cpp 91 JSBool resolved; local
93 if (!JS_ResolveStandardClass(cx, obj, id, &resolved))
95 if (resolved) {
  /external/skia/src/xml/
SkJS.cpp 91 JSBool resolved; local
93 if (!JS_ResolveStandardClass(cx, obj, id, &resolved))
95 if (resolved) {
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiType.java 28 * is to reduce the set of possible types down to a single resolved type. This
50 private Type resolved; field in class:MultiType
70 if (resolved != null)
71 return resolved.getCtClass();
111 if (resolved != null)
112 return type.isAssignableFrom(resolved);
123 // Update previous merge paths to the same resolved type
124 resolved = Type.get((CtClass)map.values().iterator().next());
139 resolved = potentialClass;
160 source.resolved = resolved
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardActivityLauncher.java 74 ResolveInfo resolved = packageManager.resolveActivityAsUser(intent, local
77 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): resolved: " + resolved);
78 if (wouldLaunchResolverActivity(resolved, appList)) {
82 if (resolved == null || resolved.activityInfo == null) {
85 if (resolved.activityInfo.metaData == null || resolved.activityInfo.metaData.isEmpty()) {
89 int layoutId = resolved.activityInfo.metaData.getInt(META_DATA_KEYGUARD_LAYOUT);
94 info.contextPackage = resolved.activityInfo.packageName
254 ResolveInfo resolved = packageManager.resolveActivityAsUser(intent, local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 112 List<ResolveInfo> resolved = packageManager.queryBroadcastReceivers( local
116 if (resolved != null) {
117 avail.addAll(resolved);
  /external/chromium/googleurl/src/
url_canon_unittest.cc 1788 const char* resolved; \/\/ What we expect in the result when resolving. member in struct:RelativeCase
1930 std::string resolved; local
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
SourceFrame.js 230 this.addBreakpoint(lineNumber, breakpoint.resolved, breakpoint.conditional, breakpoint.enabled);
280 this.addBreakpoint(newLineNumber, breakpoint.resolved, breakpoint.conditional, breakpoint.enabled);
582 addBreakpoint: function(lineNumber, resolved, conditional, enabled)
585 resolved: resolved,
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 245 String resolved = resolvePredefinedOrCharacterEntity(entity); local
246 if (resolved != null) {
247 appendText(document, node, token, resolved);
  /external/chromium/net/http/
http_network_transaction_unittest.cc 6860 const std::vector<GURL>& resolved() const { return resolved_; } function in class:net::CapturingProxyResolver
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 1242 char[] resolved; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 896 String resolved = mGraphicalEditorPart.findString(text); local
    [all...]
  /external/chromium/chrome/common/extensions/
extension.cc 1267 GURL resolved = url().Resolve(launch_path); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar 
org.eclipse.core.variables_3.2.400.v20100505.jar 
  /external/v8/src/
mirror-debugger.js 791 * Returns whether the function is resolved.
792 * @return {boolean} True if the function is resolved. Unresolved functions can
795 FunctionMirror.prototype.resolved = function() {
821 * function is not resolved undefined will be returned.
824 // Return source if function is resolved. Otherwise just fall through to
826 if (this.resolved()) {
838 // Return script if function is resolved. Otherwise just fall through
840 if (this.resolved()) {
855 // Return script if function is resolved. Otherwise just fall through
857 if (this.resolved()) {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 1642 std::string resolved = resolveFileRelativeToOriginalDir(Filename, local
    [all...]

Completed in 709 milliseconds

1 2 3