HomeSort by relevance Sort by last modified time
    Searched full:resolved (Results 101 - 125 of 1829) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/ContactsCommon/TestCommon/
Android.mk 23 # "Class ref in pre-verified class resolved to unexpected implementation"
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageGuidedStepFragment.java 27 // TODO: remove this class when b/22095946 is resolved
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 52 * absolute or relative. If it is a relative path, it is resolved relative
60 * @return Resolved absolute URI
67 // If the local path is a relative path, then it is resolved against
221 * @return The resolved absolute URI
278 * @return The resolved absolute URI
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 45 * absolute or relative. If it is a relative path, it is resolved relative
53 * @return Resolved absolute URI
60 // If the local path is a relative path, then it is resolved against
214 * @return The resolved absolute URI
271 * @return The resolved absolute URI
  /external/clang/test/SemaCXX/
member-expr.cpp 129 return fun.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
135 return fun2.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
141 return fun3.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
146 return fun4.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
152 return fun5.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
  /external/jmdns/src/javax/jmdns/impl/
ListenerStatus.java 45 * To get the full resolved information you need to listen to {@link #serviceResolved(ServiceEvent)} or call {@link JmDNS#getServiceInfo(String, String, long)}
86 * A service has been resolved. Its details are now available in the ServiceInfo record.<br/>
108 logger.finer("Service Resolved called for a service already resolved: " + event);
111 logger.warning("Service Resolved called for an unresolved event: " + event);
  /external/lldb/test/lang/c/array_types/
TestArrayTypes.py 70 substrs = ['resolved, hit count = 1'])
111 self.expect(bp, msg="Breakpoint is not resolved as yet", exe=False, matching=False,
112 substrs = ["resolved = 1"])
139 # The breakpoint should be resolved by now.
141 self.expect(bp, "Breakpoint looks good and is resolved", exe=False,
  /art/compiler/dex/
local_value_numbering_test.cc 388 { 1u, 1u, 1u, false, kDexMemAccessWord }, // Resolved field #1.
389 { 2u, 1u, 2u, false, kDexMemAccessWide }, // Resolved field #2.
394 DEF_IGET(Instruction::IGET, 1u, 30u, 0u), // Resolved field #1, unique object.
395 DEF_IGET(Instruction::IGET, 2u, 31u, 0u), // Resolved field #1.
396 DEF_IGET_WIDE(Instruction::IGET_WIDE, 3u, 31u, 1u), // Resolved field #2.
398 DEF_IGET(Instruction::IGET, 6u, 30u, 0u), // Resolved field #1, unique object.
399 DEF_IGET(Instruction::IGET, 7u, 31u, 0u), // Resolved field #1.
400 DEF_IGET_WIDE(Instruction::IGET_WIDE, 8u, 31u, 1u), // Resolved field #2.
402 DEF_IGET(Instruction::IGET, 11u, 30u, 0u), // Resolved field #1, unique object.
403 DEF_IGET(Instruction::IGET, 12u, 31u, 0u), // Resolved field #1, new value name
    [all...]
  /docs/source.android.com/src/source/
life-of-a-bug.jd 55 triaged into one of four "buckets": New, Open, No-Action, or Resolved.</p>
62 <p>Bugs in the "Resolved" bucket will eventually be included in a future
106 <em>Unassigned</em> to one of the Resolved states.</p>
172 <h2 id="resolved-issues">Resolved Issues</h2>
174 considered resolved.</p>
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 115 * If any interface couldn't be resolved, then the interfacesFullyResolved field will be set to false upon return.
191 * @throws UnresolvedClassException if interfaces could not be fully resolved
199 throw new UnresolvedClassException("Interfaces for class %s not fully resolved", getType());
208 * If the interfaces of this class cannot be fully resolved then this
213 * @throws UnresolvedClassException if the interfaces for this class could not be fully resolved, and the interface
214 * is not one of the interfaces that were successfully resolved
222 throw new UnresolvedClassException("Interfaces for class %s not fully resolved", getType());
240 * If the interfaces of other cannot be fully resolved, we check the interfaces that can be resolved. If not found,
264 // 1. If this class is resolved, then we know it is an interface class. The other class eithe
    [all...]
  /external/ltrace/sysdeps/linux-gnu/ppc/
plt.c 50 * branch to resolved address. That means that on first hit, we must
63 * a curried call to the resolver. When the symbol is resolved, the
79 * and resolved (to some address). When the process starts (or when
83 * we assume it was already resolved, and convert the breakpoint to
84 * resolved. We also rewrite the resolved value in .plt back to the
87 * When a PLT entry hits a resolved breakpoint (which happens because
99 * resolved, and rewrite the .plt value back to PLT address. We then
103 * resolved, and put a breakpoint there. The next time around (when
104 * the next PLT entry is to be resolved), instead of single-steppin
    [all...]
  /external/clang/include/clang/Lex/
ModuleMap.h 189 /// \returns The resolved export declaration, which will have a NULL pointer
190 /// if the export could not be resolved.
204 /// \returns The resolved module, or null if the module-id could not be
205 /// resolved.
397 /// \param Mod The module whose exports should be resolved.
407 /// \param Mod The module whose uses should be resolved.
417 /// \param Mod The module whose conflicts should be resolved.
460 /// map file will be resolved.
  /external/clang/test/CodeGen/
pragma-unroll.cpp 50 // Verify defines are correctly resolved in unroll pragmas.
69 // Verify define is resolved correctly when template is used.
  /external/lldb/test/functionalities/breakpoint/breakpoint_locations/
TestBreakpointLocations.py 90 "1\.2: .+ resolved, hit count = 1",
91 "1\.3: .+ resolved, hit count = 1"])
  /external/markdown/docs/
release-2.0.txt 39 This has resolved various issues with the older home-grown NanoDOM and made
43 which has resolved many inconsistencies in Python-Markdown's parsing of the
  /external/v8/test/mjsunit/
mirror-function.js 63 assertTrue(mirror.resolved());
78 assertTrue(fromJSON.resolved);
mirror-unresolved-function.js 62 assertFalse(mirror.resolved());
78 assertFalse(fromJSON.resolved);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relocations.h 68 bool resolved,
72 bool resolved,
  /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/clang/include/clang/Basic/
FileSystemOptions.h 25 /// \brief If set, paths are resolved as if the working directory was
  /external/clang/test/Misc/
ast-dump-stmt.cpp 59 // Don't crash on dependent exprs that haven't been resolved yet.
  /external/lldb/test/lang/c/const_variables/
TestConstVariables.py 49 substrs = [' resolved, hit count = 1'])
  /external/lldb/test/lang/cpp/signed_types/
TestSignedTypes.py 51 substrs = [' resolved, hit count = 1'])
  /external/lldb/test/lang/objc/forward-decl/
TestForwardDecl.py 47 substrs = [' resolved, hit count = 1'])
  /external/v8/test/promises-aplus/lib/
adapter.js 31 resolved: function(value) { return Promise.resolve(value); },

Completed in 681 milliseconds

1 2 3 45 6 7 8 91011>>