HomeSort by relevance Sort by last modified time
    Searched full:code (Results 501 - 525 of 26167) sorted by null

<<21222324252627282930>>

  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
NodeType.h 20 * The node is an <code>Element</code>.
24 * The node is an <code>Attr</code>.
28 * The node is a <code>Text</code> node.
40 * The node type is an <code>Entity</code>.
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Entity.java 42 * Returns <code>null</code> if this is the root entity.
44 * @return the parent or <code>null</code>.
53 * @param parent the parent entity or <code>null</code> if
98 * Determines the MIME type of this <code>Entity</code>. The MIME type
100 * Content-Type field is set for this <code>Entity</code>.
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
menus.jd 76 the Android system will call the Activity <code>{@link android.app.Activity#onCreateOptionsMenu(Menu)
77 onCreateOptionsMenu()}</code> callback method. Override this method in your Activity
80 <code>{@link android.view.Menu#add(CharSequence) add()}</code>
85 <p>There are multiple <code>{@link android.view.Menu#add(CharSequence) add()}</code> methods.
90 <code>{@link android.app.Activity#onOptionsItemSelected(MenuItem) onOptionsItemSelected()}</code>
92 <code>MenuItem</code> that has been selected. You can identify the item by requesting the
    [all...]
  /external/guava/javadoc/com/google/common/primitives/
UnsignedBytes.html 104 Static utility methods pertaining to <code>byte</code> primitives that interpret
105 values as <i>unsigned</i> (that is, any negative value <code>b</code> is treated
106 as the positive value <code>256 + b</code>). The corresponding methods that treat
107 the values as signed are found in <A HREF="../../../../com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives"><CODE>SignedBytes</CODE></A>, and the methods for
108 which signedness is not an issue are in <A HREF="../../../../com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives"><CODE>Bytes</CODE></A>
    [all...]
  /frameworks/base/docs/html/guide/tutorials/localization/
index.jd 35 application by adding resources to the <code>res/</code> directory. </p>
45 resource directories (<code>res/drawable</code>, <code>res/layout</code>, and
46 <code>res/values</code>). These resources are not localized &#8212; they are the
73 <p>The basic project contains a <code>res/</code> directory with
    [all...]
  /frameworks/base/docs/html/resources/tutorials/localization/
index.jd 35 application by adding resources to the <code>res/</code> directory. </p>
45 resource directories (<code>res/drawable</code>, <code>res/layout</code>, and
46 <code>res/values</code>). These resources are not localized &#8212; they are the
73 <p>The basic project contains a <code>res/</code> directory with
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
AttributeList.java 25 * {@code AttributeList} interface itself doesn't provide any means
29 * @return {@code true} iff this instance is somehow mutable
41 * Get the {@code n}th attribute.
43 * @param n {@code n >= 0, n < size();} which attribute
44 * @return {@code non-null;} the attribute in question
51 * {@code attributes_count} length indicator.
53 * @return {@code >= 2;} the total length, in bytes
60 * @param name {@code non-null;} attribute name
61 * @return {@code null-ok;} first attribute in the list with the given name,
62 * or {@code null} if there is non
    [all...]
Member.java 30 * @return {@code non-null;} the defining class
35 * Get the field {@code access_flags}.
42 * Get the field {@code name_index} of the member. This is
43 * just a convenient shorthand for {@code getNat().getName()}.
45 * @return {@code non-null;} the name
50 * Get the field {@code descriptor_index} of the member. This is
51 * just a convenient shorthand for {@code getNat().getDescriptor()}.
53 * @return {@code non-null;} the descriptor
59 * combination of the fields {@code name_index} and
60 * {@code descriptor_index} in the original classfile, interprete
    [all...]
  /dalvik/libcore/auth/src/main/java/javax/security/auth/callback/
CallbackHandler.java 25 * provided that checks the type of the incoming {@code Callback}s and reacts
26 * accordingly. {@code CallbackHandler}s can be installed per application. It is
27 * also possible to configure a system-default {@code CallbackHandler} by
28 * setting the {@code auth.login.defaultCallbackHandler} property in the
29 * standard {@code security.properties} file.
34 * Handles the actual {@link Callback}. A {@code CallbackHandler} needs to
35 * implement this method. In the method, it is free to select which {@code
37 * console-based {@code CallbackHandler} might choose to sequentially ask
38 * the user for login and password, if it implements these {@code Callback}
40 * values. If a {@code CallbackHandler} is not able to handle a specifi
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
HttpRetryException.java 34 * Creates a new {@code HttpRetryException} instance with the specified
35 * response code and the given detail message.
39 * @param code
40 * the HTTP response code from target host.
42 public HttpRetryException(String detail, int code) {
44 responseCode = code;
48 * Creates a new {@code HttpRetryException} instance with the specified
49 * response code, the given detail message and the value of the location
54 * @param code
55 * the HTTP response code from target host
    [all...]
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
NodeChangeEvent.java 30 * Please note that although the class is marked as {@code Serializable} by
31 * inheritance from {@code EventObject}, this type is not intended to be serialized
32 * so the serialization methods do nothing but throw a {@code NotSerializableException}.
47 * Constructs a new {@code NodeChangeEvent} instance.
50 * the {@code Preferences} instance that fired this event; this object is
53 * the child {@code Preferences} instance that was added or deleted.
62 * Gets the {@code Preferences} instance that fired this event.
64 * @return the {@code Preferences} instance that fired this event.
71 * Gets the child {@code Preferences} node that was added or removed.
73 * @return the added or removed child {@code Preferences} node
    [all...]
  /dalvik/libcore/security-kernel/src/main/java/java/security/
AccessControlContext.java 40 * {@code AccessControlContext} encapsulates the {@code ProtectionDomain}s on
58 * Constructs a new instance of {@code AccessControlContext} with the
59 * specified {@code AccessControlContext} and {@code DomainCombiner}.
61 * If a {@code SecurityManager} is installed, code calling this constructor
62 * need the {@code SecurityPermission} {@code createAccessControlContext} to
63 * be granted, otherwise a {@code SecurityException} will be thrown
    [all...]
  /dalvik/libcore/sql/src/main/java/javax/sql/
RowSetListener.java 25 * implement the {@code RowSetListener} interface and then register itself with
26 * the {@code RowSet} of interest using the
32 * Notifies the listener that the {@code RowSet}'s cursor in {@code
36 * a {@code RowSetEvent} that contains information about the
37 * {@code RowSet} involved. This information can be used to
44 * Notifies the listener that one of the {@code RowSet}'s rows in {@code
48 * a {@code RowSetEvent} that contains information about the
49 * {@code RowSet} involved. This information can be used t
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
TransformerConfigurationException.java 28 * Create a new <code>TransformerConfigurationException</code> with no
36 * Create a new <code>TransformerConfigurationException</code> with
37 * the <code>String </code> specified as an error message.
46 * Create a new <code>TransformerConfigurationException</code> with a
47 * given <code>Exception</code> base cause of the error
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/sax/
TransformerHandler.java 38 * <p>Set the <code>Result</code> associated with this
39 * <code>TransformerHandler</code> to be used for the transformation.</p>
41 * @param result A <code>Result</code> instance, should not be
42 * <code>null</code>.
63 * <p>Get the <code>Transformer</code> associated with this handler, whic
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMConfigurationException.java 32 * Create a new <code>DTMConfigurationException</code> with no
40 * Create a new <code>DTMConfigurationException</code> with
41 * the <code>String </code> specified as an error message.
50 * Create a new <code>DTMConfigurationException</code> with a
51 * given <code>Exception</code> base cause of the error
    [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DOMImplementationSource.java 18 * in . Each implemented <code>DOMImplementationSource</code> object is
20 * <code>DOMImplementation</code> objects are made available.
32 * returned by <code>getDOMImplementationList</code>. As an example,
33 * the string <code>"XML 3.0 Traversal +Events 2.0"</code> will
38 * <code>Node.getFeature()</code> and
    [all...]
  /dalvik/libcore-disabled/instrument/src/main/java/java/lang/instrument/
ClassDefinition.java 30 * The <code>Class</code> object for the class that will be instrumented.
40 * Constructs a new instance of <code>ClassDefinition</code> with the
45 * the <code>Class</code> object for the class to be redefined
50 * if either <code>theClass</code> or
51 * <code>theClassFile</code> are <code>null</code>
    [all...]
  /development/pdk/docs/porting/
audio.jd 27 <p>To implement an audio driver, create a shared library that implements the interface defined in <code>AudioHardwareInterface.h</code>. You must name your shared library <code>libaudio.so</code> so that it will get loaded from <code>/system/lib</code> at runtime. Place libaudio sources and <code>Android.mk</code> in <code>vendor/acme/chipset_or_board/libaudio/</code>.</p
    [all...]
camera.jd 25 <p>To implement a camera driver, create a shared library that implements the interface defined in <code>CameraHardwareInterface.h</code>. You must name your shared library <code>libcamera.so</code> so that it will get loaded from <code>/system/lib</code> at runtime. Place libcamera sources and <code>Android.mk</code> in <code>vendor/acme/chipset_or_board/libcamera/</code>.</p
    [all...]
gps.jd 17 <p>Android defines a user space C abstraction interface for GPS hardware. The interface header is defined in <code>include/hardware/gps.h</code>. In order to integate GPS with Android, you need to build a shared library that implements this interface. </p>
22 <p>To implement a GPS driver, create a shared library that implements the interface defined in <code>gps.h</code>. You must name your shared library <code>libgps.so</code> so that it will get loaded from <code>/system/lib</code> at runtime. Place GPS sources and Android.mk in <code>vendor/acme/chipset_or_board/gps/</code> (where "acme" is your organization name and "chipset_or_board" is your hardware target).</p
    [all...]
  /external/proguard/src/proguard/classfile/visitor/
ClassPresenceFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to one of two
27 * <code>ClassVisitor</code> instances, depending on whether the name of
28 * the visited class file is present in a given <code>ClassPool</code> or not.
41 * @param classPool the <code>ClassPool</code> in which the
43 * @param presentClassVisitor the <code>ClassVisitor</code> to which visit
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.widget.AutoCompleteTextView.html 74 Class android.widget.<A HREF="../../../../reference/android/widget/AutoCompleteTextView.html" target="_top"><font size="+2"><code>AutoCompleteTextView</code></font></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#clearListSelection()" target="_top"><code>clearListSelection</code></A>()</nobr>
94 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getDropDownAnchor()" target="_top"><code>getDropDownAnchor</code></A>()</nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.graphics.Bitmap.html 74 Class android.graphics.<A HREF="../../../../reference/android/graphics/Bitmap.html" target="_top"><font size="+2"><code>Bitmap</code></font></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/graphics/Bitmap.html#getDensity()" target="_top"><code>getDensity</code></A>()</nobr>
94 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/graphics/Bitmap.html#getScaledHeight(android.graphics.Canvas)" target="_top"><code>getScaledHeight</code></A>(<code>Canvas</code>)</nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
org.w3c.dom.Element.html 74 Interface org.w3c.dom.<A HREF="../../../../reference/org/w3c/dom/Element.html" target="_top"><font size="+2"><code>Element</code></font></A>
87 <nobr><code>TypeInfo</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Element.html#getSchemaTypeInfo()" target="_top"><code>getSchemaTypeInfo</code></A>()</nobr>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Element.html#setIdAttribute(java.lang.String, boolean)" target="_top"><code>setIdAttribute</code></A>(<code>String,</nobr> boolean<nobr><nobr></code>)</nobr
    [all...]

Completed in 110 milliseconds

<<21222324252627282930>>