HomeSort by relevance Sort by last modified time
    Searched refs:of (Results 376 - 400 of 8142) sorted by null

<<11121314151617181920>>

  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30 * Unit tests for functions of {@code Hashing} that don't have their own tests.
69 // Rough: don't exceed 1.2x the expected number of remaps by more than 20
124 Hashing.combineOrdered(ImmutableList.of(HashCodes.fromInt(32), HashCodes.fromLong(32L)));
133 assertEquals(hash32, Hashing.combineOrdered(ImmutableList.of(hash32)));
135 Hashing.combineOrdered(ImmutableList.of(hash32, hash32)));
137 Hashing.combineOrdered(ImmutableList.of(hash32, hash32, hash32)));
139 Hashing.combineOrdered(ImmutableList.of(hash31, hash32)).equals(
140 Hashing.combineOrdered(ImmutableList.of(hash32, hash31))))
    [all...]
  /external/junit/
Common.mk 2 # List of junit files include in documentation.
7 # They are lists of .java files relative to external/junit/.
11 # List of source to build into the core-junit library
26 # List of source to build into the android.test.runner library
37 # List of junit javadoc source files for Android public API
43 # List of source to build into junit4 target jars
  /external/guava/guava-tests/test/com/google/common/collect/
SetsTest.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
275 = Sets.immutableEnumSet(MinimalIterable.<SomeEnum>of());
279 = Sets.immutableEnumSet(MinimalIterable.of(SomeEnum.B));
283 = Sets.immutableEnumSet(MinimalIterable.of(SomeEnum.D, SomeEnum.B));
339 EnumSet<SomeEnum> set = EnumSet.of(SomeEnum.A, SomeEnum.D);
344 Set<SomeEnum> set = ImmutableSet.of(SomeEnum.B, SomeEnum.C);
349 Set<SomeEnum> set = ImmutableSet.of(SomeEnum.A, SomeEnum.B, SomeEnum.C);
483 Set<SomeEnum> units = EnumSet.of(SomeEnum.B, SomeEnum.D);
485 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C))
    [all...]
ImmutableBiMapTest.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
56 // TODO: Reduce duplication of ImmutableMapTest code
181 return ImmutableBiMap.of();
185 return ImmutableBiMap.of("one", 1, "two", 2, "three", 3);
200 return ImmutableBiMap.of();
204 return ImmutableBiMap.of(1, "one", 2, "two", 3, "three").inverse();
222 assertSame(ImmutableBiMap.of(), map);
343 ImmutableBiMap.of("one", 1),
346 ImmutableBiMap.of("one", 1).inverse()
    [all...]
