HomeSort by relevance Sort by last modified time
    Searched full:weak (Results 201 - 225 of 496) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 294 // This is a weak pointer to our corresponding WebCore frame. A reference to
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
CaretManager.java 377 * for the strong and the weak carets, in other cases it would return one.
  /frameworks/base/include/utils/
RefBase.h 83 //! DEBUGGING ONLY: Get current weak ref count.
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 261 "weak refs not cleared");
  /dalvik/docs/
jni-tips.html 540 <li>"Weak global" references are implemented, but may only be passed
543 programmers to create hard references to weak globals before doing
  /dalvik/vm/oo/
Object.h 81 CLASS_ISREFERENCE = (1<<28), // class is a soft/weak/phantom ref
83 CLASS_ISWEAKREFERENCE = (1<<27), // class is a weak reference
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
bgnscd.cpp 337 // weak sort of voicing indication.
548 /* weak sort of voicing indication. */
  /external/v8/benchmarks/
deltablue.js 582 * is too weak to be satisfied using any of its methods. The
603 * unnecessarily adding and then overriding weak constraints.
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 576 * is too weak to be satisfied using any of its methods. The
597 * unnecessarily adding and then overriding weak constraints.
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 164 for (WeakReference weak : handlersToRemove) {
165 mHandlers.remove(weak);
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
bgnscd.cpp 338 // weak sort of voicing indication.
549 /* weak sort of voicing indication. */
  /external/icu4c/common/
ubidi.c 31 * rule of the resolution of weak types.
48 * property because this would fail in the resolution of weak types with rules
53 * For example, the loop for the resolution of the weak types reads
65 * In this implementation, the resolution of weak types (Wn),
88 * algorithm steps for the weak type resolution are not performed,
527 * L or R codes so that the resolution of weak types can be performed on the
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
as.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
as.info     [all...]
binutils.info 580 The symbol is a weak object. When a weak defined symbol is
582 symbol is used with no error. When a weak undefined symbol
584 weak symbol becomes zero with no error. On some systems,
589 The symbol is a weak symbol that has not been specifically
590 tagged as a weak object symbol. When a weak defined symbol
592 symbol is used with no error. When a weak undefined symbol
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
as.info     [all...]
binutils.info 580 The symbol is a weak object. When a weak defined symbol is
582 symbol is used with no error. When a weak undefined symbol
584 weak symbol becomes zero with no error. On some systems,
589 The symbol is a weak symbol that has not been specifically
590 tagged as a weak object symbol. When a weak defined symbol
592 symbol is used with no error. When a weak undefined symbol
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
as.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
as.info     [all...]
binutils.info 580 The symbol is a weak object. When a weak defined symbol is
582 symbol is used with no error. When a weak undefined symbol
584 weak symbol becomes zero with no error. On some systems,
589 The symbol is a weak symbol that has not been specifically
590 tagged as a weak object symbol. When a weak defined symbol
592 symbol is used with no error. When a weak undefined symbol
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
as.info     [all...]
binutils.info 580 The symbol is a weak object. When a weak defined symbol is
582 symbol is used with no error. When a weak undefined symbol
584 weak symbol becomes zero with no error. On some systems,
589 The symbol is a weak symbol that has not been specifically
590 tagged as a weak object symbol. When a weak defined symbol
592 symbol is used with no error. When a weak undefined symbol
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
as.info     [all...]
  /external/v8/src/
mark-compact.cc 703 // only from weak global handles.
705 // First we identify nonlive weak handles and mark them as pending
716 // weak roots.
    [all...]
  /external/guava/javadoc/com/google/common/collect/
package-use.html 416 features: <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/SoftReference.html?is-external=true" title="class or interface in java.lang.ref">soft</A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/WeakReference.html?is-external=true" title="class or interface in java.lang.ref">weak</A> keys, soft or weak values, timed expiration, and on-demand

Completed in 147 milliseconds

1 2 3 4 5 6 7 891011>>