Searched refs:of (Results 276 - 300 of 2387) sorted by relevance

<<11121314151617181920>>

/external/guava/guava-tests/test/com/google/common/collect/
H A DSetsTest.java6 * You may obtain a copy of the License at
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));
489 Set<SomeEnum> units = EnumSet.of(SomeEnu
[all...]
H A DImmutableBiMapTest.java6 * You may obtain a copy of the License at
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(),
349 ImmutableBiMap.of("on
[all...]
H A DImmutableMultisetTest.java6 * You may obtain a copy of the License at
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(
154 Multiset<String[]> multiset = ImmutableMultiset.<String[]>of(arra
[all...]
H A DImmutableSortedMultisetTest.java5 * in compliance with the License. You may obtain a copy of the License at
102 Multiset<String> multiset = ImmutableSortedMultiset.of();
107 Multiset<String> multiset = ImmutableSortedMultiset.of("a");
112 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b");
117 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c");
122 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c", "d");
127 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c", "d", "e");
132 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c", "d", "e", "f");
137 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c", "d", "e", "f", "g");
179 Collection<String> c = MinimalCollection.<String>of();
[all...]
/external/chromium_org/third_party/libxml/src/win32/
H A Dconfigure.js13 /* 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
[all...]
/external/libvorbis/doc/
H A D09-helper.tex17 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...]
H A D08-residue.tex8 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 partitione
[all...]
/external/valgrind/main/memcheck/tests/
H A Dleak-delta.stderr.exp2 10 bytes in 1 blocks are still reachable in loss record ... of ...
9 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
14 21 (+21) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
20 65 (+65) bytes in 2 (+2) blocks are still reachable in loss record ... of ...
27 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
33 0 (-10) bytes in 0 (-1) blocks are still reachable in loss record ... of ...
38 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
44 0 (-10) bytes in 0 (-1) blocks are definitely lost in loss record ... of ...
49 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
55 32 (+32) bytes in 1 (+1) blocks are definitely lost in loss record ... of
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dsh-mem-vec128-plo-yes.stderr.exp28 Invalid read of size 16
30 Address 0x........ is 1 bytes before a block of size 80,000 alloc'd
35 Invalid write of size 8
37 Address 0x........ is 1 bytes before a block of size 80,000 alloc'd
47 Invalid read of size 16
49 Address 0x........ is 79,985 bytes inside a block of size 80,000 alloc'd
54 Invalid write of size 8
56 Address 0x........ is 79,993 bytes inside a block of size 80,000 alloc'd
208 Invalid read of size 16
210 Address 0x........ is 1 bytes inside a block of siz
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dsh-mem-vec128-plo-yes.stderr.exp28 Invalid read of size 16
30 Address 0x........ is 1 bytes before a block of size 80,000 alloc'd
35 Invalid write of size 8
37 Address 0x........ is 1 bytes before a block of size 80,000 alloc'd
47 Invalid read of size 16
49 Address 0x........ is 79,985 bytes inside a block of size 80,000 alloc'd
54 Invalid write of size 8
56 Address 0x........ is 79,993 bytes inside a block of size 80,000 alloc'd
208 Invalid read of size 16
210 Address 0x........ is 1 bytes inside a block of siz
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_frame_usage.spec27 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 th
[all...]
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec27 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 th
[all...]
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl2 # This script was originally based on the script of the same name from
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; either version 2 of the License, or
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # You should have received a copy of the GNU General Public License along
33 I<list of files and directories to check>
38 passed to it, by searching the start of the file for text belonging to
41 If any of the arguments passed are directories, B<licensecheck> will add
42 the files contained within to the list of files to process.
57 Specify the number of line
[all...]
/external/guava/guava-tests/test/com/google/common/net/
H A DInternetDomainNameTest.java6 * You may obtain a copy of the License at
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(
130 private static final List<String> VALID_IP_ADDRS = ImmutableList.of(
[all...]
/external/libunwind/doc/
H A Dunw_get_proc_info.tex22 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...]
H A Dunw_get_proc_name.tex8 \begin{Name}{3}{unw\_get\_proc\_name}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_name}unw\_get\_proc\_name -- get name of current procedure
19 The \Func{unw\_get\_proc\_name}() routine returns the name of the
23 the name of the procedure. The \Var{offp} argument is a pointer to a
24 word that is used to return the byte-offset of the instruction-pointer
26 of the procedure. For example, if procedure \Func{foo}() starts at
28 stack frame with an instruction-pointer value of 0x40003080 would
29 return a value of 0x80 in the word pointed to by \Var{offp} (assuming
37 may return the name of a label or a preceeding (nearby) procedure.
39 the returned name, which ensures that the value (address) of the
41 instruction-pointer of th
[all...]
H A Dunw_create_addr_space.tex23 \Var{byteorder} can be set to 0 to request the default byte-order of
33 \Prog{Libunwind} uses a set of call-back routines to access the
34 information it needs to unwind a chain of stack-frames. These
36 variable of type \Type{unw\_accessors\_t}. The contents of this
38 variable must remain valid only for the duration of the call to
49 The synopsis and a detailed description of every call-back routine
83 variable used to return the desired information. The type of this
91 in these members. Furthermore, the contents of the memory addressed
96 return zero. Otherwise, the negative value of on
[all...]
/external/guava/guava-tests/test/com/google/common/base/
H A DEquivalenceTest.java6 * You may obtain a copy of the License at
38 EquivalenceTester.of(Equivalences.equals().<String>pairwise())
39 .addEquivalenceGroup(ImmutableList.<String>of())
40 .addEquivalenceGroup(ImmutableList.of("a"))
41 .addEquivalenceGroup(ImmutableList.of("b"))
42 .addEquivalenceGroup(ImmutableList.of("a", "b"), ImmutableList.of("a", "b"))
99 EquivalenceTester.of(Equivalences.equals().onResultOf(Functions.toStringFunction()))
/external/mockito/src/org/mockito/internal/util/collections/
H A DHashCodeAndEqualsSafeSet.java3 * This program is made available under the terms of the MIT License.
63 return backingHashSet.contains(HashCodeAndEqualsMockWrapper.of(mock));
67 return backingHashSet.add(HashCodeAndEqualsMockWrapper.of(mock));
71 return backingHashSet.remove(HashCodeAndEqualsMockWrapper.of(mock));
136 hashSet.add(HashCodeAndEqualsMockWrapper.of(mock));
145 public static HashCodeAndEqualsSafeSet of(Object... mocks) { method in class:HashCodeAndEqualsSafeSet
146 return of(Arrays.asList(mocks));
149 public static HashCodeAndEqualsSafeSet of(Iterable<Object> objects) { method in class:HashCodeAndEqualsSafeSet
/external/chromium_org/third_party/skia/tools/lua/
H A Dscrape_dashing.lua26 startcanvas() is called at the start of each picture file, passing the
27 canvas that we will be drawing into, and the name of the file.
29 Following this call, there will be some number of calls to accumulate(t)
30 where t is a table of parameters that were passed to that draw-op.
32 t.verb is a string holding the name of the draw-op (e.g. "drawRect")
82 lua_pictures will call this function after all of the pictures have been
89 print("histogram of point-counts for all drawPoints calls")
/external/llvm/test/MC/Mips/
H A Dmips-bad-branches.s9 # CHECK: error: branch target out of range
17 # CHECK: error: branch target out of range
26 # CHECK: error: branch target out of range
34 # CHECK: error: branch target out of range
43 # CHECK: error: branch target out of range
51 # CHECK: error: branch target out of range
60 # CHECK: error: branch target out of range
68 # CHECK: error: branch target out of range
77 # CHECK: error: branch target out of range
85 # CHECK: error: branch target out of rang
[all...]
/external/skia/tools/lua/
H A Dscrape_dashing.lua26 startcanvas() is called at the start of each picture file, passing the
27 canvas that we will be drawing into, and the name of the file.
29 Following this call, there will be some number of calls to accumulate(t)
30 where t is a table of parameters that were passed to that draw-op.
32 t.verb is a string holding the name of the draw-op (e.g. "drawRect")
82 lua_pictures will call this function after all of the pictures have been
89 print("histogram of point-counts for all drawPoints calls")
/external/chromium_org/native_client_sdk/src/tools/
H A Dhost_vc.mk2 # Use of this source code is governed by a BSD-style license that can be
72 # $2 = List of Sources
90 # $2 = List of inputs
91 # $3 = List of libs
92 # $4 = List of deps
93 # $5 = List of lib dirs
107 # $2 = List of Sources
108 # $3 = List of LIBS
109 # $4 = List of DEPS
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_sprite_point.spec26 GL_EXT_point_parameters effects the definition of this extension
27 GL_ARB_multitexture effects the definition of this extension
68 POLYGON_SMOOTH does effect the rendering of the quadrilateral, however.
79 POLYGON_MODE does not effect the rasterization of the quadrilateral.
84 transformation stage of OpenGL. However, some rasterization hardware
107 Accepted by the <pname> parameter of Enable, Disable, IsEnabled,
113 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation)
117 Additions to Chapter 3 of the 1.1 Specification (Rasterization)
122 aligned quadrilaterals. If the four vertices of the quadrilateral
151 rasterization of th
[all...]
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec26 GL_EXT_point_parameters effects the definition of this extension
27 GL_ARB_multitexture effects the definition of this extension
68 POLYGON_SMOOTH does effect the rendering of the quadrilateral, however.
79 POLYGON_MODE does not effect the rasterization of the quadrilateral.
84 transformation stage of OpenGL. However, some rasterization hardware
107 Accepted by the <pname> parameter of Enable, Disable, IsEnabled,
113 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation)
117 Additions to Chapter 3 of the 1.1 Specification (Rasterization)
122 aligned quadrilaterals. If the four vertices of the quadrilateral
151 rasterization of th
[all...]

Completed in 2644 milliseconds

<<11121314151617181920>>