Home
last modified time | relevance | path

Searched refs:validateValue (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/php/
DByteBuffer.php178 self::validateValue(-128, 127, $value, "sbyte");
192 self::validateValue(0, 255, $value, "byte");
218 self::validateValue(-32768, 32767, $value, "short");
230 self::validateValue(0, 65535, $value, "short");
244 self::validateValue(-2147483648, 2147483647, $value, "int");
258 …self::validateValue(0, 4294967295, $value, "uint", " php has big numbers limitation. check your P…
271 …self::validateValue(~PHP_INT_MAX, PHP_INT_MAX, $value, "long", " php has big numbers limitation. …
284 …self::validateValue(0, PHP_INT_MAX, $value, "long", " php has big numbers limitation. check your P…
488 private static function validateValue($min, $max, $value, $type, $additional_notes = "") { function in Google\\FlatBuffers\\ByteBuffer
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DYPositionMetric.java72 validateValue(value, PositionMetric.LayoutMode.ABSOLUTE); in validatePair()
77 validateValue(value, PositionMetric.LayoutMode.RELATIVE); in validatePair()
DXPositionMetric.java42 validateValue(value, PositionMetric.LayoutMode.ABSOLUTE); in validatePair()
47 validateValue(value, PositionMetric.LayoutMode.RELATIVE); in validatePair()
DPositionMetric.java42 …protected static void validateValue(float value, LayoutMode layoutMode) throws IllegalArgumentExce… in validateValue() method in PositionMetric
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DTracestate.java205 Utils.checkArgument(validateValue(value), "Invalid value %s", value); in create()
254 private static boolean validateValue(String value) { in validateValue() method in Tracestate
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp1622 …std::string validateValue (const InterfaceLayoutEntry& entry, const void* basePtr0, const …
1795 std::string InterfaceBlockCaseInstance::validateValue (const InterfaceLayoutEntry& entry, const voi… in validateValue() function in vkt::TransformFeedback::__anona5d2d2920111::InterfaceBlockCaseInstance
1893 …const std::string result = entry.validate ? validateValue(entry, &m_data[0], basePtr, recievedDa… in validateValues()
/external/ow2-asm/tools/retrofitter/src/main/resources/
Djdk1.5.0.12.txt.gz