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

<<31323334353637383940>>

  /frameworks/base/docs/html/guide/developing/tools/
bmgr.jd 9 <p><code>bmgr</code> lets you control the backup/restore system on an Android device.
23 <p><code>bmgr</code> is a shell tool you can use to interact with the Backup Manager
39 line by running the <code>bmgr backup</code> command:
43 <p><code><em>&lt;package&gt;</em></code> is the formal package name of the application you wish to
49 pending backup operations to run immediately by using the <code>bmgr run</code> command
    [all...]
  /external/guava/javadoc/com/google/common/io/
ByteArrayDataInput.html 103 An extension of <code>DataInput</code> for reading from in-memory byte arrays; its
104 methods offer identical functionality but do not throw <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><CODE>IOException</CODE></A>.
105 If any method encounters the end of the array prematurely, it throws <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang"><CODE>IllegalStateException</CODE></A>.
129 <CODE>&nbsp;boolean</CODE></FONT></TD>
130 <TD><CODE><B><A HREF="../../../../com/google/common/io/ByteArrayDataInput.html#readBoolean()">readBoolean</A></B>()</CODE>
    [all...]
  /frameworks/base/docs/html/guide/topics/intents/
intents-filters.jd 41 <li>An Intent object is passed to <code>{@link android.content.Context#startActivity
42 Context.startActivity()}</code> or <code>{@link android.app.Activity#startActivityForResult
43 Activity.startActivityForResult()}</code> to launch an activity or get an existing
45 <code>{@link android.app.Activity#setResult(int, Intent) Activity.setResult()}</code>
46 to return information to the activity that called {@code startActivityForResult()}.)</li>
48 <li><p>An Intent object is passed to <code>{@link android.content.Context#startService
49 Context.startService()}</code> to initiate a service or deliver new instructions to an
50 ongoing service. Similarly, an intent can be passed to <code>{@link
    [all...]
  /cts/tools/dex-tools/src/dex/structure/
DexClass.java 22 * {@code DexClass} represents a class.
36 * @return the name of the super class, maybe {@code null}
41 * Returns a list containing all fields declared by this {@code DexClass}.
43 * @return a list containing all fields declared by this {@code DexClass}
48 * Returns a list containing all methods declared by this {@code DexClass}.
50 * @return a list containing all methods declared by this {@code DexClass}
  /cts/tools/signature-tools/src/signature/compare/
IApiComparator.java 23 * {@code IApiComparator} defines the functionality of a signature comparator.
28 * Returns a difference model which describes the differences from {@code
29 * fromApi} to {@code toApi}.
32 * differences are computed relative to {@code fromApi}
35 * @return a difference model which describes the differences from {@code
36 * fromApi} to {@code toApi}
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 17 package com.android.dx.dex.code;
28 /** {@code non-null;} empty instance */
32 * Constructs an instance. All indices initially contain {@code null}.
34 * @param size {@code >= 0;} the size of the list
43 * do that, this will throw {@code NullPointerException}.
45 * @param n {@code >= 0, < size();} which index
46 * @return {@code non-null;} element at that index
61 * @param prefix {@code non-null;} the prefix for every line
62 * @param header {@code non-null;} the header for the first line (after the
64 * @return {@code non-null;} the human for
    [all...]
VariableSizeInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
28 * unknown ({@code -1}).
30 * @param position {@code non-null;} source position
31 * @param registers {@code non-null;} source registers
  /dalvik/libcore/crypto/src/main/java/javax/crypto/spec/
RC5ParameterSpec.java 37 * Creates a new <code>RC5ParameterSpec</code> instance with the specified
55 * Creates a new <code>RC5ParameterSpec</code> instance with the specified
60 * <code>2 * (wordSize / 8)</code> bytes which are copied to protect them
72 * if the initialization vector is null or shorter than <code>2
73 * * (wordSize / 8)</code>.
91 * Creates a new <code>RC5ParameterSpec</code> instance with the specifie
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
SortedSet.java 26 * ordering in this set must be consistent with {@code equals} of its elements.
34 * Returns the comparator used to compare elements in this {@code SortedSet}.
41 * Returns the first element in this {@code SortedSet}. The first element
46 * when this {@code SortedSet} is empty.
51 * Returns a {@code SortedSet} of the specified portion of this
52 * {@code SortedSet} which contains elements less than the end element. The
53 * returned {@code SortedSet} is backed by this {@code SortedSet} so changes
58 * @return a subset where the elements are less than {@code end}.
63 * when the end element is null and this {@code SortedSet} doe
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
FileDescriptorHandler.java 23 * This interface declares method to get wrapped <code>FileDescriptor</code>.
28 * Get the wrapped <code>FileDescriptor</code>.
30 * @return the wrapped <code>FileDescriptor</code>.
  /dalvik/libcore/security/src/main/java/java/security/
DomainCombiner.java 21 * {@code DomainCombiner} is used to update and optimize {@code
22 * ProtectionDomain}s from an {@code AccessControlContext}.
31 * Returns a combination of the two provided {@code ProtectionDomain}
40 * the protection domains of the parent thread, maybe {@code
42 * @return a single {@code ProtectionDomain} array computed from the two
MessageDigestSpi.java 25 * {@code MessageDigestSpi} is the Service Provider Interface (SPI) definition
36 * implement this function {@code 0} is returned.
38 * @return the digest length in bytes, or {@code 0}.
45 * Updates this {@code MessageDigestSpi} using the given {@code byte}.
48 * the {@code byte} to update this {@code MessageDigestSpi} with.
54 * Updates this {@code MessageDigestSpi} using the given {@code byte[]}.
57 * the {@code byte} array
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/cert/
CRLSelector.java 22 * to select CRL objects among a set of {@code CRL}s.
25 * criteria for selecting {@code CRL}s from a {@code CertStore}.
33 * Clones this {@code CRLSelector} instance.
45 * @return {@code true} if the CRL matches the criteria, {@code false}
CertSelector.java 21 * The interface specification to determine whether a {@code
25 * criteria for selecting {@code Certificate}s from a {@code CertStore}.
33 * Clones this {@code CertSelector} instance.
45 * @return {@code true} if the certificate matches the criteria, {@code
  /dalvik/libcore/security/src/main/java/java/security/interfaces/
DSAParams.java 28 * Returns the base ({@code g}) value.
30 * @return the base ({@code g}) value.
35 * Returns the prime ({@code p}) value.
37 * @return the prime ({@code p}) value.
42 * Returns the subprime ({@code q} value.
44 * @return the subprime ({@code q} value.
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairTest.java 38 * Tests for fields and methods of class <code>KeyPair</code>
74 * Test #1 for <code>KeyPair(PublicKey, PrivateKey)</code> constructor<br>
75 * Assertion: creates new <code>KeyPair</code> instance using valid
76 * parameters (both <code>null</code>)
95 * Test #2 for <code>KeyPair(PublicKey, PrivateKey)</code> constructor<br
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
ParserConfigurationException.java 33 * Create a new <code>ParserConfigurationException</code> with no
42 * Create a new <code>ParserConfigurationException</code> with
43 * the <code>String</code> specified as an error message.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMDOMException.java 36 * @param code
39 public DTMDOMException(short code, String message)
41 super(code, message);
48 * @param code
50 public DTMDOMException(short code)
52 super(code, "");
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/res/
XResourceBundleBase.java 34 * Get the error string associated with the error code
36 * @param errorCode Error code
38 * @return error string associated with the given error code
43 * Get the warning string associated with the error code
45 * @param errorCode Error code
47 * @return warning string associated with the given error code
  /dalvik/libcore-disabled/instrument/src/main/java/java/lang/instrument/
IllegalClassFormatException.java 32 * Constructs a new instance of <code>IllegalClassFormatException</code>
40 * Constructs a new instance of <code>IllegalClassFormatException</code>
41 * with the supplied message, <code>s</code>, for explanation.
UnmodifiableClassException.java 33 * Constructs a new instance of <code>UnmodifiableClassException</code>
41 * Constructs a new instance of <code>UnmodifiableClassException</code>
42 * with the supplied message, <code>s</code>, for explanation.
  /external/apache-http/src/org/apache/http/conn/
EofSensorWatcher.java 56 * @return <code>true</code> if <code>wrapped</code> should be closed,
57 * <code>false</code> if it should be left alone
62 * wrapped stream alone, as if <code>false</code> was returned.
76 * @return <code>true</code> if <code>wrapped</code> should be closed
    [all...]
  /external/easymock/src/org/easymock/
ArgumentsMatcher.java 27 * @deprecated Since EasyMock 2.0, <code>ArgumentsMatcher</code>s are only supported
28 * for the legacy <code>MockControl</code>. For mock objects generated by the methods
29 * on <code>EasyMock</code>, there are per-argument matchers available. For more
  /external/opencore/doc/oscl_html/
oscl__lock__base_8h-source.html 20 <a name="l00027"></a><a class="code" href="classOsclLockBase.html">00027</a> <span class="keyword">class </span><a class="code" href="classOsclLockBase.html">OsclLockBase</a>
24 00031 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classOsclLockBase.html#a0">Lock</a>() = 0;
25 00032 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classOsclLockBase.html#a1">Unlock</a>() = 0;
26 <a name="l00033"></a><a class="code" href="classOsclLockBase.html#a2">00033</a> <span class="keyword">virtual</span> <a class="code" href="classOsclLockBase.html#a2">~OsclLockBase</a>() {}
30 <a name="l00037"></a><a class="code" href="classOsclNullLock.html">00037</a> <span class="keyword">class </span><a class="code" href="classOsclNullLock.html">OsclNullLock</a>: <span class="keyword">public</span> <a class="code" href="classOsclLockBase.html">OsclLockBase</a>
34 <a name="l00041"></a><a class="code" href="classOsclNullLock.html#a0">00041</a> <span class="keyword">virtual</span> <span cla (…)
    [all...]
oscl__math_8h-source.html 20 00024 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__util_8h.html">osclconfig_util.h</a>"</span>
24 00028 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
27 00036 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a23">oscl_log</a>(<span class="keywordtype">double</span> value);
28 00042 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a24">oscl_log10</a>(<span class="keywordtype">double</span> value);
29 00048 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a25">oscl_sqrt</a>(<span class="keywordtype">double</span> value);
30 00055 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a26">oscl_pow</a>(<span class="keywordtype">double</span> x, <span cla (…)
    [all...]

Completed in 234 milliseconds

<<31323334353637383940>>