Home
last modified time | relevance | path

Searched defs:REAL (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/compiler-rt/lib/interception/
H A Dinterception.h153 # define REAL(x) __interception::PTR_TO_REAL(x) macro
162 # define REAL(x) x macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dreal.h54 #define REAL_EXP(REAL) \ argument
57 #define SET_REAL_EXP(REAL, EXP) \ argument
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DCurrentUserIdentityInjector.java30 CurrentUserIdentityInjector REAL = new Real(); field
H A DCallerIdentityInjector.java31 CallerIdentityInjector REAL = new Real(); field
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdiplus.h49 typedef float REAL; typedef
/aosp_15_r20/external/skia/bench/
H A DMorphologyBench.cpp17 #define REAL 1.5f macro
H A DBlurBench.cpp19 #define REAL 0.5f macro
H A DBlurRectBench.cpp18 #define REAL 1.5f macro
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/sql/
DTypes.java83 public final static int REAL = 7; field in Types
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/sql/
DTypes.java83 public final static int REAL = 7; field in Types
/aosp_15_r20/libcore/ojluni/src/main/java/java/sql/
H A DTypes.java83 public final static int REAL = 7; field in Types
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudfront/src/main/java/software/amazon/awssdk/services/cloudfront/internal/auth/
H A DDerParser.java43 public static final int REAL = 0x09; field in DerParser
/aosp_15_r20/frameworks/base/core/java/android/provider/
H A DDeviceConfigInterface.java125 DeviceConfigInterface REAL = new DeviceConfigInterface() { field
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_hybrid.h35 #define REAL 0 macro
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
H A DAsn1Tag.java37 public static final Asn1Tag REAL = new Asn1Tag(Asn1TagClass.UNIVERSAL, 9); field in Asn1Tag
/aosp_15_r20/development/tools/winscope/src/common/
H A Dtimestamp_converter.ts35 REAL, enumerator
/aosp_15_r20/external/webrtc/modules/third_party/fft/
H A Dfft.c151 # define REAL double macro
/aosp_15_r20/external/rust/crates/openssl/src/
Dasn1.rs112 pub const REAL: Asn1Type = Asn1Type(ffi::V_ASN1_REAL); constant
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerInterceptors.cpp19 #define REAL(x) __interception::PTR_TO_REAL(x) macro
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A Dtouch_analytics.proto122 REAL = 3; enumerator
/aosp_15_r20/external/wayland/tests/
H A Dos-wrappers-test.c71 #define REAL(func) (__interceptor_ ## func) ? \ macro
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/utils/
DStorageUtils.java74 public static final String REAL = "REAL"; field in StorageUtils
/aosp_15_r20/external/python/cpython2/Modules/
Dcmathmodule.c1107 #define C(REAL, IMAG) p->real = REAL; p->imag = IMAG; ++p; in initcmath() argument
/aosp_15_r20/external/python/cpython3/Modules/
Dcmathmodule.c1298 #define C(REAL, IMAG) p->real = REAL; p->imag = IMAG; ++p; in cmath_exec() argument
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
H A DDoc.java378 REAL, enumConstant

12345678910>>...18