HomeSort by relevance Sort by last modified time
    Searched full:code (Results 101 - 125 of 116262) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ppapi/cpp/
websocket.h 2 // Use of this source code is governed by a BSD-style license that can be
26 /// The <code>WebSocket</code> class providing bi-directional,
42 /// @param[in] url A <code>Var</code> of string type representing a WebSocket
45 /// @param[in] protocols A pointer to an array of <code>Var</code> of string
46 /// type specifying sub-protocols. Each <code>Var</code> represents one
48 /// <code>protocol_count</code> is 0
    [all...]
  /external/chromium_org/ppapi/api/
ppb_audio_config.idl 2 * Use of this source code is governed by a BSD-style license that can be
18 * <code>PP_AUDIOMINSAMPLEFRAMECOUNT</code> is the minimum possible frame
19 * count. <code>PP_AUDIOMAXSAMPLEFRAMECOUNT</code> is the maximum possible
30 * <code>PP_AUDIOSAMPLERATE_44100</code> is the sample rate used on CDs and
31 * <code>PP_AUDIOSAMPLERATE_48000</code> is the sample rate used on DVDs and
43 * The <code>PPB_AudioConfig</code> interface contains pointers to severa
    [all...]
ppb_udp_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_UDPSocket</code> interface.
17 * Option names used by <code>SetOption()</code>.
23 * other processes. Value's type should be <code>PP_VARTYPE_BOOL</code>.
24 * This option can only be set before calling <code>Bind()</code>.
30 * Value's type should be <code>PP_VARTYPE_BOOL</code>
    [all...]
ppb_network_proxy.idl 2 * Use of this source code is governed by a BSD-style license that can be
7 * This file defines the <code>PPB_NetworkProxy</code> interface.
20 * Permissions: Apps permission <code>socket</code> with subrule
21 * <code>resolve-proxy</code> is required for using this API.
32 * @param[in] instance A <code>PP_Instance</code> identifying one instance
35 * @param[in] url A string <code>PP_Var</code> containing a URL
    [all...]
ppb_network_list.idl 2 * Use of this source code is governed by a BSD-style license that can be
7 * This file defines the <code>PPB_NetworkList</code> interface.
59 * The <code>PPB_NetworkList</code> is used to represent a list of
62 * using the <code>PPB_NetworkMonitor</code> interface.
66 * Determines if the specified <code>resource</code> is a
67 * <code>NetworkList</code> object
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
DOMError.java 16 * <code>DOMError</code> is an interface that describes an error.
23 * The severity of the error described by the <code>DOMError</code> is
24 * warning. A <code>SEVERITY_WARNING</code> will not cause the
25 * processing to stop, unless <code>DOMErrorHandler.handleError()</code>
26 * returns <code>false</code>
    [all...]
DOMConfiguration.java 16 * The <code>DOMConfiguration</code> interface represents the configuration
19 * <code>Document.normalizeDocument()</code> behavior, such as replacing the
20 * <code>CDATASection</code> nodes with <code>Text</code> nodes or
22 * of the <code>Document</code> is requested. <code>DOMConfiguration</code
    [all...]
  /external/markdown/MarkdownTest/Tests_2004/
Tabs.html 8 <p>Code:</p>
10 <pre><code>this code block is indented by one tab
11 </code></pre>
15 <pre><code> this code block is indented by two tabs
16 </code></pre>
20 <pre><code>+ this is an example list item
25 </code></pre>
  /external/markdown/MarkdownTest/Tests_2007/
Tabs.html 8 <p>Code:</p>
10 <pre><code>this code block is indented by one tab
11 </code></pre>
15 <pre><code> this code block is indented by two tabs
16 </code></pre>
20 <pre><code>+ this is an example list item
25 </code></pre>
  /external/markdown/tests/markdown-test/
tabs.html 11 <p>Code:</p>
12 <pre><code>this code block is indented by one tab
13 </code></pre>
15 <pre><code> this code block is indented by two tabs
16 </code></pre>
18 <pre><code>+ this is an example list item
23 </code></pre
  /frameworks/base/docs/html-intl/ja/guide/publishing/
