/external/valgrind/memcheck/tests/ |
D | err_disable4.stderr.exp | 5 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/ |
D | sitofp.ll | 8 ; 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 20 {{.*}} sitofp [all …]
|
D | uitofp.ll | 9 ; 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 20 {{.*}} uitofp [all …]
|
D | cast.ll | 11 ;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 …]
|
D | vshift-lshr-cost.ll | 8 ; 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 …]
|
D | vshift-ashr-cost.ll | 8 ; 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 …]
|
D | arith.ll | 9 ;CHECK: cost of 1 {{.*}} add 11 ;CHECK: cost of 4 {{.*}} add 13 ;CHECK: cost of 1 {{.*}} add 15 ;CHECK: cost of 4 {{.*}} add 17 ;CHECK: cost of 8 {{.*}} add 19 ;CHECK: cost of 0 {{.*}} ret 25 ;CHECK: cost of 1 {{.*}} xor 27 ;CHECK: cost of 1 {{.*}} xor 29 ;CHECK: cost of 1 {{.*}} xor 31 ;CHECK: cost of 1 {{.*}} xor [all …]
|
D | vshift-shl-cost.ll | 8 ; 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 …]
|
D | cmp.ll | 10 ;AVX1: cost of 1 {{.*}} fcmp 11 ;AVX2: cost of 1 {{.*}} fcmp 13 ;AVX1: cost of 1 {{.*}} fcmp 14 ;AVX2: cost of 1 {{.*}} fcmp 16 ;AVX1: cost of 1 {{.*}} fcmp 17 ;AVX2: cost of 1 {{.*}} fcmp 19 ;AVX1: cost of 1 {{.*}} fcmp 20 ;AVX2: cost of 1 {{.*}} fcmp 22 ;AVX1: cost of 1 {{.*}} fcmp 23 ;AVX2: cost of 1 {{.*}} fcmp [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
D | ImmutableInstruction.java | 53 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/guice/extensions/servlet/test/com/google/inject/servlet/ |
D | ExtensionSpiTest.java | 80 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/ |
D | TagBalancingHtmlStreamRendererTest.java | 61 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/test/java/org/jf/dexlib2/writer/util/ |
D | TryListBuilderTest.java | 56 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/v8/test/mjsunit/es6/ |
D | array-of.js | 19 check(Array.of()); 20 check(Array.of(0)); 21 check(Array.of(0, 1, 2)); 22 var f = Array.of; 28 var a = Array.of(); 31 a = Array.of(undefined, null, 3.14, []); 36 assertEquals(Array.of.apply(null, a), a); 41 assertEquals(Array.of(undefined), [undefined]); 42 assertEquals(Array.of(undefined, undefined), [undefined, undefined]); 43 assertEquals(Array.of.apply(null, [,,undefined]), [undefined, undefined, undefined]); [all …]
|
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/ |
D | DefaultDeflateCompatibilityWindow.java | 82 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/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-GB/ |
D | en-GB_kh0_kpdf_phs.utf | 16 ! line entries are of the following types 21 ! line_spec : line specification : 'key' = 'number of following values' , 'data type' + '! option… 36 numvectors = 1 , uint16 ; !specification for total number of vectors in the pdf file 2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2613 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2687 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2690 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2693 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2696 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2699 n_comps = 1 , uint8 ; !specification for phase sub table number of components [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/es-ES/ |
D | es-ES_zl0_kpdf_phs.utf | 16 ! line entries are of the following types 21 ! line_spec : line specification : 'key' = 'number of following values' , 'data type' + '! option… 36 numvectors = 1 , uint16 ; !specification for total number of vectors in the pdf file 2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2584 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2587 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2661 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2664 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2738 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2741 n_comps = 1 , uint8 ; !specification for phase sub table number of components [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/it-IT/ |
D | it-IT_cm0_kpdf_phs.utf | 16 ! line entries are of the following types 21 ! line_spec : line specification : 'key' = 'number of following values' , 'data type' + '! option… 36 numvectors = 1 , uint16 ; !specification for total number of vectors in the pdf file 2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2589 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2592 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2666 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2720 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2770 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2844 n_comps = 1 , uint8 ; !specification for phase sub table number of components [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/de-DE/ |
D | de-DE_gl0_kpdf_phs.utf | 16 ! line entries are of the following types 21 ! line_spec : line specification : 'key' = 'number of following values' , 'data type' + '! option… 36 numvectors = 1 , uint16 ; !specification for total number of vectors in the pdf file 2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2603 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2606 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2680 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2683 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2757 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2760 n_comps = 1 , uint8 ; !specification for phase sub table number of components [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/fr-FR/ |
D | fr-FR_nk0_kpdf_phs.utf | 16 ! line entries are of the following types 21 ! line_spec : line specification : 'key' = 'number of following values' , 'data type' + '! option… 36 numvectors = 1 , uint16 ; !specification for total number of vectors in the pdf file 2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2542 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2545 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2619 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2693 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2696 n_comps = 1 , uint8 ; !specification for phase sub table number of components 2699 n_comps = 1 , uint8 ; !specification for phase sub table number of components [all …]
|
/external/jetty/src/resources/org/eclipse/jetty/server/handler/jmx/ |
D | StatisticsHandler-mbean.properties | 4 requests: Number of requests since statsReset() called. 5 requestsActive: Number of requests currently active since statsReset() called. 6 requestsActiveMax: Maximum number of active requests since statsReset() called. 7 requestTimeMax: Maximum time in milliseconds of request handling since statsReset() called. 8 requestTimeTotal: Total time in milliseconds of all request handling since statsReset() called. 9 requestTimeMean: Mean of time in milliseconds of request handling since statsReset() called. 10 requestTimeStdDev: Standard deviation of time in milliseconds of request handling since statsReset(… 11 dispatched: Number of dispatches since statsReset() called. 12 dispatchedActive: Number of dispatches currently active since statsReset() called. 13 dispatchedActiveMax: Maximum number of active dispatches since statsReset() called. [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-US/ |
D | en-US_lh0_kpdf_phs.utf | 16 ! line entries are of the following types 21 ! line_spec : line specification : 'key' = 'number of following values' , 'data type' + '! option… 36 numvectors = 1 , uint16 ; !specification for total number of vectors in the pdf file 3239 n_comps = 1 , uint8 ; !specification for phase sub table number of components 3242 n_comps = 1 , uint8 ; !specification for phase sub table number of components 3316 n_comps = 1 , uint8 ; !specification for phase sub table number of components 3380 n_comps = 1 , uint8 ; !specification for phase sub table number of components 3383 n_comps = 1 , uint8 ; !specification for phase sub table number of components 3386 n_comps = 1 , uint8 ; !specification for phase sub table number of components 3440 n_comps = 1 , uint8 ; !specification for phase sub table number of components [all …]
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | OptionalTest.java | 47 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/ |
D | OptionalTest.java | 44 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/ |
D | TypeTokenTest.java | 83 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 …]
|