Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 25 of 40) sorted by relevance

12

/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAssert.h61 #define SkASSERTF(cond, fmt, ...) static_cast<void>( (cond) ? (void)0 : [&]{ \ argument
62 SkDebugf(fmt"\n", ##__VA_ARGS__); \
66 #define SkDEBUGFAILF(fmt, ...) SK_ABORT(fmt, ##__VA_ARGS__) argument
70 #define SkASSERTF(cond, fmt, ...) static_cast<void>(0) argument
72 #define SkDEBUGFAILF(fmt, ...) argument
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAssert.h61 #define SkASSERTF(cond, fmt, ...) static_cast<void>( (cond) ? (void)0 : [&]{ \ argument
62 SkDebugf(fmt"\n", ##__VA_ARGS__); \
66 #define SkDEBUGFAILF(fmt, ...) SK_ABORT(fmt, ##__VA_ARGS__) argument
70 #define SkASSERTF(cond, fmt, ...) static_cast<void>(0) argument
72 #define SkDEBUGFAILF(fmt, ...) argument
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAssert.h61 #define SkASSERTF(cond, fmt, ...) static_cast<void>( (cond) ? (void)0 : [&]{ \ argument
62 SkDebugf(fmt"\n", ##__VA_ARGS__); \
66 #define SkDEBUGFAILF(fmt, ...) SK_ABORT(fmt, ##__VA_ARGS__) argument
70 #define SkASSERTF(cond, fmt, ...) static_cast<void>(0) argument
72 #define SkDEBUGFAILF(fmt, ...) argument
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAssert.h61 #define SkASSERTF(cond, fmt, ...) static_cast<void>( (cond) ? (void)0 : [&]{ \ argument
62 SkDebugf(fmt"\n", ##__VA_ARGS__); \
66 #define SkDEBUGFAILF(fmt, ...) SK_ABORT(fmt, ##__VA_ARGS__) argument
70 #define SkASSERTF(cond, fmt, ...) static_cast<void>(0) argument
72 #define SkDEBUGFAILF(fmt, ...) argument
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAssert.h61 #define SkASSERTF(cond, fmt, ...) static_cast<void>( (cond) ? (void)0 : [&]{ \ argument
62 SkDebugf(fmt"\n", ##__VA_ARGS__); \
66 #define SkDEBUGFAILF(fmt, ...) SK_ABORT(fmt, ##__VA_ARGS__) argument
70 #define SkASSERTF(cond, fmt, ...) static_cast<void>(0) argument
72 #define SkDEBUGFAILF(fmt, ...) argument
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAssert.h61 #define SkASSERTF(cond, fmt, ...) static_cast<void>( (cond) ? (void)0 : [&]{ \ argument
62 SkDebugf(fmt"\n", ##__VA_ARGS__); \
66 #define SkDEBUGFAILF(fmt, ...) SK_ABORT(fmt, ##__VA_ARGS__) argument
70 #define SkASSERTF(cond, fmt, ...) static_cast<void>(0) argument
72 #define SkDEBUGFAILF(fmt, ...) argument
/expo/packages/expo-gl/common/
H A DEXPlatformUtils.h29 #define EXGLSysLog(fmt, ...) __android_log_print(ANDROID_LOG_ERROR, "EXGL", fmt, ##__VA_ARGS__) argument
32 #define EXGLSysLog(fmt, ...) EXiOSLog("EXGL: " fmt, ##__VA_ARGS__) argument
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXPlatformUtils.h29 #define ABI47_0_0EXGLSysLog(fmt, ...) __android_log_print(ANDROID_LOG_ERROR, "ABI47_0_0EXGL", fmt, … argument
32 #define ABI47_0_0EXGLSysLog(fmt, ...) ABI47_0_0EXiOSLog("ABI47_0_0EXGL: " fmt, ##__VA_ARGS__) argument
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXPlatformUtils.h29 #define ABI49_0_0EXGLSysLog(fmt, ...) __android_log_print(ANDROID_LOG_ERROR, "ABI49_0_0EXGL", fmt, … argument
32 #define ABI49_0_0EXGLSysLog(fmt, ...) ABI49_0_0EXiOSLog("ABI49_0_0EXGL: " fmt, ##__VA_ARGS__) argument
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXPlatformUtils.h29 #define ABI48_0_0EXGLSysLog(fmt, ...) __android_log_print(ANDROID_LOG_ERROR, "ABI48_0_0EXGL", fmt, … argument
32 #define ABI48_0_0EXGLSysLog(fmt, ...) ABI48_0_0EXiOSLog("ABI48_0_0EXGL: " fmt, ##__VA_ARGS__) argument
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkSLString.h25 std::string printf(const char* fmt, ...) SK_PRINTF_LIKE(1, 2);
26 void appendf(std::string* str, const char* fmt, ...) SK_PRINTF_LIKE(2, 3);
27 void vappendf(std::string* str, const char* fmt, va_list va) SK_PRINTF_LIKE(2, 0);
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkSLString.h25 std::string printf(const char* fmt, ...) SK_PRINTF_LIKE(1, 2);
26 void appendf(std::string* str, const char* fmt, ...) SK_PRINTF_LIKE(2, 3);
27 void vappendf(std::string* str, const char* fmt, va_list va) SK_PRINTF_LIKE(2, 0);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI49_0_0jsilib-posix.cpp29 const char* fmt, in throwFormattedError() argument
34 va_start(va_args, fmt); in throwFormattedError()
35 int result = vsnprintf(logBuffer, sizeof(logBuffer), fmt, va_args); in throwFormattedError()
40 std::string("Failed to format error message: ") + fmt); in throwFormattedError()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI48_0_0jsilib-posix.cpp29 const char* fmt, in throwFormattedError() argument
34 va_start(va_args, fmt); in throwFormattedError()
35 int result = vsnprintf(logBuffer, sizeof(logBuffer), fmt, va_args); in throwFormattedError()
40 std::string("Failed to format error message: ") + fmt); in throwFormattedError()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI47_0_0jsilib-posix.cpp29 const char* fmt, in throwFormattedError() argument
34 va_start(va_args, fmt); in throwFormattedError()
35 int result = vsnprintf(logBuffer, sizeof(logBuffer), fmt, va_args); in throwFormattedError()
40 std::string("Failed to format error message: ") + fmt); in throwFormattedError()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/utils/
H A DRNSkLog.h43 static void logToConsole(const char *fmt, ...) { in logToConsole() argument
45 va_start(args, fmt); in logToConsole()
48 vsnprintf(buffer, sizeof(buffer), fmt, args); in logToConsole()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/utils/
H A DRNSkLog.h43 static void logToConsole(const char *fmt, ...) { in logToConsole() argument
45 va_start(args, fmt); in logToConsole()
48 vsnprintf(buffer, sizeof(buffer), fmt, args); in logToConsole()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/utils/
H A DRNSkLog.h43 static void logToConsole(const char *fmt, ...) { in logToConsole() argument
45 va_start(args, fmt); in logToConsole()
48 vsnprintf(buffer, 512, fmt, args); in logToConsole()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/utils/
H A DRNSkLog.h43 static void logToConsole(const char *fmt, ...) { in logToConsole() argument
45 va_start(args, fmt); in logToConsole()
48 vsnprintf(buffer, sizeof(buffer), fmt, args); in logToConsole()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/utils/
H A DABI48_0_0RNSkLog.h43 static void logToConsole(const char *fmt, ...) { in logToConsole() argument
45 va_start(args, fmt); in logToConsole()
48 vsnprintf(buffer, sizeof(buffer), fmt, args); in logToConsole()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/utils/
H A DRNSkLog.h43 static void logToConsole(const char *fmt, ...) { in logToConsole() argument
45 va_start(args, fmt); in logToConsole()
48 vsnprintf(buffer, sizeof(buffer), fmt, args); in logToConsole()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/utils/
H A DABI47_0_0RNSkLog.h43 static void logToConsole(const char *fmt, ...) { in logToConsole() argument
45 va_start(args, fmt); in logToConsole()
48 vsnprintf(buffer, 512, fmt, args); in logToConsole()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/utils/
H A DABI49_0_0RNSkLog.h43 static void logToConsole(const char *fmt, ...) { in logToConsole() argument
45 va_start(args, fmt); in logToConsole()
48 vsnprintf(buffer, sizeof(buffer), fmt, args); in logToConsole()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/modules/skcms/
H A Dskcms_internal.h50 static inline bool needs_palette(skcms_PixelFormat fmt) { in needs_palette() argument
51 return (fmt >> 1) == (skcms_PixelFormat_RGBA_8888_Palette8 >> 1); in needs_palette()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/skcms/
H A Dskcms_internal.h50 static inline bool needs_palette(skcms_PixelFormat fmt) { in needs_palette() argument
51 return (fmt >> 1) == (skcms_PixelFormat_RGBA_8888_Palette8 >> 1); in needs_palette()

12