Searched refs:resolved (Results 1 - 25 of 78) sorted by relevance

1234

/external/openssh/openbsd-compat/
H A Drealpath.c45 * char *realpath(const char *path, char resolved[PATH_MAX]);
48 * components. Returns (resolved) on success, or (NULL) on failure,
49 * in which case the path which caused trouble is left in (resolved).
52 realpath(const char *path, char resolved[PATH_MAX]) argument
64 resolved[0] = '/';
65 resolved[1] = '\0';
67 return (resolved);
71 if (getcwd(resolved, PATH_MAX) == NULL) {
72 strlcpy(resolved, ".", PATH_MAX);
75 resolved_len = strlen(resolved);
[all...]
H A Dopenbsd-compat.h65 char *realpath(const char *path, char *resolved);
/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiType.java28 * 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
[all...]
/external/apache-http/src/org/apache/http/client/utils/
H A DURIUtils.java194 URI resolved = baseURI.resolve(reference);
196 String resolvedString = resolved.toString();
197 resolved = URI.create(resolvedString.substring(0,
200 return resolved;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFAConfiguration.java59 /** 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");
H A DNFAToDFAConverter.java224 // the nondeterminism is resolved in favor of the loop. You don't
860 if ( c.resolved || c.resolveWithPredicate ) {
920 if ( c.resolved || c.resolveWithPredicate ) {
1044 * NFA configurations, I set the "resolved" bit so that future
1064 * (s|2) and (s|3) are "resolved", leaving {(s|1),(t|3),(v|4)} as
1103 * flagged as resolved leaving the DFA state as:
1105 * {(2|1),(3|2),(5|3),(7|4|resolved),(end|3),(end|4|resolved)}
1135 * the "resolved" bit for any that have an alt that is a member of
1219 boolean resolved
[all...]
H A DDFAState.java419 * that alt else return NFA.INVALID_ALT_NUMBER. Ignore resolved
433 // ignore anything we resolved; predicates will still result
436 if ( configuration.resolved ) {
451 * Ignore the resolved bit etc... Return INVALID_ALT_NUMBER
471 * are "turned off" by setting the "resolved" flag in the NFA
486 if ( configuration.resolved ) {
523 * rule NFA states; they will be resolved in favor of the first rule.
/external/skia/src/animator/
H A DSkAnimateField.cpp83 bool resolved = resolveCommon(maker); local
84 if (resolved && fFieldInfo == NULL) {
88 if (resolved == false || fFieldInfo == NULL)
/external/llvm/test/MC/MachO/ARM/
H A Dno-subsections-reloc.s6 @ in the same section can be resolved at assembly time w/o relocations.
/external/v8/test/mjsunit/
H A Dmirror-function.js63 assertTrue(mirror.resolved());
78 assertTrue(fromJSON.resolved);
H A Dmirror-unresolved-function.js62 assertFalse(mirror.resolved());
78 assertFalse(fromJSON.resolved);
/external/qemu/android/
H A Dmain-emulator.c275 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/src/xml/
H A DSkJS.cpp91 JSBool resolved; local
93 if (!JS_ResolveStandardClass(cx, obj, id, &resolved))
95 if (resolved) {
/external/chromium/net/url_request/
H A Durl_request_file_job.cc251 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/v8/src/
H A Dmirror-debugger.js791 * 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/bluetooth/glib/gio/tests/
H A Dg-file.c329 char *resolved; local
342 resolved = g_file_get_path (file);
344 g_assert_cmpstr (resolved, ==, cwd);
346 g_free (resolved);
/external/chromium/chrome/browser/sync/sessions/
H A Dstatus_controller.cc150 void StatusController::update_conflicts_resolved(bool resolved) { argument
151 shared_.control_params.conflict_sets_built |= resolved;
H A Dstatus_controller.h220 void update_conflicts_resolved(bool resolved);
/external/webkit/Source/WebCore/xml/
H A DXSLTProcessorQt.cpp107 QUrl url = baseURI.resolved(relative);
/external/webkit/Source/WebCore/inspector/front-end/
H A DSourceFrame.js230 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,
/external/oprofile/events/mips/r10000/
H A Devents17 event:0x06 counters:0 um:zero minimum:500 name:BRANCHES_RESOLVED : Branches resolved
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar ... long bundleId private boolean markedAsStarted private int startLevel private boolean resolved private String manifest private String fragmentHost public void " href= ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jar ... .launching.IRuntimeClasspathEntry[] entries java.util.List resolved int i org.eclipse.jdt.launching. ...
/external/bluetooth/glib/gio/
H A Dgunixmounts.c2175 char *resolved; local
2176 resolved = _resolve_symlink ("/dev/root");
2177 if (resolved != NULL)
2179 strncpy (real_dev_root, resolved, sizeof (real_dev_root) - 1);
2181 g_free (resolved);
/external/chromium/googleurl/src/
H A Durl_canon_unittest.cc1788 const char* resolved; // What we expect in the result when resolving. member in struct:RelativeCase
1930 std::string resolved; local
1931 url_canon::StdStringCanonOutput output(&resolved);
1940 EXPECT_EQ(cur_case.resolved, resolved) << " on " << cur_case.test;
1945 int resolved_len = static_cast<int>(resolved.size());
1947 url_parse::ParseFileURL(resolved.c_str(), resolved_len, &ref_parsed);
1949 url_parse::ParseStandardURL(resolved.c_str(), resolved_len, &ref_parsed);
1951 url_parse::ParsePathURL(resolved.c_str(), resolved_len, &ref_parsed);

Completed in 992 milliseconds

1234