/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \
63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \
66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/common/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \
63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \
66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \ 63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \ 66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \ 68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdktestHvigor/entry/src/main/cpp/ |
H A D | common.h | 63 #define DECLARE_NAPI_PROPERTY(name, val) \
65 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \
68 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
70 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/common/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \
63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \
66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/hdf/base/base_ndk/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \ 63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \ 66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \ 68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/inputmethod/InputMethodNDKTest/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \
62 { (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr }
64 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
65 { (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr }
|
/test/xts/acts/hdf/hid/emit_event_test/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \ 63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \ 66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \ 68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/hdf/usb/usb_ndk/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \
63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \
66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \
63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \
66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \
63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \
66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/resourceschedule/resourceschedule_standard/backgroundtaskmanager_ndk/shorttimetask_ndk/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \ 63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \ 66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \ 68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/security/accesstokenNDKTest/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \
62 { (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr }
64 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
65 { (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr }
|
/test/xts/acts/security/dlpNDKTest/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \
62 { (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr }
64 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
65 { (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr }
|
/test/xts/acts/powermgr/ndk/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \
62 { (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr }
64 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
65 { (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr }
|
/test/xts/acts/distributeddatamgr/Pasteboardnapitest/entry/src/main/cpp/ |
H A D | common.h | 63 #define DECLARE_NAPI_PROPERTY(name, val) \
65 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \
68 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
70 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/time/timeNDKTest/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \
62 { (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr }
64 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
65 { (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr }
|
/test/xts/acts/startup/startup_standard/init_ndkTest/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \
63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \
66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \
68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/storage/storagefilesharendktest/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \ 63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \ 66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \ 68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/storage/storagefileiondktest/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \ 63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \ 66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \ 68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/storage/storagefileurindktest/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \ 63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \ 66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \ 68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/test/xts/acts/storage/storageenvironmentndktest/entry/src/main/cpp/ |
H A D | native_common.h | 61 #define DECLARE_NAPI_PROPERTY(name, val) \ 63 (name), nullptr, nullptr, nullptr, nullptr, val, napi_default, nullptr \ 66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \ 68 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \
|
/third_party/ffmpeg/libavcodec/ |
H A D | vdpau_mpeg12.c | 92 int val; in vdpau_mpeg_decode_slice() local 94 val = ff_vdpau_add_buffer(pic_ctx, buffer, size); in vdpau_mpeg_decode_slice() 95 if (val < 0) in vdpau_mpeg_decode_slice() 96 return val; in vdpau_mpeg_decode_slice()
|
H A D | mss12.h | 98 void ff_mss12_model_update(Model *m, int val); 123 int idx, val; \ 127 val = m->idx2sym[idx]; \ 132 return val; \
|
/third_party/alsa-lib/test/ |
H A D | chmap.c | 130 int val = snd_pcm_chmap_from_string(arg[i]); in set_chmap() local 131 if (val < 0) in set_chmap() 132 val = SND_CHMAP_UNKNOWN; in set_chmap() 133 map->pos[i] = val; in set_chmap()
|