/external/chromium_org/ppapi/api/dev/ |
ppb_keyboard_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_KeyboardInputEvent_Dev</code> interface, 17 * The <code>PPB_KeyboardInputEvent_Dev</code> interface is an extension to the 18 * PPB_KeyboardInputEvent</code> interface that provides 23 * This sets a USB key code in the given <code>PP_Resource</code>. It is 25 * <code>Create</code> [all...] |
ppb_alarms_dev.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the Pepper equivalent of the <code>chrome.alarms</code> 28 * <code>period_in_minutes</code> minutes. 40 * <code>PP_Alarms_OnAlarm_Dev</code> event should fire. 44 * If set, the <code>PP_Alarms_OnAlarm_Dev</code> event should fire every 45 * <code>period_in_minutes</code> minutes after the initial event specified b [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
Node.java | 16 * The <code>Node</code> interface is the primary datatype for the entire 18 * While all objects implementing the <code>Node</code> interface expose 20 * <code>Node</code> interface may have children. For example, 21 * <code>Text</code> nodes may not have children, and adding children to 22 * such nodes results in a <code>DOMException</code> being raised [all...] |
Document.java | 16 * The <code>Document</code> interface represents the entire HTML or XML 20 * cannot exist outside the context of a <code>Document</code>, the 21 * <code>Document</code> interface also contains the factory methods needed 22 * to create these objects. The <code>Node</code> objects created have a 23 * <code>ownerDocument</code> attribute which associates them with th [all...] |
/external/markdown/MarkdownTest/Tests_2007/ |
Backslash escapes.html | 35 <p>These should not, because they occur within a code block:</p> 37 <pre><code>Backslash: \\ 68 </code></pre> 70 <p>Nor should these, which occur in code spans:</p> 72 <p>Backslash: <code>\\</code></p> 74 <p>Backtick: <code>\`</code></p> 76 <p>Asterisk: <code>\*</code></p [all...] |
/external/chromium_org/ppapi/api/private/ |
ppb_ext_crx_file_system_private.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file contains the <code>PPB_Ext_CrxFileSystem_Private</code> interface. 13 /* <code>PPB_Ext_CrxFileSystem_Private</code> interface */ 19 * @param[in] crxfs A <code>PP_Resource</code> corresponding to a 21 * @param[out] file_system An output <code>PP_Resource</code> corresponding 23 * @param[in] callback A <code>PP_CompletionCallback</code> to be called upo [all...] |
/external/javassist/sample/evolve/ |
start.html | 3 <p>1. Compile <code>sample/evolve/*.java</code>.
5 <p>2. change the current directory to <code>sample/evolve</code><br>
6 and compile there <code>sample/evolve/WebPage.java</code><br>
7 (i.e. compile <code>sample/evolve/sample/evolve/WebPage.java</code>).
9 <p>The two versions of <code>WebPage.class</code> are used<br> [all...] |
/external/chromium_org/ppapi/api/ |
ppb_url_request_info.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the <code>PPB_URLRequestInfo</code> API for creating and 22 /** This corresponds to a string (<code>PP_VARTYPE_STRING</code>). */ 26 * This corresponds to a string (<code>PP_VARTYPE_STRING</code>); either 35 * This corresponds to a string (<code>PP_VARTYPE_STRING</code>); \n 43 * This corresponds to a <code>PP_Bool</code> (<code>PP_VARTYPE_BOOL</code> [all...] |
pp_var.idl | 2 * Use of this source code is governed by a BSD-style license that can be 12 * The <code>PP_VarType</code> is an enumeration of the different types that 13 * can be contained within a <code>PP_Var</code> structure. 29 * A boolean value, use the <code>as_bool</code> member of the var. 34 * A 32-bit integer value. Use the <code>as_int</code> member of the var. 39 * A double-precision floating point value. Use the <code>as_double</code [all...] |
ppb_file_ref.idl | 2 * Use of this source code is governed by a BSD-style license that can be 17 * The <code>PPB_FileRef</code> struct represents a "weak pointer" to a file in 18 * a file system. This struct contains a <code>PP_FileSystemType</code> 26 * @param[in] resource A <code>PP_Resource</code> corresponding to a file 30 * @return A <code>PP_Resource</code> corresponding to a file reference if 37 * @param[in] resource A <code>PP_Resource</code> corresponding to a fil [all...] |
ppb_tcp_socket.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the <code>PPB_TCPSocket</code> interface. 16 * Option names used by <code>SetOption()</code>. 22 * delivers data immediately. Value's type is <code>PP_VARTYPE_BOOL</code>. 23 * This option can only be set after a successful <code>Connect()</code> call. 29 * type should be <code>PP_VARTYPE_INT32</code> [all...] |
/external/chromium_org/ppapi/c/ |
ppb_url_request_info.h | 2 * Use of this source code is governed by a BSD-style license that can be 24 * This file defines the <code>PPB_URLRequestInfo</code> API for creating and 37 /** This corresponds to a string (<code>PP_VARTYPE_STRING</code>). */ 40 * This corresponds to a string (<code>PP_VARTYPE_STRING</code>); either 48 * This corresponds to a string (<code>PP_VARTYPE_STRING</code>); \n 55 * This corresponds to a <code>PP_Bool</code> (<code>PP_VARTYPE_BOOL</code> [all...] |
pp_var.h | 2 * Use of this source code is governed by a BSD-style license that can be 27 * The <code>PP_VarType</code> is an enumeration of the different types that 28 * can be contained within a <code>PP_Var</code> structure. 41 * A boolean value, use the <code>as_bool</code> member of the var. 45 * A 32-bit integer value. Use the <code>as_int</code> member of the var. 49 * A double-precision floating point value. Use the <code>as_double</code [all...] |
ppb_file_ref.h | 2 * Use of this source code is governed by a BSD-style license that can be 37 * The <code>PPB_FileRef</code> struct represents a "weak pointer" to a file in 38 * a file system. This struct contains a <code>PP_FileSystemType</code> 46 * @param[in] resource A <code>PP_Resource</code> corresponding to a file 50 * @return A <code>PP_Resource</code> corresponding to a file reference if 57 * @param[in] resource A <code>PP_Resource</code> corresponding to a fil [all...] |
ppb_tcp_socket.h | 2 * Use of this source code is governed by a BSD-style license that can be 25 * This file defines the <code>PPB_TCPSocket</code> interface. 34 * Option names used by <code>SetOption()</code>. 39 * delivers data immediately. Value's type is <code>PP_VARTYPE_BOOL</code>. 40 * This option can only be set after a successful <code>Connect()</code> call. 45 * type should be <code>PP_VARTYPE_INT32</code> [all...] |
/external/chromium_org/ppapi/api/extensions/dev/ |
ppb_ext_socket_dev.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the Pepper equivalent of the <code>chrome.socket</code> 17 * A string <code>PP_Var</code> which has one of the following values: 24 * A dictionary <code>PP_Var</code>. 29 * A dictionary <code>PP_Var</code> which contains 30 * - "socketId" : integer <code>PP_Var</code [all...] |
/external/chromium_org/ppapi/c/extensions/dev/ |
ppb_ext_socket_dev.h | 2 * Use of this source code is governed by a BSD-style license that can be 26 * This file defines the Pepper equivalent of the <code>chrome.socket</code> 36 * A string <code>PP_Var</code> which has one of the following values: 43 * A dictionary <code>PP_Var</code>. 48 * A dictionary <code>PP_Var</code> which contains 49 * - "socketId" : integer <code>PP_Var</code [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
match_patterns.html | 7 in the <code>"matches"</code> part of 9 as well as in the <code>"exclude_matches"</code> section. 17 that begins with a permitted scheme (<code>http</code>, 18 <code>https</code>, <code>file</code>, <code>ftp</code>, o [all...] |
/frameworks/base/core/java/android/animation/ |
FloatEvaluator.java | 20 * This evaluator can be used to perform type interpolation between <code>float</code> values. 26 * <code>fraction</code> representing the proportion between the start and end values. The 27 * calculation is a simple parametric calculation: <code>result = x0 + t * (v1 - v0)</code>, 28 * where <code>x0</code> is <code>startValue</code>, <code>x1</code> is <code>endValue</code> [all...] |
IntEvaluator.java | 20 * This evaluator can be used to perform type interpolation between <code>int</code> values. 26 * <code>fraction</code> representing the proportion between the start and end values. The 27 * calculation is a simple parametric calculation: <code>result = x0 + t * (v1 - v0)</code>, 28 * where <code>x0</code> is <code>startValue</code>, <code>x1</code> is <code>endValue</code> [all...] |
/external/chromium_org/ppapi/cpp/ |
udp_socket.h | 2 // Use of this source code is governed by a BSD-style license that can be 21 /// The <code>UDPSocket</code> class provides UDP socket operations. 23 /// Permissions: Apps permission <code>socket</code> with subrule 24 /// <code>udp-bind</code> is required for <code>Bind()</code>; subrule 25 /// <code>udp-send-to</code> is required for <code>SendTo()</code> [all...] |
/external/javassist/src/main/javassist/ |
Translator.java | 19 * An observer of <code>Loader</code>. 22 * <code>Loader</code> object so that it can translate a class file 29 * Is invoked by a <code>Loader</code> for initialization 30 * when the object is attached to the <code>Loader</code> object. 32 * <code>CtClass</code> objects that will be accesse [all...] |
/external/chromium_org/ppapi/c/dev/ |
ppb_alarms_dev.h | 2 * Use of this source code is governed by a BSD-style license that can be 25 * This file defines the Pepper equivalent of the <code>chrome.alarms</code> 47 * <code>period_in_minutes</code> minutes. 59 * <code>PP_Alarms_OnAlarm_Dev</code> event should fire. 63 * If set, the <code>PP_Alarms_OnAlarm_Dev</code> event should fire every 64 * <code>period_in_minutes</code> minutes after the initial event specified b [all...] |
/external/chromium_org/ppapi/c/private/ |
ppb_platform_verification_private.h | 2 * Use of this source code is governed by a BSD-style license that can be 38 * The <code>PPB_PlatformVerification_Private</code> interface allows authorized 44 * Create() creates a <code>PPB_PlatformVerification_Private</code> object. 46 * @pram[in] instance A <code>PP_Instance</code> identifying one instance of 49 * @return A <code>PP_Resource</code> corresponding to a 50 * <code>PPB_PlatformVerification_Private</code> if successful, 0 if creatio [all...] |
ppb_content_decryptor_private.h | 2 * Use of this source code is governed by a BSD-style license that can be 28 * This file defines the <code>PPB_ContentDecryptor_Private</code> 39 * <code>PPB_ContentDecryptor_Private</code> structure contains the function 41 * <code>PPP_ContentDecryptor_Private</code> interface. This interface provides 52 * @param[in] web_session_id A <code>PP_Var</code> of type 53 * <code>PP_VARTYPE_STRING</code> containing the string for th [all...] |