Home
last modified time | relevance | path

Searched refs:updateValue (Results 1 – 4 of 4) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DDriverPropertyInfoTest.java61 static String updateValue = "updateValue"; field in DriverPropertyInfoTest
82 aDriverPropertyInfo.value = updateValue; in testPublicFields()
88 assertEquals(updateValue, aDriverPropertyInfo.value); in testPublicFields()
/external/angle/src/libANGLE/
DResourceMap.h67 void updateValue();
284 updateValue(); in Iterator()
311 updateValue();
330 void ResourceMap<ResourceType, IDType>::Iterator::updateValue() in updateValue() function
/external/tensorflow/tensorflow/examples/ios/camera/
DCameraExampleViewController.mm433 const float updateValue = 0.25f;
462 (oldPredictionValue + (newPredictionValue * updateValue));
/external/tensorflow/tensorflow/lite/examples/ios/camera/
DCameraExampleViewController.mm472 const float updateValue = 0.25f;
495 const float updatedPredictionValue = (oldPredictionValue + (newPredictionValue * updateValue));