Searched refs:of (Results 226 - 250 of 2838) sorted by relevance

1234567891011>>

/external/llvm/test/MC/Mips/
H A Dmicromips-invalid.s4 addiur1sp $7, 260 # CHECK: :[[@LINE]]:17: error: expected both 8-bit unsigned immediate and multiple of 4
5 addiur1sp $7, 241 # CHECK: :[[@LINE]]:17: error: expected both 8-bit unsigned immediate and multiple of 4
7 addiusp 1032 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
11 andi16 $16, $2, 17 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
18 sll16 $3, $16, 9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
19 srl16 $4, $5, 15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
21 addiur2 $6, $7, 10 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
38 addiupc $7, 16777216 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
39 addiupc $6, -16777220 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
40 addiupc $3, 3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of rang
[all...]
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec33 of GL calls including parameters as readable text. The verbosity
34 of the generated log can be controlled. The resulting logs are
36 linked for standalone test programs. The set of calls and the
37 amount of static data that is logged can be controlled at runtime.
38 The application can add comments and enable or disable tracing of GL
42 Application-side implementation of these features raises namespace
44 "chain of responsibility" pattern (aka "composable piepline")
60 that facilitate this kind of solution, other operating systems
67 (2) Should the Trace API explicitely support the notion of "frames?
79 be out of th
[all...]
/external/valgrind/memcheck/tests/
H A Derr_disable_arange1.stderr.exp4 Invalid write of size 4
6 Address 0x........ is 492 bytes inside a block of size 4,000 free'd
25 Invalid write of size 4
27 Address 0x........ is 3,156 bytes inside a block of size 4,000 free'd
35 Exiting. Expect warnings of 2 remaining ranges.
39 WARNING: possibly as a result of some mistake in the use of the
H A Dmalloc2.stderr.exp1 Invalid write of size 1
3 Address 0x........ is 0 bytes inside a block of size 772 free'd
13 Address 0x........ is 0 bytes inside a block of size 772 free'd
H A Dmempool.stderr.exp1 Invalid write of size 1
4 Address 0x........ is 1 bytes before a block of size 10 client-defined
9 Invalid write of size 1
12 Address 0x........ is 0 bytes after a block of size 10 client-defined
17 Invalid write of size 1
20 Address 0x........ is 70 bytes inside a block of size 100,000 alloc'd
26 Invalid write of size 1
29 Address 0x........ is 96 bytes inside a block of size 100,000 alloc'd
35 10 bytes in 1 blocks are definitely lost in loss record ... of ...
40 10 bytes in 1 blocks are definitely lost in loss record ... of
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedSetTest.java6 * You may obtain a copy of the License at
162 @Override protected SortedSet<String> of() { method in class:ImmutableSortedSetTest
163 return ImmutableSortedSet.of();
166 @Override protected SortedSet<String> of(String e) { method in class:ImmutableSortedSetTest
167 return ImmutableSortedSet.of(e);
170 @Override protected SortedSet<String> of(String e1, String e2) { method in class:ImmutableSortedSetTest
171 return ImmutableSortedSet.of(e1, e2);
174 @Override protected SortedSet<String> of(String e1, String e2, String e3) { method in class:ImmutableSortedSetTest
175 return ImmutableSortedSet.of(e1, e2, e3);
178 @Override protected SortedSet<String> of( method in class:ImmutableSortedSetTest
183 @Override protected SortedSet<String> of( method in class:ImmutableSortedSetTest
188 @Override protected SortedSet<String> of(String e1, String e2, String e3, method in class:ImmutableSortedSetTest
[all...]
H A DMapsTest.java6 * You may obtain a copy of the License at
115 * number of elements won't cause a rehash.
117 * As of jdk7u40, HashMap has an empty-map optimization. The argument to
383 Map<Integer, String> left = ImmutableMap.of(
385 Map<Integer, String> right = ImmutableMap.of(
390 assertEquals(ImmutableMap.of(2, "b", 4, "d"), diff1.entriesOnlyOnLeft());
391 assertEquals(ImmutableMap.of(6, "z"), diff1.entriesOnlyOnRight());
392 assertEquals(ImmutableMap.of(1, "a"), diff1.entriesInCommon());
393 assertEquals(ImmutableMap.of(3,
402 assertEquals(ImmutableMap.of(
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp4 int* j = false; // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
6 void foo(int* i, int *j=(false)) // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
8 foo(false); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
12 foo(false == true); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
13 foo((42 + 24) < 32); // expected-warning{{initialization of pointer of typ
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DForwardingCacheTest.java6 * You may obtain a copy of the License at
64 expect(mock.getAllPresent(ImmutableList.of("key")))
65 .andReturn(ImmutableMap.of("key", Boolean.TRUE));
67 assertEquals(ImmutableMap.of("key", Boolean.TRUE),
68 forward.getAllPresent(ImmutableList.of("key")));
80 mock.invalidateAll(ImmutableList.of("key"));
82 forward.invalidateAll(ImmutableList.of("key"));
/external/libpng/contrib/examples/
H A Diccfrompng.c9 * example of a program that extracts information from the header of a PNG file
13 * information in the section of the file that preceeds the image data.
18 * To use supply a list of PNG files containing iCCP chunks, the chunks will be
119 FILE *of; local
124 of = fopen(output, "wb");
125 if (of != NULL)
127 if (fwrite(profile, proflen, 1, of) == 1 &&
128 fflush(of) == 0 &&
129 fclose(of)
[all...]
/external/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.mli5 * This file is distributed under the University of Illinois Open Source
15 exception Error of string
19 raises [Error msg] otherwise, where [msg] is a description of the error
/external/swiftshader/third_party/LLVM/bindings/ocaml/target/
H A Dllvm_target.mli5 * This file is distributed under the University of Illinois Open Source
29 Does not take ownership of the target data.
34 (** [as_string td] is the string representation of the target data [td].
43 (** Returns the byte order of a target, either LLVMBigEndian or
56 (** Computes the size of a type in bytes for a target.
61 (** Computes the storage size of a type in bytes for a target.
65 (** Computes the ABI size of a type in bytes for a target.
69 (** Computes the ABI alignment of a type in bytes for a target.
73 (** Computes the call frame alignment of a type in bytes for a target.
77 (** Computes the preferred alignment of
[all...]
/external/valgrind/helgrind/tests/
H A Dfree_is_write.stderr.exp16 Possible data race during write of size 1 at 0x........ by thread #x
23 This conflicts with a previous read of size 1 by thread #x
26 Address 0x........ is 5 bytes inside an unallocated block of size 16 in arena "client"
H A Dtc19_shadowmem.stderr.exp28 Possible data race during write of size 1 at 0x........ by thread #x
35 This conflicts with a previous write of size 1 by thread #x
41 Address 0x........ is 0 bytes inside a block of size 100 alloc'd
63 Possible data race during write of size 1 at 0x........ by thread #x
70 This conflicts with a previous write of size 1 by thread #x
76 Address 0x........ is 1 bytes inside a block of size 100 alloc'd
98 Possible data race during write of size 1 at 0x........ by thread #x
105 This conflicts with a previous write of size 1 by thread #x
111 Address 0x........ is 2 bytes inside a block of size 100 alloc'd
133 Possible data race during write of siz
[all...]
/external/ImageMagick/www/api/
H A Dblob.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 BlobToImage method is:</p>
68 <p>A description of each parameter follows:</p>
80 <dd>the address of a character stream in one of the image formats understood by ImageMagick. </dd>
84 <dd>This size_t integer reflects the length in bytes of the blob. </dd>
94 <p>FileToImage() write the contents of a file to an image.</p>
96 <p>The format of the FileToImage method is:</p>
102 <p>A description of each parameter follows:</p>
122 <p>The format of th
[all...]
H A Dresource.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>AcquireMagickResource() acquires resources of the specified type. MagickFalse is returned if the specified resource is exhausted otherwise MagickTrue.</p>
61 <p>The format of the AcquireMagickResource() method is:</p>
68 <p>A description of each parameter follows:</p>
76 <dd>the type of resource. </dd>
80 <dd>the number of bytes needed from for this resource. </dd>
88 <p>The format of the AcquireUniqueFileResource() method is:</p>
94 <p>A description of each parameter follows:</p>
102 <dd> Specifies a pointer to an array of characters. The unique path name is returned in this array. </dd>
110 <p>The format of th
[all...]
H A Dpixel-iterator.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 ClearPixelIterator method is:</p>
67 <p>A description of each parameter follows:</p>
81 <p>ClonePixelIterator() makes an exact copy of the specified iterator.</p>
83 <p>The format of the ClonePixelIterator method is:</p>
89 <p>A description of each parameter follows:</p>
105 <p>The format of the DestroyPixelIterator method is:</p>
111 <p>A description of each parameter follows:</p>
127 <p>The format of the IsPixelIterator method is:</p>
133 <p>A description of eac
[all...]
H A Dmorphology.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>AcquireKernelInfo() takes the given string (generally supplied by the user) and converts it into a Morphology/Convolution Kernel. This allows users to specify a kernel from a number of pre-defined kernels, or to fully specify their own kernel for a specific Convolution or Morphology Operation.</p>
61 <p>The kernel so generated can be any rectangular array of floating point values (doubles) with the 'control point' or 'pixel being affected' anywhere within that array of values.</p>
63 <p>Previously IM was restricted to a square of odd size using the exact center as origin, this is no longer the case, and any rectangular kernel with any value being declared the origin. This in turn allows the use of highly asymmetrical kernels.</p>
65 <p>The floating point values in the kernel can also include a special value known as 'nan' or 'not a number' to indicate that this value is not part of the kernel array. This allows you to shaped the kernel within its rectangular area. That is 'nan' values provide a 'mask' for the kernel shape. However at least one non-nan value must be provided for correct working of a kernel.</p>
69 <p>Input kernel defintion strings can consist of any of thre
[all...]
H A Ddrawing-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 ClearDrawingWand method is:</p>
67 <p>A description of each parameter follows:</p>
81 <p>CloneDrawingWand() makes an exact copy of the specified wand.</p>
83 <p>The format of the CloneDrawingWand method is:</p>
89 <p>A description of each parameter follows:</p>
105 <p>The format of the DestroyDrawingWand method is:</p>
111 <p>A description of each parameter follows:</p>
127 <p>The format of the DrawAffine method is:</p>
133 <p>A description of eac
[all...]
/external/valgrind/memcheck/tests/amd64/
H A Dsh-mem-vec256-plo-no.stderr.exp28 Invalid read of size 32
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 32
49 Address 0x........ is 79,969 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
64 Invalid read of size 32
66 Address 0x........ is 0 bytes inside a block of siz
[all...]
/external/libvorbis/doc/
H A D06-floor0.tex10 smooth spectral envelope curve as the frequency response of the LSP
20 Floor zero configuration consists of six integer fields and a list of
26 Configuration information for instances of floor zero decodes from the
31 1) [floor0_order] = read an unsigned integer of 8 bits
32 2) [floor0_rate] = read an unsigned integer of 16 bits
33 3) [floor0_bark_map_size] = read an unsigned integer of 16 bits
34 4) [floor0_amplitude_bits] = read an unsigned integer of six bits
35 5) [floor0_amplitude_offset] = read an unsigned integer of eight bits
36 6) [floor0_number_of_books] = read an unsigned integer of fou
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
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
45 public static <E> ImmutableSet<E> of() { method in class:ImmutableSet
49 public static <E> ImmutableSet<E> of(E element) { method in class:ImmutableSet
54 public static <E> ImmutableSet<E> of(E e1, E e2) { method in class:ImmutableSet
59 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { method in class:ImmutableSet
64 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { method in class:ImmutableSet
69 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { method in class:ImmutableSet
74 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { method in class:ImmutableSet
86 return of();
[all...]
/external/guava/guava-tests/test/com/google/common/reflect/
H A DMutableTypeToInstanceMapTest.java6 * You may obtain a copy of the License at
39 * Unit test of {@link MutableTypeToInstanceMap}.
97 map.put(TypeToken.of(Integer.class), new Integer(5));
104 map.putAll(ImmutableMap.of(TypeToken.of(Integer.class), new Integer(5)));
111 assertEquals(TypeToken.of(String.class), map.entrySet().iterator().next().getKey());
123 assertEquals(TypeToken.of(String.class), entry.getKey());
135 assertEquals(TypeToken.of(String.class), entry.getKey());
151 assertEquals(7, (int) map.getInstance(TypeToken.of(Integer.class)));
192 map.putInstance(type, ImmutableList.of(
[all...]
/external/guava/guava-testlib/src/com/google/common/testing/
H A DArbitraryInstances.java6 * You may obtain a copy of the License at
151 * Supplies an arbitrary "default" instance for a wide range of types, often useful in testing
158 * exposes at least one public static final constant of the same type, one of the constants will be
237 .put(Iterator.class, ImmutableSet.of().iterator())
239 .put(ListIterator.class, ImmutableList.of().listIterator())
240 .put(Iterable.class, ImmutableSet.of())
241 .put(Collection.class, ImmutableList.of())
242 .put(ImmutableCollection.class, ImmutableList.of())
243 .put(List.class, ImmutableList.of())
[all...]
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl4 # 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 client
[all...]

Completed in 3235 milliseconds

1234567891011>>