Home
last modified time | relevance | path

Searched defs:D (Results 1 – 25 of 126) sorted by relevance

123456

/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc/
H A Ddebug.h32 #define D PRINT macro
34 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Ddebug.h44 #define D PRINT macro
46 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Ddebug.h44 #define D PRINT macro
46 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
H A Ddebug.h32 #define D PRINT macro
34 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Ddebug.h44 #define D PRINT macro
46 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/
H A Ddebug.h32 #define D PRINT macro
34 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Ddebug.h44 #define D PRINT macro
46 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Ddebug.h44 #define D PRINT macro
46 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Ddebug.h44 #define D PRINT macro
46 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc/inc/
H A Ddebug.h32 #define D PRINT macro
34 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Ddebug.h44 #define D PRINT macro
46 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Ddebug.h44 #define D PRINT macro
46 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc/inc/
H A Ddebug.h32 #define D PRINT macro
34 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Ddebug.h44 #define D PRINT macro
46 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc/inc/
H A Ddebug.h32 #define D PRINT macro
34 #define D(x...) do { } while(0) macro
/aosp12/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Ddebug.h44 #define D PRINT macro
46 #define D(x...) do { } while(0) macro
/aosp12/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DPooledLambda.java406 QuintPredicate<? super A, ? super B, ? super C, ? super D, ? super E> function, in obtainPredicate()
956 QuintConsumer<? super A, ? super B, ? super C, ? super D, ? super E> function, in obtainRunnable()
1012 QuintConsumer<? super A, ? super B, ? super C, ? super D, ? super E> function, in obtainMessage()
1059 HexFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainSupplier()
1121 HeptConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable()
1144 HeptFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainSupplier()
1182 HeptConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainMessage()
1234 OctFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainSupplier()
1398 DecConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable()
1425 DecFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainSupplier()
[all …]
/aosp12/art/test/960-default-smali/src/
H A DD.java16 class D implements Greeter3 { class
/aosp12/art/test/969-iface-super/src/
H A DD.java16 public class D implements Iface2 { class
/aosp12/bionic/tools/versioner/src/
H A Dversioner.h29 #define D(...) \ macro
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/
H A DD.java21 class D { class
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DD.java21 class D { class
/aosp12/system/iorap/include/binder/
H A Dauto_parcelable.h126 using D = std::decay_t<F>; // [const] [volatile] X[&][&] -> X in writeAnyToParcel() local
152 using D = std::decay_t<F>; in readAnyFromParcel() local
/aosp12/bionic/libc/dns/resolv/
H A Dres_state.c46 # define D(...) async_safe_format_log(ANDROID_LOG_DEBUG,"libc", __VA_ARGS__) macro
48 # define D(...) do{}while(0) macro
/aosp12/art/test/108-check-cast/src/
H A DMain.java22 class D extends B {} class

123456