HomeSort by relevance Sort by last modified time
    Searched full:exact (Results 26 - 50 of 984) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/policies/base/mid/com/android/internal/policy/impl/
ShortcutManager.java 100 * This will first try an exact match (with modifiers), and then try a
110 // First try the exact keycode (with modifiers)
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
ShortcutManager.java 100 * This will first try an exact match (with modifiers), and then try a
110 // First try the exact keycode (with modifiers)
  /bionic/libc/include/
dlfcn.h 42 void *dli_saddr; /* Exact address of symbol named
  /bootable/recovery/
roots.h 58 /* "root" must be the exact name of the root; no relative path is permitted.
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLClientSessionCache.java 28 * {@code SSLSession}s into raw bytes and vice versa. The exact makeup of the
SSLServerSessionCache.java 29 * {@code SSLSession}s into raw bytes and vice versa. The exact makeup of the
  /dalvik/vm/compiler/template/
Makefile-template 22 # Build system has TARGET_ARCH=arm, but we need the exact architecture.
  /dalvik/vm/mterp/
Makefile-mterp 22 # Build system has TARGET_ARCH=arm, but we need the exact architecture.
  /external/bluetooth/glib/glib/
gbsearcharray.h 94 * return NULL or exact match node
101 * exact match node, or, if there's no such node, return the
102 * node last visited, which is pretty close to an exact match
109 * return NULL for barray->n_nodes==0 or exact match, otherwise
  /external/dropbear/libtommath/
bn_mp_div_3.c 48 * the optimization is not exact.
  /external/icu4c/layout/
HanLayoutEngine.cpp 74 // 'smpl' feature for 'ZHS'? If we do this, we can remove the exact
  /external/iptables/extensions/
libip6t_policy.man 19 Selects whether to match the exact policy or match if any rule of
libipt_policy.man 19 Selects whether to match the exact policy or match if any rule of
  /external/v8/test/mjsunit/
with-function-expression.js 34 // depending on the exact printing of the function.
  /external/webkit/WebKit/android/icu/unicode/
ucnv.h 29 // Include the real ucnv.h file from icu. Use a more exact reference so we do
  /frameworks/base/core/java/android/content/
UriMatcher.java 143 * matched. URI nodes may be exact match string, the token "*"
182 child.mWhich = EXACT;
225 case EXACT:
256 private static final int EXACT = 0;
  /frameworks/base/tools/localize/
ValuesFile.cpp 60 XMLNode* node = XMLNode::NewElement(pos, ns, name, attrs, XMLNode::EXACT);
64 *next = new NodeHandler(node, XMLNode::EXACT);
118 XMLNode* node = XMLNode::NewElement(pos, ns, name, attrs, XMLNode::EXACT);
122 *next = new NodeHandler(node, XMLNode::EXACT);
  /ndk/build/platforms/android-8/arch-arm/usr/include/
dlfcn.h 42 void *dli_saddr; /* Exact address of symbol named
  /ndk/build/platforms/android-8/arch-x86/usr/include/
dlfcn.h 42 void *dli_saddr; /* Exact address of symbol named
  /system/bluetooth/data/
auto_pairing.conf 15 // Blacklisting by Exact Name:
  /system/core/include/cutils/
atomic.h 51 * NOTE: Two "quasiatomic" operations on the exact same memory address
  /external/opencore/oscl/oscl/osclregserv/src/
oscl_registry_serv_impl.cpp 77 //tells whether "id" is a prefix of the component ID (or an exact match).
142 //try to find existing component (use exact match).
165 comp = iData.Find(compId, true);//exact
  /external/skia/src/animator/
SkOperandIterpolator.cpp 71 SkBool exact; local
72 Result result = timeToT(time, &T, &index, &exact);
77 if (exact)
  /external/v8/src/
conversions.h 58 // This function should match the exact semantics of ECMA-262 9.4.
62 // This function should match the exact semantics of ECMA-262 9.5.
66 // This function should match the exact semantics of ECMA-262 9.6.
  /bionic/libm/bsdsrc/
b_log.c 56 * since m is an integer, the dominant term is exact.
61 * logF_hi[] + 512 is exact.
84 * The constant 35184372088832 is 2^45, so the divide is exact.
401 * u1 has at most 35 bits, and F*u1 is exact, as F has < 8 bits.
417 /* (exact) + (tiny) */
419 u1 += m*logF_head[N] + logF_head[j]; /* exact */

Completed in 310 milliseconds

12 3 4 5 6 7 8 91011>>