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

1 23 4 5 6 7 8 91011>>

  /external/bluetooth/glib/docs/reference/glib/tmpl/
arrays.sgml 14 same size), and the array can be automatically cleared to '0's and
40 We don't want it zero-terminated or cleared to 0's. */
77 @clear_: %TRUE if #GArray elements should be automatically cleared to 0
91 @zero_terminated: %TRUE if the array should have an extra element at the end with all bits cleared.
92 @clear_: %TRUE if all bits in the array should be cleared to 0 on allocation.
  /external/llvm/utils/lit/lit/
ProgressBar.py 228 self.cleared = 1 #: true if we haven't drawn the bar yet.
235 if self.cleared:
237 self.cleared = 0
264 if not self.cleared:
269 self.cleared = 1
  /external/oprofile/events/i386/p4/
unit_masks 82 0x01 count a portion of cycles the machine is cleared for any cause
83 0x04 count each time the machine is cleared due to memory ordering issues
84 0x40 count each time the machine is cleared due to self modifying code
  /dalvik/vm/alloc/
HeapInternal.h 32 * cleared and rebuilt each time the GC runs.
MarkSweep.cpp 680 /* Referent was cleared by the user during marking. */
704 * referents. Cleared references registered to a reference queue are
729 * referent field is cleared.
826 * Pushes a list of cleared references out to the managed heap.
828 void dvmEnqueueClearedReferences(Object **cleared)
830 assert(cleared != NULL);
831 if (*cleared != NULL) {
837 Object *reference = *cleared;
839 *cleared = NULL;
  /dalvik/vm/analysis/
VerifySubs.h 31 * Changed: set/cleared as bytecode verifier runs
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExsltFuncResult.java 58 // element. Recursion is allowed: intermediate results are cleared
  /external/chromium/chrome/browser/extensions/
extension_omnibox_api.h 33 // The user has cleared the keyword, or closed the omnibox popup. This is
extension_rlz_apitest.cc 52 // Check that the state has really been cleared.
  /external/chromium/net/disk_cache/
stats.h 48 DOOM_RECENT, // The cache was partially cleared.
  /external/iptables/extensions/
libxt_tcp.man 35 cleared. Such packets are used to request TCP connection initiation;
  /external/kernel-headers/original/linux/
mc146818rtc.h 81 /* caution - cleared by read */
personality.h 37 * cleared upon setuid or setgid exec:
  /external/netperf/
hist.h 62 HIST_new - return a new, cleared histogram data type
  /external/qemu-pc-bios/bochs/bios/
notes 9 in 1f7 until BSY cleared
  /external/webkit/Source/WebCore/editing/
DeleteSelectionCommand.h 80 // This data is transient and should be cleared at the end of the doApply function.
  /external/webkit/Source/WebKit/chromium/public/
WebCache.h 74 // cleared if they are actively referenced).
  /external/webkit/Source/WebKit/chromium/src/
PlatformMessagePortChannel.h 82 // Pointer to our entangled pair - cleared when close() is called.
  /external/webkit/Tools/MiniBrowser/mac/WebBundle/
WebBundleMain.m 50 WKStringRef messageBody = WKStringCreateWithCFString(CFSTR("Window was cleared"));
  /libcore/luni/src/main/java/libcore/util/
CollectionUtils.java 34 * their referenced values have been cleared.
  /bionic/libm/src/
e_hypot.c 32 * where x1 = x with lower 32 bits cleared, x2 = x-x1; else
35 * where t1 = 2x with lower 32 bits cleared, t2 = 2x-t1,
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoConstants.java 113 * The prologue_end register is cleared by any special
124 * The epilogue_begin register is cleared by any special
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoConstants.java 113 * The prologue_end register is cleared by any special
124 * The epilogue_begin register is cleared by any special
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
ReferenceTest.java 41 assertTrue("Start: Object not cleared.", (sr.get() != null)
45 assertTrue("End: Object cleared.", (sr.get() == null)
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 125 // Returns Tpm password (if password was cleared empty one is returned).
132 // Clears Tpm password. Password should be cleared after it was generated and

Completed in 1685 milliseconds

1 23 4 5 6 7 8 91011>>