/external/ImageMagick/PerlMagick/ |
D | MANIFEST | 153 t/reference/cgm/read.miff 154 t/reference/composite/Add.miff 155 t/reference/composite/Atop.miff 156 t/reference/composite/Bumpmap.miff 157 t/reference/composite/Clear.miff 158 t/reference/composite/CopyAlpha.miff 159 t/reference/composite/CopyBlue.miff 160 t/reference/composite/CopyGreen.miff 161 t/reference/composite/Copy.miff 162 t/reference/composite/CopyRed.miff [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/ |
D | ImmutableReferenceFactory.java | 32 package org.jf.dexlib2.immutable.reference; 35 import org.jf.dexlib2.iface.reference.*; 42 public static ImmutableReference of(Reference reference) { in of() argument 43 if (reference instanceof StringReference) { in of() 44 return ImmutableStringReference.of((StringReference)reference); in of() 46 if (reference instanceof TypeReference) { in of() 47 return ImmutableTypeReference.of((TypeReference)reference); in of() 49 if (reference instanceof FieldReference) { in of() 50 return ImmutableFieldReference.of((FieldReference)reference); in of() 52 if (reference instanceof MethodReference) { in of() [all …]
|
/external/deqp/framework/common/ |
D | tcuBilinearImageCompare.cpp | 114 bool comparePixelRGBA8 (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& resu… in comparePixelRGBA8() argument 122 const deUint32 x2 = (deUint32)de::min(x+1, reference.getWidth()-1); in comparePixelRGBA8() 125 const deUint32 y2 = (deUint32)de::min(y+1, reference.getHeight()-1); in comparePixelRGBA8() 127 if (compareThreshold(resPix, readRGBA8(reference, x1, y1), threshold) || in comparePixelRGBA8() 128 compareThreshold(resPix, readRGBA8(reference, x0, y1), threshold) || in comparePixelRGBA8() 129 compareThreshold(resPix, readRGBA8(reference, x2, y1), threshold) || in comparePixelRGBA8() 130 compareThreshold(resPix, readRGBA8(reference, x0, y0), threshold) || in comparePixelRGBA8() 131 compareThreshold(resPix, readRGBA8(reference, x1, y0), threshold) || in comparePixelRGBA8() 132 compareThreshold(resPix, readRGBA8(reference, x2, y0), threshold) || in comparePixelRGBA8() 133 compareThreshold(resPix, readRGBA8(reference, x0, y2), threshold) || in comparePixelRGBA8() [all …]
|
D | tcuImageCompare.cpp | 44 void computeScaleAndBias (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& re… in computeScaleAndBias() argument 53 estimatePixelValueRange(reference, refMin, refMax); in computeScaleAndBias() 91 …xels (const PixelBufferAccess& errorMask, const ConstPixelBufferAccess& reference, const ConstPixe… in findNumPositionDeviationFailingPixels() argument 95 const int width = reference.getWidth(); in findNumPositionDeviationFailingPixels() 96 const int height = reference.getHeight(); in findNumPositionDeviationFailingPixels() 97 const int depth = reference.getDepth(); in findNumPositionDeviationFailingPixels() 119 const IVec4 refPix = reference.getPixelInt(x, y, z); in findNumPositionDeviationFailingPixels() 165 const IVec4 deviatedRefPix = reference.getPixelInt(sx, sy, sz); in findNumPositionDeviationFailingPixels() 217 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe… in fuzzyCompare() argument 220 …extureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHe… in fuzzyCompare() [all …]
|
D | tcuImageCompare.hpp | 47 …log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& … 48 …log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& … 49 …log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& … 51 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe… 52 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe… 53 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe… 54 …g& log, const char* imageSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixe… 55 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe… 56 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe… 57 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe… [all …]
|
/external/guava/guava/src/com/google/common/base/ |
D | Present.java | 33 private final T reference; field in Present 35 Present(T reference) { in Present() argument 36 this.reference = reference; in Present() 44 return reference; in get() 49 return reference; in or() 59 return reference; in or() 63 return reference; in orNull() 67 return Collections.singleton(reference); in asSet() 71 return new Present<V>(checkNotNull(function.apply(reference), in transform() 78 return reference.equals(other.reference); in equals() [all …]
|
/external/libxml2/python/tests/ |
D | sync.py | 51 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable 52 if log != reference: 54 print("Expected: %s" % reference) 63 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable 64 if log != reference: 66 print("Expected: %s" % reference) 75 reference = "startDocument:startElement foo None:startElement bar2 None:" variable 76 if log != reference: 78 print("Expected: %s" % reference) 91 print("Expected: %s" % reference) [all …]
|
/external/harfbuzz_ng/test/shaping/ |
D | run-tests.sh | 11 reference=false 12 if test "x$1" = x--reference; then 13 reference=true 22 $reference || echo "Running tests in $f" 25 $reference || echo "Skipping $fontfile:$unicodes" 28 $reference || echo "Testing $fontfile:$unicodes" 35 if $reference; then 48 $reference || echo "$fails tests failed." 51 $reference || echo "All tests passed."
|
/external/libxml2/result/ |
D | ent_738805.xml.sax | 22 SAX.reference(a) 26 SAX.reference(a) 32 SAX.reference(a) 33 SAX.reference(b) 37 SAX.reference(a) 42 SAX.reference(a) 47 SAX.reference(a) 48 SAX.reference(b) 54 SAX.reference(a) 55 SAX.reference(b) [all …]
|
D | ent_738805.xml.sax2 | 22 SAX.reference(a) 26 SAX.reference(a) 32 SAX.reference(a) 33 SAX.reference(b) 37 SAX.reference(a) 42 SAX.reference(a) 47 SAX.reference(a) 48 SAX.reference(b) 54 SAX.reference(a) 55 SAX.reference(b) [all …]
|
/external/liblzf/src/org/liblzf/ |
D | CLZF.java | 167 int reference; in lzf_compress() local 179 reference = htab[hslot]; in lzf_compress() 182 if ((off = iidx - reference - 1) < MAX_OFF in lzf_compress() 184 && reference > 0 in lzf_compress() 185 && in_data[reference+0] == in_data[iidx+0] in lzf_compress() 186 && in_data[reference+1] == in_data[iidx+1] in lzf_compress() 187 && in_data[reference+2] == in_data[iidx+2] in lzf_compress() 200 while (len < maxlen && in_data[reference+len] == in_data[iidx+len]); in lzf_compress() 304 int reference = (int)(oidx - ((ctrl & 0x1f) << 8) - 1); in lzf_decompress() local 309 reference -= in_data[iidx++] & 0xff; in lzf_decompress() [all …]
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/ |
D | PerfOutputWriter.java | 44 final long reference) { in writeTimeResult() argument 46 if (reference == NO_REFERENCE) { in writeTimeResult() 49 final double rms = (double) reference / 1000000; in writeTimeResult() 54 public void writeByteResult(String description, long size, long reference) { in writeByteResult() argument 58 if (reference == NO_REFERENCE) { in writeByteResult() 61 writeResult(description, size, reference, "%.0f", "bytes"); in writeByteResult() 72 final double reference, String fmt, String unit) { in writeResult() argument 73 double overhead = 100 * (subject - reference) / reference; in writeResult() 76 format(fmt, Double.valueOf(reference)), unit, in writeResult()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | ReferenceUtil.java | 34 import org.jf.dexlib2.iface.reference.*; 133 public static String getReferenceString(@Nonnull Reference reference) { in getReferenceString() argument 134 return getReferenceString(reference, null); in getReferenceString() 138 …public static String getReferenceString(@Nonnull Reference reference, @Nullable String containingC… in getReferenceString() argument 139 if (reference instanceof StringReference) { in getReferenceString() 140 …return String.format("\"%s\"", StringUtils.escapeString(((StringReference)reference).getString())); in getReferenceString() 142 if (reference instanceof TypeReference) { in getReferenceString() 143 return ((TypeReference)reference).getType(); in getReferenceString() 145 if (reference instanceof FieldReference) { in getReferenceString() 146 FieldReference fieldReference = (FieldReference)reference; in getReferenceString() [all …]
|
/external/liblzf/cs/ |
D | CLZF.cs | 167 long reference; in lzf_compress() 179 reference = htab[hslot]; in lzf_compress() 182 if ((off = iidx - reference - 1) < MAX_OFF in lzf_compress() 184 && reference > 0 in lzf_compress() 185 && in_data[reference+0] == in_data[iidx+0] in lzf_compress() 186 && in_data[reference+1] == in_data[iidx+1] in lzf_compress() 187 && in_data[reference+2] == in_data[iidx+2] in lzf_compress() 200 while (len < maxlen && in_data[reference+len] == in_data[iidx+len]); in lzf_compress() 304 int reference = (int)(oidx - ((ctrl & 0x1f) << 8) - 1); in lzf_decompress() 309 reference -= in_data[iidx++]; in lzf_decompress() [all …]
|
/external/deqp/modules/egl/ |
D | teglWideColorTests.cpp | 549 deUint32 expectedUint10 (float reference); 550 deUint32 expectedUint2 (float reference); 551 deUint8 expectedUint8 (float reference); 552 deUint8 expectedAlpha8 (float reference); 553 bool checkWithThreshold8 (deUint8 value, deUint8 reference, deUint8 threshold = 1); 554 bool checkWithThreshold10 (deUint32 value, deUint32 reference, deUint32 threshold = 1); 555 bool checkWithThresholdFloat (float value, float reference, float threshold); 557 void testPixels (float reference, float increment); 771 deUint32 WideColorSurfaceTest::expectedUint10 (float reference) in expectedUint10() argument 775 if (reference < 0.0) in expectedUint10() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
D | ImmutableInstruction20bc.java | 38 import org.jf.dexlib2.iface.reference.Reference; 39 import org.jf.dexlib2.immutable.reference.ImmutableReference; 40 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory; 49 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction20bc 53 @Nonnull Reference reference) { in ImmutableInstruction20bc() argument 56 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference); in ImmutableInstruction20bc() 70 @Nonnull @Override public ImmutableReference getReference() { return reference; } in getReference() 71 @Override public int getReferenceType() { return ReferenceType.getReferenceType(reference); } in getReferenceType()
|
D | ImmutableInstruction31c.java | 37 import org.jf.dexlib2.iface.reference.Reference; 38 import org.jf.dexlib2.immutable.reference.ImmutableReference; 39 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory; 48 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction31c 52 @Nonnull Reference reference) { in ImmutableInstruction31c() argument 55 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference); in ImmutableInstruction31c() 69 @Nonnull @Override public ImmutableReference getReference() { return reference; } in getReference()
|
D | ImmutableInstruction21c.java | 37 import org.jf.dexlib2.iface.reference.Reference; 38 import org.jf.dexlib2.immutable.reference.ImmutableReference; 39 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory; 48 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction21c 52 @Nonnull Reference reference) { in ImmutableInstruction21c() argument 55 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference); in ImmutableInstruction21c() 69 @Nonnull @Override public ImmutableReference getReference() { return reference; } in getReference()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | ProtoPool.java | 34 import org.jf.dexlib2.iface.reference.MethodProtoReference; 51 public void intern(@Nonnull MethodProtoReference reference) { in intern() argument 52 Integer prev = internedItems.put(reference, 0); in intern() 54 dexPool.stringSection.intern(getShorty(reference)); in intern() 55 dexPool.typeSection.intern(reference.getReturnType()); in intern() 56 dexPool.typeListSection.intern(reference.getParameterTypes()); in intern() 60 @Nonnull @Override public CharSequence getShorty(@Nonnull MethodProtoReference reference) { in getShorty() argument 61 return MethodUtil.getShorty(reference.getParameterTypes(), reference.getReturnType()); in getShorty()
|
/external/bart/docs/api_reference/ |
D | Makefile | 98 applehelp: reference 106 devhelp: reference 115 epub: reference 120 latex: reference 127 latexpdf: reference 133 latexpdfja: reference 139 text: reference 144 man: reference 149 texinfo: reference 156 info: reference [all …]
|
/external/trappy/doc/api_reference/ |
D | Makefile | 98 applehelp: reference 106 devhelp: reference 115 epub: reference 120 latex: reference 127 latexpdf: reference 133 latexpdfja: reference 139 text: reference 144 man: reference 149 texinfo: reference 156 info: reference [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fReadPixelsTests.cpp | 59 void render (tcu::Texture2D& reference); 77 void ReadPixelsTest::render (tcu::Texture2D& reference) in render() argument 126 …const int coordX1 = (int)((-0.5f * (float)reference.getWidth() / 2.0f) + (float)reference.getWidth… in render() 127 …const int coordY1 = (int)((-0.5f * (float)reference.getHeight() / 2.0f) + (float)reference.getHeig… in render() 128 …const int coordX2 = (int)(( 0.5f * (float)reference.getWidth() / 2.0f) + (float)reference.getWidth… in render() 129 …const int coordY2 = (int)(( 0.5f * (float)reference.getHeight() / 2.0f) + (float)reference.getHeig… in render() 131 for (int x = 0; x < reference.getWidth(); x++) in render() 136 for (int y = 0; y < reference.getHeight(); y++) in render() 139 reference.getLevel(0).setPixel(tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f), x, y); in render() 184 tcu::Texture2D reference(format, width, height); in iterate() local [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fReadPixelsTests.cpp | 72 void render (tcu::Texture2D& reference); 89 void clearColor (tcu::Texture2D& reference, vector<deUint8>& pixelData, int pixelSize); 108 void ReadPixelsTest::render (tcu::Texture2D& reference) in render() argument 125 if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32) in render() 127 else if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32) in render() 136 if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32) in render() 138 else if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32) in render() 179 …const int coordX1 = (int)((-0.5f * (float)reference.getWidth() / 2.0f) + (float)reference.getWidth… in render() 180 …const int coordY1 = (int)((-0.5f * (float)reference.getHeight() / 2.0f) + (float)reference.getHeig… in render() 181 …const int coordX2 = (int)(( 0.5f * (float)reference.getWidth() / 2.0f) + (float)reference.getWidth… in render() [all …]
|
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/ |
D | types.pass.cpp | 38 typedef Reference reference; typedef 52 static_assert((std::is_same<typename R::reference, typename R::value_type&&>::value), ""); in test() 54 static_assert((std::is_same<typename R::reference, typename T::reference>::value), ""); in test() 70 static_assert(std::is_same<It::reference, int>::value, ""); in main() 75 static_assert(std::is_same<It::reference, std::reference_wrapper<int> >::value, ""); in main() 82 static_assert(std::is_same<It::reference, long>::value, ""); in main() 87 static_assert(std::is_same<It::reference, int&&>::value, ""); in main() 92 static_assert(std::is_same<It::reference, int&&>::value, ""); in main()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | AbstractIteratorTester.java | 394 MultiExceptionListIterator reference = in compareResultsForThisListOfStimuli() local 404 boolean threwException = stimulus.executeAndCompare(reference, target); in compareResultsForThisListOfStimuli() 415 List<E> elements = reference.getElements(); in compareResultsForThisListOfStimuli() 443 T reference, T target, IteratorOperation method) in internalExecuteAndCompare() argument 482 (MultiExceptionListIterator) reference; in internalExecuteAndCompare() 486 referenceReturnValue = method.execute(reference); in internalExecuteAndCompare() 585 abstract boolean executeAndCompare(ListIterator<E> reference, T target); 594 executeAndCompare(ListIterator<E> reference, Iterator<E> target) { 596 assertEquals(reference.hasNext(), target.hasNext()); 602 executeAndCompare(ListIterator<E> reference, Iterator<E> target) { [all …]
|