Searched refs:of (Results 51 - 75 of 2387) sorted by relevance

1234567891011>>

/external/llvm/test/MC/Mips/
H A Dmips-diagnostic-fixup.s3 # CHECK: LLVM ERROR: out of range PC16 fixup
7 .space 131072 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
H A Dmicromips-bad-branches.s5 # CHECK: error: branch target out of range
9 # CHECK: error: branch target out of range
14 # CHECK: error: branch target out of range
18 # CHECK: error: branch target out of range
23 # CHECK: error: branch target out of range
27 # CHECK: error: branch target out of range
32 # CHECK: error: branch target out of range
36 # CHECK: error: branch target out of range
41 # CHECK: error: branch target out of range
45 # CHECK: error: branch target out of rang
[all...]
/external/valgrind/main/memcheck/tests/
H A Drealloc3.stderr.exp1 Invalid read of size 4
3 Address 0x........ is 15 bytes after a block of size 5 alloc'd
7 Invalid read of size 4
9 Address 0x........ is 15 bytes after a block of size 5 alloc'd
13 Invalid read of size 4
15 Address 0x........ is 15 bytes after a block of size 5 alloc'd
H A Dexitprog.stderr.exp1 Invalid write of size 1
3 Address 0x........ is 0 bytes after a block of size 1,000,000 alloc'd
H A Dinline.stderr.exp1 Invalid read of size 4
4 Address 0x........ is 0 bytes after a block of size 40 alloc'd
H A Dmetadata.stdout.exp1 result of GET is 1 (1 for success)
12 result of SET is 1 (1 for success)
H A Dbadaddrvalue.stderr.exp1 Invalid write of size 1
3 Address 0x........ is 1 bytes before a block of size 8 alloc'd
7 Invalid read of size 1
9 Address 0x........ is 1 bytes before a block of size 8 alloc'd
H A Dclireq_nofill.stderr.exp1 Invalid read of size 1
3 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
7 Invalid read of size 1
9 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
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
18 WARNING: possibly as a result of some mistake in the use
19 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
H A Dbadrw.stderr.exp1 Invalid read of size 4
3 Address 0x........ is 4 bytes before a block of size 10 alloc'd
7 Invalid write of size 4
9 Address 0x........ is 4 bytes before a block of size 10 alloc'd
13 Invalid read of size 2
15 Address 0x........ is 4 bytes before a block of size 10 alloc'd
19 Invalid write of size 2
21 Address 0x........ is 4 bytes before a block of size 10 alloc'd
25 Invalid read of size 1
27 Address 0x........ is 1 bytes before a block of siz
[all...]
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
8 Invalid read of size 1
10 Address 0x........ is 1,000 bytes inside a block of size 900,000 free'd
14 Invalid read of size 1
16 Address 0x........ is 2,000 bytes inside an unallocated block of size 1,000,016 in arena "client"
18 Invalid read of size 1
20 Address 0x........ is 2,000 bytes inside a block of size 900,000 free'd
24 Invalid read of size 1
26 Address 0x........ is 10 bytes inside a block of siz
[all...]
H A Dcustom_alloc.stderr.exp1 Invalid write of size 4
3 Address 0x........ is 0 bytes after a block of size 40 alloc'd
7 Invalid write of size 4
9 Address 0x........ is 0 bytes after a block of size 20 alloc'd
16 Invalid write of size 4
18 Address 0x........ is 0 bytes after a block of size 28 alloc'd
24 Address 0x........ is 4 bytes inside a block of size 28 alloc'd
36 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
40 Invalid read of size 4
42 Address 0x........ is 0 bytes inside a block of siz
[all...]
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
22 Invalid write of size 4
24 Address 0x........ is 3,156 bytes inside a block of size 4,000 free'd
29 Exiting. Expect warnings of 2 remaining ranges.
33 WARNING: possibly as a result of some mistake in the use of the
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspaceanal.tcl8 # Get the name of the database to analyze
46 name clob, -- Name of a table or index in the database file
47 tblname clob, -- Name of associated table
49 nentry int, -- Number of entries in the BTree
50 leaf_entries int, -- Number of leaf entries
51 payload int, -- Total amount of data stored in this table or index
52 ovfl_payload int, -- Total amount of data stored on overflow pages
53 ovfl_cnt int, -- Number of entries that use overflow
55 int_pages int, -- Number of interior pages used
56 leaf_pages int, -- Number of lea
[all...]
/external/llvm/autoconf/m4/
H A Dconfig_project.m46 AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),
10 AS_HELP_STRING([--with-llvmobj],[Location of LLVM Object Code]),
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableTable.java6 * You may obtain a copy of the License at
29 * An empty implementation of {@link ImmutableTable}.
69 return ImmutableSet.of();
74 return ImmutableMap.of();
78 return ImmutableSet.of();
82 return ImmutableMap.of();
104 return ImmutableMap.of();
108 return ImmutableSet.of();
112 return ImmutableMap.of();
120 return ImmutableSet.of();
[all...]
H A DImmutableSortedMultisetFauxverideShim.java5 * in compliance with the License. You may obtain a copy of the License at
38 * consumers of {@code ImmutableSortedMultiset}.
54 * @deprecated <b>Pass a parameter of type {@code Comparable} to use
55 * {@link ImmutableSortedMultiset#of(Comparable)}.</b>
58 public static <E> ImmutableSortedMultiset<E> of(E element) { method in class:ImmutableSortedMultisetFauxverideShim
68 * @deprecated <b>Pass the parameters of type {@code Comparable} to use
69 * {@link ImmutableSortedMultiset#of(Comparable, Comparable)}.</b>
72 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { method in class:ImmutableSortedMultisetFauxverideShim
82 * @deprecated <b>Pass the parameters of type {@code Comparable} to use
83 * {@link ImmutableSortedMultiset#of(Comparabl
86 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { method in class:ImmutableSortedMultisetFauxverideShim
100 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { method in class:ImmutableSortedMultisetFauxverideShim
115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { method in class:ImmutableSortedMultisetFauxverideShim
130 public static <E> ImmutableSortedMultiset<E> of( method in class:ImmutableSortedMultisetFauxverideShim
[all...]
H A DImmutableSortedSetFauxverideShim.java6 * You may obtain a copy of the License at
42 * {@link ImmutableSet#builder} from consumers of {@code ImmutableSortedSet}.
58 * @deprecated <b>Pass a parameter of type {@code Comparable} to use {@link
59 * ImmutableSortedSet#of(Comparable)}.</b>
61 @Deprecated public static <E> ImmutableSortedSet<E> of(E element) { method in class:ImmutableSortedSetFauxverideShim
71 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
72 * ImmutableSortedSet#of(Comparable, Comparable)}.</b>
74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { method in class:ImmutableSortedSetFauxverideShim
84 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
85 * ImmutableSortedSet#of(Comparabl
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { method in class:ImmutableSortedSetFauxverideShim
101 @Deprecated public static <E> ImmutableSortedSet<E> of( method in class:ImmutableSortedSetFauxverideShim
116 @Deprecated public static <E> ImmutableSortedSet<E> of( method in class:ImmutableSortedSetFauxverideShim
131 @Deprecated public static <E> ImmutableSortedSet<E> of( method in class:ImmutableSortedSetFauxverideShim
[all...]
/external/libcxx/test/diagnostics/std.exceptions/out.of.range/
H A DAndroid.mk6 # You may obtain a copy of the License at
17 test_makefile := external/libcxx/test/diagnostics/std.exceptions/out.of.range/Android.mk
19 test_name := diagnostics/std.exceptions/out.of.range/out_of_range
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dltversion.m414 # This file is part of GNU Libtool
22 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
/external/chromium_org/third_party/npapi/npspy/common/
H A Dutils.cpp5 * The contents of this file are subject to the Mozilla Public License Version
7 * the License. You may obtain a copy of the License at
17 * The Initial Developer of the Original Code is
24 * Alternatively, the contents of this file may be used under the terms of
27 * in which case the provisions of the GPL or the LGPL are applicable instead
28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of eithe
45 OFSTRUCT of; local
69 OFSTRUCT of; local
80 OFSTRUCT of; local
[all...]
/external/qemu/target-i386/
H A Dcc_helper_template.h7 * modify it under the terms of the GNU Lesser General Public
9 * version 2 of the License, or (at your option) any later version.
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * You should have received a copy of the GNU Lesser General Public
57 int cf, pf, af, zf, sf, of; local
66 of = lshift((src1 ^ src2 ^ -1) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O;
67 return cf | pf | af | zf | sf | of;
81 int cf, pf, af, zf, sf, of;
90 of = lshift((src1 ^ src2 ^ -1) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O;
91 return cf | pf | af | zf | sf | of;
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractImmutableSetTest.java6 * You may obtain a copy of the License at
47 protected abstract Set<String> of(); method in class:AbstractImmutableSetTest
48 protected abstract Set<String> of(String e); method in class:AbstractImmutableSetTest
49 protected abstract Set<String> of(String e1, String e2); method in class:AbstractImmutableSetTest
50 protected abstract Set<String> of(String e1, String e2, String e3); method in class:AbstractImmutableSetTest
51 protected abstract Set<String> of(String e1, String e2, String e3, String e4); method in class:AbstractImmutableSetTest
52 protected abstract Set<String> of(String e1, String e2, String e3, String e4, method in class:AbstractImmutableSetTest
54 protected abstract Set<String> of(String e1, String e2, String e3, String e4, method in class:AbstractImmutableSetTest
62 Set<String> set = of();
64 assertSame(of(), se
[all...]
/external/libpng/scripts/
H A Dchecksym.awk2 # Check a list of symbols against the master definition
8 # the value of the awk variable "of" (which can be changed on the
25 of="symbols.new" # default to a fixed name
30 # has definition lines (others are ignored) of the form:
117 print ";Version INSERT-VERSION-HERE" >of
118 print ";--------------------------------------------------------------" >of
119 print "; LIBPNG symbol list as a Win32 DEF file" >of
120 print "; Contains all the symbols that can be exported from libpng" >of
121 print ";--------------------------------------------------------------" >of
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssSchema.java8 // Redistributions of source code must retain the above copyright
9 // notice, this list of conditions and the following disclaimer.
11 // notice, this list of conditions and the following disclaimer in the
13 // Neither the name of the OWASP nor the names of its contributors may
42 /** Describes the kinds of tokens a CSS property's value can safely contain. */
47 /** A bitfield of BIT_* constants describing groups of allowed tokens. */
74 0, ImmutableSet.<String>of(), ImmutableMap.<String, String>of());
[all...]

Completed in 1838 milliseconds

1234567891011>>