Searched refs:greater (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
H A DStencil.h66 void enableDebugTest(GLint value, bool greater = false);
H A DStencil.cpp103 void Stencil::enableDebugTest(GLint value, bool greater) { argument
105 glStencilFunc(greater ? GL_LESS : GL_EQUAL, value, 0xffffffff);
/frameworks/ml/nn/common/operations/
H A DHashtableLookup.cpp28 int greater(const void* a, const void* b) { function in namespace:android::nn::__anon1316
52 num_rows, sizeof(int), greater);
/frameworks/base/core/java/android/util/
H A DHalf.java368 * <li>{@link #NaN} is considered by this method to be equal to itself and greater
370 * <li>{@link #POSITIVE_ZERO} is considered by this method to be greater than
379 * and a value greater than {@code 0} if {@code x} is numerically greater
403 * <li>{@link #NaN} is considered by this method to be equal to itself and greater
405 * <li>{@link #POSITIVE_ZERO} is considered by this method to be greater than
414 * and a value greater than {@code 0} if {@code x} is numerically greater
419 if (greater(x, y)) return 1;
566 * greater tha
758 public static boolean greater(@HalfFloat short x, @HalfFloat short y) { method in class:Half
[all...]
/frameworks/rs/script_api/
H A Drs_convert.spec109 input numbers greater than INT_MAX/255.f or less than INT_MIN/255.f result in
H A Drs_math.spec510 If min_value is greater than max_value, the results are undefined.
890 summary: Smallest integer not greater than a value
892 Returns the smallest integer not greater than a value.
1810 This function yields undefined results from input values less than -1 or greater than 1.
1866 This function yields undefined results from input values less than -1 or greater than 1.
1895 This function yields undefined results from input values less than -1 or greater than 1.
1951 This function yields undefined results from input values less than -1 or greater than 1.
/frameworks/native/services/surfaceflinger/
H A DLayerStats.cpp109 std::sort(layerShapeVec.begin(), layerShapeVec.end(), std::greater<std::string>());
H A DSurfaceFlinger.cpp4075 std::map<float, BufferTuple, std::greater<float>> sorted;
/frameworks/base/cmds/statsd/src/storage/
H A DStorageManager.cpp375 sort(fileNames.begin(), fileNames.end(), std::greater<std::string>());
/frameworks/av/media/libnblog/
H A DNBLog.cpp1070 std::priority_queue<MergeItem, std::vector<MergeItem>, std::greater<MergeItem>> timestamps;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1021 milliseconds