Searched defs:exact (Results 1 – 5 of 5) sorted by relevance
82 private fun exact(value: Int) = View.MeasureSpec.makeMeasureSpec(value, View.MeasureSpec.EXACTLY) in <lambda>() method
454 const bool exact) { in findLibrary()488 static void* load_system_driver(const char* kind, const char* suffix, const bool exact) { in load_system_driver()667 const bool exact) { in attempt_to_load_system_driver()
201 bool exact = true; in timeToT() local278 bool exact; in timeToValues() local
211 auto exact(int) -> int { return 0; } in exact() function233 auto exact = [](int) -> int { return 0; }; in TEST() local
309 public void computeBounds(@NonNull RectF bounds, boolean exact) { in computeBounds()