/hardware/google/aemu/host-common/include/host-common/ |
D | debug.h | 24 #define D(...) (printf("%s:%d:%s: ", __FILE__, __LINE__, __func__), printf(__VA_ARGS__), printf("\… macro 26 #define D(...) (void)0 macro
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 44 #define D PRINT macro 46 #define D(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 44 #define D PRINT macro 46 #define D(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 44 #define D PRINT macro 46 #define D(x...) do { } while(0) macro
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 44 #define D PRINT macro 46 #define D(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 44 #define D PRINT macro 46 #define D(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 32 #define D PRINT macro 34 #define D(x...) do { } while(0) macro
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 32 #define D PRINT macro 34 #define D(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 32 #define D PRINT macro 34 #define D(x...) do { } while(0) macro
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | EmuglBackendList.cpp | 25 # define D(...) printf(__VA_ARGS__) macro 27 # define D(...) ((void)0) macro
|
D | emugl_config.cpp | 35 #define D(...) printf(__VA_ARGS__) macro 38 #define D(...) macro
|
/hardware/google/gfxstream/host/tests/ |
D | ShaderUtils.cpp | 35 #define D(fmt,...) fprintf(stderr, "%s: " fmt "\n", __func__, ##__VA_ARGS__); macro 37 #define D(fmt,...) macro
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | fast_idiv_by_const.c | 47 util_compute_fast_udiv_info(uint64_t D, unsigned num_bits, unsigned UINT_BITS) in util_compute_fast_udiv_info() 173 util_compute_fast_sdiv_info(int64_t D, unsigned SINT_BITS) in util_compute_fast_sdiv_info()
|
/hardware/interfaces/usb/aidl/android/hardware/usb/ |
D | DisplayPortAltModePinAssignment.aidl | 63 D = 4, enumConstant
|
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/2/android/hardware/usb/ |
D | DisplayPortAltModePinAssignment.aidl | 41 D = 4, enumConstant
|
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/current/android/hardware/usb/ |
D | DisplayPortAltModePinAssignment.aidl | 41 D = 4, enumConstant
|
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/3/android/hardware/usb/ |
D | DisplayPortAltModePinAssignment.aidl | 41 D = 4, enumConstant
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | _swizzle_func.hpp | 18 …ne GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C, D) \ argument 38 #define GLM_SWIZZLE_GEN_VEC4_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B… argument 85 …M_SWIZZLE_GEN_REF2_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \ argument 99 …M_SWIZZLE_GEN_REF3_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \ argument 125 …M_SWIZZLE_GEN_REF4_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \ argument 151 …E, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, A, B, C, D) \ argument 344 …M_SWIZZLE_GEN_VEC2_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \ argument 362 …M_SWIZZLE_GEN_VEC3_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \ argument 428 …M_SWIZZLE_GEN_VEC4_FROM_VEC4_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \ argument 686 …E, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, A, B, C, D) \ argument
|
/hardware/google/graphics/common/gralloc-headers/pixel-gralloc/ |
D | layout.h | 25 D = 1 << 21, enumerator
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/ |
D | AndroidThreadStore.cpp | 30 # define D(...) do { printf("%s:%d: ", __FUNCTION__, __LINE__); printf(__VA_ARGS__); fflush(stdo… macro 32 # define D(...) ((void)0) macro
|
/hardware/google/gfxstream/host/gl/glsnapshot/ |
D | GLSnapshot.cpp | 12 #define D(fmt,...) do { \ macro 17 #define D(...) macro
|
/hardware/google/aemu/host-common/ |
D | DmaMap.cpp | 28 #define D(fmt,...) fprintf(stderr, "DmaMap: %s: " fmt "\n", __func__, ##__VA_ARGS__); macro 30 #define D(...) (void)0 macro
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | Resources.cpp | 23 #define D(fmt, ...) ALOGD("%s: " fmt, __func__, ##__VA_ARGS__); macro 26 #define D(fmt, ...) macro
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_ConntrackClient.h | 106 #define log_nat(A,B,C,D,E,F) \ argument
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | gradient_paint.inl | 16 tvec2<T, P> D = Position - Focal; local
|