Home
last modified time | relevance | path

Searched refs:HUGE (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java50 private static final int HUGE = 2; field in MemoryFileProvider
58 sURLMatcher.addURI("*", "huge", HUGE);
138 case HUGE: in openFile()
/aosp12/bionic/libc/include/
H A Dmath.h356 #define HUGE MAXFLOAT macro