/external/chromium_org/chrome/common/extensions/api/ |
sockets_tcp_server.idl | 2 // Use of this source code is governed by a BSD-style license that can be 5 // Use the <code>chrome.sockets.tcpServer</code> API to create server 7 // previously found in the <code>chrome.socket</code> API. Note that the socket 11 // The socket properties specified in the <code>create</code> or 12 // <code>update</code> function. Each property is optional. If a property 14 // <code>create</code>, or the existing value if preserved when callin [all...] |
/external/javassist/sample/rmi/ |
webdemo.html | 9 on a remote host. The <code>javassist.tools.rmi</code> package provides
25 code="sample.rmi.CountApplet" width=200 height=200>
32 a socket. The <code>ObjectImporter</code> provided by Javassist deals
80 <p>A <code>Counter</code> object running on a remote host
82 calls <code>getObject()</code> on an <code>ObjectImporter</code> [all...] |
/external/chromium_org/ppapi/cpp/ |
file_io.h | 2 // Use of this source code is governed by a BSD-style license that can be 22 /// The <code>FileIO</code> class represents a regular file. 25 /// Default constructor for creating an is_null() <code>FileIO</code> 29 /// A constructor used to create a <code>FileIO</code> and associate it with 30 /// the provided <code>Instance</code>. 36 /// The copy constructor for <code>FileIO</code> [all...] |
rect.h | 2 // Use of this source code is governed by a BSD-style license that can be 22 /// The default constructor. Creates a <code>Rect</code> in the upper-left 31 /// A constructor accepting a reference to a <code>PP_Rect and</code> 32 /// converting the <code>PP_Rect</code> to a <code>Rect</code>. This is an 35 /// @param[in] rect A <code>PP_Rect</code> [all...] |
/external/markdown/MarkdownTest/Tests_2004/ |
Markdown Documentation - Syntax.html | 24 <li><a href="#precode">Code Blocks</a></li> 31 <li><a href="#code">Code</a></li> 86 <p>The only restrictions are that block-level HTML elements -- e.g. <code><div></code>, 87 <code><table></code>, <code><pre></code>, <code><p></code>, etc. -- must be separated from surroundin [all...] |
Markdown Documentation - Syntax.text-out | 37 <li><a href="#precode">Code Blocks</a></li> 45 <li><a href="#code">Code</a></li> 102 <code><div></code>, <code><table></code>, 103 <code><pre></code>, <code><p></code>, etc. -- must b [all...] |
Markdown Documentation - Syntax.text-res | 37 <li><a href="#precode">Code Blocks</a></li> 45 <li><a href="#code">Code</a></li> 102 <code><div></code>, <code><table></code>, 103 <code><pre></code>, <code><p></code>, etc. -- must b [all...] |
/external/markdown/MarkdownTest/Tests_2007/ |
Markdown Documentation - Syntax.html | 24 <li><a href="#precode">Code Blocks</a></li> 31 <li><a href="#code">Code</a></li> 86 <p>The only restrictions are that block-level HTML elements -- e.g. <code><div></code>, 87 <code><table></code>, <code><pre></code>, <code><p></code>, etc. -- must be separated from surroundin [all...] |
/external/markdown/tests/extensions-x-def_list/ |
markdown-syntax.html | 22 <li><a href="#precode">Code Blocks</a></li> 29 <li><a href="#code">Code</a></li> 76 <p>The only restrictions are that block-level HTML elements -- e.g. <code><div></code>, 77 <code><table></code>, <code><pre></code>, <code><p></code>, etc. -- must be separated from surroundin [all...] |
/external/markdown/tests/markdown-test/ |
markdown-syntax.html | 22 <li><a href="#precode">Code Blocks</a></li> 29 <li><a href="#code">Code</a></li> 76 <p>The only restrictions are that block-level HTML elements -- e.g. <code><div></code>, 77 <code><table></code>, <code><pre></code>, <code><p></code>, etc. -- must be separated from surroundin [all...] |
/external/javassist/src/main/javassist/ |
CtNewMethod.java | 24 * A collection of static methods for creating a <code>CtMethod</code>. 32 * Compiles the given source code and creates a method. 33 * The source code must include not only the method body 48 * Compiles the given source code and creates a method. 49 * The source code must include not only the method body 54 * <p>If the source code includes <code>$proceed()</code>, then 60 * that is called on by <code>$proceed()</code> 231 Bytecode code = new Bytecode(cp, 2, 1); local 272 Bytecode code = new Bytecode(cp, 3, 3); local 342 Bytecode code = new Bytecode(cp, 0, 0); local [all...] |
/libcore/luni/src/main/java/javax/xml/transform/ |
TransformerFactory.java | 28 * to create is named <code>"javax.xml.transform.TransformerFactory"</code>. 30 * <code>TransformerFactory</code> abstract class. If the property is not 55 * <p>Set canonicalization control to <code>true</code> or 56 * </code>false</code>.</p> 67 * Returns Android's implementation of {@code TransformerFactory}. Unlike 85 * Returns an instance of the named implementation of {@code TransformerFactory} [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECFieldElement.java | 308 // * <code>F<sub>2<sup>m</sup></sub></code> in polynomial basis (PB) 341 // * The exponent <code>m</code> of <code>F<sub>2<sup>m</sup></sub></code>. 346 // * TPB: The integer <code>k</code> where <code>x<sup>m</sup> + 347 // * x<sup>k</sup> + 1</code> represents the reduction polynomia [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSSerializer.java | 20 * A <code>LSSerializer</code> provides an API for serializing (writing) a 23 * only the serialized data. The <code>Document</code> object and its 28 * <code>namespaceURI</code> of a <code>Node</code> is empty string, the 29 * serialization will treat them as <code>null</code>, ignoring the prefi [all...] |
/external/apache-http/src/org/apache/commons/logging/ |
package.html | 35 <code>java.util.logging.Logger</code> instance.</li> 38 connected to a corresponding LogKit <code>Logger</code>.</li> 84 <h4>Choosing a <code>LogFactory</code> Implementation</h4> 87 object reference to the <code>LogFactory</code> instance that will be used 88 to create <code><a href="Log.html">Log</a></code> instances for thi [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CollectionCertStoreParametersTest.java | 34 * Tests for <code>CollectionCertStoreParameters</code> 52 * Test #1 for <code>CollectionCertStoreParameters()</code> constructor<br> 63 * Test #2 for <code>CollectionCertStoreParameters</code> constructor<br> 82 * Test #1 for <code>CollectionCertStoreParameters(Collection)</code> 93 * Test #2 for <code>CollectionCertStoreParameters(Collection)</code> [all...] |
/external/javassist/src/main/javassist/bytecode/ |
InnerClassesAttribute.java | 23 * <code>InnerClasses_attribute</code>. 27 * The name of this attribute <code>"InnerClasses"</code>. 52 * Returns <code>number_of_classes</code>. 57 * Returns <code>classes[nth].inner_class_info_index</code>. 65 * by <code>classes[nth].inner_class_info_index</code> [all...] |
/external/javassist/src/main/javassist/scopedpool/ |
SoftValueHashMap.java | 83 * Constructs a new, empty <code>WeakHashMap</code> with the given initial 87 * The initial capacity of the <code>WeakHashMap</code> 90 * The load factor of the <code>WeakHashMap</code> 101 * Constructs a new, empty <code>WeakHashMap</code> with the given initial 102 * capacity and the default load factor, which is <code>0.75</code> [all...] |
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
android.view.View.html | 74 Class android.view.<A HREF="../../../../reference/android/view/View.html" target="_top"><font size="+2"><code>View</code></font></A> 87 <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#canScrollHorizontally(int)" target="_top"><code>canScrollHorizontally</code></A>(<code>int</code>)</nobr> 94 <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#canScrollVertically(int)" target="_top (…) [all...] |
/libcore/dom/src/test/java/org/w3c/domts/ |
JTidyDOMImplementation.java | 39 * method to return <code>true</code>. 40 * @return <code>true</code> if the feature is implemented in the 41 * specified version, <code>false</code> otherwise. 52 * Creates an empty <code>DocumentType</code> node. Entity declarations 56 * <code>DocumentType</code> [all...] |
/libcore/luni/src/main/java/java/security/ |
IdentityScope.java | 24 * {@code IdentityScope} represents a scope for {@link Identity} objects. 26 * @deprecated Use {@link Principal}, {@link KeyStore} and the {@code java.security.cert} package 38 * Constructs a new instance of {@code IdentityScope}. 44 * Constructs a new instance of {@code IdentityScope} with the specified 48 * the name of this {@code IdentityScope}. 55 * Constructs a new instance of {@code IdentityScope} with the specified 59 * the name of this {@code IdentityScope}. 61 * the scope of this {@code IdentityScope}. 105 * Returns the number of {@code Identity} objects in this scope. 107 * @return the number of {@code Identity} objects in this scope [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XString.java | 240 * from <code>0</code> to <code>length() - 1</code>. The first character 241 * of the sequence is at index <code>0</code>, the next at index 242 * <code>1</code>, and so on, as for array indexing. 246 * The first character is at index <code>0</code> [all...] |
/docs/source.android.com/src/devices/tech/input/ |
input-device-configuration-files.jd | 19 <p>Input device configuration files (<code>.idc</code> files) contain device-specific 30 <p>For example, if an input device supports the <code>EV_REL</code> event type and codes 31 <code>REL_X</code> and <code>REL_Y</code> as well as the <code>EV_KEY</code> event type and <code>BTN_MOUSE</code> [all...] |
/external/chromium_org/ppapi/api/dev/ |
ppb_view_dev.idl | 2 * Use of this source code is governed by a BSD-style license that can be 6 /* This file contains the <code>PPB_View_Dev</code> interface. */ 25 * @param[in] resource A <code>PP_Resource</code> corresponding to a 26 * <code>PPB_View</code> resource. 28 * @return A <code>float</code> value representing the number of device pixels 38 * @param[in] resource A <code>PP_Resource</code> corresponding to [all...] |
/external/chromium_org/ppapi/api/ |
ppp_messaging.idl | 2 * Use of this source code is governed by a BSD-style license that can be 18 * The <code>PPP_Messaging</code> interface contains pointers to functions 30 * @param[in] instance A <code>PP_Instance</code> identifying one instance 32 * @param[in] message A <code>PP_Var</code> which has been converted from a 43 * The following JavaScript code invokes <code>HandleMessage</code>, passin [all...] |