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

1 2 3

  /external/chromium_org/v8/test/intl/date-format/
resolved-options.js 32 var resolved = dtfDefault.resolvedOptions(); variable
34 assertTrue(resolved.hasOwnProperty('locale'));
35 assertEquals('en-US', resolved.locale);
36 assertTrue(resolved.hasOwnProperty('numberingSystem'));
37 assertEquals('latn', resolved.numberingSystem);
38 assertTrue(resolved.hasOwnProperty('calendar'));
39 assertEquals('gregory', resolved.calendar);
40 assertTrue(resolved.hasOwnProperty('timeZone'));
41 assertEquals(getDefaultTimeZone(), resolved.timeZone);
43 assertTrue(resolved.hasOwnProperty('year'))
    [all...]
  /external/chromium_org/v8/test/promises-aplus/lib/
adapter.js 31 resolved: function(value) { return Promise.resolve(value); },
  /external/apache-http/src/org/apache/http/client/utils/
URIUtils.java 199 URI resolved = baseURI.resolve(reference); local
201 String resolvedString = resolved.toString();
202 resolved = URI.create(resolvedString.substring(0,
205 return resolved;
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateField.cpp 73 bool resolved = resolveCommon(maker); local
74 if (resolved && fFieldInfo == NULL) {
78 if (resolved == false || fFieldInfo == NULL)
  /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_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_host_resolver_interface.cc 18 FakeHostResolverResource() : resolved(false) {}
21 bool resolved; member in class:__anon13572::FakeHostResolverResource
56 resolver->resolved = false;
59 resolver->resolved = true;
68 if (!res->resolved)
77 if (!res->resolved)
96 if (!res->resolved)
  /external/chromium_org/net/url_request/
url_request_file_job.cc 147 bool resolved; local
148 resolved = base::win::ResolveShortcut(new_path, &new_path, NULL);
150 // If shortcut is not resolved succesfully, do not redirect.
151 if (!resolved)
231 // FileDirJob where it is resolved as invalid.
  /external/chromium_org/base/files/
file_path_watcher_fsevents.cc 239 FilePath resolved = ResolvePath(target_).StripTrailingSeparators(); local
240 bool changed = resolved != resolved_target_;
241 resolved_target_ = resolved;
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
app_launch_info.cc 141 GURL resolved = extension->url().Resolve(launch_path); local
142 if (!resolved.is_valid() || resolved.GetOrigin() != extension->url()) {
  /external/chromium_org/third_party/skia/src/xml/
SkJS.cpp 91 JSBool resolved; local
93 if (!JS_ResolveStandardClass(cx, obj, id, &resolved))
95 if (resolved) {
  /external/chromium_org/tools/gn/
builder_record.h 19 // item depends on, both resolved ones, and unresolved ones.
73 bool resolved() const { return resolved_; } function in class:BuilderRecord
88 // Records that are waiting on this one to be resolved. This is the other
setup.cc 445 SourceDir resolved = local
448 if (resolved.is_null()) {
456 scheduler_.Log("Using build dir", resolved.value());
459 base::FilePath build_dir_path = build_settings_.GetFullPath(resolved);
472 build_settings_.SetBuildDir(resolved);
  /external/chromium_org/url/
url_util_unittest.cc 235 // A non-standard hierarchical base is resolved with path URL
260 // Fragment URLs can be resolved against a non-standard base.
282 std::string resolved; local
283 StdStringCanonOutput output(&resolved);
293 EXPECT_EQ(test_data.out, resolved) << i;
url_canon_unittest.cc 1911 const char* resolved; \/\/ What we expect in the result when resolving. member in struct:url::RelativeCase
2072 std::string resolved; local
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
MarshalHashtable.java 107 Object resolved = resolvedIndex == 0 ? getProperty(0) : getProperty(1); local
109 h.put(value, resolved);
111 h.put(resolved, value);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerContainerTest.cpp 91 StubScriptFunction resolved, rejected; local
92 promise.then(resolved.function(scriptState), rejected.function(scriptState));
94 EXPECT_EQ(0ul, resolved.callCount());
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunport.cc 348 rtc::SocketAddress resolved; local
350 !resolver_->GetResolvedAddress(input, ip().family(), &resolved)) {
359 if (server_addresses_.find(resolved) == server_addresses_.end()) {
360 server_addresses_.insert(resolved);
361 SendStunBindingRequest(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...]
  /external/lldb/source/Core/
Section.cpp 206 bool resolved = true; local
219 resolved = false;
227 s->Printf("%c 0x%8.8" PRIx64 " 0x%8.8" PRIx64 " 0x%8.8x ", resolved ? ' ' : '*', m_file_offset, m_file_size, Get());
Value.cpp 452 bool resolved = false; local
464 resolved = true;
474 resolved = true;
481 if (!resolved)
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.cpp 383 const bool resolved = false; local
384 if (!ApplyRelReloc(&relocation, sym_addr, resolved, error))
397 if (!ApplyRelReloc(&relocation, sym_addr, resolved, error))
420 const bool resolved = false; local
433 if (!ApplyRelaReloc(&relocation, sym_addr, resolved, error))
470 bool resolved CRAZY_UNUSED,
565 bool resolved CRAZY_UNUSED,
654 if (resolved)
682 RLOG("%s: symbol %s resolved to %p\n", __FUNCTION__, sym_name, address);
751 bool resolved = false local
801 bool resolved = false; local
    [all...]
  /external/lldb/source/Target/
StackFrame.cpp 169 // Make sure we have resolved the StackID object's symbol context scope if
325 uint32_t resolved = 0; local
332 resolved |= eSymbolContextTarget;
337 // and if we don't have a module. The resolved address section will
368 resolved |= eSymbolContextCompUnit;
379 resolved |= eSymbolContextFunction;
390 resolved |= eSymbolContextBlock;
401 resolved |= eSymbolContextSymbol;
412 resolved |= eSymbolContextLineEntry;
426 resolved |= m_sc.module_sp->ResolveSymbolContextForAddress (lookup_addr, actual_resolve_scope, sc)
    [all...]
  /art/runtime/
dex_file.cc 1214 mirror::String* resolved = linker_->ResolveString(dex_file_, jval_.i, *dex_cache_); local
1220 mirror::Class* resolved = linker_->ResolveType(dex_file_, jval_.i, *dex_cache_, local
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 9134 const std::vector<GURL>& resolved() const { return resolved_; } function in class:net::CapturingProxyResolver
    [all...]

Completed in 705 milliseconds

1 2 3