OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__deprecated
(Results
51 - 66
of
66
) sorted by null
1
2
3
/prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/linux/
compiler-gcc.h
19
#define
__deprecated
__attribute__((deprecated))
macro
/prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/linux/
compiler-gcc.h
19
#define
__deprecated
__attribute__((deprecated))
macro
/prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/linux/
compiler-gcc.h
19
#define
__deprecated
__attribute__((deprecated))
macro
/prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/linux/
compiler-gcc.h
19
#define
__deprecated
__attribute__((deprecated))
macro
/prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/linux/
compiler-gcc.h
19
#define
__deprecated
__attribute__((deprecated))
macro
/prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/linux/
compiler-gcc.h
19
#define
__deprecated
__attribute__((deprecated))
macro
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h
19
#define
__deprecated
__attribute__((deprecated))
macro
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/
compiler-gcc.h
19
#define
__deprecated
__attribute__((deprecated))
macro
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/
compiler-gcc.h
19
#define
__deprecated
__attribute__((deprecated))
macro
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/
compiler-gcc.h
19
#define
__deprecated
__attribute__((deprecated))
macro
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/
compiler-gcc.h
19
#define
__deprecated
__attribute__((deprecated))
macro
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
compiler-gcc.h
19
#define
__deprecated
__attribute__((deprecated))
macro
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
compiler-gcc.h
19
#define
__deprecated
__attribute__((deprecated))
macro
/external/libnl/include/netlink-private/
netlink.h
155
#undef
__deprecated
macro
156
#define
__deprecated
__attribute__ ((deprecated))
macro
/frameworks/native/libs/nativewindow/include/system/
window.h
51
#ifndef
__deprecated
52
#define
__deprecated
__attribute__((__deprecated__))
macro
553
typedef struct ANativeWindow android_native_window_t
__deprecated
;
typedef in typeref:struct:android_native_window_t
574
struct ANativeWindow* window __UNUSED, int api __UNUSED)
__deprecated
;
583
struct ANativeWindow* window __UNUSED, int api __UNUSED)
__deprecated
;
641
android_native_rect_t const * active_rect)
__deprecated
;
672
int w, int h, int format)
__deprecated
;
[
all
...]
/system/core/libsystem/include/system/
window-deprecated.h
50
#ifndef
__deprecated
51
#define
__deprecated
__attribute__((__deprecated__))
macro
695
typedef struct ANativeWindow android_native_window_t
__deprecated
;
typedef in typeref:struct:android_native_window_t
716
struct ANativeWindow* window __UNUSED, int api __UNUSED)
__deprecated
;
725
struct ANativeWindow* window __UNUSED, int api __UNUSED)
__deprecated
;
783
android_native_rect_t const * active_rect)
__deprecated
;
[
all
...]
Completed in 865 milliseconds
1
2
3