/frameworks/base/core/java/android/animation/ |
IntEvaluator.java | 20 * This evaluator can be used to perform type interpolation between <code>int</code> values. 26 * <code>fraction</code> representing the proportion between the start and end values. The 27 * calculation is a simple parametric calculation: <code>result = x0 + t * (v1 - v0)</code>, 28 * where <code>x0</code> is <code>startValue</code>, <code>x1</code> is <code>endValue</code> [all...] |
/libcore/ojluni/src/main/java/javax/sql/ |
PooledConnection.java | 5 * This code is free software; you can redistribute it and/or modify it 9 * by Oracle in the LICENSE file that accompanied this code. 11 * This code is distributed in the hope that it will be useful, but WITHOUT 15 * accompanied this code). 33 * A <code>PooledConnection</code> object 39 * An application programmer does not use the <code>PooledConnection</code> 43 * When an application calls the method <code>DataSource.getConnection</code>, [all...] |
RowSetReader.java | 5 * This code is free software; you can redistribute it and/or modify it 9 * by Oracle in the LICENSE file that accompanied this code. 11 * This code is distributed in the hope that it will be useful, but WITHOUT 15 * accompanied this code). 31 * The facility that a disconnected <code>RowSet</code> object calls on 33 * <code>RowSetReader</code> interface) may be registered with 34 * a <code>RowSet</code> object that supports the reader/writer paradigm [all...] |
package.html | 8 This code is free software; you can redistribute it and/or modify it 12 by Oracle in the LICENSE file that accompanied this code. 14 This code is distributed in the hope that it will be useful, but WITHOUT 18 accompanied this code). 37 This package supplements the <code>java.sql</code> 44 The <code>javax.sql</code> package provides for the following: 46 <LI>The <code>DataSource</code> interface as an alternative to the [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
Document.java | 16 * The <code>Document</code> interface represents the entire HTML or XML 20 * cannot exist outside the context of a <code>Document</code>, the 21 * <code>Document</code> interface also contains the factory methods needed 22 * to create these objects. The <code>Node</code> objects created have a 23 * <code>ownerDocument</code> attribute which associates them with th [all...] |
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...] |
/libcore/ojluni/src/main/java/java/io/ |
DataInput.java | 5 * This code is free software; you can redistribute it and/or modify it 9 * by Oracle in the LICENSE file that accompanied this code. 11 * This code is distributed in the hope that it will be useful, but WITHOUT 15 * accompanied this code). 29 * The <code>DataInput</code> interface provides 34 * facility for reconstructing a <code>String</code> 42 * of bytes has been read, an <code>EOFException</code> [all...] |
/external/javassist/src/main/javassist/ |
Translator.java | 19 * An observer of <code>Loader</code>. 22 * <code>Loader</code> object so that it can translate a class file 29 * Is invoked by a <code>Loader</code> for initialization 30 * when the object is attached to the <code>Loader</code> object. 32 * <code>CtClass</code> objects that will be accesse [all...] |
/external/v8/test/cctest/compiler/ |
test-jump-threading.cc | 2 // Use of this source code is governed by a BSD-style license that can be 44 InstructionCode code = 119 | FlagsModeField::encode(kFlags_branch) | local 47 Instruction::New(main_zone(), code, 0, NULL, 2, ops, 0, NULL)); 108 void VerifyForwarding(TestCode& code, int count, int* expected) { 111 JumpThreading::ComputeForwarding(&local_zone, result, &code.sequence_); 121 TestCode code; local 124 code.Jump(1); 126 code.Jump(2); 128 code.End(); 131 VerifyForwarding(code, 3, expected) 137 TestCode code; local 154 TestCode code; local 165 TestCode code; local 177 TestCode code; local 191 TestCode code; local 205 TestCode code; local 219 TestCode code; local 232 TestCode code; local 245 TestCode code; local 256 TestCode code; local 269 TestCode code; local 284 TestCode code; local 297 TestCode code; local 312 TestCode code; local 329 TestCode code; local 348 TestCode code; local 367 TestCode code; local 386 TestCode code; local 405 TestCode code; local 428 TestCode code; local 451 TestCode code; local 480 TestCode code; local 555 TestCode code; local 578 TestCode code; local 656 TestCode code; local 676 TestCode code; local 700 TestCode code; local 727 TestCode code; local [all...] |
/libcore/ojluni/src/main/java/java/sql/ |
SQLException.java | 5 * This code is free software; you can redistribute it and/or modify it 9 * by Oracle in the LICENSE file that accompanied this code. 11 * This code is distributed in the hope that it will be useful, but WITHOUT 15 * accompanied this code). 36 * <P>Each <code>SQLException</code> provides several kinds of information: 39 * message, available via the method <code>getMesasge</code>. 43 * The <code>DatabaseMetaData</code> method <code>getSQLStateType</code [all...] |
/libcore/ojluni/src/main/java/java/security/cert/ |
CertStore.java | 5 * This code is free software; you can redistribute it and/or modify it 9 * by Oracle in the LICENSE file that accompanied this code. 11 * This code is distributed in the hope that it will be useful, but WITHOUT 15 * accompanied this code). 41 * A class for retrieving <code>Certificate</code>s and <code>CRL</code>s 45 * To create a <code>CertStore</code>, call one of the stati [all...] |
CollectionCertStoreParameters.java | 5 * This code is free software; you can redistribute it and/or modify it 9 * by Oracle in the LICENSE file that accompanied this code. 11 * This code is distributed in the hope that it will be useful, but WITHOUT 15 * accompanied this code). 33 * Parameters used as input for the Collection <code>CertStore</code> 37 * to implementations of the Collection <code>CertStore</code> 39 * <code>Collection</code> from which the <code>CertStore</code> wil [all...] |
/external/selinux/secilc/docs/ |
cil_conditional_statements.md | 7 Declares a run time boolean as true or false in the current namespace. The [`booleanif`](cil_conditional_statements.md#booleanif) statement contains the CIL code that will be in the binary policy file. 22 <td align="left"><p><code>boolean</code></p></td> 23 <td align="left"><p>The <code>boolean</code> keyword.</p></td> 26 <td align="left"><p><code>boolean_id</code></p></td> 27 <td align="left"><p>The <code>boolean</code> identifier.</p></td> 30 <td align="left"><p><code>true | false</code></p></td [all...] |
/frameworks/base/docs/html-intl/intl/ja/guide/topics/resources/ |
providing-resources.jd | 10 <li>{@code res/} ????????????????????????????????</li> 45 <p>???????? ??????????????????? {@code R} ????????????? ID ??????????????????????? 54 <p>?????????????????????? {@code res/} ??????????????????????????????? 73 <p>?????????????{@code res/} ????????????????2 ??????? ?????????? ????? {@code mipmap/} ?????????????? ?????????????????????????????????? 81 <p class="table-caption" id="table1"><strong>? 1.</strong> ?????? {@code res/} ????????????????????? ??????? 91 <td><code>animator/</code></td> 97 <td><code>anim/</code></td [all...] |
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/resources/ |
providing-resources.jd | 10 <li>????????? {@code res/} ??????</li> 45 <p>???????????????? {@code R} ??????? 55 {@code res/} ??????????????????????????????</p> 73 <p>???????????????{@code res/} ???????????????????????????????????? 74 {@code mipmap/} 81 <p class="table-caption" id="table1"><strong>? 1. </strong>?? {@code res/} 91 <td><code>animator/</code></td> 97 <td><code>anim/</code></td [all...] |
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/resources/ |
providing-resources.jd | 10 <li>????????? {@code res/} ???????</li> 45 <p>???????????????????? {@code R} ???????? ID ?????? 55 {@code res/} ??????????????????????????</p> 73 <p>?????????{@code res/} ???????? (?????)??????????????????????? {@code mipmap/} ???????????? 81 <p class="table-caption" id="table1"><strong>? 1.</strong>?? {@code res/} ??????????? 91 <td><code>animator/</code></td> 97 <td><code>anim/</code></td [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
|
/external/proguard/docs/manual/ |
optimizations.html | 27 <a href="usage.html#dontoptimize"><code>-dontoptimize</code></a> option. For 29 <a href="usage.html#optimizations"><code>-optimizations</code></a> option, 37 <tr><td valign="top"><code><b>?</b></code></td> 39 <tr><td valign="top"><code><b>*</b></code></td> 50 "<code>code/simplification/variable,code/simplification/arithmetic</code> [all...] |
/external/v8/src/ic/ |
ic-compiler.h | 2 // Use of this source code is governed by a BSD-style license that can be 16 // Finds the Code object stored in the Heap::non_monomorphic_cache(). 17 static Code* FindPreMonomorphic(Isolate* isolate, Code::Kind kind, 21 static Handle<Code> ComputeStore(Isolate* isolate, InlineCacheState ic_state, 25 static Handle<Code> ComputeKeyedLoadMonomorphicHandler( 28 static Handle<Code> ComputeKeyedStoreMonomorphicHandler( 37 static Handle<Code> ComputeCompareNil(Handle<Map> receiver_map, 48 PropertyICCompiler(Isolate* isolate, Code::Kind kind, 54 static Handle<Code> Find(Handle<Name> name, Handle<Map> stub_holder_map [all...] |
/frameworks/base/docs/html-intl/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/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...] |
/frameworks/base/docs/html/reference/android/support/test/uiautomator/ |
UiAutomatorInstrumentationTestRunner.html | 242 <code class="api-signature"> 249 </code> 253 <code class="api-signature"> 257 </code> 259 <code class="api-signature"> 263 </code> 265 <code class="api-signature"> 271 </code> 273 <code class="api-signature"> 277 </code> [all...] |