/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
java.lang.Math.html | 74 Class java.lang.<A HREF="../../../../reference/java/lang/Math.html" target="_top"><font size="+2"><code>Math</code></font></A> 87 <nobr><code>double</code> <A HREF="../../../../reference/java/lang/Math.html#copySign(double, double)" target="_top"><code>copySign</code></A>(<code>double,</nobr> double<nobr><nobr></code>)</nobr> 94 <nobr><code>float</code> <A HREF="../../../../reference/java/lang/Math.html#copySign(float, float)" target="_top"><co (…) [all...] |
java.lang.StrictMath.html | 74 Class java.lang.<A HREF="../../../../reference/java/lang/StrictMath.html" target="_top"><font size="+2"><code>StrictMath</code></font></A> 87 <nobr><code>double</code> <A HREF="../../../../reference/java/lang/StrictMath.html#copySign(double, double)" target="_top"><code>copySign</code></A>(<code>double,</nobr> double<nobr><nobr></code>)</nobr> 94 <nobr><code>float</code> <A HREF="../../../../reference/java/lang/StrictMath.html#copySign(float, float)" target="_to (…) [all...] |
/frameworks/base/docs/html/training/secure-file-sharing/ |
setup-sharing.jd | 49 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html" 50 ><provider></a></code> element that specifies the 72 In this example, the <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#auth" 73 >android:authorities</a></code> attribute specifies the URI authority 76 In the example, the authority is <code>com.example.myapp.fileprovider</code>. For your own 78 <code><a href="{@docRoot}guide/topics/manifest/manifest-element.html#package" 79 >android:package</a></code> value with the string "fileprovider" appended to it. To learn more 83 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#auth" 84 >android:authorities</a></code> attribute [all...] |
/libcore/luni/src/main/java/java/math/ |
BigInteger.java | 65 /** The {@code BigInteger} constant 0. */ 68 /** The {@code BigInteger} constant 1. */ 71 /** The {@code BigInteger} constant 10. */ 74 /** The {@code BigInteger} constant -1. */ 77 /** All the {@code BigInteger} numbers in the range [0,10] are cached. */ 91 /** Cache for the hash code. */ 120 * Constructs a random non-negative {@code BigInteger} instance in the range 121 * {@code [0, pow(2, numBits)-1]}. 123 * @param numBits maximum length of the new {@code BigInteger} in bits. 125 * @throws IllegalArgumentException if {@code numBits} < 0 [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
TypeInfo.java | 16 * The <code>TypeInfo</code> interface represents a type referenced from 17 * <code>Element</code> or <code>Attr</code> nodes, specified in the schemas 24 * <code>Attr</code> node, <code>typeNamespace</code> i [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
PKIXBuilderParametersTest.java | 44 * Tests for <code>PKIXBuilderParameters</code> fields and methods 81 * Test #1 for <code>PKIXBuilderParameters(Set, CertSelector)</code> 83 * Assertion: creates an instance of <code>PKIXBuilderParameters</code> 100 * Test #2 for <code>PKIXBuilderParameters(Set, CertSelector)</code> 102 * Assertion: creates an instance of <code>PKIXBuilderParameters</code> [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
NullInputStream.java | 40 * If alternative data is required the <code>processByte()</code> and
41 * <code>processBytes()</code> methods can be implemented to generate
89 * the <code>mark()</code> functionality.
173 * @return Either The byte value returned by <code>processByte()</code>
174 * or <code>-1</code> if the end of file has been reached and [all...] |
NullReader.java | 40 * If alternative data is required the <code>processChar()</code> and
41 * <code>processChars()</code> methods can be implemented to generate
89 * the <code>mark()</code> functionality.
157 * @return Either The character value returned by <code>processChar()</code>
158 * or <code>-1</code> if the end of file has been reached and [all...] |
/bionic/libc/kernel/common/linux/ |
pkt_cls.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
if_pppox.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * 115 __u8 code; member in struct:pppoe_hdr [all...] |
/docs/source.android.com/src/devices/tech/input/ |
overview.jd | 35 event types and codes in the <code>linux/input.h</code> kernel header file. 39 <p>Next, the Android <code>EventHub</code> component reads input events from the kernel 40 by opening the <code>evdev</code> driver associated with each input device. 47 <p>Finally, the <code>InputReader</code> sends input events to the InputDispatcher 74 in <code>config.xml</code> such as the operation of lid switch.</p [all...] |
/external/chromium_org/ppapi/api/ |
ppb_graphics_2d.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * Defines the <code>PPB_Graphics2D</code> struct representing a 2D graphics 19 * <code>PPB_Graphics2D</code> defines the interface for a 2D graphics context. 31 * @param[in] is_always_opaque Set the <code>is_always_opaque</code> flag to 32 * <code>PP_TRUE</code> if you know that you will be painting only opaque 37 * If you set <code>is_always_opaque</code>, your alpha channel should alway [all...] |
/external/chromium_org/ppapi/c/ |
ppb_graphics_2d.h | 2 * Use of this source code is governed by a BSD-style license that can be 27 * Defines the <code>PPB_Graphics2D</code> struct representing a 2D graphics 37 * <code>PPB_Graphics2D</code> defines the interface for a 2D graphics context. 48 * @param[in] is_always_opaque Set the <code>is_always_opaque</code> flag to 49 * <code>PP_TRUE</code> if you know that you will be painting only opaque 54 * If you set <code>is_always_opaque</code>, your alpha channel should alway [all...] |
/external/mockito/src/org/mockito/ |
AdditionalMatchers.java | 29 * <pre class="code"><code class="java"> 38 * </code></pre> 53 * @return <code>null</code>. 66 * @return <code>0</code>. 79 * @return <code>0</code>. 92 * @return <code>0</code> [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
CodeGenTreeWalker.g | 13 1. Redistributions of source code must retain the above copyright 33 /** Walk a grammar and generate code by gradually building up 375 if ( $rST.code != null ) 377 recognizerST.add("rules", $rST.code); 378 outputFileST.add("rules", $rST.code); 379 headerFileST.add("rules", $rST.code); 396 rule returns [ST code=null] 409 // For syn preds, we don't want any AST code etc... in there. 435 $b.code.add("description", description); 461 $code = templates.getInstanceOf(stName) [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_decode.cpp | 46 * ACTS-MoMuSys partners retain full right to use the code for his/her own 47 * purpose, assign or donate the code to a third party and to inhibit third 48 * parties from using the code for non MPEG-4 Video (ISO/IEC 14496-2) Standard 71 * Donated to the Momusys-project as background code by 106 uint32 code; local 109 BitstreamShowBits32(stream, 24, &code); 111 while (code != 1) 115 BitstreamShowBits32(stream, 24, &code); 128 * 3/29/00 : added return code check to some functions and 129 * optimize the code 455 uint code; local 505 uint code; local 538 uint code; local 559 uint code; local 593 uint code; local 631 uint code; local 841 uint code; local 1024 uint code; local 1203 uint code; local 1263 uint code; local 1318 uint code; local 1391 uint code; local 1473 uint code, mask; local 1556 uint code, mask; local [all...] |
/external/proguard/docs/manual/ |
introduction.html | 18 code base smaller, more efficient, and harder to reverse-engineer. The final 24 just list dead code in an application, or to preverify class files for 37 <td rowspan="3" class="lightblock">Shrunk code</td> 43 <td rowspan="2" class="lightblock">Optim. code</td> 52 <td class="lightblock">Obfusc. code</td> 75 libraries that you would need for compiling the code. ProGuard uses them to 80 In order to determine which code has to be preserved and which code can be 82 your code. These entry points are typically classes with main methods, applets, 89 <li>In the <b>optimization step</b>, ProGuard further optimizes the code [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
voyager.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
voyager.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/ |
machine_setup.jd | 28 the branch <code>tradefed</code> to actually pull down the Trade Federation source. The actual 30 <pre><code>$ repo init -u https://?/manifest -b tradefed</code></pre> 34 commands from the platform source. In particular, unbundled branches use the <code>tapas</code> 35 command to set up the build environment, rather than the <code>lunch</code> command. So starting 37 <pre><code>$ . build/envsetup.sh 40 </pre></code> [all...] |
/external/dexmaker/src/test/java/com/google/dexmaker/examples/ |
FibonacciMaker.java | 20 import com.google.dexmaker.Code; 40 Code code = dexMaker.declare(fib, Modifier.PUBLIC | Modifier.STATIC); local 42 Local<Integer> i = code.getParameter(0, TypeId.INT); 43 Local<Integer> constant1 = code.newLocal(TypeId.INT); 44 Local<Integer> constant2 = code.newLocal(TypeId.INT); 45 Local<Integer> a = code.newLocal(TypeId.INT); 46 Local<Integer> b = code.newLocal(TypeId.INT); 47 Local<Integer> c = code.newLocal(TypeId.INT); 48 Local<Integer> d = code.newLocal(TypeId.INT) [all...] |
/external/lzma/CS/7zip/Compress/RangeCoder/ |
RangeCoder.cs | 126 public uint Code;
135 Code = 0;
138 Code = (Code << 8) | (byte)Stream.ReadByte();
156 Code = (Code << 8) | (byte)Stream.ReadByte();
165 Code = (Code << 8) | (byte)Stream.ReadByte();
172 return Code / (Range /= total);
177 Code -= start * Range; [all...] |
/external/markdown/docs/extensions/ |
CodeHilite.txt | 7 The CodeHilite Extension adds code/syntax highlighting to standard 8 Python-Markdown code blocks using [Pygments][]. 23 language. When that fails, the code block will display as un-highlighted code. 34 The CodeHilite Extension follows the same [syntax][] as regular Markdown code 36 the code block. There are three ways to tell the hiliter what language the code 47 # Code goes here ... 52 # Code goes here ... 58 path (a single `/` or even a space), then that line is removed from the code [all...] |
/external/v8/test/cctest/ |
test-assembler-ia32.cc | 6 // * Redistributions of source code must retain the above copyright 72 Object* code = HEAP->CreateCode( local 74 Code::ComputeFlags(Code::STUB), 76 CHECK(code->IsCode()); 78 Code::cast(code)->Print(); 80 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry()); 110 Object* code = HEAP->CreateCode local 152 Object* code = HEAP->CreateCode( local 186 Code* code = Code::cast(HEAP->CreateCode( local 220 Code* code = Code::cast(HEAP->CreateCode( local 249 Code* code = Code::cast(HEAP->CreateCode( local 286 Code* code = Code::cast(HEAP->CreateCode( local 326 Code* code = Code::cast(HEAP->CreateCode( local 381 Code* code = Code::cast(HEAP->CreateCode( local 465 Code* code = Code::cast(HEAP->CreateCode( local [all...] |
/frameworks/base/core/java/android/text/ |
AndroidCharacter.java | 33 * Fill in the first <code>count</code> bytes of <code>dest</code> with the 34 * directionalities from the first <code>count</code> chars of <code>src</code>. 55 * Fill the first <code>count</code> bytes of <code>dest</code> with th [all...] |