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

1 2

  /frameworks/base/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/tinyutils/
SharedBuffer.cpp 31 ssize_t SharedBuffer::dealloc(const SharedBuffer* released)
33 if (released->mRefs != 0) return -1; // XXX: invalid operation
34 free(const_cast<SharedBuffer*>(released));
SharedBuffer.h 38 static ssize_t dealloc(const SharedBuffer* released);
  /frameworks/base/core/java/android/os/
TokenWatcher.java 34 * @param h A handler to call {@link #acquired} and {@link #released}
54 public abstract void released(); method in class:TokenWatcher
141 released();
  /frameworks/base/include/utils/
SharedBuffer.h 46 static ssize_t dealloc(const SharedBuffer* released);
  /build/core/tasks/
apicheck.mk 52 # Check that the API we're building hasn't broken the last-released
64 # 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/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...]
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 119 * Called once the mouse has been released, and the dragging is over.
  /cts/tests/tests/os/src/android/os/cts/
TokenWatcherTest.java 148 method = "released",
175 // test release() and released()
181 // this time released() will not be called
256 public synchronized void released() { method in class:TokenWatcherTest.MockTokenWatcher
  /bionic/libc/bionic/
dlmalloc.c 30 Doug Lea and released to the public domain, as explained at
433 and released in ways that can reuse each other's storage, perhaps
449 individually obtained and released from the host system. A request
453 the benefits that: Mmapped space can always be individually released
3730 size_t released = 0; local
3770 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.12/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/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.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
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.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
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.
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 3155 bool released = true; local
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 327 for this time, but it will not be destroyed before user released it explicitly
  /external/blktrace/btt/doc/
btt.tex 472 histogram output for the amount of IOs released at unplug time.
    [all...]

Completed in 682 milliseconds

1 2