/device/asus/flo/kernel-headers/media/ |
msm_cam_sensor.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/docs/source.android.com/src/devices/tech/input/ |
validate-keymaps.jd | 19 <p>The Android framework has a small tool called <code>validatekeymaps</code> to validate the 23 <p>To compile <code>validatekeymaps</code>, set up the development environment, download 25 <pre><code>$ mmm frameworks/base/tools/validatekeymaps 26 </code></pre> 28 <code>out/host/&lt;os&gt;/bin</code> directory.</p> 30 <p>If you ran <code>envsetup.sh</code> to set up your development environment, then th [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
X9FieldID.java | 26 * <code>F<sub>2</sub></code>. 27 * @param primeP The prime <code>p</code> defining the prime field. 37 * <code>F<sub>2<sup>m</sup></sub></code>. 38 * @param m The exponent <code>m</code> of 39 * <code>F<sub>2<sup>m</sup></sub></code> [all...] |
/external/chromium/net/socket/ |
nss_ssl_util.h | 2 // Use of this source code is governed by a BSD-style license that can be 25 // Map network error code to NSS error code. 28 // Map NSS error code to network error code. 31 // Map NSS error code from the first SSL handshake to network error code.
|
/external/chromium_org/chrome/test/remoting/ |
key_code_conv.cc | 2 // Use of this source code is governed by a BSD-style license that can be 16 char c, const char** code, ui::KeyboardCode* vkey_code, bool* shift) { 17 *code = NULL; 22 *code = key_code_map[i].code; 29 *code = key_code_map[i].code;
|
/external/chromium_org/ppapi/api/ |
pp_size.idl | 2 * Use of this source code is governed by a BSD-style license that can be 11 * The <code>PP_Size</code> struct contains the size of a 2D rectangle. 28 * PP_MakeSize() creates a <code>PP_Size</code> given a width and height as 34 * @return A <code>PP_Size</code> structure.
|
ppp_mouse_lock.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the <code>PPP_MouseLock</code> interface containing a 17 * The <code>PPP_MouseLock</code> interface contains a function that you must 25 * @param[in] instance A <code>PP_Instance</code> identifying one instance
|
/external/chromium_org/ppapi/c/private/ |
ppb_file_ref_private.h | 2 * Use of this source code is governed by a BSD-style license that can be 22 * This file contains the <code>PPB_FileRefPrivate</code> interface. */ 34 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file 37 * @return A <code>PP_Var</code> containing the absolute path of the file.
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
HTTPProxyData.java | 8 * A <code>HTTPProxyData</code> object is used to specify the needed connection data 26 * Same as calling {@link #HTTPProxyData(String, int, String, String) HTTPProxyData(proxyHost, proxyPort, <code>null</code>, <code>null</code>)} 37 * Same as calling {@link #HTTPProxyData(String, int, String, String, String[]) HTTPProxyData(proxyHost, proxyPort, <code>null</code>, <code>null</code>, <code>null</code>) [all...] |
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSState.java | 155 * @return <code>true</code> if probing state, <code>false</code> otherwise 164 * @return <code>true</code> if announcing state, <code>false</code> otherwise 173 * @return <code>true</code> if announced state, <code>false</code> otherwis [all...] |
/external/proguard/docs/manual/ |
refcard.html | 15 <code><b>java -jar proguard.jar </b></code><i>options</i> ... 19 <code><b>java -jar proguard.jar @myconfig.pro</b></code> 27 <td valign="top"><a href="usage.html#at"><code><b>@</b></code></a><a href="usage.html#filename"><i>filename</i></a></td> 29 <td>Short for '<code>-include</code> <i>filename</i>'.</td> 33 <td valign="top"><a href="usage.html#include"><code><b>-include</b></code></a [all...] |
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPathException.java | 24 * <code>XPathException</code> represents a generic XPath exception.</p> 41 * <p>Constructs a new <code>XPathException</code> with the specified detail <code>message</code>.</p> 43 * <p>The <code>cause</code> is not initialized.</p> 45 * <p>If <code>message</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
sync_file_system.idl | 2 // Use of this source code is governed by a BSD-style license that can be 5 // Use the <code>chrome.syncFileSystem</code> API to save and synchronize data 62 // <code>fileEntry</code> for the target file whose status has changed. 65 // <code>fileEntry</code> information will still be available 70 // The status value can be <code>'synced'</code>, 71 // <code>'pending'</code> or <code>'conflicting'</code> [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.test.TouchUtils.html | 74 Class android.test.<A HREF="../../../../reference/android/test/TouchUtils.html" target="_top"><font size="+2"><code>TouchUtils</code></font></A> 87 <nobr><code>void</code> dragViewToBottom(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr><nobr></code>)</nobr> 102 <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#drag(android.test.InstrumentationTestCase, float, float, float, float, int)" target="_top"><code>drag</code></A>(<code>InstrumentationTestCase,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</n (…) [all...] |
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
android.view.MotionEvent.html | 74 Class android.view.<A HREF="../../../../reference/android/view/MotionEvent.html" target="_top"><font size="+2"><code>MotionEvent</code></font></A> 76 <p><font xsize="+1">The superclass changed from <code>java.lang.Object</code> to <code>android.view.InputEvent</code>.<br></font> 88 <nobr><code>MotionEvent</code> obtain(<code>long,</nobr> long<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> int<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr [all...] |
java.sql.PreparedStatement.html | 74 Interface java.sql.<A HREF="../../../../reference/java/sql/PreparedStatement.html" target="_top"><font size="+2"><code>PreparedStatement</code></font></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/java/sql/PreparedStatement.html#setAsciiStream(int, java.io.InputStream)" target="_top"><code>setAsciiStream</code></A>(<code>int,</nobr> InputStream<nobr><nobr></code>)</nobr> 94 <nobr><code>void</code> <A HREF="../../../../reference/java/sql/PreparedStatement.html#setAsciiStream(int, java.io.I (…) [all...] |
/libcore/luni/src/main/java/java/sql/ |
Statement.java | 22 * The resulting table rows are returned as {@code ResultSet}s. For any given 23 * {@code Statement} object, only one {@code ResultSet} can be opened at one 24 * time. A call to any of the execution methods of {@code Statement} will cause 25 * any previously created {@code ResultSet} object for that {@code Statement} to 28 * To have multiple {@code ResultSet} objects opened concurrently, multiple 29 * {@code Statement} objects must be created and then executed. 31 * To obtain such an executable statement one needs to invoke {@code 40 * Passing this constant to {@link #getMoreResults} implies that all {@code [all...] |
/external/chromium_org/ppapi/c/ |
ppb_file_io.h | 2 * Use of this source code is governed by a BSD-style license that can be 43 * <code>PP_FILEOPENFLAG_READ</code> to request read and write access. 49 * <code>PP_FILEOPENFLAG_EXCLUSIVE</code> was also specified, in which case 55 * regular file. <code>PP_FILEOPENFLAG_WRITE</code> must also be specified. 60 * <code>PP_FILEOPENFLAG_CREATE</code>. If this flag is specified, and the 66 * the file. Mututally exclusive with <code>PP_FILEOPENFLAG_WRITE</code> [all...] |
ppb_view.h | 2 * Use of this source code is governed by a BSD-style license that can be 25 * This file defines the <code>PPB_View</code> struct representing the state 35 * <code>PPB_View</code> represents the state of the view of an instance. 37 * <code>PPP_Instance.DidChangeView</code>. 42 * <code>PPB_View</code> resource. Note that <code>PPB_ViewChanged</code [all...] |
/external/javassist/src/main/javassist/bytecode/ |
CodeAttribute.java | 27 * <code>Code_attribute</code>. 29 * <p>To browse the <code>code</code> field of 30 * a <code>Code_attribute</code> structure, 31 * use <code>CodeIterator</code>. 37 * The name of this attribute <code>"Code"</code> [all...] |
/prebuilts/tools/common/easymock-tools/ |
Documentation_fr.html | 25 Les Mock Objects simulent le comportement du code
36 de code généré!
44 <li>Supporte le refactoring sur les Mock Objects : le code de test ne sera pas cassé au runtime lors du renommage de
77 <li>Décompressez le fichier zip d'EasyMock (<code>easymock-3.1.zip</code>).</li>
78 <li>Allez dans le répertoire <code>easymock-3.1</code>.</li>
79 <li>Ajoutez le jar d'EasyMock (<code>easymock.jar</code>) à votre classpath.</li>
81 <li>Les tests sont dans <code>easymock-3.1-tests.jar</code> et peuvent être lancés à l'aide d'un JUnit TestRunner [all...] |
/libcore/luni/src/main/java/javax/xml/namespace/ |
QName.java | 28 * <p><code>QName</code> represents a <strong>qualified name</strong> 37 * <p>The value of a <code>QName</code> contains a <strong>Namespace 41 * <p>The prefix is included in <code>QName</code> to retain lexical 46 * QName.hashCode()}. Equality and the hash code are defined using 55 * <p><code>QName</code> is immutable.</p> 70 * <p>To enable the compatibility <code>serialVersionUID</code [all...] |
/external/chromium_org/ppapi/api/dev/ |
ppb_ime_input_event_dev.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the <code>PPB_IMEInputEvent_Dev</code> interface. 19 * you will get an IME event passed through the <code>HandleInputEvent</code> 25 * @param[in] type A <code>PP_InputEvent_Type</code> identifying the type of 28 * @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time 31 * @param[in] text The string returned by <code>GetText</code> [all...] |
/external/chromium_org/ppapi/c/dev/ |
ppb_ime_input_event_dev.h | 2 * Use of this source code is governed by a BSD-style license that can be 26 * This file defines the <code>PPB_IMEInputEvent_Dev</code> interface. 37 * you will get an IME event passed through the <code>HandleInputEvent</code> 43 * @param[in] type A <code>PP_InputEvent_Type</code> identifying the type of 46 * @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time 49 * @param[in] text The string returned by <code>GetText</code> [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/ |
Member.java | 30 * @return {@code non-null;} the defining class 35 * Get the field {@code access_flags}. 42 * Get the field {@code name_index} of the member. This is 43 * just a convenient shorthand for {@code getNat().getName()}. 45 * @return {@code non-null;} the name 50 * Get the field {@code descriptor_index} of the member. This is 51 * just a convenient shorthand for {@code getNat().getDescriptor()}. 53 * @return {@code non-null;} the descriptor 59 * combination of the fields {@code name_index} and 60 * {@code descriptor_index} in the original classfile, interprete [all...] |