/libcore/ojluni/src/main/java/java/lang/ |
Number.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 abstract class <code>Number</code> is the superclass of classes 30 * <code>BigDecimal</code>, <code>BigInteger</code>, [all...] |
/libcore/ojluni/src/main/java/java/sql/ |
Blob.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). 34 * <code>BLOB</code> value. An SQL <code>BLOB</code> is a built-in type 36 * a database table. By default drivers implement <code>Blob</code> usin [all...] |
SQLDataException.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). 35 * conditions for which this <code>Exception</code> may be thrown. 41 * Constructs a <code>SQLDataException</code> object. 42 * The <code>reason</code>, <code>SQLState</code> are initialize [all...] |
SQLTransactionRollbackException.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). 35 * conditions for which this <code>Exception</code> may be thrown. 40 * Constructs a <code>SQLTransactionRollbackException</code> object. 41 * The <code>reason</code>, <code>SQLState</code> are initialize [all...] |
SQLTransientConnectionException.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). 35 * conditions for which this <code>Exception</code> may be thrown. 41 * Constructs a <code>SQLTransientConnectionException</code> object. 42 * The <code>reason</code>, <code>SQLState</code> are initialize [all...] |
SQLNonTransientConnectionException.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). 35 * conditions for which this <code>Exception</code> may be thrown. 41 * Constructs a <code>SQLNonTransientConnectionException</code> object. 42 * The <code>reason</code>, <code>SQLState</code> are initialize [all...] |
SQLRecoverableException.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). 42 * Constructs a <code>SQLRecoverableException</code> object. 43 * The <code>reason</code>, <code>SQLState</code> are initialize [all...] |
SQLFeatureNotSupportedException.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). 46 * Constructs a <code>SQLFeatureNotSupportedException</code> object. 47 * The <code>reason</code>, <code>SQLState</code> are initialize [all...] |
/frameworks/base/docs/html/reference/android/support/wearable/watchface/ |
WatchFaceService.html | 270 <code class="api-signature"> 277 </code> 281 <code class="api-signature"> 285 </code> 287 <code class="api-signature"> 291 </code> 293 <code class="api-signature"> 297 </code> 299 <code class="api-signature"> 303 </code> [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
optimizations.html | 25 <a href="usage.html#dontoptimize"><code>-dontoptimize</code></a> option. For 27 <a href="usage.html#optimizations"><code>-optimizations</code></a> option, 35 <tr><td valign="top"><code><b>?</b></code></td> 37 <tr><td valign="top"><code><b>*</b></code></td> 48 "<code>code/simplification/variable,code/simplification/arithmetic</code> [all...] |
/prebuilts/go/darwin-x86/doc/codewalk/ |
markov.xml | 3 Use of this source code is governed by a BSD-style 19 To model this data, we use a <code>map[string][]string</code>. 20 Each map key is a prefix (a <code>string</code>) and its values are 21 lists of suffixes (a slice of strings, <code>[]string</code>). 38 store prefixes in the map as a single <code>string</code>. 40 <code>[]string</code>, but we can't do this with a map because th [all...] |
/prebuilts/go/linux-x86/doc/codewalk/ |
markov.xml | 3 Use of this source code is governed by a BSD-style 19 To model this data, we use a <code>map[string][]string</code>. 20 Each map key is a prefix (a <code>string</code>) and its values are 21 lists of suffixes (a slice of strings, <code>[]string</code>). 38 store prefixes in the map as a single <code>string</code>. 40 <code>[]string</code>, but we can't do this with a map because th [all...] |
/docs/source.android.com/src/devices/tech/dalvik/ |
constraints.jd | 29 <p>A <code>.dex</code> file is the transport format for Dalvik Bytecode. There are certain 30 syntactical and semantical constraints for a file to be a valid <code>.dex</code> file, and 36 <code>.dex</code> file, as described in detail in <a href="dex-format.html"><code>.dex</code> 56 The <code>magic</code> number of the <code>.dex</code> file must b [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
Node.java | 16 * The <code>Node</code> interface is the primary datatype for the entire 18 * While all objects implementing the <code>Node</code> interface expose 20 * <code>Node</code> interface may have children. For example, 21 * <code>Text</code> nodes may not have children, and adding children to 22 * such nodes results in a <code>DOMException</code> being raised [all...] |
/docs/source.android.com/src/devices/storage/ |
config.jd | 23 <p>External storage is managed by a combination of the <code>vold</code> init 24 service and <code>MountService</code> system service. Mounting of physical 25 external storage volumes is handled by <code>vold</code>, which performs 29 <p>For Android 4.2.2 and earlier, the device-specific <code>vold.fstab</code> 32 <pre><code>dev_mount <label> <mount_point> <partition> <sysfs_path> [flags] 33 </code></pre [all...] |
/external/markdown/MarkdownTest/Tests_2007/ |
Backslash escapes.html | 35 <p>These should not, because they occur within a code block:</p> 37 <pre><code>Backslash: \\ 68 </code></pre> 70 <p>Nor should these, which occur in code spans:</p> 72 <p>Backslash: <code>\\</code></p> 74 <p>Backtick: <code>\`</code></p> 76 <p>Asterisk: <code>\*</code></p [all...] |
/external/javassist/sample/evolve/ |
start.html | 3 <p>1. Compile <code>sample/evolve/*.java</code>.
5 <p>2. change the current directory to <code>sample/evolve</code><br>
6 and compile there <code>sample/evolve/WebPage.java</code><br>
7 (i.e. compile <code>sample/evolve/sample/evolve/WebPage.java</code>).
9 <p>The two versions of <code>WebPage.class</code> are used<br> [all...] |
/external/selinux/secilc/docs/ |
cil_access_vector_rules.md | 22 <td align="left"><p><code>allow</code></p></td> 23 <td align="left"><p>The <code>allow</code> keyword.</p></td> 26 <td align="left"><p><code>source_id</code></p></td> 27 <td align="left"><p>A single previously defined source <code>type</code>, <code>typealias</code> or <code>typeattribute</code> identifier.</p></td [all...] |
/libcore/ojluni/src/main/java/javax/sql/ |
StatementEvent.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 * A <code>StatementEvent</code> is sent to all <code>StatementEventListener</code>s which were 37 * registered with a <code>PooledConnection</code>. This occurs when the driver determines that [all...] |
/prebuilts/go/darwin-x86/doc/articles/wiki/ |
index.html | 13 <li>Using the <code>net/http</code> package to build web applications 14 <li>Using the <code>html/template</code> package to process HTML templates</li> 15 <li>Using the <code>regexp</code> package to validate user input</li> 32 We will use <code>$</code> to represent the command prompt. 40 Make a new directory for this tutorial inside your <code>GOPATH</code> and cd to it [all...] |
/prebuilts/go/linux-x86/doc/articles/wiki/ |
index.html | 13 <li>Using the <code>net/http</code> package to build web applications 14 <li>Using the <code>html/template</code> package to process HTML templates</li> 15 <li>Using the <code>regexp</code> package to validate user input</li> 32 We will use <code>$</code> to represent the command prompt. 40 Make a new directory for this tutorial inside your <code>GOPATH</code> and cd to it [all...] |
/prebuilts/go/darwin-x86/doc/ |
install-source.html | 28 This document focuses on the <code>gc</code> Go 30 For information on how to work on <code>gccgo</code>, a more traditional 43 <code>amd64</code> (also known as <code>x86-64</code>) 47 optimizer (registerizer) and generates good code (although 48 <code>gccgo</code> can do noticeably better sometimes) [all...] |
/prebuilts/go/linux-x86/doc/ |
install-source.html | 28 This document focuses on the <code>gc</code> Go 30 For information on how to work on <code>gccgo</code>, a more traditional 43 <code>amd64</code> (also known as <code>x86-64</code>) 47 optimizer (registerizer) and generates good code (although 48 <code>gccgo</code> can do noticeably better sometimes) [all...] |
/external/v8/src/ic/ |
access-compiler.cc | 2 // Use of this source code is governed by a BSD-style license that can be 12 Handle<Code> PropertyAccessCompiler::GetCodeWithFlags(Code::Flags flags, 14 // Create code object in the heap. 17 Handle<Code> code = factory()->NewCode(desc, flags, masm()->CodeObject()); local 18 if (code->IsCodeStubOrIC()) code->set_stub_key(CodeStub::NoCacheKey()); 22 code->Disassemble(name, os); 25 return code; [all...] |
/frameworks/base/core/java/android/animation/ |
FloatEvaluator.java | 20 * This evaluator can be used to perform type interpolation between <code>float</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...] |