/external/webkit/JavaScriptCore/tests/mozilla/js1_3/Script/ |
function-002.js | 11 * The Original Code is Mozilla Communicator client code, released March
|
switch-001.js | 11 * The Original Code is Mozilla Communicator client code, released March
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/regress/ |
delete-001.js | 11 * The Original Code is Mozilla Communicator client code, released March
|
function-002.js | 11 * The Original Code is Mozilla Communicator client code, released March
|
in-001.js | 11 * The Original Code is Mozilla Communicator client code, released March
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_4/Regress/ |
function-001.js | 11 * The Original Code is Mozilla Communicator client code, released March
|
function-003.js | 11 * The Original Code is Mozilla Communicator client code, released March
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/ |
catchguard-001.js | 13 * The Original Code is Mozilla Communicator client code, released March
|
catchguard-003.js | 13 * The Original Code is Mozilla Communicator client code, released March
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/GetSet/ |
getset-001.js | 13 * The Original Code is Mozilla Communicator client code, released March
|
getset-002.js | 13 * The Original Code is Mozilla Communicator client code, released March
|
/external/webkit/WebCore/manual-tests/ |
bugzilla-4840.html | 14 The frames will resize accordingly, with the split bar where you released it.
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteCursorDriver.java | 37 * Called by a SQLiteCursor when it is released.
|
/frameworks/base/docs/html/guide/appendix/faq/ |
licensingandoss.jd | 8 <li><a href="#timeline">When will we see more code released under open source licenses?</a></li>
|
/frameworks/base/docs/html/resources/faq/ |
licensingandoss.jd | 8 <li><a href="#timeline">When will we see more code released under open source licenses?</a></li>
|
/frameworks/base/graphics/java/android/renderscript/ |
BaseObj.java | 71 // " auto finalizing object without having released the RS reference.");
|
/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();
|
/external/bluetooth/glib/gobject/ |
ChangeLog | 15 * === Released 2.20.0 === 19 * === Released 2.19.10 === 23 * === Released 2.19.9 === 35 * === Released 2.19.8 === 44 * === Released 2.19.7 === 48 * === Released 2.19.6 === 52 * === Released 2.19.5 === 56 * === Released 2.19.4 === 67 * === Released 2.19.3 === 84 * === Released 2.19.2 == [all...] |
/external/bluetooth/glib/docs/reference/ |
ChangeLog | 9 * === Released 2.20.0 === 13 * === Released 2.19.10 === 17 * === Released 2.19.9 === 27 * === Released 2.19.8 === 31 * === Released 2.19.7 === 44 * === Released 2.19.6 === 48 * === Released 2.19.5 === 57 * === Released 2.19.4 === 72 * === Released 2.19.3 === 97 * === Released 2.19.2 == [all...] |
/external/bluetooth/glib/po/ |
ChangeLog | 140 * === Released 2.20.0 === 200 * === Released 2.19.10 === 204 * === Released 2.19.9 === 305 * === Released 2.19.8 === 313 * === Released 2.19.7 === 357 * === Released 2.19.6 === 387 * === Released 2.19.5 === 411 * === Released 2.19.4 === 436 * === Released 2.19.3 === 456 * === Released 2.19.2 == [all...] |
/external/apache-http/src/org/apache/http/impl/conn/ |
SingleClientConnManager.java | 53 * even if it has not been released after the previous allocation. 95 /** The time the last released connection expires and shouldn't be reused. */ 274 return; // already released 288 ("Released connection open but not reusable."); 299 log.debug("Exception shutting down released connection.",
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/ |
lcentry.h | 49 #define LCBLC_OUTGOING_RLSED 0X00 /* Outgoing Released */ 53 #define LCBLC_INCOMING_RLSED 0X01 /* Incoming Released */ 158 // if LC is set to released state, then reset it's attributes so it can be used again 236 return("Outgoing RELEASED"); 248 return("Incoming RELEASED");
|
/external/quake/quake/src/QW/client/ |
cl_input.c | 33 same button, but the button should only be released when both of the 34 pressing key have been released. 164 Returns 0.25 if a key was pressed and released during the frame, 166 0 if held then released, and 190 val = 0; // released this frame 200 val = 0.75; // released and re-pressed this frame 202 val = 0.25; // pressed and released this frame
|
/external/quake/quake/src/WinQuake/ |
cl_input.cpp | 34 same button, but the button should only be released when both of the 35 pressing key have been released. 165 Returns 0.25 if a key was pressed and released during the frame, 167 0 if held then released, and 194 val = 0; // released this frame 208 val = 0.75; // released and re-pressed this frame 210 val = 0.25; // pressed and released this frame
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/ |
Lock.java | 3 * Expert Group and released to the public domain, as explained at 27 * when multiple locks are acquired they must be released in the opposite 28 * order, and all locks must be released in the same lexical scope in which 41 * allowing a lock to be acquired and released in different scopes, 42 * and allowing multiple locks to be acquired and released in any 63 * lock is released when necessary.
|