HomeSort by relevance Sort by last modified time
    Searched full:__deprecated (Results 26 - 50 of 69) sorted by null

12 3

  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated)) macro
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated)) macro
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated)) macro
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated)) macro
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated)) macro
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated)) macro
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated)) macro
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated)) macro
  /external/libcxx/test/std/extensions/hash/
specializations.pass.cpp 10 // NOTE: Undefined __DEPRECATED to prevent this test from failing with -Werror
11 #undef __DEPRECATED
  /external/v8/src/third_party/vtune/
vtune-jit.cc 65 #define OLD_DEPRECATED __DEPRECATED
66 #undef __DEPRECATED
74 #define __DEPRECATED OLD_DEPRECATED
  /external/libchrome/base/containers/
hash_tables.h 45 #ifdef __DEPRECATED
46 #define CHROME_OLD__DEPRECATED __DEPRECATED
47 #undef __DEPRECATED
57 #define __DEPRECATED CHROME_OLD__DEPRECATED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
backward_warning.h 31 #ifdef __DEPRECATED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
backward_warning.h 31 #ifdef __DEPRECATED
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
backward_warning.h 31 #ifdef __DEPRECATED
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
backward_warning.h 31 #ifdef __DEPRECATED
  /external/libnl/include/
netlink-local.h 120 #undef __deprecated macro
121 #define __deprecated __attribute__ ((deprecated)) macro
  /system/core/include/system/
window.h 33 #ifndef __deprecated
34 #define __deprecated __attribute__((__deprecated__)) macro
627 typedef struct ANativeWindow android_native_window_t __deprecated; typedef in typeref:struct:android_native_window_t
648 struct ANativeWindow* window __UNUSED, int api __UNUSED) __deprecated;
657 struct ANativeWindow* window __UNUSED, int api __UNUSED) __deprecated;
715 android_native_rect_t const * active_rect) __deprecated;
746 int w, int h, int format) __deprecated;
    [all...]
  /external/clang/include/clang/Basic/
LangOptions.def 147 COMPATIBLE_LANGOPT(Deprecated , 1, 0, "__DEPRECATED predefined macro")
  /external/libcxx/include/ext/
hash_set 201 #if __DEPRECATED
hash_map 209 #if __DEPRECATED
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
hash_set 201 #if __DEPRECATED
hash_map 208 #if __DEPRECATED
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
hash_set 201 #if __DEPRECATED
  /external/clang/include/clang/Driver/
CC1Options.td 576 HelpText<"Defines the __DEPRECATED macro">;
578 HelpText<"Undefines the __DEPRECATED macro">;
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 591 Builder.defineMacro("__DEPRECATED");
    [all...]

Completed in 633 milliseconds

12 3