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

1 2 34 5 6 7 8 91011>>

  /external/lldb/test/functionalities/dead-strip/
TestDeadStrip.py 54 substrs = [' resolved, hit count = 1'])
66 substrs = [' resolved, hit count = 1'])
  /external/lldb/test/lang/c/forward/
TestForwardDeclaration.py 1 """Test that forward declaration of a data structure gets resolved correctly."""
47 substrs = [' resolved, hit count = 1'])
  /external/v8/src/arm64/
lithium-gap-resolver-arm64.h 54 // After a cycle has been resolved, restore the value from the scratch
89 // List of moves not yet resolved.
  /external/v8/test/webkit/fast/js/
Promise-then.js 55 testFailed('resolved');
61 testPassed('resolved');
  /libcore/luni/src/main/java/javax/xml/transform/sax/
TransformerHandler.java 49 * URLs will be resolved.
56 * URLs will be resolved.
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 439 List<ResolveInfo> resolved = packageManager.queryBroadcastReceivers( local
442 if (resolved != null) {
443 final int resolvedMax = resolved.size();
445 DeviceAdminInfo deviceAdminInfo = createDeviceAdminInfo(resolved.get(j));
459 * Creates a device admin info object for the resolved intent that points to the component of
462 * @param resolved resolved intent.
465 private DeviceAdminInfo createDeviceAdminInfo(ResolveInfo resolved) {
467 return new DeviceAdminInfo(getActivity(), resolved);
469 Log.w(TAG, "Skipping " + resolved.activityInfo, e)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java 169 // id was not found or not resolved. Throw a NotFoundException.
218 // id was not found or not resolved. Throw a NotFoundException.
241 // id was not found or not resolved. Throw a NotFoundException.
362 // id was not found or not resolved. Throw a NotFoundException.
424 // id was not found or not resolved. Throw a NotFoundException.
458 // id was not found or not resolved. Throw a NotFoundException.
503 // id was not found or not resolved. Throw a NotFoundException.
531 // id was not found or not resolved. Throw a NotFoundException.
559 // id was not found or not resolved. Throw a NotFoundException.
586 // id was not found or not resolved. Throw a NotFoundException
    [all...]
  /bionic/libc/include/
stdlib.h 97 extern char * realpath(const char *path, char *resolved);
186 char* realpath(const char* path, char* resolved) {
187 size_t bos = __bos(resolved);
194 return __realpath_real(path, resolved);
  /bionic/tests/libs/
dlopen_testlib_ifunc.c 34 // Call internal ifunc-resolved function with IRELATIVE reloc
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CompilerTest.java 27 * missing_link.rs contains symbols that can't be resolved at runtime,
  /external/clang/test/CXX/expr/expr.unary/expr.unary.op/
p6.cpp 34 bool b = !&f; //expected-error {{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-nodeduct.cpp 36 // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
  /external/clang/test/FixIt/
typo-crash.cpp 10 // expected-error {{reference to overloaded function could not be resolved; did you mean to call it?}} \
  /external/clang/test/SemaCXX/
decltype-overloaded-functions.cpp 5 decltype(f) a; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}} expected-error {{variable has incomplete type 'decltype(f())' (aka 'void')}}
  /external/droiddriver/src/io/appium/droiddriver/finders/
Predicate.java 27 * "Class ref in pre-verified class resolved to unexpected implementation". To
  /external/iproute2/man/man8/
ip-ntable.8 92 Changes the number of packets queued while address is being resolved from the
  /external/jmdns/src/javax/jmdns/
ServiceEvent.java 53 * Returns the service info record, or null if the service could not be resolved. Always returns null, if the event is sent to a service type listener.
  /external/libxml2/test/schemas/
import1_0.xsd 24 <!-- The reference cannot be resolved since
  /external/llvm/test/TableGen/
2010-03-24-PrematureDefaults.td 17 // Here was the bug: X.Bits would get resolved to the default a1.Bits while
  /external/replicaisland/src/com/replica/replicaisland/
GameComponent.java 33 COLLISION_RESPONSE, // intersections are resolved
  /external/toybox/toys/other/
readlink.c 15 Options for producing cannonical paths (all symlinks/./.. resolved):
  /external/v8/src/x64/
lithium-gap-resolver-x64.h 45 // List of moves not yet resolved.
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 77 /// findSymbol - find the resolved output LDSymbol
81 /// findInfo - find the resolved ResolveInfo
95 // syminfo_iterator - traverse the ResolveInfo in the resolved HashTable
105 // resolved, for example, local symbols
  /frameworks/support/v4/java/android/support/v4/view/
MarginLayoutParamsCompat.java 139 * this value will be resolved into the LayoutParams object's left or right
154 * this value will be resolved into the LayoutParams object's left or right
169 * this value will be resolved into the LayoutParams object's left or right
184 * this value will be resolved into the LayoutParams object's left or right
  /libcore/luni/src/main/java/java/net/
UnknownHostException.java 23 * Thrown when a hostname can not be resolved.

Completed in 431 milliseconds

1 2 34 5 6 7 8 91011>>