Searched refs:of (Results 101 - 125 of 2838) sorted by relevance

1234567891011>>

/external/valgrind/memcheck/tests/
H A Dthreadname.stderr.exp1 Invalid write of size 1
4 Address 0x........ is 0 bytes after a block of size 1 alloc'd
10 Invalid write of size 1
14 Address 0x........ is 0 bytes after a block of size 2 alloc'd
21 Invalid write of size 1
25 Address 0x........ is 0 bytes after a block of size 3 alloc'd
33 Invalid write of size 1
37 Address 0x........ is 0 bytes after a block of size 4 alloc'd
44 Invalid write of size 1
47 Address 0x........ is 0 bytes after a block of siz
[all...]
H A Ddescribe-block.stderr.exp2 Invalid write of size 1
4 Address 0x........ is 0 bytes inside a magic foople zone of size 4,096 client-defined
14 For counts of detected and suppressed errors, rerun with: -v
H A Dsupp_unknown.stderr.exp2 Process terminating with default action of signal 11 (SIGSEGV)
6 If you believe this happened as a result of a stack
8 possible), you can try to increase the size of the
/external/libvorbis/doc/
H A D05-comment.tex8 The Vorbis text comment header is the second (of three) header
15 quick note on the bottom of a CDR. It should be a little information to
33 The comment header is logically a list of eight-bit-clean vectors; the
34 number of vectors is bounded to $2^{32}-1$ and the length of each vector
38 length encoded in 32 bits). For example, the 1.0 release of libvorbis
41 The vector lengths and number of vectors are stored lsb first, according
42 to the bit packing conventions of the vorbis codec. However, since data
49 1) [vendor_length] = read an unsigned integer of 32 bits
51 3) [user_comment_list_length] = read an unsigned integer of 3
[all...]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMapTest.java6 * You may obtain a copy of the License at
81 return ImmutableMap.of();
85 return ImmutableMap.of("one", 1, "two", 2, "three", 3);
100 return ImmutableMap.of("one", 1);
121 return ImmutableMap.of(
347 ImmutableMap.of("one", 1),
350 ImmutableMap.of("one", 1, "two", 2),
353 ImmutableMap.of("one", 1, "two", 2, "three", 3),
356 ImmutableMap.of("one", 1, "two", 2, "three", 3, "four", 4),
359 ImmutableMap.of("on
[all...]
H A DImmutableMultisetTest.java6 * You may obtain a copy of the License at
42 Multiset<String> multiset = ImmutableMultiset.of();
47 Multiset<String> multiset = ImmutableMultiset.of("a");
52 Multiset<String> multiset = ImmutableMultiset.of("a", "b");
57 Multiset<String> multiset = ImmutableMultiset.of("a", "b", "c");
62 Multiset<String> multiset = ImmutableMultiset.of("a", "b", "c", "d");
67 Multiset<String> multiset = ImmutableMultiset.of("a", "b", "c", "d", "e");
73 Multiset<String> multiset = ImmutableMultiset.of(
80 Multiset<String> multiset = ImmutableMultiset.of(
101 Multiset<String[]> multiset = ImmutableMultiset.<String[]>of(arra
[all...]
/external/llvm/test/MC/ARM/
H A Darm-load-store-multiple-deprecated.s14 @ CHECK: warning: use of SP or PC in the list is deprecated
18 @ CHECK: warning: use of SP or PC in the list is deprecated
22 @ CHECK: warning: use of SP or PC in the list is deprecated
26 @ CHECK: warning: use of SP or PC in the list is deprecated
30 @ CHECK: warning: use of SP or PC in the list is deprecated
34 @ CHECK: warning: use of SP or PC in the list is deprecated
42 @ CHECK: warning: use of SP or PC in the list is deprecated
46 @ CHECK: warning: use of SP or PC in the list is deprecated
50 @ CHECK: warning: use of SP or PC in the list is deprecated
54 @ CHECK: warning: use of S
[all...]
H A Dinvalid-barrier.s10 @ CHECK: error: immediate value out of range
18 @ CHECK: error: immediate value out of range
27 @ CHECK: error: immediate value out of range
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
H A DSubcomponentBuilderValidationTest.java6 * You may obtain a copy of the License at
62 assertAbout(javaSources()).that(ImmutableList.of(componentFile, childComponentFile))
96 assertAbout(javaSources()).that(ImmutableList.of(componentFile, childComponentFile))
134 assertAbout(javaSources()).that(ImmutableList.of(componentFile, childComponentFile))
167 assertAbout(javaSources()).that(ImmutableList.of(componentFile, childComponentFile))
213 assertAbout(javaSources()).that(ImmutableList.of(componentFile, childComponentFile))
232 assertAbout(javaSources()).that(ImmutableList.of(childComponentFile))
251 assertAbout(javaSources()).that(ImmutableList.of(childComponentFile))
270 assertAbout(javaSources()).that(ImmutableList.of(childComponentFile))
291 assertAbout(javaSources()).that(ImmutableList.of(childComponentFil
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm33 A full description of the module and its features.
39 A separate section listing the public components of the module's interface.
40 These normally consist of either subroutines that may be exported, or methods
44 In an object-oriented module, this section should begin with a sentence of the
45 form "An object of this class represents...", to give the reader a high-level
51 A list of every error and warning message that the module can generate
52 (even the ones that will "never happen"), with a full explanation of each
59 A full explanation of any configuration system(s) used by the module,
60 including the names and locations of any configuration files, and the
61 meaning of an
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DRegularImmutableTableTest.java6 * You may obtain a copy of the License at
30 ImmutableSet.of(
36 ImmutableSet.of('a', 'b');
39 ImmutableSet.of(1, 2);
51 return ImmutableList.<ImmutableTable<Character, Integer, String>>of(SPARSE,
98 assertTrue(RegularImmutableTable.forCells(ImmutableSet.of(
119 assertEquals(ImmutableMap.of('a', "foo", 'b', "bar"),
121 assertEquals(ImmutableMap.of('a', "baz"), testInstance.column(2));
122 assertEquals(ImmutableMap.of(), testInstance.column(3));
129 assertEquals(ImmutableSet.of(
[all...]
/external/ImageMagick/www/api/
H A Ddecorate.php12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
59 <p>BorderImage() surrounds the image with a border of the color defined by the bordercolor member of the image structure. The width and height of the border are defined by the corresponding members of the border_info structure.</p>
61 <p>The format of the BorderImage method is:</p>
68 <p>A description of each parameter follows:</p>
80 <dd> define the width and height of the border. </dd>
94 <p>FrameImage() adds a simulated three-dimensional border around the image. The color of the border is defined by the matte_color member of imag
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableBiMap.java6 * You may obtain a copy of the License at
56 return ImmutableSet.of();
66 return ImmutableSetMultimap.of();
71 return ImmutableSet.of();
/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
24 * GWT emulation of {@link ImmutableBiMap}.
33 public static <K, V> ImmutableBiMap<K, V> of() { method in class:ImmutableBiMap
37 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { method in class:ImmutableBiMap
42 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { method in class:ImmutableBiMap
43 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1, k2, v2));
46 public static <K, V> ImmutableBiMap<K, V> of( method in class:ImmutableBiMap
48 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(
52 public static <K, V> ImmutableBiMap<K, V> of( method in class:ImmutableBiMap
54 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(
58 public static <K, V> ImmutableBiMap<K, V> of( method in class:ImmutableBiMap
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DImmutableUtils.java9 * * 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 return ImmutableList.of();
51 return ImmutableSet.of();
58 return ImmutableSortedSet.of();
/external/guice/core/test/com/google/inject/util/
H A DProvidersTest.java6 * You may obtain a copy of the License at
36 Provider<String> p = Providers.of(foo);
42 Provider<String> p = Providers.of(null);
49 Providers.of(null),
50 Providers.of(null))
52 Providers.of("Hello"),
53 Providers.of("Hello"))
/external/icu/icu4c/source/samples/
H A Dreadme.txt2 ## License & terms of use: http://www.unicode.org/copyright.html#License
8 Below is a short description of the contents of this directory.
24 legacy - demonstrates using two versions of ICU in one application
26 msgfmt - demonstrates the use of the Message Format
28 numfmt - demonstrates the use of the number format
30 props - demonstrates the use of Unicode properties
34 translit - demonstrates the use of ICU transliteration
38 ucnv - demonstrates the use of ICU codepage conversion
40 udata - demonstrates the use of IC
[all...]
/external/llvm/test/MC/Mips/
H A Dupdate-module-level-options.s6 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
10 # CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers
14 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
/external/valgrind/none/tests/amd64-linux/
H A Dbug345887.stderr.exp2 Process terminating with default action of signal 11 (SIGSEGV)
5 If you believe this happened as a result of a stack
7 possible), you can try to increase the size of the
/external/valgrind/none/tests/amd64-solaris/
H A Dcoredump_single_thread.stderr.exp2 Process terminating with default action of signal 11 (SIGSEGV)
5 If you believe this happened as a result of a stack
7 possible), you can try to increase the size of the
H A Dcoredump_single_thread_sse.stderr.exp2 Process terminating with default action of signal 11 (SIGSEGV)
7 If you believe this happened as a result of a stack
9 possible), you can try to increase the size of the
/external/valgrind/none/tests/linux/
H A Dblockfault.stderr.exp3 Process terminating with default action of signal 11 (SIGSEGV)
6 If you believe this happened as a result of a stack
8 possible), you can try to increase the size of the
H A Dstack-overflow.stderr.exp4 Process terminating with default action of signal 11 (SIGSEGV)
8 If you believe this happened as a result of a stack
10 possible), you can try to increase the size of the
/external/valgrind/none/tests/solaris/
H A Dblock_all_signals.stderr.exp3 Process terminating with default action of signal 11 (SIGSEGV)
6 If you believe this happened as a result of a stack
8 possible), you can try to increase the size of the
H A Dblockfault.stderr.exp3 Process terminating with default action of signal 11 (SIGSEGV)
6 If you believe this happened as a result of a stack
8 possible), you can try to increase the size of the

Completed in 579 milliseconds

1234567891011>>