Searched refs:undefined (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DADebug.cpp131 const int undefined = 2; local
132 long level = GetLevelFromProperty(name, "debug.stagefright.experiments", undefined);
133 if (level != undefined) {
/frameworks/rs/api/
H A Drs_convert.spec41 Converting numbers too large to fit the destination type yields undefined results.
42 For example, converting a float that contains 1.0e18 to a short is undefined.
110 undefined behavior.
H A Drs_object_info.spec306 allocation. The results are undefined if the pointer is not from a valid Allocation.
H A Drs_math.spec496 If min_value is greater than max_value, the results are undefined.
1796 This function yields undefined results from input values less than -1 or greater than 1.
1852 This function yields undefined results from input values less than -1 or greater than 1.
1881 This function yields undefined results from input values less than -1 or greater than 1.
1937 This function yields undefined results from input values less than -1 or greater than 1.
H A Drs_matrix.spec297 will result in undefined behavior. Use rsMatrixMulitply instead. E.g. instead of doing

Completed in 130 milliseconds