ImmutableMultisetTest.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
95 Multiset<String> multiset = ImmutableMultiset.of();
100 Multiset<String> multiset = ImmutableMultiset.of("a");
105 Multiset<String> multiset = ImmutableMultiset.of("a", "b");
110 Multiset<String> multiset = ImmutableMultiset.of("a", "b", "c");
115 Multiset<String> multiset = ImmutableMultiset.of("a", "b", "c", "d");
120 Multiset<String> multiset = ImmutableMultiset.of("a", "b", "c", "d", "e");
126 Multiset<String> multiset = ImmutableMultiset.of(
133 Multiset<String> multiset = ImmutableMultiset.of(
    [all...]
  /external/chromium_org/third_party/libxml/src/win32/
configure.js 13 /* Base name of what we are building. */
286 var fso, ofi, of, ln, s;
289 of = fso.CreateTextFile(optsFile, true);
294 of.WriteLine(s.replace(/\@VERSION\@/,
297 of.WriteLine(s.replace(/\@LIBXML_VERSION_NUMBER\@/,
300 of.WriteLine(s.replace(/\@LIBXML_VERSION_EXTRA\@/, verCvs));
302 of.WriteLine(s.replace(/\@WITH_TRIO\@/, withTrio? "1" : "0"));
304 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
306 of.WriteLine(s.replace(/\@WITH_FTP\@/, withFtp? "1" : "0"));
308 of.WriteLine(s.replace(/\@WITH_HTTP\@/, withHttp? "1" : "0"))
    [all...]
  /external/libvorbis/doc/
09-helper.tex 17 The "ilog(x)" function returns the position number (1 through n) of the highest set bit in the two's complement integer value
18 \varname{[x]}. Values of \varname{[x]} less than zero are defined to return zero.
51 representation of a Vorbis codebook float value into the
53 purposes of this example, we will unpack a Vorbis float32 into a
69 compute the correct length of the value index for a codebook VQ lookup
70 table of lookup type 1. The values on this list are permuted to
71 construct the VQ vector lookup table of size
75 integer value for which \varname{[return_value]} to the power of
83 "low_neighbor(v,x)" finds the position \varname{n} in vector \varname{[v]} of
90 "high_neighbor(v,x)" finds the position \varname{n} in vector [v] of
    [all...]
08-residue.tex 8 A residue vector represents the fine detail of the audio spectrum of
12 hybrids as mixed by channel coupling. The exact semantic content of
17 vectors during decode. Vorbis makes use of three different encoding
18 variants (numbered 0, 1 and 2) of the same basic vector encoding
33 A set of coded residue vectors are all of the same length. High level
39 according to configuration specified. If we have a vector size of
41 of \emph{ch} residue vectors, the total number of partitioned chunk
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 27 GLX_SGI_swap_control affects the definition of this extension.
28 GLX_MESA_swap_control affects the definition of this extension.
29 GLX_OML_sync_control affects the definition of this extension.
35 This extension allows an application to determine what portion of the
50 The value, percent, indicates the amount of time spent between the
51 completion of the two swaps. If the value is in the range [0,1], the
54 frame rate was not achieved. The value indicates the number of frames
57 This definition of "percent" differs slightly from
59 is taken from the completion of one swap to the issuance of the next
    [all...]
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 27 GLX_SGI_swap_control affects the definition of this extension.
28 GLX_MESA_swap_control affects the definition of this extension.
29 GLX_OML_sync_control affects the definition of this extension.
35 This extension allows an application to determine what portion of the
50 The value, percent, indicates the amount of time spent between the
51 completion of the two swaps. If the value is in the range [0,1], the
54 frame rate was not achieved. The value indicates the number of frames
57 This definition of "percent" differs slightly from
59 is taken from the completion of one swap to the issuance of the next
    [all...]
  /external/chromium_org/content/browser/resources/media/
peer_connection_update_table.js 2 // Use of this source code is governed by a BSD-style license that can be
7 * The data of a peer connection update.
8 * @param {number} pid The id of the renderer.
9 * @param {number} lid The id of the peer conneciton inside a renderer.
10 * @param {string} type The type of the update.
11 * @param {string} value The details of the update.
71 * Adds the update to the update table as a new row. The type of the update
72 * is set to the summary of the cell; clicking the cell will reveal or hide
73 * the details as the content of a TextArea element.
102 * Makes sure the update log table of the peer connection is created
    [all...]
  /external/chromium_org/remoting/webapp/
stats_accumulator.js 2 // Use of this source code is governed by a BSD-style license that can be
24 * A map from names to lists of values.
62 * Gets the number of milliseconds since the first value was added to this
75 * Calculates the mean of the values for a given key.
78 * @return {number} the mean of the values for that key
99 * Applies a given map to the list of values for a given key.
103 * @return {number} the result of applying that map to the list of values for
111 * Gets the list of values for a given key.
117 * @return {Array.<number>} the list of values for that ke
    [all...]
  /external/chromium_org/v8/test/mjsunit/
const-eval-init.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-137768.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
regress-2273.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 4 # a list of DHCP clients.
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2 of the License, or
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # You should have received a copy of the GNU General Public License
22 # * The license is in fact included at the end of this file, and can
38 # Fixed HTML entities (a client ID of ????<? screwed it up)
45 # Location of state file. (This is the dnsmasq default.)
48 # Location of template. (Assumed to be in current directory.)
70 # Master list of clients, offline and online
    [all...]
  /external/eigen/lapack/
clarft.f 37 *> CLARFT forms the triangular factor T of a complex block reflector H
38 *> of order n, which is defined as a product of k elementary reflectors.
45 *> H(i) is stored in the i-th column of the array V, and
50 *> H(i) is stored in the i-th row of the array V, and
79 *> The order of the block reflector H. N >= 0.
85 *> The order of the triangular factor T (= the number of
100 *> The leading dimension of the array V.
107 *> TAU(i) must contain the scalar factor of the elementar
    [all...]
dlarft.f 37 *> DLARFT forms the triangular factor T of a real block reflector H
38 *> of order n, which is defined as a product of k elementary reflectors.
45 *> H(i) is stored in the i-th column of the array V, and
50 *> H(i) is stored in the i-th row of the array V, and
79 *> The order of the block reflector H. N >= 0.
85 *> The order of the triangular factor T (= the number of
100 *> The leading dimension of the array V.
107 *> TAU(i) must contain the scalar factor of the elementar
    [all...]
slarft.f 37 *> SLARFT forms the triangular factor T of a real block reflector H
38 *> of order n, which is defined as a product of k elementary reflectors.
45 *> H(i) is stored in the i-th column of the array V, and
50 *> H(i) is stored in the i-th row of the array V, and
79 *> The order of the block reflector H. N >= 0.
85 *> The order of the triangular factor T (= the number of
100 *> The leading dimension of the array V.
107 *> TAU(i) must contain the scalar factor of the elementar
    [all...]
zlarft.f 37 *> ZLARFT forms the triangular factor T of a complex block reflector H
38 *> of order n, which is defined as a product of k elementary reflectors.
45 *> H(i) is stored in the i-th column of the array V, and
50 *> H(i) is stored in the i-th row of the array V, and
79 *> The order of the block reflector H. N >= 0.
85 *> The order of the triangular factor T (= the number of
100 *> The leading dimension of the array V.
107 *> TAU(i) must contain the scalar factor of the elementar
    [all...]
  /external/guava/guava-tests/test/com/google/common/net/
InternetDomainNameTest.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
61 private static final List<String> VALID_NAME = ImmutableList.of(
79 private static final List<String> INVALID_NAME = ImmutableList.of(
102 private static final List<String> PS = ImmutableList.of(
112 "xn--jrpeland-54a.no" // IDNA (punycode) encoding of above
115 private static final List<String> NO_PS = ImmutableList.of(
118 private static final List<String> NON_PS = ImmutableList.of(
124 private static final List<String> TOP_PRIVATE_DOMAIN = ImmutableList.of(
127 private static final List<String> UNDER_PRIVATE_DOMAIN = ImmutableList.of(
    [all...]
  /external/libunwind/doc/
unw_get_proc_info.tex 22 to a structure of type \Type{unw\_proc\_info\_t} which is used to
26 \item[\Type{unw\_word\_t} \Var{start\_ip}] The address of the first
27 instruction of the procedure. If this address cannot be determined
28 (e.g., due to lack of unwind information), the \Var{start\_ip}
30 \item[\Type{unw\_word\_t} \Var{end\_ip}] The address of the first
31 instruction \emph{beyond} the end of the procedure. If this address
32 cannot be determined (e.g., due to lack of unwind information),
34 \item[\Type{unw\_word\_t} \Var{lsda}] The address of the
38 \item[\Type{unw\_word\_t} \Var{handler}] The address of the exception
42 \item[\Type{unw\_word\_t} \Var{gp}] The global-pointer of th
    [all...]
  /external/chromium_org/v8/test/webkit/
date-set-to-nan.js 7 // 1. Redistributions of source code must retain the above copyright
8 // notice, this list of conditions and the following disclaimer.
10 // notice, this list of conditions and the following disclaimer in the
15 // WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19 // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20 // ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
22 // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
interface.py 3 # Use of this source code is governed by a BSD-style license that can be
26 rc_file: The 'file' attribute of the <structure> node (usually the
31 which case we should not do some types of processing on the
41 # we should not do some types of processing on the translateable bits.
54 attrs: The mapping of node attributes.
65 defines: The mapping of define values.
76 become part of the uberclique supplied by the user.
81 '''Reads and parses the contents of what is being gathered.'''
91 '''Returns the text of what is being gathered.'''
107 """Returns a set of all filenames inlined by this gatherer.""
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
search_box.js 2 // Use of this source code is governed by a BSD-style license that can be
10 * @param {element} element Root element of the search box.
21 * Root element of the search box.
27 * Text input of the search box.
33 * Clear button of the search box.
80 * Change the selection by a mouse over instead of just changing the
81 * color of moused over element with :hover in CSS. Here's why:
86 * If we just change the color of moused over element (item B), both
123 // highlightedBaseName is a piece of HTML with meta characters properly
141 * Handles a focus event of the search box
    [all...]

Completed in 426 milliseconds

<<11121314151617181920>>