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

1 2 3 4 5 6 7 891011>>

  /external/lldb/test/functionalities/breakpoint/breakpoint_ignore_count/
TestBreakpointIgnoreCount.py 70 substrs = ["resolved = 1",
90 substrs = ["resolved = 1",
  /external/lldb/www/
troubleshooting.html 50 passing in a resolved source file path that doesn't match an unresolved path in the debug
51 information, this can cause breakpoints to not be resolved. Try setting breakpoints using the file
  /external/llvm/include/llvm/MC/
MCObjectWriter.h 86 /// references is fully resolved.
89 /// false, even when a difference is fully resolved.
  /external/mesa3d/docs/
MESA_drm_image.spec 129 RESOLVED: The eglCreateImageKHR entry point is reserved for
138 RESOLVED: The eglQueryImage function has been proposed often,
  /external/proguard/src/proguard/ant/
ProGuardTask.java 328 * Returns a file that is properly resolved with respect to the project
348 * Returns a file that is properly resolved with respect to the project
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Level.java 211 * Resolved deserialized level to one of the stock instances.
213 * @return resolved object.
  /frameworks/base/core/java/android/content/pm/
LabeledIntent.java 132 * want to load the label from the underlying resolved info for the Intent.
150 * want to load the icon from the underlying resolved info for the Intent.
  /frameworks/base/core/java/android/view/
ViewParent.java 357 * Tells if this view parent layout direction is resolved.
360 * @return True if this view parent layout direction is resolved.
381 * Tells if this view parent text direction is resolved.
384 * @return True if this view parent text direction is resolved.
391 * @return the resolved text direction. Returns one of:
410 * Tells if this view parent text alignment is resolved.
413 * @return True if this view parent text alignment is resolved.
420 * @return the resolved text alignment. Returns one of:
  /frameworks/base/tools/aapt/
AaptXml.cpp 176 // The attribute was found and was resolved if need be.
180 *outError = "error getting resolved resource attribute";
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h 33 * reserved for this resolved symbol In AArch64, there are three kinds of
115 /// @param pSym - A resolved copy symbol that defined in BSS section
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 32 * reserved for this resolved symbol In ARM, there are three kinds of
117 /// @param pSym - A resolved copy symbol that defined in BSS section
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 39 * reserved for this resolved symbol. In Hexagon, there are three kinds
118 /// @param pSym - A resolved copy symbol that defined in BSS section
  /frameworks/native/opengl/specs/
EGL_ANDROID_recordable.txt 99 RESOLVED: It should be a new attribute. It does not make sense to use up a
104 RESOLVED: It should not affect sorting. Some implementations may not have
EGL_ANDROID_native_fence_sync.txt 230 RESOLVED: A new sync object type will be added.
242 RESOLVED: Whenever a file descriptor is passed into or returned from an
250 RESOLVED: No.
  /libcore/luni/src/main/java/javax/net/
SocketFactory.java 82 * be resolved.
108 * be resolved.
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSResourceResolver.java 53 * @param type The type of the resource being resolved. For XML [<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>] resources
60 * @param namespaceURI The namespace of the resource being resolved,
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenResolutionTest.java 123 ParameterizedType resolved = (ParameterizedType) typeResolver.resolveType(
125 assertEquals(TypeTokenResolutionTest.class, resolved.getOwnerType());
126 assertEquals(Bar.class, resolved.getRawType());
127 ASSERT.that(resolved.getActualTypeArguments()).has().item(String.class);
553 // B's bound may have already resolved to something.
  /external/bison/tests/
conflicts.at 650 ## Resolved SR Conflicts. ##
653 AT_SETUP([Resolved SR Conflicts])
744 Conflict between rule 1 and token OP resolved as reduce (%left OP).
1077 /* S/R conflict resolved as reduce, so the state with item
1191 Conflict between rule 3 and token 'a' resolved as reduce (%left 'a').
1330 Conflict between rule 9 and token 'a' resolved as reduce (%left 'a').
1331 Conflict between rule 10 and token 'b' resolved as shift (%right 'b').
1332 Conflict between rule 11 and token 'c' resolved as shift (%right 'c').
1333 Conflict between rule 12 and token 'c' resolved as shift (%right 'c').
1334 Conflict between rule 13 and token 'c' resolved as reduce ('c' < 'd')
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 381 boolean resolved = theme.resolveAttribute(R.attr.themeType, outValue, true);
382 assertTrue("Resolved themeType for " + tag, resolved);
  /frameworks/base/core/java/android/app/
TaskStackBuilder.java 95 * Add a new Intent with the resolved chain of parents for the target activity to
99 * with the resolved ComponentName of nextIntent (if it can be resolved), followed by
  /frameworks/support/v4/java/android/support/v4/graphics/drawable/
DrawableCompat.java 365 * Set the layout direction for this drawable. Should be a resolved
369 * @param layoutDirection the resolved layout direction for the drawable,
379 * Returns the resolved layout direction for this Drawable.
  /libcore/luni/src/main/java/org/xml/sax/
InputSource.java 84 * resolved (it may not be a relative URL).</p>
186 * resolved (it may not be a relative URL).</p>
206 * <p>If the system ID is a URL, it will be fully resolved.</p>
  /art/runtime/native/
java_lang_VMClassLoader.cc 53 // Class wasn't resolved so it may be erroneous or not yet ready, force the caller to go into
  /cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java 43 // Should be always resolved by only one activity.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
PrefixResolverDefault.java 44 * which XPath expression prefixes will be resolved.

Completed in 485 milliseconds

1 2 3 4 5 6 7 891011>>