/external/openssl/crypto/des/times/ |
H A D | usparc.cc | 4 gives a speed of 475,000 des/s while 'speed' gives 417,000 des/s. variable 14 actual 'speed' numbers look better which is a realistic version of
|
/external/mockito/src/org/mockito/internal/util/ |
H A D | RemoveFirstLine.java | 3 * This program is made available under the terms of the MIT License. 13 public String of(String text) {
method in class:RemoveFirstLine
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | MinimalIterable.java | 6 * You may obtain a copy of the License at 24 * An implementation of {@code Iterable} which throws an exception on all 25 * invocations of the {@link #iterator()} method after the first, and whose 34 * <li>throwing an exception of some kind 36 * implementations have, of returning a new, independent iterator 39 * Because of this situation, any public method accepting an iterable should 45 * ones of the robust variety. 55 public static <E> MinimalIterable<E> of(E... elements) { method in class:MinimalIterable 62 * The elements are copied out of the source collection at the time this 67 return (MinimalIterable) of(element [all...] |
H A D | MinimalSet.java | 6 * You may obtain a copy of the License at 37 public static <E> MinimalSet<E> of(E... contents) { method in class:MinimalSet
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
H A D | ImmutableDexFile.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 54 public static ImmutableDexFile of(DexFile dexFile) { method in class:ImmutableDexFile
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/ |
H A D | ImmutableEpilogueBegin.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 45 public static ImmutableEpilogueBegin of(@Nonnull EpilogueBegin epilogueBegin) { method in class:ImmutableEpilogueBegin
|
H A D | ImmutablePrologueEnd.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 45 public static ImmutablePrologueEnd of(@Nonnull PrologueEnd prologueEnd) { method in class:ImmutablePrologueEnd
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/ |
H A D | ImmutableReferenceFactory.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 42 public static ImmutableReference of(Reference reference) { method in class:ImmutableReferenceFactory 44 return ImmutableStringReference.of((StringReference)reference); 47 return ImmutableTypeReference.of((TypeReference)reference); 50 return ImmutableFieldReference.of((FieldReference)reference); 53 return ImmutableMethodReference.of((MethodReferenc 59 public static ImmutableReference of(int referenceType, Reference reference) { method in class:ImmutableReferenceFactory [all...] |
H A D | ImmutableStringReference.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 47 public static ImmutableStringReference of(@Nonnull StringReference stringReference) { method in class:ImmutableStringReference
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/ |
H A D | ImmutableArrayEncodedValue.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 53 public static ImmutableArrayEncodedValue of(@Nonnull ArrayEncodedValue arrayEncodedValue) { method in class:ImmutableArrayEncodedValue
|
H A D | ImmutableByteEncodedValue.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 44 public static ImmutableByteEncodedValue of(ByteEncodedValue byteEncodedValue) { method in class:ImmutableByteEncodedValue
|
H A D | ImmutableCharEncodedValue.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 44 public static ImmutableCharEncodedValue of(CharEncodedValue charEncodedValue) { method in class:ImmutableCharEncodedValue
|
H A D | ImmutableDoubleEncodedValue.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 44 public static ImmutableDoubleEncodedValue of(DoubleEncodedValue doubleEncodedValue) { method in class:ImmutableDoubleEncodedValue
|
H A D | ImmutableEnumEncodedValue.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 47 public static ImmutableEnumEncodedValue of(EnumEncodedValue enumEncodedValue) { method in class:ImmutableEnumEncodedValue
|
H A D | ImmutableFieldEncodedValue.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 47 public static ImmutableFieldEncodedValue of(@Nonnull FieldEncodedValue fieldEncodedValue) { method in class:ImmutableFieldEncodedValue
|
H A D | ImmutableFloatEncodedValue.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 44 public static ImmutableFloatEncodedValue of(FloatEncodedValue floatEncodedValue) { method in class:ImmutableFloatEncodedValue
|
H A D | ImmutableIntEncodedValue.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 44 public static ImmutableIntEncodedValue of(IntEncodedValue intEncodedValue) { method in class:ImmutableIntEncodedValue
|
H A D | ImmutableLongEncodedValue.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 44 public static ImmutableLongEncodedValue of(LongEncodedValue longEncodedValue) { method in class:ImmutableLongEncodedValue
|
H A D | ImmutableMethodEncodedValue.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 47 public static ImmutableMethodEncodedValue of(@Nonnull MethodEncodedValue methodEncodedValue) { method in class:ImmutableMethodEncodedValue
|
H A D | ImmutableShortEncodedValue.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 44 public static ImmutableShortEncodedValue of(ShortEncodedValue shortEncodedValue) { method in class:ImmutableShortEncodedValue
|
H A D | ImmutableStringEncodedValue.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 46 public static ImmutableStringEncodedValue of(@Nonnull StringEncodedValue stringEncodedValue) { method in class:ImmutableStringEncodedValue
|
H A D | ImmutableTypeEncodedValue.java | 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 12 * copyright notice, this list of conditions and the following disclaimer 15 * * Neither the name of Google Inc. nor the names of its 46 public static ImmutableTypeEncodedValue of(@Nonnull TypeEncodedValue typeEncodedValue) { method in class:ImmutableTypeEncodedValue
|
/external/chromium_org/third_party/cython/src/Tools/ |
H A D | cython-mode.el | 90 (defalias 'cython-beginning-of-statement 93 ((fboundp 'py-beginning-of-statement) 94 'py-beginning-of-statement) 96 ((fboundp 'python-beginning-of-statement) 97 'python-beginning-of-statement) 99 ((fboundp 'python-nav-beginning-of-statement) 100 'python-nav-beginning-of-statement) 101 (t (error "Couldn't find implementation for `cython-beginning-of-statement'")))) 103 (defalias 'cython-beginning-of-block 106 ((fboundp 'py-beginning-of [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
H A D | BitSet.as | 9 1. Redistributions of source code must retain the above copyright 10 notice, this list of conditions and the following disclaimer. 12 notice, this list of conditions and the following disclaimer in the 14 3. The name of the author may not be used to endorse or promote products 30 /**A stripped-down version of org.antlr.misc.BitSet that is just 35 protected static const BITS:uint = 32; // number of bits / int 39 * turns out that, for powers of two, this mod operation is 48 /** Construction from a static array of longs */ 61 public static function of(... args):BitSet { function 89 * Grows the set to a larger number of bit [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/ |
H A D | BitSet.pm | 42 sub of : Tests(2) { subroutine 44 my $bs = $self->class->of(0x10); 75 my $bs = $self->class->of(4); 76 $bs |= $self->class->of(5);
|