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

1 2 3 4 5 6 7 8 91011>>

  /external/dropbear/libtommath/
LICENSE 1 LibTomMath is hereby released into the Public Domain.
  /build/core/
apicheck_msg_last.txt 3 You have tried to change the API from what has been previously released in
  /external/qemu/
LICENSE 3 1) QEMU as a whole is released under the GNU General Public License
10 released under the GNU Lesser General Public License. Many hardware
11 device emulation sources are released under the BSD license.
13 3) The Tiny Code Generator (TCG) is released under the BSD license
  /external/qemu/tcg/
LICENSE 1 All the files in this directory and subdirectories are released under
  /external/bluetooth/glib/gthread/
ChangeLog 9 * === Released 2.20.0 ===
13 * === Released 2.19.10 ===
17 * === Released 2.19.9 ===
21 * === Released 2.19.8 ===
25 * === Released 2.19.7 ===
29 * === Released 2.19.6 ===
33 * === Released 2.19.5 ===
37 * === Released 2.19.4 ===
41 * === Released 2.19.3 ===
45 * === Released 2.19.2 ==
    [all...]
  /external/icu4c/test/cintltst/
ucnvseltst.h 21 /** TODO: Remove this file after ICU 4.2 is released. See ticket #6869. */
  /external/libpng/scripts/
libpng-config-head.in 8 # This code is released under the libpng license.
  /external/bluetooth/glib/gmodule/
ChangeLog 9 * === Released 2.20.0 ===
13 * === Released 2.19.10 ===
17 * === Released 2.19.9 ===
28 * === Released 2.19.8 ===
32 * === Released 2.19.7 ===
36 * === Released 2.19.6 ===
40 * === Released 2.19.5 ===
44 * === Released 2.19.4 ===
48 * === Released 2.19.3 ===
52 * === Released 2.19.2 ==
    [all...]
  /external/webrtc/src/system_wrappers/interface/
event_wrapper.h 43 // Puts the calling thread into a wait state. The thread may be released
45 // timing. The thread that was released will call Reset() before leaving
46 // preventing more threads from being released. If multiple threads
48 // be released. It is possible that multiple (random) threads are released
  /external/clang/test/Analysis/
malloc.c 27 return; // expected-warning{{Allocated memory never released. Potential memory leak.}}
33 free(p); // expected-warning{{Try to free a memory block that has been released}}
39 realloc(p,0); // expected-warning{{Try to free a memory block that has been released}}
55 return; // expected-warning{{Allocated memory never released. Potential memory leak.}}
60 return; // expected-warning{{Allocated memory never released. Potential memory leak.}}
64 int *p = my_malloc(12); // expected-warning{{Allocated memory never released. Potential memory leak.}}
73 mystuff.somefield = my_malloc(12); // expected-warning{{Allocated memory never released. Potential memory leak.}}
94 free(p); // expected-warning{{Try to free a memory block that has been released}}
100 my_free(p); // expected-warning{{Try to free a memory block that has been released}}
106 my_hold(p); // expected-warning{{Try to free a memory block that has been released}}
    [all...]
PR2978.m 36 @synthesize Y = _Y; // expected-warning{{The '_Y' instance variable was retained by a synthesized property but wasn't released in 'dealloc'}}
37 @synthesize Z = _Z; // expected-warning{{The '_Z' instance variable was not retained by a synthesized property but was released in 'dealloc'}}
42 @synthesize W = _W; // expected-warning{{The '_W' instance variable was retained by a synthesized property but wasn't released in 'dealloc'}}
keychainAPI-diagnostic-visitor.m 33 length++; // expected-warning {{Allocated data is not released}} // expected-note{{Allocated data is not released}}
  /external/skia/gpu/include/
GrResource.h 29 // subclass should have released this.
46 * Tests whether a resource has been abandoned or released. All resources
52 * @return true if the resource has been released or abandoned,
  /external/kernel-headers/original/linux/
kref.h 11 * This file is released under the GPLv2.
spinlock_types_up.h 12 * Released under the General Public License (GPL).
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledFuture.java 3 * Expert Group and released to the public domain, as explained at
BrokenBarrierException.java 3 * Expert Group and released to the public domain, as explained at
CancellationException.java 3 * Expert Group and released to the public domain, as explained at
  /frameworks/base/core/java/android/content/
EntityIterator.java 26 * can be released.
36 * may be released (such as a SQLite cursor).
  /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));
  /external/dhcpcd/dhcpcd-hooks/
95-configured 24 setprop dhcp.${interface}.result "released"
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
NotThreadSafe.java 11 * Released under the Creative Commons Attribution License
  /external/libxslt/
README 7 This code is released under the MIT Licence see the Copyright file.
  /external/webkit/Source/WebCore/manual-tests/
slider-thumb-tracking.html 20 REGRESSION (Native slider): slider thumb not updated when the mouse is dragged/released out of range</i>.

Completed in 1110 milliseconds

1 2 3 4 5 6 7 8 91011>>