Home
last modified time | relevance | path

Searched refs:of (Results 1 – 25 of 11261) sorted by relevance

12345678910>>...451

/external/valgrind/memcheck/tests/
Derr_disable4.stderr.exp5 WARNING: possibly as a result of some mistake in the use
6 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
8 WARNING: possibly as a result of some mistake in the use
9 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
11 WARNING: possibly as a result of some mistake in the use
12 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
14 WARNING: possibly as a result of some mistake in the use
15 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
17 WARNING: possibly as a result of some mistake in the use
18 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
[all …]
/external/llvm/test/Analysis/CostModel/X86/
Darith.ll11 ; SSSE3: cost of 1 {{.*}} %A = add
12 ; SSE42: cost of 1 {{.*}} %A = add
13 ; AVX: cost of 1 {{.*}} %A = add
14 ; AVX2: cost of 1 {{.*}} %A = add
16 ; SSSE3: cost of 2 {{.*}} %B = add
17 ; SSE42: cost of 2 {{.*}} %B = add
18 ; AVX: cost of 4 {{.*}} %B = add
19 ; AVX2: cost of 1 {{.*}} %B = add
21 ; SSSE3: cost of 1 {{.*}} %C = add
22 ; SSE42: cost of 1 {{.*}} %C = add
[all …]
Dcmp.ll15 ;SSE2: cost of 3 {{.*}} fcmp
16 ;SSE3: cost of 3 {{.*}} fcmp
17 ;SSSE3: cost of 3 {{.*}} fcmp
18 ;SSE41: cost of 3 {{.*}} fcmp
19 ;SSE42: cost of 1 {{.*}} fcmp
20 ;AVX: cost of 1 {{.*}} fcmp
23 ;SSE2: cost of 7 {{.*}} fcmp
24 ;SSE3: cost of 7 {{.*}} fcmp
25 ;SSSE3: cost of 7 {{.*}} fcmp
26 ;SSE41: cost of 7 {{.*}} fcmp
[all …]
Dsitofp.ll8 ; SSE2: cost of 20 {{.*}} sitofp
11 ; AVX1: cost of 4 {{.*}} sitofp
14 ; AVX2: cost of 4 {{.*}} sitofp
17 ; AVX512F: cost of 4 {{.*}} sitofp
24 ; SSE2: cost of 40 {{.*}} sitofp
27 ; AVX1: cost of 3 {{.*}} sitofp
30 ; AVX2: cost of 3 {{.*}} sitofp
33 ; AVX512F: cost of 3 {{.*}} sitofp
40 ; SSE2: cost of 80 {{.*}} sitofp
43 ; AVX1: cost of 7 {{.*}} sitofp
[all …]
Duitofp.ll9 ; SSE2: cost of 20 {{.*}} uitofp
12 ; AVX1: cost of 4 {{.*}} uitofp
15 ; AVX2: cost of 4 {{.*}} uitofp
18 ; AVX512F: cost of 2 {{.*}} uitofp
25 ; SSE2: cost of 40 {{.*}} uitofp
28 ; AVX1: cost of 2 {{.*}} uitofp
31 ; AVX2: cost of 2 {{.*}} uitofp
34 ; AVX512F: cost of 2 {{.*}} uitofp
41 ; SSE2: cost of 80 {{.*}} uitofp
44 ; AVX1: cost of 5 {{.*}} uitofp
[all …]
Dcast.ll11 ;CHECK: cost of 1 {{.*}} zext
13 ;CHECK: cost of 2 {{.*}} sext
15 ;CHECK: cost of 0 {{.*}} trunc
19 ;CHECK-NOT: cost of 1 {{.*}} zext
21 ;CHECK-NOT: cost of 2 {{.*}} sext
23 ;CHECK-NOT: cost of 2 {{.*}} trunc
28 ;CHECK: cost of 1 {{.*}} zext
30 ;CHECK: cost of 0 {{.*}} trunc
33 ;CHECK: cost of 0 {{.*}} ret
40 ;CHECK-AVX2: cost of 3 {{.*}} zext
[all …]
Dvshift-lshr-cost.ll8 ; Verify the cost of vector logical shift right instructions.
16 ; SSE2: Found an estimated cost of 4 for instruction: %shift
17 ; SSE41: Found an estimated cost of 4 for instruction: %shift
18 ; AVX: Found an estimated cost of 4 for instruction: %shift
19 ; AVX2: Found an estimated cost of 1 for instruction: %shift
20 ; XOPAVX: Found an estimated cost of 2 for instruction: %shift
21 ; XOPAVX2: Found an estimated cost of 1 for instruction: %shift
28 ; SSE2: Found an estimated cost of 8 for instruction: %shift
29 ; SSE41: Found an estimated cost of 8 for instruction: %shift
30 ; AVX: Found an estimated cost of 8 for instruction: %shift
[all …]
Dvshift-ashr-cost.ll8 ; Verify the cost of vector arithmetic shift right instructions.
16 ; SSE2: Found an estimated cost of 12 for instruction: %shift
17 ; SSE41: Found an estimated cost of 12 for instruction: %shift
18 ; AVX: Found an estimated cost of 12 for instruction: %shift
19 ; AVX2: Found an estimated cost of 4 for instruction: %shift
20 ; XOP: Found an estimated cost of 2 for instruction: %shift
27 ; SSE2: Found an estimated cost of 24 for instruction: %shift
28 ; SSE41: Found an estimated cost of 24 for instruction: %shift
29 ; AVX: Found an estimated cost of 24 for instruction: %shift
30 ; AVX2: Found an estimated cost of 4 for instruction: %shift
[all …]
Dvshift-shl-cost.ll8 ; Verify the cost of vector shift left instructions.
17 ; SSE2: Found an estimated cost of 4 for instruction: %shift
18 ; SSE41: Found an estimated cost of 4 for instruction: %shift
19 ; AVX: Found an estimated cost of 4 for instruction: %shift
20 ; AVX2: Found an estimated cost of 1 for instruction: %shift
21 ; XOPAVX: Found an estimated cost of 1 for instruction: %shift
22 ; XOPAVX2: Found an estimated cost of 1 for instruction: %shift
29 ; SSE2: Found an estimated cost of 8 for instruction: %shift
30 ; SSE41: Found an estimated cost of 8 for instruction: %shift
31 ; AVX: Found an estimated cost of 8 for instruction: %shift
[all …]
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DExtensionSpiTest.java80 List<Params> expected = ImmutableList.of( in validateVisitor()
81 new Params("/class", Key.get(DummyFilterImpl.class), ImmutableMap.of(), SERVLET), in validateVisitor()
82 new Params("/class/2", Key.get(DummyFilterImpl.class), ImmutableMap.of(), SERVLET), in validateVisitor()
83 …new Params("/key", Key.get(DummyFilterImpl.class, Names.named("foo")), ImmutableMap.of(), SERVLET), in validateVisitor()
84 …new Params("/key/2", Key.get(DummyFilterImpl.class, Names.named("foo")), ImmutableMap.of(), SERVLE… in validateVisitor()
85 new Params("/instance", dummyFilter1, ImmutableMap.of(), SERVLET), in validateVisitor()
86 new Params("/instance/2", dummyFilter1, ImmutableMap.of(), SERVLET), in validateVisitor()
87 …new Params("/class/keyvalues", Key.get(DummyFilterImpl.class), ImmutableMap.of("key", "value"), SE… in validateVisitor()
88 …new Params("/class/keyvalues/2", Key.get(DummyFilterImpl.class), ImmutableMap.of("key", "value"), … in validateVisitor()
89 …yvalues", Key.get(DummyFilterImpl.class, Names.named("foo")), ImmutableMap.of("key", "value"), SER… in validateVisitor()
[all …]
/external/owasp/sanitizer/src/tests/org/owasp/html/
DTagBalancingHtmlStreamRendererTest.java61 balancer.openTag("html", ImmutableList.<String>of()); in testTagBalancing()
62 balancer.openTag("head", ImmutableList.<String>of()); in testTagBalancing()
63 balancer.openTag("title", ImmutableList.<String>of()); in testTagBalancing()
68 balancer.openTag("body", ImmutableList.<String>of()); in testTagBalancing()
69 balancer.openTag("p", ImmutableList.of("id", "p'0")); in testTagBalancing()
71 balancer.openTag("Br", ImmutableList.<String>of()); in testTagBalancing()
86 balancer.openTag("i", ImmutableList.<String>of()); in testTagSoupIronedOut()
88 balancer.openTag("b", ImmutableList.<String>of()); in testTagSoupIronedOut()
102 balancer.openTag("ul", ImmutableList.<String>of()); in testListInListDirectly()
103 balancer.openTag("li", ImmutableList.<String>of()); in testListInListDirectly()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction.java53 public static ImmutableInstruction of(Instruction instruction) { in of() method in ImmutableInstruction
60 return ImmutableInstruction10t.of((Instruction10t)instruction); in of()
63 return ImmutableUnknownInstruction.of((UnknownInstruction)instruction); in of()
65 return ImmutableInstruction10x.of((Instruction10x)instruction); in of()
67 return ImmutableInstruction11n.of((Instruction11n)instruction); in of()
69 return ImmutableInstruction11x.of((Instruction11x)instruction); in of()
71 return ImmutableInstruction12x.of((Instruction12x)instruction); in of()
73 return ImmutableInstruction20bc.of((Instruction20bc)instruction); in of()
75 return ImmutableInstruction20t.of((Instruction20t)instruction); in of()
77 return ImmutableInstruction21c.of((Instruction21c)instruction); in of()
[all …]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/util/
DTryListBuilderTest.java56 List<? extends TryBlock> expected = ImmutableList.of(new ImmutableTryBlock(0, 10, in testSingleCatchAll_Beginning()
57 ImmutableList.of(new ImmutableExceptionHandler(null, 5)))); in testSingleCatchAll_Beginning()
70 List<? extends TryBlock> expected = ImmutableList.of(new ImmutableTryBlock(5, 5, in testSingleCatchAll_Middle()
71 ImmutableList.of(new ImmutableExceptionHandler(null, 15)))); in testSingleCatchAll_Middle()
84 List<? extends TryBlock> expected = ImmutableList.of(new ImmutableTryBlock(0, 10, in testSingleCatch_Beginning()
85 ImmutableList.of(new ImmutableExceptionHandler("Ljava/lang/Exception;", 5)))); in testSingleCatch_Beginning()
98 List<? extends TryBlock> expected = ImmutableList.of(new ImmutableTryBlock(5, 5, in testSingleCatch_Middle()
99 ImmutableList.of(new ImmutableExceptionHandler("Ljava/lang/Exception;", 15)))); in testSingleCatch_Middle()
113 List<? extends TryBlock> expected = ImmutableList.of( in testOverlap_End_After()
115 ImmutableList.of(new ImmutableExceptionHandler("LException1;", 5))), in testOverlap_End_After()
[all …]
/external/llvm/test/CodeGen/X86/
Dwineh-coreclr.ll153 ; ^ number of funclets
155 ; ^ offset from L_begin to start of 1st funclet
157 ; ^ offset from L_begin to start of 2nd funclet
159 ; ^ offset from L_begin to start of 3rd funclet
161 ; ^ offset from L_begin to start of 4th funclet
163 ; ^ offset from L_begin to end of last funclet
165 ; ^ number of EH clauses
170 ; ^ offset of start of clause
172 ; ^ offset of end of clause
174 ; ^ offset of start of handler
[all …]
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DDefaultDeflateCompatibilityWindow.java82 JreDeflateParameters.of(1, 0, true), in generateBaseline()
85 JreDeflateParameters.of(2, 0, true), in generateBaseline()
88 JreDeflateParameters.of(3, 0, true), in generateBaseline()
91 JreDeflateParameters.of(4, 0, true), in generateBaseline()
94 JreDeflateParameters.of(5, 0, true), in generateBaseline()
97 JreDeflateParameters.of(6, 0, true), in generateBaseline()
100 JreDeflateParameters.of(7, 0, true), in generateBaseline()
103 JreDeflateParameters.of(8, 0, true), in generateBaseline()
106 JreDeflateParameters.of(9, 0, true), in generateBaseline()
109 JreDeflateParameters.of(1, 1, true), in generateBaseline()
[all …]
/external/strace/
DNEWS11 * Implemented decoding of netlink descriptor attributes as file descriptors.
12 * Implemented decoding of hugetlb page size selection flags.
13 * Implemented decoding of BPF_PROG_TEST_RUN, BPF_PROG_GET_NEXT_ID,
15 and BPF_OBJ_GET_INFO_BY_FD commands of bpf syscall.
16 * Enhanced decoding of get_thread_area, memfd_create, modify_ldt,
20 * Implemented decoding of KVM_* and DM_LIST_DEVICES ioctl commands.
21 * Implemented decoding of riscv_flush_icache syscall.
22 * Enhanced decoding of getsockopt and setsockopt syscalls for SOL_NETLINK
24 * Enhanced decoding of BPF_MAP_CREATE command of bpf syscall.
26 of mq_getsetattr, mq_notify, mq_timedreceive, and mq_timedsend syscalls
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DOptionalTest.java47 assertEquals("training", Optional.of("training").get()); in testOf()
52 Optional.of(null); in testOf_null()
73 assertTrue(Optional.of("training").isPresent()); in testIsPresent_yes()
86 assertEquals("training", Optional.of("training").get()); in testGet_present()
90 assertEquals("a", Optional.of("a").or("default")); in testOr_T_present()
98 assertEquals("a", Optional.of("a").or(Suppliers.ofInstance("fallback"))); in testOr_supplier_present()
117 assertEquals("a", Optional.of("a").or(nullSupplier)); in testOr_nullSupplier_present()
121 assertEquals(Optional.of("a"), Optional.of("a").or(Optional.of("fallback"))); in testOr_Optional_present()
125 assertEquals(Optional.of("fallback"), Optional.absent().or(Optional.of("fallback"))); in testOr_Optional_absent()
129 assertEquals("a", Optional.of("a").orNull()); in testOrNull_present()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DOptionalTest.java44 assertEquals("training", Optional.of("training").get()); in testOf()
49 Optional.of(null); in testOf_null()
70 assertTrue(Optional.of("training").isPresent()); in testIsPresent_yes()
83 assertEquals("training", Optional.of("training").get()); in testGet_present()
87 assertEquals("a", Optional.of("a").or("default")); in testOr_T_present()
95 assertEquals("a", Optional.of("a").or(Suppliers.ofInstance("fallback"))); in testOr_supplier_present()
114 assertEquals("a", Optional.of("a").or(nullSupplier)); in testOr_nullSupplier_present()
118 assertEquals(Optional.of("a"), Optional.of("a").or(Optional.of("fallback"))); in testOr_Optional_present()
122 assertEquals(Optional.of("fallback"), Optional.absent().or(Optional.of("fallback"))); in testOr_Optional_absent()
126 assertEquals("a", Optional.of("a").orNull()); in testOrNull_present()
[all …]
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java83 TypeToken<List> token = TypeToken.of(List.class); in testGetClass()
88 TypeToken<?> t = TypeToken.of(StringList.class.getGenericInterfaces()[0]); in testGetType()
137 TypeToken<?> f = TypeToken.of(new TypeCapture<F>() {}.capture()); in testResolveType_fromTypeVariable()
148 TypeToken<?> e = TypeToken.of(new TypeCapture<E>() {}.capture()); in testResolveType_fromTypeVariable_onlyDirectBoundsAreUsed()
156 TypeToken<?> wildcardType = TypeToken.of(withWildcardType.getActualTypeArguments()[0]); in testResolveType_fromWildcard()
163 assertThat(types).has().item(TypeToken.of(Object.class)); in testGetTypes_noSuperclass()
167 assertThat(types.classes()).has().item(TypeToken.of(Object.class)); in testGetTypes_noSuperclass()
173 assertThat(types).has().item(TypeToken.of(Interface1.class)); in testGetTypes_fromInterface()
175 assertThat(types.interfaces()).has().item(TypeToken.of(Interface1.class)); in testGetTypes_fromInterface()
182 TypeToken<Integer>.TypeSet types = TypeToken.of(int.class).getTypes(); in testGetTypes_fromPrimitive()
[all …]
/external/turbine/javatests/com/google/turbine/lower/
DLowerSignatureTest.java38 ImmutableList.of( in simple()
40 new ClassSymbol("java/util/List"), ImmutableList.of(), ImmutableList.of()))); in simple()
51 ImmutableList.of( in inner()
54 ImmutableList.of(), in inner()
55 ImmutableList.of()), in inner()
58 ImmutableList.of(), in inner()
59 ImmutableList.of())))))) in inner()
67 ImmutableList.of( in genericEnclosing()
70 ImmutableList.of(Type.ClassTy.OBJECT), in genericEnclosing()
71 ImmutableList.of()), in genericEnclosing()
[all …]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestIntervalSet.java45 IntervalSet s = IntervalSet.of(99); in testSingleElement()
69 IntervalSet s = IntervalSet.of(10,20); in testSimpleAnd()
70 IntervalSet s2 = IntervalSet.of(13,15); in testSimpleAnd()
77 IntervalSet s = IntervalSet.of('a','z'); in testRangeAndIsolatedElement()
78 IntervalSet s2 = IntervalSet.of('d'); in testRangeAndIsolatedElement()
85 IntervalSet s = IntervalSet.of('a','z'); in testEmptyIntersection()
86 IntervalSet s2 = IntervalSet.of('0','9'); in testEmptyIntersection()
93 IntervalSet s = IntervalSet.of('a'); in testEmptyIntersectionSingleElements()
94 IntervalSet s2 = IntervalSet.of('d'); in testEmptyIntersectionSingleElements()
101 IntervalSet vocabulary = IntervalSet.of(1,1000); in testNotSingleElement()
[all …]
/external/libxml2/result/
Dent9.rde21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
61 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
66 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
Dent9.rdr11 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
16 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td5 // This file is distributed under the University of Illinois Open Source
15 "%select{reinterpret_cast|dynamic_cast|cast that performs the conversions of"
18 "cannot cast object of dynamic type %0 to type %1">;
20 "value %0 is outside the range of representable values of type %1">;
23 "shift count %0 >= width of type %1 (%2 bit%s2)">;
24 def note_constexpr_lshift_of_negative : Note<"left shift of negative value %0">;
33 "control reached end of constexpr function">;
37 "cannot construct object of type %0 with virtual base class "
42 "%select{pointer|reference}0 to %select{|subobject of }1"
45 "%select{|sub}0object of type %1 is not initialized">;
[all …]
/external/e2fsprogs/tests/f_badorphan/
Dexpect.18 Inodes that were part of a corrupted orphan linked list found. Fix? yes
10 Inode 13 was part of the orphaned inode list. FIXED.
11 Inode 17 was part of the orphaned inode list. FIXED.
14 Inode 19 was part of the orphaned inode list. FIXED.
15 Inode 22 was part of the orphaned inode list. FIXED.
16 Inode 23 was part of the orphaned inode list. FIXED.
17 Inode 24 was part of the orphaned inode list. FIXED.
18 Inode 25 was part of the orphaned inode list. FIXED.
19 Inode 26 was part of the orphaned inode list. FIXED.
20 Inode 27 was part of the orphaned inode list. FIXED.
[all …]

12345678910>>...451