Home
last modified time | relevance | path

Searched defs:finalValue (Results 1 – 15 of 15) sorted by relevance

/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/util/
DTrieTest.java79 int finalValue = trie.dfsTraverseAndReduce(parentPreprocFn, parentPostprocFn, leafReduceFn, 0); in dfsTraverseAndReduce_emptyTrie() local
94 int finalValue = trie.dfsTraverseAndReduce(parentPreprocFn, parentPostprocFn, leafReduceFn, 0); in dfsTraverseAndReduce_singleNodeTrie() local
126 String finalValue = in dfsTraverseAndReduce_oneParentOneChildBranchTrie() local
180 String finalValue = in dfsTraverseAndReduce_oneDeepBranchTrie() local
231 String finalValue = in dfsTraverseAndReduce_depthAndBreathTrie() local
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DRenderNodeAnimatorNatives.java27 public static native long nCreateAnimator(int property, float finalValue); in nCreateAnimator()
30 long canvasProperty, float finalValue); in nCreateCanvasPropertyFloatAnimator()
33 long canvasProperty, int paintField, float finalValue); in nCreateCanvasPropertyPaintAnimator()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeRenderNodeAnimator.java22 protected static long nCreateAnimator(int property, float finalValue) { in nCreateAnimator()
28 protected static long nCreateCanvasPropertyFloatAnimator(long canvasProperty, float finalValue) { in nCreateCanvasPropertyFloatAnimator()
35 long canvasProperty, int paintField, float finalValue) { in nCreateCanvasPropertyPaintAnimator()
DShadowNativeRenderNodeAnimatorQ.java24 protected static long nCreateAnimator(int property, float finalValue) { in nCreateAnimator()
30 protected static long nCreateCanvasPropertyFloatAnimator(long canvasProperty, float finalValue) { in nCreateCanvasPropertyFloatAnimator()
37 long canvasProperty, int paintField, float finalValue) { in nCreateCanvasPropertyPaintAnimator()
/external/jcommander/src/main/java/com/beust/jcommander/
DParameterDescription.java244 Object finalValue; in addValue() local
277 … Object finalValue;// Yes, assign each following argument to the corresponding field of that object in handleSubParameters() local
DJCommander.java844 Object finalValue = null; in processFixedArity() local
/external/angle/src/libANGLE/renderer/
Dcopyvertex.inc.h367 GLfloat finalValue = static_cast<GLfloat>(data); in CopyPackedRGB() local
441 GLfloat finalValue = 0; in CopyPackedAlpha() local
/external/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp658 cl_int finalValue) in test_atomic_xchg_verify_int()
723 cl_long finalValue) in test_atomic_xchg_verify_long()
790 cl_float finalValue) in test_atomic_xchg_verify_float()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderAtomicCounterOpsTests.cpp421 GLuint finalValue = *dataPtr; in checkAtomicCounterBuffer() local
/external/skia/src/core/
DSkBlurMask.cpp620 float finalValue = 0; in BlurGroundTruth() local
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryAndroidHardwareBufferUtil.cpp1624 uint32_t finalValue = 0u; in copyAndroidBufferToCpuBuffer() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp1264 auto finalValue = (value & mask); in getRandomClearColor() local
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp871 VarValue finalValue; //!< The value we ultimately want to set for this uniform. member
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp822 VarValue finalValue; //!< The value we ultimately want to set for this uniform. member
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp993 VarValue finalValue; //!< The value we ultimately want to set for this uniform. member