/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.telephony.NeighboringCellInfo.html | 74 Class android.telephony.<A HREF="../../../../reference/android/telephony/NeighboringCellInfo.html" target="_top"><font size="+2"><code>NeighboringCellInfo</code></font></A> 86 <nobr><A HREF="../../../../reference/android/telephony/NeighboringCellInfo.html#NeighboringCellInfo()" target="_top"><code>NeighboringCellInfo</code></A>() </nobr> 96 <nobr><A HREF="../../../../reference/android/telephony/NeighboringCellInfo.html#NeighboringCellInfo(int, int)" target="_top"><code>NeighboringCellInfo</code></A>(<code>int,</nobr> int<nobr><nobr></code>) </nobr> 115 <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/NeighboringCellInfo.html#getLac()" target=" (…) [all...] |
android.provider.Contacts.GroupMembership.html | 74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.GroupMembership.html" target="_top"><font size="+2"><code>Contacts.GroupMembership</code></font></A> 89 <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.GroupMembership.html#GROUP_SYNC_ACCOUNT_TYPE" target="_top"><code>GROUP_SYNC_ACCOUNT_TYPE</code></A></nobr> 104 <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.GroupMembership.html#CONTENT_DIRECTORY" target="_top"><code>CONTENT_DIRECTORY</code></font></A></nobr> </TD [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.app.Activity.html | 74 Class android.app.<A HREF="../../../../reference/android/app/Activity.html" target="_top"><font size="+2"><code>Activity</code></font></A> 87 <nobr><code>Dialog</code> <A HREF="../../../../reference/android/app/Activity.html#onCreateDialog(int, android.os.Bundle)" target="_top"><code>onCreateDialog</code></A>(<code>int,</nobr> Bundle<nobr><nobr></code>)</nobr> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/app/Activity.html#onPrepareDialog(int, android.app.Di (…) [all...] |
android.app.SearchManager.html | 74 Class android.app.<A HREF="../../../../reference/android/app/SearchManager.html" target="_top"><font size="+2"><code>SearchManager</code></font></A> 87 <nobr><code>SearchableInfo</code> <A HREF="../../../../reference/android/app/SearchManager.html#getSearchableInfo(android.content.ComponentName)" target="_top"><code>getSearchableInfo</code></A>(<code>ComponentName</code>)</nobr> 94 <nobr><code>List<SearchableInfo></code> <A HREF="../../../../reference/android/app/SearchManager.html#getSearchablesInGlobalSearch() (…) [all...] |
android.webkit.WebSettings.html | 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebSettings.html" target="_top"><font size="+2"><code>WebSettings</code></font></A> 87 <nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#getBlockNetworkLoads()" target="_top"><code>getBlockNetworkLoads</code></A>()</nobr> 94 <nobr><code>PluginState</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#getPluginState()" target="_top"><code>getPluginState</code></A>()</nobr [all...] |
/frameworks/base/media/libdrm/mobile2/include/util/domcore/ |
NodeIterator.h | 21 * <code>Attention</code>:The Iterator is not safe.
24 * means we have a <code>restriction</code>: the Iterator can only be used in the case that the tree structure will
51 * we must specify <code>start</code> value when we want iterate the DOM_TREE.
52 * and we also can specify the <code>scope</code> if want restrict the range of iterator.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
TelephonyIntents.java | 42 * a five or six digit number consisting of the MCC (Mobile Country Code, 3 digits) 43 * and MNC (Mobile Network code, 2-3 digits).</li> 130 * <li><em>state</em> - One of <code>"CONNECTED"</code> 131 * <code>"CONNECTING"</code> or <code>"DISCONNNECTED"</code></li> 135 * this connection. The APN type <code>"*"</code> is a specia [all...] |
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
CanWriteFileFilter.java | 23 * This filter accepts <code>File</code>s that can be written to.
50 * <code>CanReadFileFilter.READ_ONLY</code>.
73 * @return <code>true</code> if the file can be
74 * written to, otherwise <code>false</code>.
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILAnimateColorElement.java | 16 * This interface represents the SMIL <code>animateColor</code> element.
|
SMILAnimateElement.java | 16 * This interface represents the SMIL <code>animate</code> element.
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
DebugPortManager.java | 26 * increment this value for each new <code>Client</code>. 29 * port provider on a per-<code>Client</code> basis, depending on the device/emulator they are 46 * @param appName The application name, as defined in the <code>AndroidManifest.xml</code> 59 * @param provider the <code>IDebugPortProvider</code> to use.
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
CodeStatistics.java | 19 import com.android.dx.dex.code.DalvCode; 20 import com.android.dx.rop.code.RopMethod; 26 * code. 29 /** set to {@code true} to enable development-time debugging code */ 54 * running sum of the number of dex-form insns (actually code 61 * running sum of the total number of dex insns (actually code 79 * @param count {@code >= 0;} the number of bytes to add 88 * @param nonOptCode non-optimized code block 89 * @param code optimized code bloc [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
MapItem.java | 31 /** write size of this class, in bytes: three {@code uint}s */ 34 /** {@code non-null;} item type this instance covers */ 37 /** {@code non-null;} section this instance covers */ 41 * {@code null-ok;} first item covered or {@code null} if this is 47 * {@code null-ok;} last item covered or {@code null} if this is 53 * {@code > 0;} count of items covered; {@code 1} if this 63 * @param sections {@code non-null;} the section [all...] |
StringIdsSection.java | 30 * Strings list section of a {@code .dex} file. 35 * {@code non-null;} map from string constants to {@link 43 * @param file {@code non-null;} file that this instance is part of 82 * @param out {@code non-null;} where to write 102 * @param string {@code non-null;} the string to intern, as a regular Java 103 * {@code String} 104 * @return {@code non-null;} the interned string 114 * @param string {@code non-null;} the string to intern, as a {@link CstString} 115 * @return {@code non-null;} the interned string 125 * @param string {@code non-null;} the string to intern, as a constan [all...] |
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
KSPrivateKeyEntryTest.java | 43 * Tests for <code>KeyStore.PrivateKeyEntry</code> class constructor and methods 65 * Test for <code>PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain)</code> 86 * Test for <code>PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain)</code> 113 * Test for <code>PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain)</code> 134 * Test for <code>PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain)</code> [all...] |
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/ |
LSOutput.java | 26 * generic factory method <code>DOMImplementationLS.createLSOutput()</code> 28 * <p> The <code>LSSerializer</code> will use the <code>LSOutput</code> object 30 * <code>LSSerializer</code> will look at the different outputs specified in 31 * the <code>LSOutput</code> in the following order to know which one to [all...] |
/external/easymock/src/org/easymock/ |
EasyMockSupport.java | 102 * is disabled by default, and the mock object will return <code>0</code>,
103 * <code>null</code> or <code>false</code> for unexpected invocations.
118 * is disabled by default, and the mock object will return <code>0</code>,
119 * <code>null</code> or <code>false</code> for unexpected invocations. [all...] |
/external/opencore/doc/oscl_html/ |
oscl__file__handle_8h-source.html | 20 00023 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__io_8h.html">osclconfig_io.h</a>"</span> 24 00027 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 28 <a name="l00038"></a><a class="code" href="group__osclio.html#a2">00038</a> <span class="keyword">typedef</span> FILE* <a class="code" href="group__osclio.html#a2">TOsclFileHandle</a>; 30 <a name="l00043"></a><a class="code" href="classOsclFileHandle.html">00043</a> <span class="keyword">class </span><a class="code" href="classOsclFileHandle.html">OsclFileHandle</a> 33 <a name="l00046"></a><a class="code" href="classOsclFileHandle.html#a0">00046</a> <a class="code" href="classOsclFileHandle.html#a0">OsclFileHandle</a>(<a class="code" href="group__osclio.html#a2">TOsclFileHandle</a> aHandle) 36 <a name="l00049"></a><a class="code" href="classOsclFileHandle.html#a1">00049</a> <a class="code" href="classOsclFileHandle.ht (…) [all...] |
oscl__semaphore_8h-source.html | 21 00019 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__proc_8h.html">osclconfig_proc.h</a>"</span> 25 00023 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__thread_8h.html">oscl_thread.h</a>"</span> 29 <a name="l00030"></a><a class="code" href="classOsclSemaphore.html">00030</a> <span class="keyword">class </span><a class="code" href="classOsclSemaphore.html">OsclSemaphore</a> 33 00037 OSCL_IMPORT_REF <a class="code" href="classOsclSemaphore.html#a0">OsclSemaphore</a>(); 35 00042 OSCL_IMPORT_REF <a class="code" href="classOsclSemaphore.html#a1">~OsclSemaphore</a>(); 37 00052 OSCL_IMPORT_REF <a class="code" href="classOsclProcStatus.html#s35">OsclProcStatus::eOsclProcError</a> <a class="code" href="classOsclSemaphore.html#a2">Create</a>(uint32 initVal = 0); 39 00062 OSCL_IMPORT_REF <a class="code" href="classOsclProcStatus.html#s35">OsclProcStatus::eOsclProcError</a> <a class="code" href="classOsclSemaphore.html#a3">Close</a>() [all...] |
/packages/apps/Email/src/org/apache/commons/io/input/ |
ProxyReader.java | 48 * Invokes the delegate's <code>read()</code> method.
57 * Invokes the delegate's <code>read(char[])</code> method.
67 * Invokes the delegate's <code>read(char[], int, int)</code> method.
79 * Invokes the delegate's <code>skip(long)</code> method.
89 * Invokes the delegate's <code>ready()</code> method. [all...] |
/frameworks/base/docs/html/guide/topics/testing/ |
testing_android.jd | 122 href="{@docRoot}guide/topics/manifest/instrumentation-element.html"><code><instrumentation></code></a> 138 running them, and viewing their results. You can also use the <code>adb</code> 230 Android also extends the JUnit {@link junit.framework.Assert} class that is the basis of <code>assert()</code> calls in tests. 235 The <code>MoreAsserts</code> class contains more powerful assertions such as {@link android.test.MoreAsserts#assertContainsRegex} that does regular expression matching. 251 At the same time, it has enough stub code to satisfy OS code that tries to communicate with contexts. This class is useful in unit testing [all...] |
/external/guava/javadoc/com/google/common/util/concurrent/ |
AbstractExecutionThreadService.html | 107 Base class for services that can implement <A HREF="../../../../../com/google/common/util/concurrent/AbstractExecutionThreadService.html#startUp()"><CODE>startUp()</CODE></A>, <A HREF="../../../../../com/google/common/util/concurrent/AbstractExecutionThreadService.html#run()"><CODE>run()</CODE></A> and 108 <A HREF="../../../../../com/google/common/util/concurrent/AbstractExecutionThreadService.html#shutDown()"><CODE>shutDown()</CODE></A> methods. This class uses a single thread to execute the 109 service; consider <A HREF="../../../../../com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent"><CODE>AbstractService</CODE></A> if you would like to manage any 138 <TD><CODE><A HREF="../../../../../com/google/common/base/Service.State.html" title="enum in com.google.common.base">Service.State</A></CODE></TD [all...] |
/external/v8/src/ |
codegen.cc | 6 // * Redistributions of source code must retain the above copyright 80 // Copy the register locations from the code generator's frame. 82 // deferred code and restored on exit. 102 DeferredCode* code = deferred_.RemoveLast(); local 103 ASSERT(masm_ == code->masm()); 104 // Record position of deferred code stub. 105 masm_->RecordStatementPosition(code->statement_position()); 106 if (code->position() != RelocInfo::kNoPosition) { 107 masm_->RecordPosition(code->position()); 109 // Generate the code 198 Handle<Code> code = local [all...] |
ic.h | 6 // * Redistributions of source code must retain the above copyright 42 // inline caching code. The argument for the macro, ICU, is the function name. 66 // The ids for utility called from the generated code. 77 // Alias the inline cache state type to make the IC code more readable. 80 // The IC code is either invoked with no extra frames on the stack 92 Code* target() { return GetTargetAtAddress(address()); } 96 static State StateFrom(Code* target, Object* receiver); 102 // operation as it has to search through the heap to find the code 130 // Computes the address in the original code when the code running i 136 void set_target(Code* code) { SetTargetAtAddress(address(), code); } local [all...] |
/dalvik/libcore/sql/src/main/java/java/sql/ |
Timestamp.java | 28 * A Java representation of the SQL {@code TIMESTAMP} type. It provides the 29 * capability of representing the SQL {@code TIMESTAMP} nanosecond value, in 32 * The {@code Timestamp} class consists of a regular date/time value, where only 36 * The addition of the nanosecond value field to the {@code Timestamp} object 37 * makes it significantly different from the {@code java.util.Date} object which 38 * it extends. Users should be aware that {@code Timestamp} objects are not 39 * interchangable with {@code java.util.Date} objects when used outside the 40 * confines of the {@code java.sql} package. 57 * Returns a {@code Timestamp} corresponding to the time specified by the 93 * Returns a {@code Timestamp} object corresponding to the time represente [all...] |