/external/v8/test/webkit/fast/js/ |
Promise-already-resolved.js | 26 description('Resolve or reject do not take effect on a resolved Promise.');
|
Promise-resolve-with-itself.js | 26 description('Test whether Promise will be rejected if it is resolved with itself.');
|
/frameworks/base/core/jni/android/graphics/ |
TypefaceImpl.h | 37 // resolved style actually used for rendering
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
Dependency.java | 21 // set only if this is conditional. Means it has been resolved so that it can be used in
|
FieldAccessExpr.java | 121 " not resolved as a listener", 128 // See if we've already resolved this listener type 219 L.d("resolving %s. Resolved class type: %s", this, resolvedType);
|
/frameworks/data-binding/library/src/main/java/android/databinding/ |
DataBindingComponent.java | 27 * class/interface. Name collisions will be resolved by adding a numeric suffix to the getter.
|
/libcore/dom/src/test/resources/ |
xhtml1-strict.dtd | 20 parameter entities. When that non-conformance is resolved,
|
/libcore/luni/src/main/java/javax/xml/transform/ |
URIResolver.java | 36 * @return A Source object, or null if the href cannot be resolved,
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/ |
plugin-api.h | 126 /* How a symbol is resolved. */ 151 /* This symbol was resolved by a definition in another IR file. */ 154 /* This symbol was resolved by a definition in a regular object 158 /* This symbol was resolved by a definition in a shared object. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/ |
plugin-api.h | 126 /* How a symbol is resolved. */ 151 /* This symbol was resolved by a definition in another IR file. */ 154 /* This symbol was resolved by a definition in a regular object 158 /* This symbol was resolved by a definition in a shared object. */
|
/art/runtime/entrypoints/ |
entrypoint_utils.h | 56 // cannot be resolved, throw an error. If it can, use it to create an instance. 66 // Given the context of a calling Method and a resolved class, create an instance. 89 // it cannot be resolved, throw an error. If it can, use it to create an array.
|
/external/mockito/src/org/mockito/ |
InjectMocks.java | 28 * then arguments are resolved with mocks declared in the test only.
33 * <li><strong>Property setter injection</strong>; mocks will first be resolved by type,
40 * <li><strong>Field injection</strong>; mocks will first be resolved by type,
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
CustomInlineMethodResolver.java | 119 boolean resolved = false; 125 resolved = true; 132 if (!resolved) {
|
/frameworks/native/opengl/specs/ |
EGL_ANDROID_presentation_time.txt | 104 RESOLVED: The uses of the presentation time are intentionally not specified 112 RESOLVED: The current clock value can be queried from the Java 119 RESOLVED: The presentation time should be new state which is used by
|
/libcore/luni/src/main/java/javax/xml/transform/dom/ |
DOMSource.java | 47 * will be resolved.</p> 114 * will be resolved. 124 * will be resolved.
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
DefaultHandler2.java | 129 * @param name Identifies the external entity being resolved. 145 * entities, and any external subset, are resolved by such parsers. 173 * entities, and any external subset, are resolved by such parsers.
|
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/0.18.1/ |
tycho-p2-extras-plugin-0.18.1.pom | 76 - on CI system, when tycho-core dependencies are resolved from remote repositories 77 - on dev machine, when tycho-core is installed in local repository or resolved from repositories 78 - from within m2e workspace, when tycho-core is resolved according to m2e workspace resolution rules
|
/frameworks/base/docs/html/sdk/ |
OLD_RELEASENOTES.jd | 99 <li>All referenced resources (strings, bitmaps, etc...) are resolved based on the selected configuration/theme. 233 Resolved Issues 276 <h3>Resolved Issues</h3> 333 <h3>Resolved Issues</h3> 335 <p>The following Known Issues from m3-rc20 have been resolved:</p> 400 <h3>Resolved Issues</h3> 436 <h3>Resolved Issues</h3> 472 <h4>778432 - <span style="font-weight: normal; font-size: 13px; font-style: italic">Resolved in <a href="#m5-rc14">m5</a></span></h4> 475 <h4>890937 - <span style="font-weight: normal; font-size: 13px; font-style: italic">Resolved in <a href="#m3-rc37a">m3-rc37a</a></span></h4> 478 <h4>894618 - <span style="font-weight: normal; font-size: 13px; font-style: italic">Resolved in <a href="#m3-rc37a">m3-rc37a</a></span></h4 [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
SerializationStressTest.java | 650 assertEquals("missing resolved", 3, resolvedClasses.length); 651 assertTrue("resolved class 1", resolvedClasses[0] == Object[].class); 652 assertTrue("resolved class 2", resolvedClasses[1] == Integer.class); 653 assertTrue("resolved class 3", resolvedClasses[2] == Number.class); 720 assertTrue("Object not resolved", 722 assertTrue("Second reference not resolved", 744 assertEquals("String not resolved", "ABC", result.field1); 745 assertTrue("Second reference not resolved", 768 assertTrue("Long String not resolved", "70000" 770 assertTrue("Second reference not resolved", [all...] |
/external/mesa3d/docs/OLD/ |
MESA_trace.spec | 59 RESOLVED: No. While certain operating systems (Win32) provide linkers 70 RESOLVED: No. The application can use NewTraceMESA/EndTraceMESA 83 RESOLVED: No. It is sufficient to guarantee that all data and commands 95 RESOLVED: No. The implementation is not forced to use this information 101 RESOLVED: Yes, with the exception of TraceCommentMESA. TraceCommentMESA
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
StreamSource.java | 67 * can be resolved.</p> 98 * of the input stream is already resolved, as in the case of 112 * of the input stream is already resolved, as in the case of 149 * can be resolved.</p> 172 * of the input stream is already resolved, as in the case of
|
/external/llvm/lib/Analysis/ |
BlockFrequencyInfoImpl.cpp | 272 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); 278 if (!isLoopHeader(Resolved)) 280 if (Resolved != Succ) 281 dbgs() << ", resolved = " << getBlockName(Resolved); 287 if (isLoopHeader(Resolved)) { 293 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { 295 Dist.addExit(Resolved, Weight); 299 if (Resolved < Pred) { 313 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) & [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
ByodFlowTestActivity.java | 342 // Capture image intent can be resolved in primary profile, so test. 350 // Capture image intent cannot be resolved in primary profile, so skip test. 357 // Capture video intent can be resolved in primary profile, so test. 365 // Capture video intent cannot be resolved in primary profile, so skip test. 405 // Capture audio intent can be resolved in primary profile, so test. 413 // Capture audio intent cannot be resolved in primary profile, so skip test. 421 // Return whether the intent can be resolved in the current profile
|
/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/ |
class_linker.cc | 598 // Ensure void type is resolved in the core's dex cache so java.lang.Void is correctly 625 // as the types of the field can't be resolved prior to the runtime being 5285 mirror::String* resolved = dex_cache->GetResolvedString(string_idx); local 5308 mirror::Class* resolved = dex_cache->GetResolvedType(type_idx); local 5343 ArtMethod* resolved = dex_cache->GetResolvedMethod(method_idx, image_pointer_size_); local 5498 ArtField* resolved = dex_cache->GetResolvedField(field_idx, image_pointer_size_); local 5539 ArtField* resolved = dex_cache->GetResolvedField(field_idx, image_pointer_size_); local [all...] |