Home
last modified time | relevance | path

Searched defs:referenceValue (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/guava/guava-tests/test/com/google/common/math/
H A DQuantilesAlgorithmTest.java54 double referenceValue = REFERENCE_ALGORITHM.singleQuantile(1, 2, dataset.clone()); in testSingleQuantile_median() local
64 double referenceValue = REFERENCE_ALGORITHM.singleQuantile(99, 100, dataset.clone()); in testSingleQuantile_percentile99() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/math/
H A DQuantilesAlgorithmTest.java54 double referenceValue = REFERENCE_ALGORITHM.singleQuantile(1, 2, dataset.clone()); in testSingleQuantile_median() local
64 double referenceValue = REFERENCE_ALGORITHM.singleQuantile(99, 100, dataset.clone()); in testSingleQuantile_percentile99() local
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/combinator/
H A DMutatorCombinators.java74 R referenceValue = getter.apply(reference); in mutateProperty() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DAtomicReferenceDeserializer.java56 public AtomicReference<Object> referenceValue(Object contents) { in referenceValue() method in AtomicReferenceDeserializer
H A DReferenceTypeDeserializer.java129 public abstract T referenceValue(Object contents); in referenceValue() method in ReferenceTypeDeserializer
/aosp_15_r20/external/skia/tests/
H A DWangsFormulaTest.cpp218 float referenceValue = wangs_formula_cubic_reference_impl(kPrecision, pts); in DEF_TEST() local
237 float referenceValue = wangs_formula_quadratic_reference_impl(kPrecision, pts); in DEF_TEST() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp1729 const int referenceValue = rnd.getInt(0, 64000); in test() local
1765 const int referenceValue = alignments[ndx]; in test() local
1815 const GLenum referenceValue = blendFuncValues[ndx]; in test() local
1908 const GLenum referenceValue = blendFuncValues[ndx]; in test() local
H A Des3fFloatStateQueryTests.cpp56 const GLuint64 referenceValue = (GLint64)(f * 2147483647.0); in expandGLFloatToInteger() local
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluShaderLibrary.hpp114 int referenceValue; member
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlRenderCommandEncoder.h162 void setStencilReferenceValue(uint32_t referenceValue) { in setStencilReferenceValue()
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlRenderCommandEncoder.h167 void setStencilReferenceValue(uint32_t referenceValue) { in setStencilReferenceValue()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp1431 const int referenceValue = alignments[ndx]; in test() local
1481 const GLenum referenceValue = blendFuncValues[ndx]; in test() local
1579 const GLenum referenceValue = blendFuncValues[ndx]; in test() local
H A Des2fFloatStateQueryTests.cpp56 const GLuint64 referenceValue = (GLint64)((f * double(0xFFFFFFFFULL) - 1) / 2); in expandGLFloatToInteger() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/
H A DLocalCache.java385 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method
399 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method
414 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method
429 abstract <K, V> ValueReference<K, V> referenceValue( in referenceValue() method in LocalCache.Strength
/aosp_15_r20/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java389 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method
403 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method
418 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method
433 abstract <K, V> ValueReference<K, V> referenceValue( in referenceValue() method in LocalCache.Strength
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanGraphicsPipeline.cpp226 uint32_t referenceValue) { in setup_stencil_op_state()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp1135 const tcu::Vec4 referenceValue = effectiveView.gatherOffsets( in verifyTextureGatherResult() local
1205 const tcu::Vec4 referenceValue = effectiveView.gatherOffsetsCompare( in verifyTextureGatherCmpResult() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp3004 const tcu::Vec4 referenceValue(component, component, component, 1.0f); in verifyVertexWriteResults() local
3139 const tcu::Vec4 referenceValue(component, component, component, 1.0f); in verifyVertexWriteResults() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp4440 const PixelValue &referenceValue = reference[x + y * result.getWidth()]; in verifyColorAttachment() local
4550 const PixelValue &referenceValue = reference[x + y * result.getWidth()]; in verifyDepthAttachment() local
4591 const PixelValue &referenceValue = reference[x + y * result.getWidth()]; in verifyStencilAttachment() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp6833 bool stencilPasses(vk::VkCompareOp op, uint8_t storedValue, uint8_t referenceValue) in stencilPasses()
6859 uint8_t stencilResult(vk::VkStencilOp op, uint8_t storedValue, uint8_t referenceValue, uint8_t min,… in stencilResult()
/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/
HDespresso_web_release_no_deps.jarandroid/support/test/espresso/web/internal/deps/guava/util/concurrent ...
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dfirestore.v1beta1.json2303 "referenceValue": { object
Dfirestore.v1.json3022 "referenceValue": { object
/aosp_15_r20/external/testng/lib-supplied/
HDguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/inject/guice/3.0/
HDguice-3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12345678910>>...14