HomeSort by relevance Sort by last modified time
    Searched defs:__STDC_FORMAT_MACROS (Results 1 - 24 of 24) sorted by null

  /bionic/tests/
inttypes_test.cpp 19 #define __STDC_FORMAT_MACROS // Otherwise not available in C++.
  /external/chromium_org/third_party/WebKit/Source/
config.h 55 #ifndef __STDC_FORMAT_MACROS
56 #define __STDC_FORMAT_MACROS 1
  /external/chromium/base/
format_macros.h 31 #error "without __STDC_FORMAT_MACROS defined."
34 #if !defined(__STDC_FORMAT_MACROS)
35 #define __STDC_FORMAT_MACROS
  /external/chromium_org/base/
format_macros.h 30 #error "without __STDC_FORMAT_MACROS defined."
33 #if !defined(__STDC_FORMAT_MACROS)
34 #define __STDC_FORMAT_MACROS
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
gen_matypes.c 35 #ifndef __STDC_FORMAT_MACROS
36 #define __STDC_FORMAT_MACROS
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 35 #ifndef __STDC_FORMAT_MACROS
36 #define __STDC_FORMAT_MACROS
  /external/qemu/elff/
dwarf_utils.cc 18 #define __STDC_FORMAT_MACROS 1
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_utils.cc 18 #define __STDC_FORMAT_MACROS 1
dwarf_die.cc 18 #define __STDC_FORMAT_MACROS 1
  /external/libvpx/libvpx/vpx/
vpx_integer.h 43 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
44 #define __STDC_FORMAT_MACROS
  /system/core/libutils/
StopWatch.cpp 24 #define __STDC_FORMAT_MACROS 1
  /external/qemu/android/utils/
system.h 17 #define __STDC_FORMAT_MACROS 1
  /external/chromium_org/third_party/tcmalloc/chromium/src/
config_freebsd.h 265 #ifndef __STDC_FORMAT_MACROS
266 # define __STDC_FORMAT_MACROS 1
config_android.h 255 #ifndef __STDC_FORMAT_MACROS
256 # define __STDC_FORMAT_MACROS 1
config_linux.h 255 #ifndef __STDC_FORMAT_MACROS
256 # define __STDC_FORMAT_MACROS 1
config_win.h 284 #ifndef __STDC_FORMAT_MACROS
285 # define __STDC_FORMAT_MACROS 1
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
config.h 279 #ifndef __STDC_FORMAT_MACROS
280 # define __STDC_FORMAT_MACROS 1
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
config.h 279 #ifndef __STDC_FORMAT_MACROS
280 # define __STDC_FORMAT_MACROS 1
  /external/bison/darwin-lib/
inttypes.h 37 # if defined __cplusplus && ! defined __STDC_FORMAT_MACROS
38 # define __STDC_FORMAT_MACROS 1
    [all...]
  /external/bison/lib/
inttypes.in.h 36 # if defined __cplusplus && ! defined __STDC_FORMAT_MACROS
37 # define __STDC_FORMAT_MACROS 1
  /external/bison/linux-lib/
inttypes.h 37 # if defined __cplusplus && ! defined __STDC_FORMAT_MACROS
38 # define __STDC_FORMAT_MACROS 1
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 92 // This comes first to ensure we define __STDC_FORMAT_MACROS in time.
94 #ifndef __STDC_FORMAT_MACROS
95 # define __STDC_FORMAT_MACROS 1 // gcc requires this to get PRId64, etc.
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 92 // This comes first to ensure we define __STDC_FORMAT_MACROS in time.
94 #ifndef __STDC_FORMAT_MACROS
95 # define __STDC_FORMAT_MACROS 1 // gcc requires this to get PRId64, etc.
    [all...]
  /external/chromium_org/third_party/mongoose/
mongoose.c 26 #ifndef __STDC_FORMAT_MACROS
27 #define __STDC_FORMAT_MACROS // <inttypes.h> wants this for C++
28 #endif // __STDC_FORMAT_MACROS
    [all...]

Completed in 1061 milliseconds