Searched defs:of (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/third_party/openssl/openssl/crypto/des/times/
H A Dusparc.cc4 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/openssl/crypto/des/times/
H A Dusparc.cc4 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 DRemoveFirstLine.java3 * 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 DMinimalIterable.java6 * 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 DMinimalSet.java6 * You may obtain a copy of the License at
37 public static <E> MinimalSet<E> of(E... contents) { method in class:MinimalSet
H A DMinimalCollection.java6 * You may obtain a copy of the License at
33 public static <E> MinimalCollection<E> of(E... contents) { method in class:MinimalCollection
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBitSet.as9 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 DBitSet.pm42 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);
/external/guava/guava-testlib/src/com/google/common/testing/
H A DEquivalenceTester.java6 * You may obtain a copy of the License at
33 * Tester for {@link Equivalence} relationships between groups of objects.
38 * other. Objects of different groups are expected to be unequal. For example:
42 * EquivalenceTester.of(someStringEquivalence)
51 * the {@link EqualsTester}. It includes an extra test against an instance of an
75 assertEquals("the hash (" + itemHash + ") of $ITEM must be equal to the hash ("
76 + relatedHash + ") of $RELATED", itemHash, relatedHash);
86 public static <T> EquivalenceTester<T> of(Equivalence<? super T> equivalence) { method in class:EquivalenceTester
91 * Adds a group of objects that are supposed to be equivalent to each other
120 assertEquals("the hash of "
[all...]
/external/mockito/src/org/mockito/internal/util/collections/
H A DHashCodeAndEqualsMockWrapper.java3 * This program is made available under the terms of the MIT License.
54 public static HashCodeAndEqualsMockWrapper of(Object mock) { method in class:HashCodeAndEqualsMockWrapper
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleTrackNumberBox.java17 * @param of number of tracks overall
19 public void setTrackNumber(byte track, byte of) { argument
24 appleDataBox.setData(new byte[]{0, 0, 0, track, 0, of, 0, 0});
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DReadOnlyArrayList.java9 * 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
49 public static <T> ReadOnlyArrayList<T> of(T... items) { method in class:ReadOnlyArrayList
/external/valgrind/main/none/tests/x86/
H A Daad_aam.c22 int of __attribute__((unused)); local
44 of=!!(flags&0x800);
48 // flags,cf,pf,af,zf,sf,of);
91 of=!!(flags&0x800);
95 // flags,cf,pf,af,zf,sf,of);
/external/chromium_org/third_party/npapi/npspy/common/
H A Dutils.cpp5 * The contents of this file are subject to the Mozilla Public License Version
7 * the License. You may obtain a copy of the License at
17 * The Initial Developer of the Original Code is
24 * Alternatively, the contents of this file may be used under the terms of
27 * in which case the provisions of the GPL or the LGPL are applicable instead
28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of eithe
45 OFSTRUCT of; local
69 OFSTRUCT of; local
80 OFSTRUCT of; local
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMapFauxverideShim.java6 * You may obtain a copy of the License at
34 * {@link ImmutableMap#builder} from consumers of {@code ImmutableSortedMap}.
50 * @deprecated <b>Pass a key of type {@code Comparable} to use {@link
51 * ImmutableSortedMap#of(Comparable, Object)}.</b>
53 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { method in class:ImmutableSortedMapFauxverideShim
63 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
64 * ImmutableSortedMap#of(Comparable, Object, Comparable, Object)}.</b>
66 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( method in class:ImmutableSortedMapFauxverideShim
77 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
78 * ImmutableSortedMap#of(Comparabl
81 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( method in class:ImmutableSortedMapFauxverideShim
96 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( method in class:ImmutableSortedMapFauxverideShim
111 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( method in class:ImmutableSortedMapFauxverideShim
[all...]
H A DImmutableSortedMultisetFauxverideShim.java5 * in compliance with the License. You may obtain a copy of the License at
38 * consumers of {@code ImmutableSortedMultiset}.
54 * @deprecated <b>Pass a parameter of type {@code Comparable} to use
55 * {@link ImmutableSortedMultiset#of(Comparable)}.</b>
58 public static <E> ImmutableSortedMultiset<E> of(E element) { method in class:ImmutableSortedMultisetFauxverideShim
68 * @deprecated <b>Pass the parameters of type {@code Comparable} to use
69 * {@link ImmutableSortedMultiset#of(Comparable, Comparable)}.</b>
72 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { method in class:ImmutableSortedMultisetFauxverideShim
82 * @deprecated <b>Pass the parameters of type {@code Comparable} to use
83 * {@link ImmutableSortedMultiset#of(Comparabl
86 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { method in class:ImmutableSortedMultisetFauxverideShim
100 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { method in class:ImmutableSortedMultisetFauxverideShim
115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { method in class:ImmutableSortedMultisetFauxverideShim
130 public static <E> ImmutableSortedMultiset<E> of( method in class:ImmutableSortedMultisetFauxverideShim
[all...]
H A DImmutableSortedSetFauxverideShim.java6 * You may obtain a copy of the License at
42 * {@link ImmutableSet#builder} from consumers of {@code ImmutableSortedSet}.
58 * @deprecated <b>Pass a parameter of type {@code Comparable} to use {@link
59 * ImmutableSortedSet#of(Comparable)}.</b>
61 @Deprecated public static <E> ImmutableSortedSet<E> of(E element) { method in class:ImmutableSortedSetFauxverideShim
71 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
72 * ImmutableSortedSet#of(Comparable, Comparable)}.</b>
74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { method in class:ImmutableSortedSetFauxverideShim
84 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
85 * ImmutableSortedSet#of(Comparabl
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { method in class:ImmutableSortedSetFauxverideShim
101 @Deprecated public static <E> ImmutableSortedSet<E> of( method in class:ImmutableSortedSetFauxverideShim
116 @Deprecated public static <E> ImmutableSortedSet<E> of( method in class:ImmutableSortedSetFauxverideShim
131 @Deprecated public static <E> ImmutableSortedSet<E> of( method in class:ImmutableSortedSetFauxverideShim
[all...]
/external/libvorbis/lib/
H A Danalysis.c61 op->packetno=vb->sequence; /* for sake of completeness */
72 FILE *of; local
76 of=fopen(buffer,"w");
78 if(!of)perror("failed to open data dump file");
83 fprintf(of,"%f ",b);
86 fprintf(of,"%f ",(double)(j+off)/8000.);
88 fprintf(of,"%f ",(double)j);
96 fprintf(of,"%f\n",val);
98 fprintf(of,"%f\n",v[j]);
101 fclose(of);
[all...]
/external/qemu/target-i386/
H A Dhelper_template.h7 * modify it under the terms of the GNU Lesser General Public
9 * version 2 of the License, or (at your option) any later version.
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * You should have received a copy of the GNU Lesser General Public
57 int cf, pf, af, zf, sf, of; local
66 of = lshift((src1 ^ src2 ^ -1) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O;
67 return cf | pf | af | zf | sf | of;
81 int cf, pf, af, zf, sf, of;
90 of = lshift((src1 ^ src2 ^ -1) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O;
91 return cf | pf | af | zf | sf | of;
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm14 # number of bits / long
23 # turns out that, for powers of two, this mod operation is
48 # Construct a bitset of size one word (64 bits)
58 # Construction from a static array of longs
72 # Construction from a list of integers
86 sub of { subroutine
266 A stripped-down version of org.antlr.misc.BitSet that is just good enough to
274 =item C<of>
288 Grows the set to a larger number of bits.
292 Sets the size of
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSet.java6 * You may obtain a copy of the License at
29 * GWT emulated version of {@link ImmutableSet}. For the unsorted sets, they
53 public static <E> ImmutableSet<E> of() { method in class:ImmutableSet
57 public static <E> ImmutableSet<E> of(E element) { method in class:ImmutableSet
62 public static <E> ImmutableSet<E> of(E e1, E e2) { method in class:ImmutableSet
67 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { method in class:ImmutableSet
72 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { method in class:ImmutableSet
77 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { method in class:ImmutableSet
82 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, method in class:ImmutableSet
92 @Deprecated public static <E> ImmutableSet<E> of( method in class:ImmutableSet
[all...]
/external/iproute2/doc/
H A Dip-tunnels.tex21 \section{Instead of introduction: micro-FAQ.}
51 work in 2.2.0! Moreover, \verb|route| prints a funny error sort of
63 not to check for consistency of gateway address.
81 A: Linux-2.2 has single module \verb|ipip| for both directions of tunneling
86 only skips some number of hops.
93 and you are not afraid of
98 Q: ... Well, list of things, which 2.0 was able to do finishes.
102 \paragraph{Summary of differences between 2.2 and 2.0.}
107 and got set of 4 devices \verb|tunl0| ... \verb|tunl3| or,
122 but address of peerin
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntervalSet.java9 * 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
38 /** A set of integers that relies on ranges being common to do
40 * a BitSet with runs of 0s and 1s). Only ranges are recorded so that
44 * element values may be negative. Useful for sets of EPSILON and EOF.
53 public static final IntervalSet COMPLETE_SET = IntervalSet.of(0,Label.MAX_CHAR_VALUE);
55 /** The list of sorted, disjoint intervals. */
68 public static IntervalSet of(in method in class:IntervalSet
75 public static IntervalSet of(int a, int b) { method in class:IntervalSet
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py9 # 1. Redistributions of source code must retain the above
10 # copyright notice, this list of conditions and the following
13 # copyright notice, this list of conditions and the following
31 This script imports a directory of W3C CSS tests into WebKit.
52 for that contributor is brought in. For example, to import all of Mozilla's tests, either
64 1. Paths to testharness.js files are modified point to Webkit's copy of them in
67 list of what needs prefixes is read from Source/WebCore/CSS/CSSProperties.in
68 3. Each reftest has its own copy of its reference file following the naming conventions
70 4. If a reference files lives outside the directory of the test that uses it, it is checked
77 with a timestamp, the W3C Mercurial changeset if available, the list of CS
334 _log.info('Skipping import of existing file ' + new_filepath) namespace
[all...]
/external/guava/guava/src/com/google/common/base/
H A DOptional.java6 * You may obtain a copy of the License at
33 * instance of this type either contains a non-null reference, or contains nothing (in
42 * <p>Some uses of this class include
59 * <p>This class is not intended as a direct analogue of any existing "option" or "maybe"
62 * @param <T> the type of instance that can be contained. {@code Optional} is naturally
64 * Optional<S>} for any supertype {@code S} of {@code T}.
83 public static <T> Optional<T> of(T reference) { method in class:Optional
116 * {@link #get()} instead. For a default value of {@code null}, use {@link #orNull}.
152 * are absent. Note that {@code Optional} instances of differing parameterized types can
163 * Returns a string representation for this instance. The form of thi
[all...]

Completed in 523 milliseconds

1234