HomeSort by relevance Sort by last modified time
    Searched refs:__STDC_FORMAT_MACROS (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/libcxx/include/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
inttypes.h 241 for C++11 unless __STDC_FORMAT_MACROS is defined
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
inttypes.h 48 #if !defined(__cplusplus) || defined(__STDC_FORMAT_MACROS)
  /external/gflags/src/
config.h 16 #if defined(HAVE_INTTYPES_H) && !defined(__STDC_FORMAT_MACROS)
17 # define __STDC_FORMAT_MACROS 1
  /external/skia/src/sksl/
SkSLUtil.cpp 10 #ifndef __STDC_FORMAT_MACROS
11 #define __STDC_FORMAT_MACROS
  /external/skqp/src/sksl/
SkSLUtil.cpp 10 #ifndef __STDC_FORMAT_MACROS
11 #define __STDC_FORMAT_MACROS
  /external/google-breakpad/src/google_breakpad/common/
breakpad_types.h 45 #ifndef __STDC_FORMAT_MACROS
46 #define __STDC_FORMAT_MACROS
47 #endif /* __STDC_FORMAT_MACROS */
  /external/libvpx/libvpx/vpx/
vpx_integer.h 44 #if !defined(__STDC_FORMAT_MACROS)
45 #define __STDC_FORMAT_MACROS
  /external/webrtc/webrtc/base/
format_macros.h 33 #error "without __STDC_FORMAT_MACROS defined."
36 #if !defined(__STDC_FORMAT_MACROS)
37 #define __STDC_FORMAT_MACROS
  /external/libchrome/base/
format_macros.h 32 #error "without __STDC_FORMAT_MACROS defined."
35 #if defined(OS_POSIX) && !defined(__STDC_FORMAT_MACROS)
36 #define __STDC_FORMAT_MACROS
  /external/libyuv/files/third_party/gflags/gen/posix/include/private/
config.h 45 #if defined(HAVE_INTTYPES_H) && !defined(__STDC_FORMAT_MACROS)
46 # define __STDC_FORMAT_MACROS 1

Completed in 700 milliseconds

1 2 3 4