versioning.jd 45 <p>Android ???????????????????????????????? <code>minSdkVersion</code> ???????????? ???????????<em></em>???????????????????????????? API ????????????<a href="#minsdkversion">?????? API ????????</a>????????
51 <li><code>android:versionCode</code> - ???????? ????????????????????????????
55 <p>????????????????????? versionCode ? 1 ?????????????????????????????????? ????????????? ?????????????????????????<code>android:versionCode</code> ?????????????????????? ???? ?????????????????????????????? <code>android:versionName</code> ??????????????????????????????????????????????????</p>
57 <li><code>android:versionName</code> - ???????? ???????? ????????????????????????????
    [all...]
  /external/chromium_org/ppapi/c/
ppb_udp_socket.h 2 * Use of this source code is governed by a BSD-style license that can be
24 * This file defines the <code>PPB_UDPSocket</code> interface.
33 * Option names used by <code>SetOption()</code>.
38 * other processes. Value's type should be <code>PP_VARTYPE_BOOL</code>.
39 * This option can only be set before calling <code>Bind()</code>.
44 * Value's type should be <code>PP_VARTYPE_BOOL</code>
    [all...]
ppb_url_loader.h 2 * Use of this source code is governed by a BSD-style license that can be
37 * -# Create a <code>URLRequestInfo</code> object and set properties on it.
38 * Refer to <code>PPB_URLRequestInfo</code> for further information.
39 * -# Call Open() with the <code>URLRequestInfo</code> as an argument.
41 * headers. Refer to <code>PPB_URLResponseInfo</code> for further information.
44 * Alternatively, if <code>PP_URLREQUESTPROPERTY_STREAMTOFILE</code> was set o
    [all...]
ppb_host_resolver.h 2 * Use of this source code is governed by a BSD-style license that can be
25 * This file defines the <code>PPB_HostResolver</code> interface.
34 * <code>PP_HostResolver_Flag</code> is an enumeration of flags which can be
41 * <code>GetCanonicalName()</code>.
55 * <code>PP_HostResolver_Hint</code> represents hints for host resolution.
63 * Combination of flags from <code>PP_HostResolver_Flag</code>
    [all...]
  /external/javassist/tutorial/
