/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/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/ |
D | MethodsResolutionTest.java | 88 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToLong() local 89 assertEquals(true, reference.isSolved()); in solveMethodWithTypePromotionsToLong() 90 assertEquals("longParam", reference.getCorrespondingDeclaration().getName()); in solveMethodWithTypePromotionsToLong() 94 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToLong() local 95 assertEquals(true, reference.isSolved()); in solveMethodWithTypePromotionsToLong() 96 assertEquals("longParam", reference.getCorrespondingDeclaration().getName()); in solveMethodWithTypePromotionsToLong() 100 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToLong() local 101 assertEquals(true, reference.isSolved()); in solveMethodWithTypePromotionsToLong() 102 assertEquals("longParam", reference.getCorrespondingDeclaration().getName()); in solveMethodWithTypePromotionsToLong() 106 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToLong() local [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/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/vixl/src/aarch32/ |
D | location-aarch32.cc | 47 const ForwardRef& reference = *it.Current(); in ResolveReferences() local 48 VIXL_ASSERT(reference.LocationIsEncodable(location_)); in ResolveReferences() 49 int32_t from = reference.GetLocation(); in ResolveReferences() 50 EncodeLocationFor(assembler, from, reference.op()); in ResolveReferences() 108 const ForwardRef& reference = *it.Current(); in GetMaxAlignment() local 109 if (reference.GetAlignment() > max_alignment) in GetMaxAlignment() 110 max_alignment = reference.GetAlignment(); in GetMaxAlignment() 119 const ForwardRef& reference = *it.Current(); in GetMinLocation() local 120 if (reference.GetMinLocation() > min_location) in GetMinLocation() 121 min_location = reference.GetMinLocation(); in GetMinLocation() [all …]
|
/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/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/ImageMagick/ |
D | ChangeLog | 18 * Fixed a number of issues (reference 27 * Fixed a number of issues (reference 40 * Fixed a number of issues (reference 47 * Eliminate spurious font warning (reference 55 * Support -clahe option real clip limit (reference 57 * ShadeImage() kernels can return negative pixels, clamp to range (reference 117 * Added support for GIMP 2.10 files (reference 158 * ThumbnailImage function no longer reveals sensitive information (reference 175 * Fixed memset() negative-size-param (reference 226 * Fixed an issue with stroke and label: (reference [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | BUILD | 314 "reference/depthwiseconv_float.h", 315 "reference/depthwiseconv_uint8.h", 316 "reference/fully_connected.h", 317 "reference/integer_ops/add.h", 318 "reference/integer_ops/conv.h", 319 "reference/integer_ops/depthwise_conv.h", 320 "reference/integer_ops/dequantize.h", 321 "reference/integer_ops/fully_connected.h", 322 "reference/integer_ops/l2normalization.h", 323 "reference/integer_ops/log_softmax.h", [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 …]
|
D | es3fFloatStateQueryTests.cpp | 77 …virtual void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) … 80 …virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) … 86 …fyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat reference) … 114 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference); 115 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference); 119 void verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat reference); 127 void GetBooleanVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() argument 137 const GLboolean expectedGLState = reference != 0.0f ? GL_TRUE : GL_FALSE; in verifyFloat() 147 …GetBooleanVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloatExpanded() argument 149 DE_ASSERT(de::inRange(reference, -1.0f, 1.0f)); in verifyFloatExpanded() [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/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
D | empty.fail.cpp | 27 typedef A& reference; typedef 36 typedef A& reference; typedef 45 typedef A& reference; typedef 63 typedef A& reference; typedef 74 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std::__1::it… in main() 83 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std::__1::it… in main() 92 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std::__1::it… in main() 101 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std::__1::it… in main() 110 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std::__1::it… in main() 119 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std::__1::it… in main()
|
/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/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()
|
/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 …]
|
/external/deqp/modules/egl/ |
D | teglWideColorTests.cpp | 583 deUint32 expectedUint10 (float reference); 584 deUint32 expectedUint2 (float reference); 585 deUint8 expectedUint8 (float reference); 586 deUint8 expectedAlpha8 (float reference); 587 bool checkWithThreshold8 (deUint8 value, deUint8 reference, deUint8 threshold = 1); 588 bool checkWithThreshold10 (deUint32 value, deUint32 reference, deUint32 threshold = 1); 589 bool checkWithThresholdFloat (float value, float reference, float threshold); 591 void testPixels (float reference, float increment); 836 deUint32 WideColorSurfaceTest::expectedUint10 (float reference) in expectedUint10() argument 840 if (reference < 0.0) in expectedUint10() [all …]
|
D | teglImageFormatTests.cpp | 379 …ure2D::invokeGLES2 (GLES2ImageApi& api, MovePtr<UniqueImage>& img, tcu::Texture2D& reference) const in invokeGLES2() 386 …if (reference.getFormat().order == tcu::TextureFormat::DS || reference.getFormat().order == tcu::T… in invokeGLES2() 388 if (reference.getFormat().order == tcu::TextureFormat::S) in invokeGLES2() 392 gl.viewport(0, 0, reference.getWidth(), reference.getHeight()); in invokeGLES2() 444 tcu::Surface refSurface (reference.getWidth(), reference.getHeight()); in invokeGLES2() 445 tcu::Surface screen (reference.getWidth(), reference.getHeight()); in invokeGLES2() 448 tcu::copy(refSurface.getAccess(), reference.getLevel(0)); in invokeGLES2() 456 …uffer::invokeGLES2 (GLES2ImageApi& api, MovePtr<UniqueImage>& img, tcu::Texture2D& reference) const in invokeGLES2() 466 …if (reference.getFormat().order != tcu::TextureFormat::DS && reference.getFormat().order != tcu::T… in invokeGLES2() 474 …_GLW_CALL(gl, renderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, reference.getWidth(), reference.getHe… in invokeGLES2() [all …]
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_inlines.h | 55 pipe_reference_init(struct pipe_reference *reference, unsigned count) in pipe_reference_init() argument 57 p_atomic_set(&reference->count, count); in pipe_reference_init() 61 pipe_is_referenced(struct pipe_reference *reference) in pipe_is_referenced() argument 63 return p_atomic_read(&reference->count) != 0; in pipe_is_referenced() 74 struct pipe_reference *reference, in pipe_reference_described() argument 79 if(ptr != reference) { in pipe_reference_described() 81 if (reference) { in pipe_reference_described() 82 assert(pipe_is_referenced(reference)); in pipe_reference_described() 83 p_atomic_inc(&reference->count); in pipe_reference_described() 84 debug_reference(reference, get_desc, 1); in pipe_reference_described() [all …]
|