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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/
toString-001-n.js 11 * The Original Code is Mozilla Communicator client code, released March
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
catchguard-001-n.js 13 * The Original Code is Mozilla Communicator client code, released March
catchguard-002-n.js 13 * The Original Code is Mozilla Communicator client code, released March
catchguard-002.js 13 * The Original Code is Mozilla Communicator client code, released March
catchguard-003-n.js 13 * The Original Code is Mozilla Communicator client code, released March
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
RefCountObject.h 46 ~RefCountObjectBindingPointer() { ASSERT(mObject == NULL); } // Objects have to be released before the resource manager is destroyed, so they must be explicitly cleaned up.
  /frameworks/base/opengl/tests/angeles/include/GLES/
egl.h 22 ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
29 ** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
31 ** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
32 ** Window System(R) (Version 1.3), released October 19, 1998. This software
  /libcore/luni/src/main/java/java/util/concurrent/
Callable.java 3 * Expert Group and released to the public domain, as explained at
RejectedExecutionHandler.java 3 * Expert Group and released to the public domain, as explained at
ThreadFactory.java 3 * Expert Group and released to the public domain, as explained at
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractOwnableSynchronizer.java 3 * Expert Group and released to the public domain, as explained at
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertWakeLock.java 24 * released in the AlarmAlert activity
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProviderBroadcastReceiver.java 34 // Acquire a wake lock that will be released when the launched Service is doing its work
  /external/clang/test/Analysis/
keychainAPI.m 79 if (st == GenericError) // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainItemFreeContent'.}}
99 st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &outData); // expected-warning {{Allocated data should be released before another call to the allocator:}}
204 return 0; // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainItemFreeAttributesAndData'}}
223 if (length) { // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainItemFreeContent'.}}
277 CFStringRef userStr = CFStringCreateWithBytesNoCopy(alloc, bytes, length, 5, 0, kCFAllocatorNull); // expected-warning{{Allocated data is not released}}
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 291 /* If the internal work area was not yet released, remove that */
301 /* freeWnnWork() is always successful even if the internal work area was already released */
331 /* If the internal work area was already released, return an error code */
375 /* If the internal work area was already released, return an error code */
443 /* If the internal work area was already released, return an error code */
487 /* If the internal work area was already released, return an error code */
520 /* If the internal work area was already released, return an error status */
553 /* If the internal work area was already released, return an error status */
577 /* If the internal work area was already released, return an error code */
658 /* If the internal work area was already released, return an error code *
    [all...]
  /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...]
  /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/apache-http/src/org/apache/http/conn/
ConnectionReleaseTrigger.java 66 * in case of an IO problem. The connection will be released
79 * The connection will be released anyway.
  /external/dbus/
HACKING 160 you're releasing ("Released 0.3" or something)
172 of the tree that corresponds exactly to the released tarball.
174 - tag the tree with "git tag -s -m 'Released X.Y.Z' dbus-X.Y.Z"
177 "git tag -a -m 'Released X.Y.Z' dbus-X.Y.Z".
182 than anything released.
184 - merge the branch you've released to the chronologically-later
213 released, e.g. ChangeLog.pre-1-0. Then create and cvs add a new empty
215 "Released 1.0".
  /external/openssl/crypto/jpake/
jpake.h 97 * the return value belongs to the library and will be released when
98 * ctx is released, and will change when a new handshake is performed.
  /external/v8/
LICENSE 13 Apple Computer, Inc. and released under a 3-clause BSD license.
18 This code is copyrighted by Sun Microsystems Inc. and 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");
  /frameworks/base/include/media/
IAudioTrack.h 44 * obtainBuffer will return an error. Buffers that are already released
60 * obtainBuffer will return an error. Buffers that are already released
  /frameworks/base/include/media/stagefright/
MediaSource.h 42 // the stop() call are released.
44 // held onto by callers be released before a call to stop() !!!
  /libcore/dom/src/test/java/org/w3c/domts/
DOM4JTestDocumentBuilderFactory.java 49 * factory will be mutated in constructor and should be released
52 * it may be mutated and should be released by the caller immediately

Completed in 833 milliseconds

1 2 34 5 6 7 8 91011>>