/aosp14/system/core/libcutils/include/cutils/ |
H A D | compiler.h | 25 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument 26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument 28 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument 29 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
|
H A D | fs.h | 30 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
|
/aosp14/system/core/libcutils/include_outside_system/cutils/ |
H A D | compiler.h | 25 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument 26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument 28 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument 29 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
|
H A D | fs.h | 30 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | FloatMath.java | 104 public static float exp(float value) { in exp() method in FloatMath
|
H A D | MathUtils.java | 57 public static float exp(float a) { in exp() method in MathUtils
|
/aosp14/system/core/libutils/include/utils/ |
H A D | FastStrcmp.h | 24 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) argument
|
H A D | Compat.h | 77 #define TEMP_FAILURE_RETRY(exp) \ argument
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | StreamingZipInflater.cpp | 36 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
|
H A D | ObbFile.cpp | 64 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
|
H A D | AssetManager.cpp | 50 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/ |
H A D | BigIntegerPerfTest.java | 124 private static BigInteger myPow(BigInteger base, int exp, BigInteger scaleBy) { in myPow()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/power/ |
H A D | EnergyConsumerStatsTest.java | 514 int exp; in testStandardBucketMapping() local
|
/aosp14/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
H A D | EnvReverbTest.java | 260 static int expToLin(float exp, int range) { in expToLin()
|
/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/ |
H A D | SurfaceCompositionMeasuringActivity.java | 499 int exp = (int) (Math.log(bytes) / Math.log(unit)); in getReadableMemory() local
|
/aosp14/frameworks/base/test-runner/src/android/test/ |
H A D | MoreAsserts.java | 199 Object exp = expected[i]; in assertEquals() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | UserControllerTest.java | 1198 int checkComponentPermission(String permission, int pid, int uid, int owner, boolean exp) { in checkComponentPermission()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |