/external/chromium_org/ppapi/c/private/ |
ppp_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>PPP_ContentDecryptor_Private</code> 39 * <code>PPP_ContentDecryptor_Private</code> structure contains the function 49 * @param[in] key_system A <code>PP_Var</code> of type 50 * <code>PP_VARTYPE_STRING</code> containing the name of the key system. 54 * Creates a session. <code>type</code> contains the MIME type o [all...] |
/external/chromium_org/ppapi/api/dev/ |
ppb_device_ref_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_DeviceRef_Dev</code> interface. 18 * <code>PPB_AudioInput_Dev.MonitorDeviceChange()</code> and 19 * <code>PPB_VideoCapture_Dev.MonitorDeviceChange()</code>. 22 * <code>MonitorDeviceChange()</code>. 24 * @param[in] devices An array of <code>PPB_DeviceRef_Dev</code>. Please not [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/ |
clipboard_write.html | 1 Indicates the extension or app uses <code>document.execCommand('copy')</code> or <code>document.execCommand('cut')</code>. This permission is <b>required for hosted apps</b>; it's recommended for extensions and packaged apps.
|
/external/doclava/res/assets/customizations/ |
customizations.cs | 1 <?cs # placeholder for custom clearsilver code. ?
|
/external/javassist/src/main/javassist/util/proxy/ |
package.html | 3 Dynamic proxy (similar to <code>Enhancer</code> of <a href="http://cglib.sourceforge.net/">cglib</a>). 4 See <code>ProxyFactory</code> for more details.
|
/external/chromium_org/ppapi/api/ |
ppb_graphics_3d.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * Defines the <code>PPB_Graphics3D</code> struct representing a 3D graphics 23 * <code>PPB_Graphics3D</code> defines the interface for a 3D graphics context. 24 * <strong>Example usage from plugin code:</strong> 27 * @code 37 * @code 46 * @code 60 * - <code>PP_GRAPHICS3DATTRIB_ALPHA_SIZE</code [all...] |
ppb_net_address.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the <code>PPB_NetAddress</code> interface. 64 * The <code>PPB_NetAddress</code> interface provides operations on network 69 * Creates a <code>PPB_NetAddress</code> resource with the specified IPv4 72 * @param[in] instance A <code>PP_Instance</code> identifying one instance of 76 * @return A <code>PP_Resource</code> representing the same address a [all...] |
ppb_websocket.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the <code>PPB_WebSocket</code> interface providing 55 * <code>PP_WEBSOCKETSTATUSCODE_NORMAL_CLOSURE</code> and codes in the range 56 * <code>PP_WEBSOCKETSTATUSCODE_USER_REGISTERED_MIN</code> to 57 * <code>PP_WEBSOCKETSTATUSCODE_USER_REGISTERED_MAX</code>, and 58 * <code>PP_WEBSOCKETSTATUSCODE_USER_PRIVATE_MIN</code> t [all...] |
/external/chromium_org/ppapi/c/ |
ppb_graphics_3d.h | 2 * Use of this source code is governed by a BSD-style license that can be 23 * Defines the <code>PPB_Graphics3D</code> struct representing a 3D graphics 36 * <code>PPB_Graphics3D</code> defines the interface for a 3D graphics context. 37 * <strong>Example usage from plugin code:</strong> 40 * @code 50 * @code 59 * @code 72 * - <code>PP_GRAPHICS3DATTRIB_ALPHA_SIZE</code [all...] |
ppb_network_monitor.h | 2 * Use of this source code is governed by a BSD-style license that can be 23 * This file defines the <code>PPB_NetworkMonitor</code> interface. 32 * The <code>PPB_NetworkMonitor</code> allows to get network interfaces 35 * Permissions: Apps permission <code>socket</code> with subrule 36 * <code>network-state</code> is required for <code>UpdateNetworkList()</code> [all...] |
ppb_audio_config.h | 2 * Use of this source code is governed by a BSD-style license that can be 34 * <code>PP_AUDIOMINSAMPLEFRAMECOUNT</code> is the minimum possible frame 35 * count. <code>PP_AUDIOMAXSAMPLEFRAMECOUNT</code> is the maximum possible 45 * <code>PP_AUDIOSAMPLERATE_44100</code> is the sample rate used on CDs and 46 * <code>PP_AUDIOSAMPLERATE_48000</code> is the sample rate used on DVDs and 64 * The <code>PPB_AudioConfig</code> interface contains pointers to severa [all...] |
ppb_websocket.h | 2 * Use of this source code is governed by a BSD-style license that can be 24 * This file defines the <code>PPB_WebSocket</code> interface providing 67 * <code>PP_WEBSOCKETSTATUSCODE_NORMAL_CLOSURE</code> and codes in the range 68 * <code>PP_WEBSOCKETSTATUSCODE_USER_REGISTERED_MIN</code> to 69 * <code>PP_WEBSOCKETSTATUSCODE_USER_REGISTERED_MAX</code>, and 70 * <code>PP_WEBSOCKETSTATUSCODE_USER_PRIVATE_MIN</code> t [all...] |
/packages/apps/Mms/src/org/w3c/dom/events/ |
DocumentEvent.java | 18 * The <code>DocumentEvent</code> interface provides a mechanism by which the 20 * expected that the <code>DocumentEvent</code> interface will be 21 * implemented on the same object which implements the <code>Document</code> 29 * @param eventType The <code>eventType</code> parameter specifies the 30 * type of <code>Event</code> interface to be created. If the [all...] |
EventListener.java | 16 * The <code>EventListener</code> interface is the primary method for 17 * handling events. Users implement the <code>EventListener</code> interface 18 * and register their listener on an <code>EventTarget</code> using the 19 * <code>AddEventListener</code> method. The users should also remove their 20 * <code>EventListener</code> from its <code>EventTarget</code> after they [all...] |
/frameworks/base/obex/javax/obex/ |
ServerRequestHandler.java | 9 * - Redistributions of source code must retain the above copyright notice, 36 * The <code>ServerRequestHandler</code> class defines an event listener that 39 * The <code>onConnect()</code>, <code>onSetPath()</code>, 40 * <code>onDelete()</code>, <code>onGet()</code>, and <code>onPut()</code [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/ |
segment.asm | 6 code segment label 8 code ends
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMStringList.java | 16 * The <code>DOMStringList</code> interface provides the abstraction of an 17 * ordered collection of <code>DOMString</code> values, without defining or 19 * <code>DOMStringList</code> are accessible via an integral index, starting 26 * Returns the <code>index</code>th item in the collection. If 27 * <code>index</code> is greater than or equal to the number o [all...] |
/dalvik/dx/src/com/android/dx/cf/attrib/ |
package.html | 7 <li><code>com.android.dx.cf.iface</code></li> 8 <li><code>com.android.dx.rop.pool</code></li> 9 <li><code>com.android.dx.util</code></li>
|
/frameworks/base/docs/html-intl/ja/guide/topics/ |
fundamentals.jd | 50 Android ???????????? Java ???????????????????????? Java ????????????????????????????????? ???????<a href="{@docRoot}tools/aapt.html"><code>aapt</code> ???</a>????? Android ??????????????Android ??????????? {@code .apk} ?????? ???????<i></i>????????????????????????????????????Android ???????????????????? ????????????????????????????????1 ?? {@code .apk} ????????????????????1 ??????????????????<i></i> 77 ????????????????????? ????????????????????????? Java ???????????????????????????????Android ????????????????????????????????????????????????????????????????????? ????????? {@code main()} ???????????????????????????????????????????????????????<i></i>???????????? 4 ??????????: 98 ????????<code>{@link android.app.Activity#setContentView Activity.setContentView()}</code> ??????????????????????????????????? ?????????????? View ????????<i></i>???????????????????<a href="{@docRoot}guide/topics/ui/index.html">User Interface</a> ???????????????? 153 <li>?????????????????????????????????Intent ??????? <code>{@link android.content.Context#startActivity 154 Context.startActivity()}</code> ??? <code>{@link [all...] |
/libcore/luni/src/main/java/org/w3c/dom/traversal/ |
NodeFilter.java | 19 * <code>NodeIterator</code> or <code>TreeWalker</code> is given a 20 * <code>NodeFilter</code>, it applies the filter before it returns the next 24 * <p>The DOM does not provide any filters. <code>NodeFilter</code> is just an 26 * <p><code>NodeFilters</code> do not need to know how to traverse from nod [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
optimizations.html | 25 <a href="usage.html#dontoptimize"><code>-dontoptimize</code></a> option. For 27 <a href="usage.html#optimizations"><code>-optimizations</code></a> option, 35 <tr><td valign="top"><code><b>?</b></code></td> 37 <tr><td valign="top"><code><b>*</b></code></td> 48 "<code>code/simplification/variable,code/simplification/arithmetic</code> [all...] |
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-watch-expressions.html | 11 the test method, thanks to the <code>debugger</code> statement. 14 Scripts panel sidebar pane: "<code>this</code>", "<code>a</code>", 15 "<code>b</code>", "<code>c</code>" and "<code>d</code>". Do <b>NOT</b> enter the quotes [all...] |
/external/chromium_org/ppapi/api/private/ |
ppb_flash_message_loop.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file contains the <code>PPB_Flash_MessageLoop</code> interface. 15 * The <code>PPB_Flash_MessageLoop</code> interface supports Pepper Flash to run 22 * @param[in] instance A <code>PP_Instance</code> identifying one instance 25 * @return A <code>PP_Resource</code> that can be used to run a nested message 33 * @param[in] resource A <code>PP_Resource</code> corresponding to a generi [all...] |
ppb_output_protection_private.idl | 2 * Use of this source code is governed by a BSD-style license that can be 40 * The <code>PPB_OutputProtection_Private</code> interface allows controlling 45 * @code 52 * @code 65 * Create() creates a new <code>PPB_OutputProtection_Private</code> object. 67 * @pram[in] instance A <code>PP_Instance</code> identifying one instance of 70 * @return A <code>PP_Resource</code> corresponding to [all...] |
/external/chromium_org/ppapi/cpp/ |
var_array_buffer.h | 2 // Use of this source code is governed by a BSD-style license that can be 15 /// <code>VarArrayBuffer</code> provides a way to interact with JavaScript 18 /// shared with JavaScript using the <code>PostMessage</code> and 19 /// <code>HandleMessage</code> functions of <code>Instance</code>. 22 /// The default constructor constructs a <code>VarArrayBuffer</code> which i [all...] |