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

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
TestAll.java 45 //"RandomCollator", //Disabled until the problem in the test case is resolved #5747
  /external/lldb/test/lang/objc/real-definition/
TestRealDefinition.py 77 substrs = [' resolved, hit count = 1'])
83 substrs = [' resolved, hit count = 1'])
105 substrs = [' resolved, hit count = 1'])
111 substrs = [' resolved, hit count = 1'])
  /external/llvm/test/Linker/
2003-08-23-GlobalVarLinking.ll 8 ; S's should cause the opaque type to be resolved to 'int'.
  /external/llvm/test/MC/MachO/ARM/
no-subsections-reloc.s 6 @ in the same section can be resolved at assembly time w/o relocations.
  /external/v8/test/mjsunit/es6/debug-promises/
reject-after-resolve.js 8 // the Promise is rejected in a chained closure after it has been resolved.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
PendingAttribute.java 20 * A not-yet-resolved attribute.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SecureCameraLaunchManager.java 239 ResolveInfo resolved = packageManager.resolveActivityAsUser(intent, local
243 if (resolved == null || resolved.activityInfo == null) {
249 if (wouldLaunchResolverActivity(resolved, appList)) {
255 if (resolved.activityInfo.metaData == null || resolved.activityInfo.metaData.isEmpty()) {
263 resolved.activityInfo.metaData.getBoolean(META_DATA_WILL_WAIT_FOR_CAMERA_AVAILABLE);
273 private boolean wouldLaunchResolverActivity(ResolveInfo resolved, List<ResolveInfo> appList) {
274 // If the list contains the resolved activity, then it can't be the ResolverActivity itself.
277 if (tmp.activityInfo.name.equals(resolved.activityInfo.name
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
NfcTest.java 32 assertFalse("Nfc beam activity should not be resolved", isNfcBeamActivityResolved(intent));
37 assertTrue("Nfc beam activity should be resolved", isNfcBeamActivityResolved(intent));
  /packages/apps/Launcher3/src/com/android/launcher3/
DefaultLayoutParser.java 111 ResolveInfo resolved = mPackageManager.resolveActivity(metaIntent, local
118 if (wouldLaunchResolverActivity(resolved, appList)) {
128 resolved = systemApp;
130 final ActivityInfo info = resolved.activityInfo;
164 private boolean wouldLaunchResolverActivity(ResolveInfo resolved,
166 // If the list contains the above resolved activity, then it can't be
170 if (tmp.activityInfo.name.equals(resolved.activityInfo.name)
171 && tmp.activityInfo.packageName.equals(resolved.activityInfo.packageName)) {
  /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/v8/test/mjsunit/es6/
promises.js 123 function(x) { assertAsync(x === 5, "resolved/chain-nohandler") },
139 function(x) { assertAsync(x === 5, "resolved/then-nohandler-undefined") },
144 function(x) { assertAsync(x === 6, "resolved/then-nohandler-null") },
168 function(x) { assertAsync(x === p2, "resolved/chain") },
179 function(x) { assertAsync(x === 5, "resolved/then") },
212 function(x) { assertAsync(x === p1, "resolved/chain/chain") },
223 function(x) { assertAsync(x === 5, "resolved/chain/then") },
234 function(x) { assertAsync(x === 6, "resolved/chain/chain2") },
245 function(x) { assertAsync(x === 6, "resolved/chain/then2") },
256 function(x) { assertAsync(x === 6, "resolved/then/chain") }
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
CachedXPathAPI.java 112 * prefixes are resolved from the context node, which may not
129 * XPath namespace prefixes are resolved from the namespaceNode.
133 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
152 * XPath namespace prefixes are resolved from the contextNode.
168 * XPath namespace prefixes are resolved from the namespaceNode.
172 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
191 * XPath namespace prefixes are resolved from the contextNode.
207 * XPath namespace prefixes are resolved from the namespaceNode.
211 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
230 * XPath namespace prefixes will be resolved from the namespaceNode
    [all...]
  /external/clang/test/CXX/over/over.over/
p2-resolve-single-template-id.cpp 38 two; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
40 twoT<int>; // expected-error {{reference to overloaded function could not be resolved; did you mean to call it?}}
47 two; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
49 twoT<int>; // expected-error {{reference to overloaded function could not be resolved; did you mean to call it?}}
155 if (S::h<int>) return; // expected-error {{reference to overloaded function could not be resolved; did you mean to call it?}}
159 if (s.h<int>) return; // expected-error {{reference to overloaded function could not be resolved; did you mean to call it?}}
161 if (&s.h<int>) return; // expected-error {{reference to overloaded function could not be resolved; did you mean to call it?}}
  /external/elfutils/src/libdwfl/
dwfl_module_addrsym.c 112 Elf *elf, bool resolved)
155 resolved ? mod->main.elf : elf, shndx))
199 bool resolved; local
202 &resolved, adjust_st_value);
210 try_sym_value (value, &sym, name, shndx, elf, resolved);
213 resolved then also try matching the (adjusted) st_value. */
214 if (resolved && mod->e_type != ET_REL)
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 60 RESOLVED: MESA_texture_signed_rgba seems reasonable.
67 RESOLVED: NO. To keep this extension simple, only add the most
76 RESOLVED: NO. Same enums as those used in OpenGL 3.1.
81 RESOLVED: Same as described in issue 5) of
125 RESOLVED: Same as described in issue 6) of
170 RESOLVED: YES.
177 RESOLVED: ARB_texture_float states type is either NONE,
  /external/chromium-trace/trace-viewer/tracing/tracing/base/unittest/
suite_loader.html 137 var resolved = false;
139 if (resolved)
144 resolved = true;
149 if (resolved)
151 resolved = true;
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 54 /// @return the pointer of resolved ResolveInfo
129 /// findInfo - find the resolved ResolveInfo
135 /// findInfo - find the resolved ResolveInfo
141 /// findSymbol - find the resolved output LDSymbol
149 /// findSymbol - find the resolved output LDSymbol
  /developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
SendMessageActivity.java 60 boolean resolved = resolveIntent(getIntent());
61 if (!resolved) {
100 * @return True if the {@code intent} is resolved properly.
  /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/lldb/test/lang/c/global_variables/
TestGlobalVariables.py 58 substrs = [' resolved, hit count = 1'])
80 # output: (int) g_marked_spot.y = <a.o[0x214] can't be resolved, in not currently loaded.
85 substrs = ["can't be resolved"])
  /external/ltrace/sysdeps/linux-gnu/ppc/
arch.h 75 /* PPC64 STUB, never resolved. */
81 /* Resolved PLT symbol. The corresponding .plt slot contained
106 * PPC_PLT_RESOLVED The original value the slot was resolved to.
  /external/skia/include/gpu/
GrRenderTarget.h 45 * render target needs to be resolved before it can be used as texture. Gr
56 * Call to override the region that needs to be resolved.
61 * Call to indicate that GrRenderTarget was externally resolved. This may
  /frameworks/base/core/jni/android/graphics/
MinikinUtils.cpp 33 FontStyle resolved = resolvedFace->fStyle; local
40 FontStyle minikinStyle(minikinLang, minikinVariant, resolved.getWeight(), resolved.getItalic());
  /art/test/090-loop-formation/src/
Main.java 30 /* counter1 is not resolved */
40 /* counter4 is not resolved */
  /external/jmdns/src/javax/jmdns/impl/
ServiceEventImpl.java 34 * The service info record, or null if the service could be be resolved. This is also null, if the event was fired to a service type listener.
48 * the service info record, or null if the service could be be resolved.

Completed in 526 milliseconds

1 23 4 5 6 7 8 91011>>