Searched refs:of (Results 151 - 175 of 2838) sorted by relevance

1234567891011>>

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/util/
H A DSuperclassChainTest.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
57 ImmutableSet<ClassDef> classes = ImmutableSet.<ClassDef>of(
68 ImmutableList.<TypeProto>of(),
72 ImmutableList.<TypeProto>of(objectClassProto),
76 ImmutableList.<TypeProto>of(oneClassProto, objectClassProto),
80 ImmutableList.<TypeProto>of(twoClassProt
[all...]
/external/valgrind/exp-bbv/tests/ppc32-linux/
H A Dmillion.S8 lis 15,499997@ha # load high 16-bits of counter
9 addi 15,15,499997@l # load low 16-bits of counter
/external/valgrind/memcheck/tests/
H A Derr_disable2.stderr.exp4 Invalid read of size 1
7 Address 0x........ is 5 bytes inside a block of size 10 free'd
21 WARNING: possibly as a result of some mistake in the use
22 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
H A Dpointer-trace.stderr.exp1 1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
H A Dsignal2.stderr.exp1 Invalid write of size 4
H A Dstatic_malloc.stderr.exp1 10 bytes in 1 blocks are definitely lost in loss record ... of ...
H A Dbig_blocks_freed_list.stderr.exp2 Invalid read of size 1
4 Address 0x........ is 1,000 bytes inside a block of size 1,000,015 free'd
11 Invalid read of size 1
13 Address 0x........ is 1,000 bytes inside a block of size 900,000 free'd
20 Invalid read of size 1
22 Address 0x........ is 2,000 bytes inside an unallocated block of size 1,000,016 in arena "client"
24 Invalid read of size 1
26 Address 0x........ is 2,000 bytes inside a block of size 900,000 free'd
33 Invalid read of size 1
35 Address 0x........ is 10 bytes inside a block of siz
[all...]
H A Dorigin1-yes.stderr.exp2 Undef 1 of 8 (stack, 32 bit)
9 Undef 2 of 8 (stack, 32 bit)
16 Undef 3 of 8 (stack, 64 bit)
23 Undef 4 of 8 (mallocd, 32-bit)
31 Undef 5 of 8 (realloc)
39 Undef 6 of 8 (MALLOCLIKE_BLOCK)
46 Undef 7 of 8 (brk)
50 Undef 8 of 8 (MAKE_MEM_UNDEFINED)
57 Def 1 of 3
59 Def 2 of
[all...]
/external/valgrind/memcheck/tests/solaris/
H A Dcontext_stack_die.stderr.exp1 Invalid read of size 4
/external/vboot_reference/tests/
H A Dload_kernel_tests.sh4 # Use of this source code is governed by a BSD-style license that can be
26 dd if=/dev/urandom bs=16384 count=1 of="dummy_bootloader.bin"
27 dd if=/dev/urandom bs=32768 count=1 of="dummy_kernel.bin"
62 dd if=/dev/zero of=disk.test bs=1024 count=1024
68 dd if=kernel.test of=disk.test bs=512 seek=64 conv=notrunc
/external/ImageMagick/www/api/
H A Dpixel-wand.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."/>
61 <p>The format of the ClearPixelWand method is:</p>
67 <p>A description of each parameter follows:</p>
81 <p>ClonePixelWand() makes an exact copy of the specified wand.</p>
83 <p>The format of the ClonePixelWand method is:</p>
89 <p>A description of each parameter follows:</p>
103 <p>ClonePixelWands() makes an exact copy of the specified wands.</p>
105 <p>The format of the ClonePixelWands method is:</p>
112 <p>A description of each parameter follows:</p>
124 <dd>the number of wand
[all...]
H A Dlist.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>AppendImageToList() appends the second image list to the end of the first list. The given image list pointer is left unchanged, unless it was empty.</p>
61 <p>The format of the AppendImageToList method is:</p>
67 <p>A description of each parameter follows:</p>
85 <p>CloneImageList() returns a duplicate of the image list.</p>
87 <p>The format of the CloneImageList method is:</p>
93 <p>A description of each parameter follows:</p>
111 <p>CloneImages() clones one or more images from an image sequence, using a comma separated list of image numbers or ranges.</p>
113 <p>The numbers start at 0 for the first image in the list, while negative numbers refer to images starting counting from the end of the range. Images may be refered to multiple times to clone them multiple times. Images refered beyond the available number of image
[all...]
H A Deffect.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>AdaptiveBlurImage() adaptively blurs the image by blurring less intensely near image edges and more intensely far from edges. We blur the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and AdaptiveBlurImage() selects a suitable radius for you.</p>
61 <p>The format of the AdaptiveBlurImage method is:</p>
68 <p>A description of each parameter follows:</p>
80 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
84 <dd>the standard deviation of the Laplacian, in pixels. </dd>
94 <p>AdaptiveSharpenImage() adaptively sharpens the image by sharpening more intensely near image edges and less intensely far from edges. We sharpen the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and AdaptiveSharpenImage() selects a suitable radius for you.</p>
96 <p>The format of th
[all...]
/external/libvorbis/doc/
H A D02-bitpacking.tex13 native word size of eight bits (octets), sixteen bits, thirty-two bits
15 convention specifies the correct mapping of the logical packet
24 purposes of the bitpacking convention, a byte implies the native,
27 necessarily because of the processor but because of the
29 bytes as the fundamental atom of storage). A 'word' is an integer
30 size that is a grouped multiple of this smallest size.
33 octet (eight bits) and a word to be a group of two, four or eight
36 the native bit-width of a given storage system. This document assumes
37 that a byte is one octet for purposes of exampl
[all...]
H A Da1-encapsulation-ogg.tex12 The \xref{vorbis:spec:intro} provides an overview of the construction
13 of Vorbis audio packets.
17 bitstream and framing spec} provide detailed descriptions of Ogg
19 knowledge of the concepts covered in these named backround
44 for low-bitrate movies consisting of DivX video and Vorbis audio.
48 specific support of Vorbis within a degenrate Ogg stream (naturally,
57 The MIME type of Ogg files depend on the context. Specifically, complex
61 in any of those types. RTP encapsulated Vorbis should use
67 Ogg encapsulation of a Vorbis packet stream is straightforward.
74 first page of th
[all...]
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
H A DMultibindingTest.java5 * in compliance with the License. You may obtain a copy of the License at
75 ImmutableMap.of(
83 .isEqualTo(ImmutableMap.of(testStringKey("foo\n"), "foo annotation"));
92 ImmutableMap.of(
100 assertThat(multibindingComponent.booleanKeyMap()).isEqualTo(ImmutableMap.of(true, "true"));
106 .isEqualTo(ImmutableMap.of((byte) 100, "100 byte"));
112 .isEqualTo(ImmutableMap.of('a', "a char", '\n', "newline char"));
119 ImmutableMap.of(
128 ImmutableMap.of(
135 assertThat(multibindingComponent.integerKeyMap()).isEqualTo(ImmutableMap.of(10
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DHeadersTest.java6 * You may obtain a copy of the License at
137 Headers headers = Headers.of("\t User-Agent \n", " \r OkHttp ");
188 Headers.of("User-Agent", "OkHttp", "Content-Length");
196 Headers.of("User-Agent", null);
204 Headers.of("", "OkHttp");
211 Headers headers = Headers.of("User-Agent", "");
220 Headers headers = Headers.of(namesAndValues);
227 Headers.of("User-Agent", "Square\u0000OkHttp");
235 Headers.of(Collections.<String, String>singletonMap("User-Agent", null));
243 Headers.of(Collection
[all...]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DMapsTest.java6 * You may obtain a copy of the License at
317 Map<Integer, String> left = ImmutableMap.of(
319 Map<Integer, String> right = ImmutableMap.of(
324 assertEquals(ImmutableMap.of(2, "b", 4, "d"), diff1.entriesOnlyOnLeft());
325 assertEquals(ImmutableMap.of(6, "z"), diff1.entriesOnlyOnRight());
326 assertEquals(ImmutableMap.of(1, "a"), diff1.entriesInCommon());
327 assertEquals(ImmutableMap.of(3,
336 assertEquals(ImmutableMap.of(6, "z"), diff2.entriesOnlyOnLeft());
337 assertEquals(ImmutableMap.of(2, "b", 4, "d"), diff2.entriesOnlyOnRight());
338 assertEquals(ImmutableMap.of(
[all...]
H A DImmutableSortedSetTest.java6 * You may obtain a copy of the License at
55 @Override protected SortedSet<String> of() { method in class:ImmutableSortedSetTest
56 return ImmutableSortedSet.of();
59 @Override protected SortedSet<String> of(String e) { method in class:ImmutableSortedSetTest
60 return ImmutableSortedSet.of(e);
63 @Override protected SortedSet<String> of(String e1, String e2) { method in class:ImmutableSortedSetTest
64 return ImmutableSortedSet.of(e1, e2);
67 @Override protected SortedSet<String> of(String e1, String e2, String e3) { method in class:ImmutableSortedSetTest
68 return ImmutableSortedSet.of(e1, e2, e3);
71 @Override protected SortedSet<String> of( method in class:ImmutableSortedSetTest
76 @Override protected SortedSet<String> of( method in class:ImmutableSortedSetTest
81 @Override protected SortedSet<String> of(String e1, String e2, String e3, method in class:ImmutableSortedSetTest
[all...]
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
H A DJreDeflateParametersTest.java5 // You may obtain a copy of the License at
34 JreDeflateParameters.of(level, strategy, nowrap);
42 JreDeflateParameters.of(level, strategy, nowrap);
51 // All of these should fail.
62 Assert.assertTrue(JreDeflateParameters.of(1, 0, true).toString().length() > 0);
70 JreDeflateParameters params = JreDeflateParameters.of(level, strategy, nowrap);
/external/caliper/caliper/src/main/java/com/google/caliper/platform/dalvik/
H A DDalvikModule.java6 * You may obtain a copy of the License at
27 * Provider of a {@link DalvikPlatform} instance.
38 return Optional.of(new DalvikPlatform());
/external/clang/test/Sema/
H A Dpredef.c9 expected-warning {{initializing 'char *' with an expression of type 'const char [1]' discards qualifiers}}
/external/compiler-rt/make/
H A Dlib_info.mk7 # AvailableFunctions - The entire list of function names (unmangled) the
9 # CommonFunctions - The list of generic functions available.
10 # ArchFunctions.<arch> - The list of functions commonly available for
14 # AvailableIn.<function> - The list of subdir keys where 'function' is
17 # Determine the set of available modules.
21 # Build a per-module map of subdir keys.
49 # Compute lists of where each function is available.
54 # The names of all the available options.
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableListMultimap.java6 * You may obtain a copy of the License at
22 * Implementation of {@link ImmutableListMultimap} with no entries.
32 super(ImmutableMap.<Object, ImmutableList<Object>>of(), 0);
H A DEmptyImmutableSetMultimap.java6 * You may obtain a copy of the License at
22 * Implementation of {@link ImmutableListMultimap} with no entries.
32 super(ImmutableMap.<Object, ImmutableSet<Object>>of(), 0, null);

Completed in 539 milliseconds

1234567891011>>