/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/external/jsoncpp/include/json/ |
H A D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/aosp_15_r20/external/deqp/external/jsoncpp/ |
H A D | config.h.cts | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf 65 #define jsoncpp_snprintf std::snprintf
|
/aosp_15_r20/external/jsoncpp/src/jsontestrunner/ |
H A D | main.cpp | 33 jsoncpp_snprintf(buffer, sizeof(buffer), "%.16g", value); in normalizeFloatingPointStr() 105 jsoncpp_snprintf(buffer, sizeof(buffer), "[%u]", index); in printValueTree()
|
/aosp_15_r20/external/jsoncpp/src/lib_json/ |
H A D | json_reader.cpp | 787 jsoncpp_snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column); in getLocationLineAndColumn() 1834 jsoncpp_snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column); in getLocationLineAndColumn()
|
H A D | json_writer.cpp | 141 int len = jsoncpp_snprintf( in valueToString()
|