Home
last modified time | relevance | path

Searched defs:A2 (Results 1 – 17 of 17) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
H A Db_log.c87 static double A2 = .01250000000377174923; variable
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DFilters.h36 LVM_FLOAT A2; member
/aosp12/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
H A Dframeparser.h47 A2, enumerator
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dframeparser.h51 A2, enumerator
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h53 A2, enumerator
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h54 A2, enumerator
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h54 A2, enumerator
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest3.java42 private static final ComponentName A2 = new ComponentName(CALLING_PACKAGE, field in ShortcutManagerTest3
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DBIQUAD.h40 LVM_FLOAT A2; /* a2 */ member
/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_expl.h71 A2 = 0.5, variable
/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl154 const int A2 = ~~(1 << 31) == (1 << 31); field
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp1009 AString A2; in addAuthentication() local
H A DMyTransmitter.h312 AString A2; in addAuthentication() local
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DITestService.h52 enum : int32_t { A2 = 1 }; enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h48 A2 = 1, enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java2358 public static final int A2 = 1; field
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs304 pub const A2: i32 = 1; const