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

<<31323334353637383940>>

  /dalvik/dx/src/com/android/dx/cf/iface/
ClassFile.java 29 * {@code ClassFile} structure defined in vmspec-2 sec4.1.
33 * Gets the field {@code magic}.
40 * Gets the field {@code minor_version}.
47 * Gets the field {@code major_version}.
54 * Gets the field {@code access_flags}.
61 * Gets the field {@code this_class}, interpreted as a type constant.
63 * @return {@code non-null;} the value in question
68 * Gets the field {@code super_class}, interpreted as a type constant
71 * @return {@code null-ok;} the value in question
76 * Gets the field {@code constant_pool} (along wit
    [all...]
  /device/asus/deb/kernel-headers/media/
msmb_ispif.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...]
  /device/asus/flo/kernel-headers/media/
msmb_ispif.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...]
  /external/chromium/chrome/common/extensions/docs/static/
bookmarks.html 5 Use the <code>chrome.bookmarks</code> module to create, organize,
37 <a href="#type-BookmarkTreeNode"><code>BookmarkTreeNode</code></a> object.
41 <code>BookmarkTreeNode</code> properties
42 are used throughout the <code>chrome.bookmarks</code> API.
44 <a href="#method-create"><code>create()</code></a>
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_deprecated.html 21 <td><code>alert</code></td>
29 <td><code>confirm</code></td>
33 <td><code>document.cookie</code></td>
37 <td><code>document.close</code></td>
41 <td><code>document.open</code></td
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
webRequest.html 40 <dt><code>onBeforeRequest</code> (optionally synchronous)</dt>
43 <dt><code>onBeforeSendHeaders</code> (optionally synchronous)</dt>
47 <code>onBeforeSendHeaders</code> event is passed to all subscribers, so
51 <dt><code>onSendHeaders</code></dt>
57 <dt><code>onHeadersReceived</code> (optionally synchronous)</dt
    [all...]
webNavigation.html 3 All <code>chrome.webNavigation</code> methods and events require you to declare
27 For other examples and for help in viewing the source code, see
41 <code>onErrorOccurred</code> event. For a specific navigation, there are no
42 further events fired after <code>onErrorOccurred</code>.
45 If a navigating frame contains subframes, its <code>onCommitted</code> is fired
46 before any of its children's <code>onBeforeNavigate</code>; whil
    [all...]
bookmarks.html 33 <code>BookmarkTreeNode</code> properties
34 are used throughout the <code>chrome.bookmarks</code> API.
37 you pass in the new node's parent (<code>parentId</code>),
39 <code>index</code>, <code>title</code>, and <code>url</code> properties
    [all...]
  /external/chromium_org/ppapi/c/
ppb_messaging.h 2 * Use of this source code is governed by a BSD-style license that can be
22 * This file defines the <code>PPB_Messaging</code> interface implemented
33 * The <code>PPB_Messaging</code> interface is implemented by the browser
43 * @param[in] instance A <code>PP_Instance</code> identifying one instance
45 * @param[in] message A <code>PP_Var</code> containing the data to be sent to
47 * <code>message</code> can be any <code>PP_Var</code> type excep
    [all...]
  /external/chromium_org/ppapi/cpp/
mouse_lock.h 2 // Use of this source code is governed by a BSD-style license that can be
20 /// This class allows you to associate the <code>PPP_MouseLock</code> and
21 /// <code>PPB_MouseLock</code> C-based interfaces with an object. It associates
23 /// handling the <code>PPP_MouseLock</code> interface that the browser calls.
29 /// @code
38 /// @code
52 /// A constructor for creating a <code>MouseLock</code>
    [all...]
  /external/markdown/markdown/extensions/
fenced_code.py 4 Fenced Code Extension for Python Markdown
7 This extension adds Fenced Code Blocks to Python-Markdown.
11 ... A paragraph before a fenced code block:
14 ... Fenced code block
19 u'<p>A paragraph before a fenced code block:</p>\\n<pre><code>Fenced code block\\n</code></pre>'
24 u'<p>A paragraph before a fenced code block:</p>\\n<pre><code>Fenced code block\\n</code></pre>
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
uses-permission-element.jd 14 through <code>&lt;uses-permission&gt;</code> can affect how
18 <code>CAMERA</code>, for example &mdash; Google Play assumes that your
23 hardware features in <code>&lt;uses-feature&gt;</code> elements, rather than
25 <code>&lt;uses-permission&gt;</code> elements. Then, if you want to disable
27 <code>android:required="false"</code> attribute to th
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
java.lang.Class.html 74 Class java.lang.<A HREF="../../../../reference/java/lang/Class.html" target="_top"><font size="+2"><code>Class</code></font></A>
87 <nobr><code>Constructor&lt;T&gt;</code>&nbsp;<A HREF="../../../../reference/java/lang/Class.html#getConstructor(java.lang.Class<?>...)" target="_top"><code>getConstructor</code></A>(<code>Class&lt;?&gt;</code>) </nobr>
90 Change in exceptions thrown from (<code>java.lang.NoSuchMethodException, java.lang.SecurityException</code>) to <code>java.lang.NoSuchMethodException</code>.<br
    [all...]
  /frameworks/base/docs/html/tools/help/
