HomeSort by relevance Sort by last modified time
    Searched refs:released (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/native/libs/utils/
SharedBuffer.cpp 38 ssize_t SharedBuffer::dealloc(const SharedBuffer* released)
40 if (released->mRefs != 0) return -1; // XXX: invalid operation
41 free(const_cast<SharedBuffer*>(released));
  /system/core/libpixelflinger/codeflinger/tinyutils/
SharedBuffer.cpp 40 ssize_t SharedBuffer::dealloc(const SharedBuffer* released)
42 if (released->mRefs != 0) return -1; // XXX: invalid operation
43 free(const_cast<SharedBuffer*>(released));
SharedBuffer.h 47 static ssize_t dealloc(const SharedBuffer* released);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCamera.java 23 private boolean released; field in class:ShadowCamera
36 released = false;
84 released = true;
134 return released;
  /frameworks/base/core/java/android/os/
TokenWatcher.java 36 * @param h A handler to call {@link #acquired} and {@link #released}
56 public abstract void released(); method in class:TokenWatcher
159 released();
  /frameworks/native/include/utils/
SharedBuffer.h 46 static ssize_t dealloc(const SharedBuffer* released);
  /build/core/tasks/
apicheck.mk 39 # Check that the API we're building hasn't broken the last-released
53 # Check that the API we're building hasn't changed from the not-yet-released
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
basic-multi-touch-events.js 98 debug("First touchpoint is released");
102 debug("Last remaining touchpoint is released");
basic-multi-touch-events-limited.js 99 description("This tests basic multi touch event support. This is a limited version of test basic-multi-touch-events.html that avoids the situation where one touch point is released while another is maintained.");
touch-target-limited.js 80 description("Tests that the target of touches match the element where the event originated, not where the touch is currently occurring. This is a limited version of test touch-target.html that avoids the situation where one touch point is released while another is maintained.");
  /frameworks/base/services/java/com/android/server/wm/
KeyguardDisableHandler.java 111 public void released() { method in class:KeyguardDisableHandler.KeyguardTokenWatcher
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 211 * or primed to be reset to unshifted (once it is released).
241 else if (current == RELEASED)
291 else if (state == RELEASED)
349 content.setSpan(what, 0, 0, RELEASED);
455 * or primed to be reset to unshifted (once it is released). Takes
502 long locked, long pressed, long released, long used) {
505 } else if ((state & released) != 0) {
540 long pressed, long released, long used, KeyEvent event) {
546 state |= what | released;
583 * The meta key has been pressed and released but has stil
    [all...]
  /frameworks/base/services/java/com/android/server/
UpdateLockService.java 57 public void released() { method in class:UpdateLockService.LockWatcher
  /cts/tests/tests/os/src/android/os/cts/
TokenWatcherTest.java 127 // test release() and released()
133 // this time released() will not be called
196 public synchronized void released() { method in class:TokenWatcherTest.MockTokenWatcher
  /frameworks/av/camera/
CameraMetadata.cpp 94 camera_metadata_t *released = mBuffer; local
96 return released;
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 119 * Called once the mouse has been released, and the dragging is over.
  /bionic/libc/upstream-dlmalloc/
malloc.c 3 Doug Lea and released to the public domain, as explained at
476 and released in ways that can reuse each other's storage, perhaps
492 individually obtained and released from the host system. A request
496 the benefits that: Mmapped space can always be individually released
4271 size_t released = 0; local
4318 size_t released = 0; local
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 3 Doug Lea and released to the public domain, as explained at
435 and released in ways that can reuse each other's storage, perhaps
451 individually obtained and released from the host system. A request
455 the benefits that: Mmapped space can always be individually released
4075 size_t released = 0; local
4122 size_t released = 0; local
    [all...]
  /external/libffi/src/
dlmalloc.c 3 Doug Lea and released to the public domain, as explained at
406 and released in ways that can reuse each other's storage, perhaps
422 individually obtained and released from the host system. A request
426 the benefits that: Mmapped space can always be individually released
3554 size_t released = 0; local
3594 size_t released = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 39 Doug Lea and released to the public domain, as explained at
442 and released in ways that can reuse each other's storage, perhaps
458 individually obtained and released from the host system. A request
462 the benefits that: Mmapped space can always be individually released
3564 size_t released = 0; local
3604 size_t released = 0; local
    [all...]
  /external/kernel-headers/original/linux/
i2c.h 166 struct completion released; member in struct:i2c_client
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 41 // Reference to released/freed memory.
42 Released,
52 bool isReleased() const { return K == Released; }
64 static RefState getReleased(const Stmt *s) { return RefState(Released, s); }
77 "Released",
216 ///\brief Check if the memory associated with this symbol was released.
238 void ReportDoubleFree(CheckerContext &C, SourceRange Range, bool Released,
283 // Did not track -> allocated. Other state (released) -> allocated.
290 // Did not track -> released. Other state (allocated) -> released
    [all...]
  /external/openssh/contrib/suse/
openssh.spec 94 his released tarfile
  /external/v8/benchmarks/
richards.js 218 * released, even if new work is added to it.
290 * The task is blocked and cannot be run until it is explicitly released.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 213 * released, even if new work is added to it.
285 * The task is blocked and cannot be run until it is explicitly released.

Completed in 881 milliseconds

1 2 3