tutorial.html 40 <p>The class <code>Javassist.CtClass</code> is an absatract
41 representation of a class file. A <code>CtClass</code> (compile-time
52 <p>This program first obtains a <code>ClassPool</code> object, which
54 <code>ClassPool</code> object is a container of <code>CtClass</code>
    [all...]
tutorial3.html 17 <li><a href="#classfile">Obtaining a <code>ClassFile</code> object</a>
45 <code>javassist.bytecode.ClassFileWriter</code> might provide
47 <code>javassist.bytecode.ClassFile</code> although its API
51 <h3>5.1 Obtaining a <code>ClassFile</code> object</h3>
53 <p>A <code>javassist.bytecode.ClassFile</code> object represent
    [all...]
  /frameworks/base/docs/html/tools/help/
etc1tool.jd 7 <p><code>etc1tool</code> is a command line utility that lets you encode PNG
10 <p>The usage for <code>etc1tool</code> is:</p>
22 <td><code>infile</code></td>
28 <td><code>--help</code></td>
34 <td><code>--encode</code></td
    [all...]
logcat.jd 8 circular buffers, which then can be viewed and filtered by the <code>logcat</code> command. You can use
9 <code>logcat</code> from an ADB shell to view the log messages.</p>
14 <p>For more information on accessing <code>logcat</code> from DDMS, instead of the command line, see
22 <p>You can run <code>logcat</code> as an adb command or directly in a shell prompt
24 <code>platform-tools/</code> directory and execute:</p
    [all...]
  /docs/source.android.com/src/devices/tech/input/
touch-devices.jd 40 <p>The input device reports the presence of the <code>ABS_MT_POSITION_X</code> and
41 <code>ABS_MT_POSITION_Y</code> absolute axes.</p>
58 <p>The input device reports the presence of the <code>ABS_X</code> and <code>ABS_Y</code> absolute
59 axes, and the presence of the <code>BTN_TOUCH</code> key code.</p
    [all...]
  /external/chromium_org/ppapi/api/dev/
ppb_audio_input_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_AudioInput_Dev</code> interface, which
18 * <code>PPB_AudioInput_Callback</code> defines the type of an audio callback
26 * <code>PPB_AudioInput_Dev.Open()</code>.
34 * The <code>PPB_AudioInput_Dev</code> interface contains pointers to several
55 * @param[in] instance A <code>PP_Instance</code> identifying one instance o
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSSerializerFilter.java 18 * <code>LSSerializerFilter</code>s provide applications the ability to
20 * be serialized or not. The <code>LSSerializerFilter</code> interface is
21 * based on the <code>NodeFilter</code> interface defined in [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>]
23 * <p> <code>Document</code>, <code>DocumentType</code>,
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_x509_certificate_private.h 2 * Use of this source code is governed by a BSD-style license that can be
27 * This file defines the <code>PPB_X509Certificate_Private</code> interface for
42 /** This corresponds to a string (<code>PP_VARTYPE_STRING</code>). */
44 /** This corresponds to a string (<code>PP_VARTYPE_STRING</code>). */
46 /** This corresponds to a string (<code>PP_VARTYPE_STRING</code>). */
48 /** This corresponds to a string (<code>PP_VARTYPE_STRING</code>). *
    [all...]
  /frameworks/base/docs/html-intl/ja/training/multiscreen/
screendensities.jd 46 <p>?????????????????????????? 1 ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? <code>dp</code> ??? <code>sp</code> ?????????<code>dp</code> ???1 ??????????? 160 dpi ?????????????????<code>sp</code> ??????????????????????? ?????????????????????????????????? ????????????????????????????????????? ?????????????????</p>
48 <p>?????2 ?????????????????????<code>px</code> ????? <code>dp</code> ??????:</p
    [all...]
  /frameworks/base/docs/html-intl/ru/training/multiscreen/
screendensities.jd 46 <p>???????????? ????? ????????? ???? ? ?? ?? ?????? ??? ???????? ???????&nbsp;? ????????? ??????? ? ?????????? ? ??????? ?????????? ???????? ? ????????. ???????? ??????? ? ???????? ?? ?????????????, ????????? ??-?? ????????? ????????? ???????? ?? ??????? ?????? ????????? ??????????? ?????? ?????? ????? ??????????. ?????? ????????? ??????? ? ???????? <code>dp</code> ??? <code>sp</code>. <code>dp</code>&nbsp;? ??? ?? ????????? ?? ?????????? ???????, ?????? ??????????? ??????? ?? ?????? ? ?????????? 160&nbsp;?????/????. <code>sp</code> ???????? ??????????? ???????? ?????????, ?? ?????????????? ?? ?????? ?????????? ????????????? ??????? ??????, ??????? ?? ??????? ????????? ??? ???????? ???????? ??????, ?? ?? ??????? ??????.</p>
48 <p>????????, ???? ?? ??????? ?????????? ????? ????? ???????????????, ????????????? ???????????? <code>dp</code>, ? ?? <code>px</code>:</p
    [all...]
  /frameworks/base/docs/html-intl/zh-cn/training/multiscreen/
screendensities.jd 46 <p>?????????????????????????????????????????????????????????????????????????????????????????????????????????????? <code>dp</code> ? <code>sp</code> ???????<code>dp</code> ??????????????? 160 dpi ??????????<code>sp</code> ?????????????????????????????????????????????????????????????????????</p>
48 <p>?????? <code>dp</code>??? <code>px</code>????????????</p
    [all...]

Completed in 154 milliseconds

1 2 3 45 6 7 8 91011>>