Home
last modified time | relevance | path

Searched defs:fmt (Results 1276 - 1300 of 1433) sorted by relevance

1...<<5152535455565758

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp951 tcu::TextureFormat fmt = glu::mapGLInternalFormat(m_textureParams[texNdx].internalFormat); in init() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp124 static inline bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsUniformBlockCase.cpp68 std::ostream& operator<< (std::ostream& str, const PrecisionFlagsFmt& fmt) in operator <<() argument
84 std::ostream& operator<< (std::ostream& str, const LayoutFlagsFmt& fmt) in operator <<() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp100 const VkFormat fmt = *i; in selectFormat() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dosu_client.c31 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...) in write_result() argument
57 void write_summary(struct hs20_osu_client *ctx, const char *fmt, ...) in write_summary() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp693 tcu::PixelFormat fmt; in getPixelFormat() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_server.c287 void srv_log(struct radius_session *sess, const char *fmt, ...) in srv_log() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dosu_client.c31 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...) in write_result() argument
57 void write_summary(struct hs20_osu_client *ctx, const char *fmt, ...) in write_summary() argument
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs468 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions
503 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions
547 fn fmt( functions
595 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { fmt() functions
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/
H A Dmod.rs204 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Ds390x.rs112 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dnative.rs436 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
H A Dmod.rs297 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions
348 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
H A Dmod.rs175 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions
224 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions
/third_party/ffmpeg/libavcodec/
H A Dvideotoolboxenc.c837 get_cv_pixel_format(AVCodecContext* avctx, enum AVPixelFormat fmt, enum AVColorRange range, int* av_pixel_format, int* range_guessed) get_cv_pixel_format() argument
/third_party/ffmpeg/libavfilter/
H A Dvsrc_testsrc.c981 rgbtest_put_pixel(uint8_t *dstp[4], int dst_linesizep[4], int x, int y, unsigned r, unsigned g, unsigned b, enum AVPixelFormat fmt, uint8_t rgba_map[4]) rgbtest_put_pixel() argument
/third_party/ffmpeg/libswscale/
H A Dswscale_internal.h1075 enum AVPixelFormat fmt; ///< planes pixel format member
/third_party/astc-encoder/Source/
H A Dastcenccli_image_load_store.cpp1319 const format_entry* fmt = get_format(hdr.gl_internal_format); in load_ktx_compressed_image() local
1394 unsigned int fmt = get_format(img.block_x, img.block_y, img.block_z, is_srgb); in store_ktx_compressed_image() local
/third_party/backends/tools/
H A Dsane-desc.c277 debug_call (const char *fmt, ...) in debug_call() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dloctest.cpp1641 NumberFormat *fmt = NumberFormat::createPercentInstance(LOC[i], status); in Test4105828() local
H A Dcalregts.cpp497 SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("ddMMMyy"), Locale::getUK(),status); in test4061476() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java2093 parseCurrencyAmount(String str, NumberFormat fmt, char delim) parseCurrencyAmount() argument
2646 expect2(NumberFormat fmt, Number n, String exp) expect2() argument
2652 expect3(NumberFormat fmt, Number n, String exp) expect3() argument
2659 expect2(NumberFormat fmt, double n, String exp) expect2() argument
2663 expect3(NumberFormat fmt, double n, String exp) expect3() argument
2668 expect2(NumberFormat fmt, long n, String exp) expect2() argument
2672 expect3(NumberFormat fmt, long n, String exp) expect3() argument
2677 expect(NumberFormat fmt, Number n, String exp, boolean rt) expect() argument
2710 expect_rbnf(NumberFormat fmt, Number n, String exp, boolean rt) expect_rbnf() argument
2742 expect(NumberFormat fmt, Number n, String exp) expect() argument
2747 expect(NumberFormat fmt, double n, String exp) expect() argument
2752 expect(NumberFormat fmt, long n, String exp) expect() argument
2757 expect(NumberFormat fmt, String str, Number n) expect() argument
2779 expect_rbnf(NumberFormat fmt, String str, Number n) expect_rbnf() argument
2799 expect(NumberFormat fmt, String str, double n) expect() argument
2804 expect(NumberFormat fmt, String str, long n) expect() argument
2809 expectParseException(DecimalFormat fmt, String str, Number n) expectParseException() argument
2834 expectPad(DecimalFormat fmt, String pat, int pos) expectPad() argument
2838 expectPad(DecimalFormat fmt, final String pat, int pos, int width, final char pad) expectPad() argument
2862 expectPat(DecimalFormat fmt, final String exp) expectPat() argument
2872 expectParseCurrency(NumberFormat fmt, Currency expected, String text) expectParseCurrency() argument
3874 private final NumberFormat fmt; global() field in NumberFormatTest.FormatCharItrTestThread
3878 FormatCharItrTestThread(NumberFormat fmt, int num, int[] result) FormatCharItrTestThread() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2090 parseCurrencyAmount(String str, NumberFormat fmt, char delim) parseCurrencyAmount() argument
2643 expect2(NumberFormat fmt, Number n, String exp) expect2() argument
2649 expect3(NumberFormat fmt, Number n, String exp) expect3() argument
2656 expect2(NumberFormat fmt, double n, String exp) expect2() argument
2660 expect3(NumberFormat fmt, double n, String exp) expect3() argument
2665 expect2(NumberFormat fmt, long n, String exp) expect2() argument
2669 expect3(NumberFormat fmt, long n, String exp) expect3() argument
2674 expect(NumberFormat fmt, Number n, String exp, boolean rt) expect() argument
2707 expect_rbnf(NumberFormat fmt, Number n, String exp, boolean rt) expect_rbnf() argument
2739 expect(NumberFormat fmt, Number n, String exp) expect() argument
2744 expect(NumberFormat fmt, double n, String exp) expect() argument
2749 expect(NumberFormat fmt, long n, String exp) expect() argument
2754 expect(NumberFormat fmt, String str, Number n) expect() argument
2776 expect_rbnf(NumberFormat fmt, String str, Number n) expect_rbnf() argument
2796 expect(NumberFormat fmt, String str, double n) expect() argument
2801 expect(NumberFormat fmt, String str, long n) expect() argument
2806 expectParseException(DecimalFormat fmt, String str, Number n) expectParseException() argument
2831 expectPad(DecimalFormat fmt, String pat, int pos) expectPad() argument
2835 expectPad(DecimalFormat fmt, final String pat, int pos, int width, final char pad) expectPad() argument
2859 expectPat(DecimalFormat fmt, final String exp) expectPat() argument
2869 expectParseCurrency(NumberFormat fmt, Currency expected, String text) expectParseCurrency() argument
3871 private final NumberFormat fmt; global() field in NumberFormatTest.FormatCharItrTestThread
3875 FormatCharItrTestThread(NumberFormat fmt, int num, int[] result) FormatCharItrTestThread() argument
[all...]
/third_party/libuv/src/win/
H A Dfs.c1501 const WCHAR* fmt; in fs__opendir() local
/third_party/mesa3d/src/freedreno/decode/
H A Dcffdec.c126 printl(int lvl, const char *fmt, ...) in printl() argument
1742 const char *fmt = in dump_a2xx_shader_const() local

Completed in 78 milliseconds

1...<<5152535455565758