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

<<21222324252627282930>>

  /art/runtime/mirror/
class.h 92 // interfaces are resolved.
97 // moving on to being resolved.
117 kStatusLoaded = 2, // DEX idx values resolved.
591 // Can this class access a resolved field?
601 // Can this class access a resolved method?
    [all...]
  /external/v8/src/
scopes.cc 1004 // statically resolved. However, note that it was necessary to do a looku
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 658 // Look through the resolved filter to determine which part
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 141 // means it needs to attach to them AFTER we've resolved their
851 // // W2: Next (not yet resolved)
    [all...]
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /art/runtime/quick/
inline_method_analyser.cc 69 // This is used by compiler and debugger. We look into the dex cache for resolved methods and
70 // fields. However, in the context of the debugger, not all methods and fields are resolved. Since
  /external/clang/include/clang/AST/
TemplateName.h 197 /// \brief A dependent template name that has not been resolved to a
433 /// resolved prior to template instantiation.
  /external/icu/icu4c/source/layoutex/layout/
playout.h 137 * Return the resolved paragraph level. This is useful for those cases
143 * @return the resolved paragraph level.
  /external/libcxx/www/
cxx1z_status.html 73 <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2376">2118</td><td><code>unique_ptr</code> for array does not support cv qualification conversion of actual argument</td><td>Urbana</td><td>Will be resolved by N4089</td></tr>
75 <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2387">2308</td><td>Clarify container destructor requirements w.r.t. <code>std::array</code></td><td>Urbana</td><td>Will be resolved by N4258</td></tr>
  /external/libxml2/include/libxml/
schemasInternals.h 231 * have been resolved.
698 * references have been resolved.
  /external/lldb/include/lldb/Core/
Module.h 750 /// should be resolved.
759 /// The scope that should be resolved (see
795 /// should be resolved.
804 /// The scope that should be resolved (see
813 /// each item that was successfully resolved.
    [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 196 assert(OldNode->isResolved() && "Expected resolved node");
303 // Require resolved nodes whenever metadata might be remapped.
  /frameworks/base/core/java/android/net/
Network.java 100 * @param host the hostname or literal IP string to be resolved.
113 * the hostName to be resolved to an address or {@code null}.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java 272 ResolveInfo resolved = mContext.getPackageManager().resolveActivityAsUser(getCameraIntent(), local
275 boolean visible = !isCameraDisabledByDpm() && resolved != null
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
Expr.java 95 * Used by generators when this expression is resolved.
238 continue; // will be resolved later when conditional is elevated
ExprModel.java 356 // make sure all dependencies are resolved to avoid future race conditions
368 // make sure all dependencies are resolved to avoid future race conditions
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 56 // issue with the dependency on SDK 8 is resolved
126 // issue with the dependency on SDK 8 is resolved
  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 90 * managed using *syms. The image is then relocated and references resolved
127 * managed using *syms. The image is then relocated and references resolved
  /libcore/luni/src/main/java/javax/xml/xpath/
XPath.java 66 * QNames in the expression are resolved against the XPath namespace context
169 * cannot be resolved with the <code>XPathFunctionResolver</code>.</p>
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 1258 char[] resolved; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 340 # Bug #990669: Symbolic links should be resolved before we
369 # must be resolved too.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 340 # Bug #990669: Symbolic links should be resolved before we
369 # must be resolved too.
  /art/compiler/dex/
mir_field_info.h 34 * field index, class index and dex file of the resolved field to help distinguish between fields.
  /art/runtime/verifier/
method_verifier.h 566 // access the resolved class.
580 * the referrer can access the resolved method.
605 * Returns the resolved method on success, null on failure (with *failure
614 // resolved.
    [all...]
  /art/test/137-cfi/
cfi.cc 220 // resolved, so don't look for it right now.

Completed in 427 milliseconds

<<21222324252627282930>>