adb.jd 48 <p>You can find the {@code adb} tool in {@code &lt;sdk&gt;/platform-tools/}.</p>
94 attached, you need to use the <code>-d</code>, <code>-e</code>, or <code>-s</code>
114 <td><code>-d</code></td
    [all...]
dmtracedump.jd 7 <p><code>dmtracedump</code> is a tool that gives you an alternate way of generating
14 <p>The usage for <code>dmtracedump</code> is:</p>
19 <p>The tool then loads trace log data from <code>&lt;trace-base-name&gt;.data</code> and
30 <td><nobr><code>-d&nbsp;<em>&lt;trace-base-name&gt;</em></code></nobr></td>
36 <td><code>-g&nbsp;<em>&lt;outfile&gt;</em></code></td
    [all...]
mksdcard.jd 6 <p>The <code>mksdcard</code> tool lets you quickly create a FAT32 disk image that you can load in the
18 <p>The following table describes the command-line options of <code>mksdcard</code></p>
27 <td><code>-l</code></td>
33 <td><code>size</code></td>
37 example, <code>1048576K</code>, <code>1024M</code>.</td
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_ispif.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...]
  /libcore/luni/src/main/java/java/util/
List.java 22 * A {@code List} is a collection which maintains an ordering for its elements. Every
23 * element in the {@code List} has an index. Each element can thus be accessed by its
24 * index, with the first index being zero. Normally, {@code List}s allow duplicate
29 * Inserts the specified object into this {@code List} at the specified location.
31 * location. If the location is equal to the size of this {@code List}, the object
33 * {@code List}, then all elements beyond the specified location are moved by one
34 * position towards the end of the {@code List}.
41 * if adding to this {@code List} is not supported.
44 * {@code List}.
46 * if the object cannot be added to this {@code List}
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFunctionResolver.java 24 * <p><code>XPathFunctionResolver</code> provides access to the set of user defined <code>XPathFunction</code>s.</p>
32 * use the <code>XPathFunctionResolver</code> to implement specifications
50 * <p>If <code>functionName</code> or <code>arity</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p
    [all...]
  /external/proguard/src/proguard/classfile/util/
ClassUtil.java 147 * e.g. "<code>java.lang.Object</code>"
149 * e.g. "<code>java/lang/Object</code>".
162 * e.g. "<code>java/lang/Object</code>".
164 * e.g. "<code>public java.lang.Object</code>".
177 * e.g. "<code>java/lang/Object</code>"
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
heap_checker.html 21 into an application, running the code, and analyzing the output.</p>
27 checker into your executable, add <code>-ltcmalloc</code> to the
30 run-time using <code>LD_PRELOAD</code>:</p>
34 code. For that reason, it's practical to just always link
35 <code>-ltcmalloc</code> into a binary while developing; that's what we
44 <h1>Running the Code</h1>
53 allocations before the start of <code>main()</code>, and checks agai
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/13/changes/
android.R.style.html 74 Class android.<A HREF="../../../../reference/android/R.style.html" target="_top"><font size="+2"><code>R.style</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.style.html#TextAppearance_Holo" target="_top"><code>TextAppearance_Holo</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.style.html#TextAppearance_Holo_DialogWindowTitle" target="_top"><code>TextAppearance_Holo_DialogWindowTitle</code></A></nobr
    [all...]
  /dalvik/docs/
heap-profiling.html 25 There is a <code>runhat</code> shell function, added by
26 <code>build/envsetup.sh</code>, that partially automates these steps. The
42 You can verify that you're running as root with the <code>id</code> command.
43 The response should look like <code>uid=0(root) gid=0(root)</code>. If not,
44 type <code>su</code> and try again. If <code>su</code> fails, you're ou
    [all...]
  /external/v8/src/
builtins.h 6 // * Redistributions of source code must retain the above copyright
69 Code::kNoExtraICState) \
71 Code::kNoExtraICState) \
73 Code::kNoExtraICState) \
75 Code::kNoExtraICState) \
77 Code::kNoExtraICState) \
79 Code::kNoExtraICState) \
81 Code::kNoExtraICState) \
83 Code::kNoExtraICState) \
85 Code::kNoExtraICState)
    [all...]
  /libcore/luni/src/main/java/java/security/
Principal.java 22 * {@code Principal}s are objects which have identities. These can be
27 * Compares the specified object with this {@code Principal} for equality
28 * and returns {@code true} if the specified object is equal, {@code false}
32 * object to be compared for equality with this {@code
34 * @return {@code true} if the specified object is equal to this {@code
35 * Principal}, otherwise {@code false}.
40 * Returns the name of this {@code Principal}.
42 * @return the name of this {@code Principal}
    [all...]

Completed in 337 milliseconds

<<31323334353637383940>>