Searched defs:of (Results 1 - 25 of 62) sorted by path

123

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/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/Java/src/main/java/org/antlr/runtime/
H A DBitSet.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
32 /**A stripped-down version of org.antlr.misc.BitSet that is just
37 protected final static int BITS = 64; // number of bits / long
41 * turns out that, for powers of two, this mod operation is
50 /** Construct a bitset of size one word (64 bits) */
55 /** Construction from a static array of longs */
60 /** Construction from a list of integer
76 public static BitSet of(int el) { method in class:BitSet
82 public static BitSet of(int a, int b) { method in class:BitSet
89 public static BitSet of(int a, int b, int c) { method in class:BitSet
97 public static BitSet of(int a, int b, int c, int d) { method in class:BitSet
[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/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/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DBitSet.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
41 * as opposed to oring and anding "in place". Further, a number of
48 * Also seems like or() from util is wrong when size of incoming set is bigger
54 protected final static int BITS = 64; // number of bits / long
58 * turns out that, for powers of two, this mod operation is
67 /** Construct a bitset of size one word (64 bits) */
72 /** Construction from a static array of long
325 public static BitSet of(int el) { method in class:BitSet
331 public static BitSet of(Collection elements) { method in class:BitSet
341 public static BitSet of(IntSet set) { method in class:BitSet
357 public static BitSet of(Map elements) { method in class:BitSet
[all...]
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/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_test.cc2 // Use of this source code is governed by a BSD-style license that can be
149 // Subclasses should be sure and invoke super's implementation of SetUp and
181 // GetPreferredSize hard codes a width of 1. For that reason we add the
185 // be dependant upon any of the layout code in BookmarkBarView. Instead
254 const BookmarkNode* of = model_->AddFolder(model_->other_node(), 1, local
256 model_->AddURL(of, 0, ASCIIToUTF16("ofa"), GURL(test_base + "ofa"));
257 model_->AddURL(of, 1, ASCIIToUTF16("ofb"), GURL(test_base + "ofb"));
473 // Tests context menus by way of opening a context menu for a bookmark,
561 // Move mouse to center of menu and press button.
627 // Move mouse to center of men
[all...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex92 This document is part of the LibTomCrypt package and is hereby released into the public domain.
121 public key cryptography (via PKCS \#1 RSA, DH or ECCDH), and a plethora of support routines.
126 also performs extensive parameter error checking to prevent any number of run-time exploits or errors.
130 The library serves as a toolkit for developers who have to solve cryptographic problems. Out of the box LibTomCrypt
132 provide all of the tools required to build such functionality. LibTomCrypt was designed to be a flexible library that
147 and store data in a format independent of the platform. This means if you encrypt with Blowfish on a PPC it should decrypt
149 know how to use Safer+, RC6, or Serpent as well. With all of the core functions there are central descriptor tables
154 configurable in terms of its build options. Out of the box the library will build with any modern version of GC
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableBiMap.java6 * You may obtain a copy of the License at
23 * GWT emulation of {@link ImmutableBiMap}.
35 public static <K, V> ImmutableBiMap<K, V> of() { method in class:ImmutableBiMap
39 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { method in class:ImmutableBiMap
40 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1));
43 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { method in class:ImmutableBiMap
44 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1, k2, v2));
47 public static <K, V> ImmutableBiMap<K, V> of( method in class:ImmutableBiMap
49 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(
53 public static <K, V> ImmutableBiMap<K, V> of( method in class:ImmutableBiMap
59 public static <K, V> ImmutableBiMap<K, V> of( method in class:ImmutableBiMap
[all...]
H A DImmutableList.java6 * You may obtain a copy of the License at
35 * GWT emulated version of {@link ImmutableList}.
56 public static <E> ImmutableList<E> of() { method in class:ImmutableList
60 public static <E> ImmutableList<E> of(E element) { method in class:ImmutableList
64 public static <E> ImmutableList<E> of(E e1, E e2) { method in class:ImmutableList
69 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { method in class:ImmutableList
74 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { method in class:ImmutableList
79 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { method in class:ImmutableList
84 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { method in class:ImmutableList
89 public static <E> ImmutableList<E> of( method in class:ImmutableList
95 public static <E> ImmutableList<E> of( method in class:ImmutableList
101 public static <E> ImmutableList<E> of( method in class:ImmutableList
107 public static <E> ImmutableList<E> of( method in class:ImmutableList
113 public static <E> ImmutableList<E> of( method in class:ImmutableList
119 public static <E> ImmutableList<E> of( method in class:ImmutableList
129 public static <E> ImmutableList<E> of(E[] elements) { method in class:ImmutableList
[all...]
H A DImmutableListMultimap.java6 * You may obtain a copy of the License at
33 * a <i>view</i> of a separate multimap which can still change, an instance of
37 * you easily make a "defensive copy" of a multimap provided to your class by
41 * it has no public or protected constructors. Thus, instances of this class
55 public static <K, V> ImmutableListMultimap<K, V> of() { method in class:ImmutableListMultimap
62 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { method in class:ImmutableListMultimap
72 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { method in class:ImmutableListMultimap
83 public static <K, V> ImmutableListMultimap<K, V> of( method in class:ImmutableListMultimap
96 public static <K, V> ImmutableListMultimap<K, V> of( method in class:ImmutableListMultimap
110 public static <K, V> ImmutableListMultimap<K, V> of( method in class:ImmutableListMultimap
[all...]
H A DImmutableMap.java6 * You may obtain a copy of the License at
31 * GWT emulation of {@link ImmutableMap}. For non sorted maps, it is a thin
68 public static <K, V> ImmutableMap<K, V> of() { method in class:ImmutableMap
72 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { method in class:ImmutableMap
77 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { method in class:ImmutableMap
81 public static <K, V> ImmutableMap<K, V> of( method in class:ImmutableMap
87 public static <K, V> ImmutableMap<K, V> of( method in class:ImmutableMap
93 public static <K, V> ImmutableMap<K, V> of( method in class:ImmutableMap
99 // looking for of() with > 5 entries? Use the builder instead.
148 return of();
[all...]
H A DImmutableMultimap.java6 * You may obtain a copy of the License at
41 * a <i>view</i> of a separate multimap which can still change, an instance of
45 * you easily make a "defensive copy" of a multimap provided to your class by
49 * it has no public or protected constructors. Thus, instances of this class
64 public static <K, V> ImmutableMultimap<K, V> of() { method in class:ImmutableMultimap
65 return ImmutableListMultimap.of();
71 public static <K, V> ImmutableMultimap<K, V> of(K k1, V v1) { method in class:ImmutableMultimap
72 return ImmutableListMultimap.of(k1, v1);
78 public static <K, V> ImmutableMultimap<K, V> of( method in class:ImmutableMultimap
85 public static <K, V> ImmutableMultimap<K, V> of( method in class:ImmutableMultimap
93 public static <K, V> ImmutableMultimap<K, V> of( method in class:ImmutableMultimap
101 public static <K, V> ImmutableMultimap<K, V> of( method in class:ImmutableMultimap
[all...]
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...]
H A DImmutableSetMultimap.java6 * You may obtain a copy of the License at
38 * a <i>view</i> of a separate multimap which can still change, an instance of
42 * you easily make a "defensive copy" of a multimap provided to your class by
46 * it has no public or protected constructors. Thus, instances of this class
60 public static <K, V> ImmutableSetMultimap<K, V> of() { method in class:ImmutableSetMultimap
67 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1) { method in class:ImmutableSetMultimap
75 * Repeated occurrences of an entry (according to {@link Object#equals}) after
78 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1, K k2, V v2) { method in class:ImmutableSetMultimap
87 * Repeated occurrences of a
90 public static <K, V> ImmutableSetMultimap<K, V> of( method in class:ImmutableSetMultimap
104 public static <K, V> ImmutableSetMultimap<K, V> of( method in class:ImmutableSetMultimap
119 public static <K, V> ImmutableSetMultimap<K, V> of( method in class:ImmutableSetMultimap
[all...]
H A DImmutableSortedMap.java6 * You may obtain a copy of the License at
31 * GWT emulated version of {@link ImmutableSortedMap}. It's a thin wrapper
53 // of the map that needs to be serialized.
60 // The comparator used by this map. It's the same as that of sortedDelegate,
62 // non-null instance of Ordering.natural().
88 public static <K, V> ImmutableSortedMap<K, V> of() { method in class:ImmutableSortedMap
93 of(K k1, V v1) { method in class:ImmutableSortedMap
98 of(K k1, V v1, K k2, V v2) { method in class:ImmutableSortedMap
104 of(K k1, V v1, K k2, V v2, K k3, V v3) { method in class:ImmutableSortedMap
110 of( method in class:ImmutableSortedMap
116 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { method in class:ImmutableSortedMap
[all...]
H A DImmutableSortedSet.java6 * You may obtain a copy of the License at
34 * GWT emulation of {@link ImmutableSortedSet}.
72 public static <E> ImmutableSortedSet<E> of() { method in class:ImmutableSortedSet
76 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( method in class:ImmutableSortedSet
82 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( method in class:ImmutableSortedSet
88 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( method in class:ImmutableSortedSet
94 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( method in class:ImmutableSortedSet
100 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( method in class:ImmutableSortedSet
106 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( method in class:ImmutableSortedSet
112 // This is messed up. See TODO at top of fil
118 static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( method in class:ImmutableSortedSet
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
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
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
/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/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderFactory.java5 * in compliance with the License. You may obtain a copy of the License at
33 * Helper class for creating {@link CacheBuilder} instances with all combinations of several sets of
191 public static DurationSpec of(long duration, TimeUnit unit) { method in class:CacheBuilderFactory.DurationSpec

Completed in 2003 milliseconds

123