HomeSort by relevance Sort by last modified time
    Searched full:resolving (Results 1 - 25 of 427) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Assembler/
2002-05-02-InvalidForwardRef.ll 3 ; It looks like the assembler is not forward resolving the function declaraion
  /external/chromium-libpac/test/js-unittest/
international_domain_names.js 1 // Try resolving hostnames containing non-ASCII characters.
  /system/bt/stack/btm/
btm_ble_privacy.c 51 ** Functions implemented controller based privacy using Resolving List
57 ** Description add target address into resolving pending operation queue
107 ** Description dequeue target address from resolving pending operation queue
188 ** Description update resolving list entry in host maintained record
222 ** clear resolving list
269 ** add resolving list entry
284 BTM_TRACE_DEBUG("no pending resolving list operation");
303 BTM_TRACE_DEBUG("%s Resolving list Full ", __func__);
312 ** remove resolving list entry
328 BTM_TRACE_ERROR("%s no pending resolving list operation", __func__)
    [all...]
btm_ble_int.h 166 /* random address resolving complete callback */
212 /* resolving list using state as a bit mask */
330 UINT8 resolving_list_avail_size; /* resolving list available size */
331 tBTM_BLE_RESOLVE_Q resolving_list_pend_q; /* Resolving list queue */
332 tBTM_BLE_RL_STATE suspended_rl_state; /* Suspended resolving list state */
334 tBTM_BLE_RL_STATE rl_state; /* Resolving list state */
  /external/skia/include/gpu/
GrRenderTarget.h 51 * the whole RT needs resolving.
67 * @return true if the GrRenderTarget requires MSAA resolving
72 * Returns a rect bounding the region needing resolving.
82 // a MSAA RT may require explicit resolving , it may auto-resolve (e.g. FBO
  /external/droiddriver/
releasing_to_jcenter.md 18 Note that resolving the snapshots requires adding the maven repo to the gradle build file:
  /external/llvm/test/TableGen/
2010-03-24-PrematureDefaults.td 18 // resolving the first template argument. When the second template argument
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
MockResolver.java 28 * A helper class for resolving entities.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
MoveAppStepFragment.java 87 Log.d(TAG, "Missing package while resolving icon", e);
103 Log.d(TAG, "Package missing while resolving storage", e);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseClasspathContainerInitializer.java 56 Job markerJob = new Job("Android SDK: Resolving error markers") {
81 Job markerJob = new Job("Android SDK: Resolving error markers") {
  /external/clang/test/SemaTemplate/
function-template-specialization.cpp 29 // Resolving that ambiguity with explicitly-specified template arguments.
  /external/doclava/src/com/google/doclava/
Resolvable.java 27 * <p>Additionally, This interface provides a standard means of resolving all resolutions
  /external/v8/test/mjsunit/compiler/
regress-2.js 28 // The compilation of this function currently fails when resolving
  /frameworks/base/cmds/app_process/
Android.mk 4 # bad apps. This prevents a library from having a mismatch when resolving
  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 225 * Construct a QName from a string, resolving the prefix
238 * Construct a QName from a string, resolving the prefix
316 * Construct a QName from a string, resolving the prefix
331 * Construct a QName from a string, resolving the prefix
405 * Construct a QName from a string, resolving the prefix
418 * Construct a QName from a string, resolving the prefix
  /art/runtime/entrypoints/
runtime_asm_entrypoints.h 55 // Return the address of quick stub code for resolving a method at first call.
  /development/samples/devbytes/animation/LiveButton/src/com/example/android/livebutton/
LiveButton.java 30 * end state before resolving.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ClassLoaderUtil.java 14 * This utility class is used for resolving a right ClassLoader from
  /external/nist-sip/java/gov/nist/javax/sip/
DefaultAddressResolver.java 43 * The RI checks incoming via headers for resolving the sentBy field. If you want to set it to
  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 47 // For auto-resolving FBOs, the MSAA buffer is free.
  /external/vixl/benchmarks/
bench-branch-masm.cc 38 // and patching mechanisms, as well as the veneer resolving mechanisms for
  /external/clang/test/SemaCUDA/
implicit-member-target-collision-cxx11.cu 62 // Test 4: collision on resolving a copy ctor
87 // Test 5: collision on resolving a move ctor
  /external/clang/include/clang/Lex/
ModuleMap.h 182 /// \param Mod The module in which we're resolving the export declaration.
199 /// \param Mod The module in which we're resolving the module-id.
401 /// \returns true if any errors were encountered while resolving exports,
411 /// \returns true if any errors were encountered while resolving uses,
421 /// \returns true if any errors were encountered while resolving conflicts,
  /external/toybox/toys/pending/
route.c 213 perror_exit("resolving '%s'", *netmask);
225 } else if (ishost < 0) perror_exit("resolving '%s'", *argv);
309 perror_exit("resolving '%s'", targetip);
366 } else perror_exit("resolving '%s'", *argv);
404 perror_exit("resolving '%s'", targetip);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ManagedProfileTest.java 117 // We should still be resolving in the profile

Completed in 271 milliseconds

1 2 3 4 5 6 7 8 91011>>