Home
last modified time | relevance | path

Searched defs:fmt (Results 1526 - 1550 of 1570) sorted by relevance

1...<<616263

/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dnetlink.rs29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt() functions
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dnetlink.rs29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt() functions
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dnetlink.rs29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt() functions
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dnetlink.rs29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt() functions
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dnetlink.rs29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt() functions
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dnetlink.rs29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt() functions
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dnetlink.rs29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt() functions
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dnetlink.rs29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt() functions
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_msgbuf.c9522 dhd_prot_print_flow_ring(dhd_pub_t *dhd, void *msgbuf_flow_info, struct bcmstrbuf *strbuf, const char * fmt) dhd_prot_print_flow_ring() argument
H A Ddhd_pcie.c4697 static uint8 * fmt[] = BCM_BUZZZ_FMT_STRINGS; in dhd_buzzz_dump_log() local
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c280 void bpf_verifier_vlog(struct bpf_verifier_log *log, const char *fmt, va_list args) in bpf_verifier_vlog() argument
320 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env, const char *fmt, ...) in bpf_verifier_log_write() argument
334 __printf(2, 3) static void verbose(void *private_data, const char *fmt, ...) in verbose() argument
348 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log, const char *fmt, ...) in bpf_log() argument
[all...]
/third_party/elfutils/src/
H A Dreadelf.c12443 const char *fmt; in handle_auxv_note() local
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp1606 void udat_adoptNumberFormat(UDateFormat *fmt, UNumberFormat *numberFormatToAdopt) in udat_adoptNumberFormat() argument
1610 void udat_adoptNumberFormatForFields(UDateFormat *fmt, const UChar *fields, UNumberFormat *numberFormatToSet, in udat_adoptNumberFormatForFields() argument
1619 UDateFormat *udat_clone(const UDateFormat *fmt, UErrorCode *status) in udat_clone() argument
1631 int32_t udat_countSymbols(const UDateFormat *fmt, UDateFormatSymbolType type) in udat_countSymbols() argument
1655 UDate udat_get2DigitYearStart(const UDateFormat *fmt, UErrorCode *status) in udat_get2DigitYearStart() argument
1663 udat_getBooleanAttribute(const UDateFormat *fmt, UDateFormatBooleanAttribute attr, UErrorCode *status) udat_getBooleanAttribute() argument
1667 udat_getCalendar(const UDateFormat *fmt) udat_getCalendar() argument
1671 udat_getContext(const UDateFormat *fmt, UDisplayContextType type, UErrorCode *status) udat_getContext() argument
1675 udat_getLocaleByType(const UDateFormat *fmt, ULocDataLocaleType type, UErrorCode *status) udat_getLocaleByType() argument
1679 udat_getNumberFormat(const UDateFormat *fmt) udat_getNumberFormat() argument
1683 udat_getNumberFormatForField(const UDateFormat *fmt, UChar field) udat_getNumberFormatForField() argument
1687 udat_getSymbols(const UDateFormat *fmt, UDateFormatSymbolType type, int32_t symbolIndex, UChar *result, int32_t resultLength, UErrorCode *status) udat_getSymbols() argument
1692 udat_isLenient(const UDateFormat *fmt) udat_isLenient() argument
1712 udat_set2DigitYearStart(UDateFormat *fmt, UDate d, UErrorCode *status) udat_set2DigitYearStart() argument
1716 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode *status) udat_setBooleanAttribute() argument
1720 udat_setCalendar(UDateFormat *fmt, const UCalendar *calendarToSet) udat_setCalendar() argument
1724 udat_setContext(UDateFormat *fmt, UDisplayContext value, UErrorCode *status) udat_setContext() argument
1728 udat_setLenient(UDateFormat *fmt, UBool isLenient) udat_setLenient() argument
1732 udat_setNumberFormat(UDateFormat *fmt, const UNumberFormat *numberFormatToSet) udat_setNumberFormat() argument
1745 udat_toPattern(const UDateFormat *fmt, UBool localized, UChar *result, int32_t resultLength, UErrorCode *status) udat_toPattern() argument
2141 unum_clone(const UNumberFormat *fmt, UErrorCode *status) unum_clone() argument
2145 unum_close(UNumberFormat *fmt) unum_close() argument
2153 unum_format(const UNumberFormat *fmt, int32_t number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_format() argument
2158 unum_formatDecimal(const UNumberFormat *fmt, const char *number, int32_t length, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatDecimal() argument
2163 unum_formatDouble(const UNumberFormat *fmt, double number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatDouble() argument
2168 unum_formatDoubleCurrency(const UNumberFormat *fmt, double number, UChar *currency, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatDoubleCurrency() argument
2179 unum_formatInt64(const UNumberFormat *fmt, int64_t number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatInt64() argument
2184 unum_getAttribute(const UNumberFormat *fmt, UNumberFormatAttribute attr) unum_getAttribute() argument
2192 unum_getContext(const UNumberFormat *fmt, UDisplayContextType type, UErrorCode *status) unum_getContext() argument
2196 unum_getDoubleAttribute(const UNumberFormat *fmt, UNumberFormatAttribute attr) unum_getDoubleAttribute() argument
2200 unum_getLocaleByType(const UNumberFormat *fmt, ULocDataLocaleType type, UErrorCode *status) unum_getLocaleByType() argument
2204 unum_getSymbol(const UNumberFormat *fmt, UNumberFormatSymbol symbol, UChar *buffer, int32_t size, UErrorCode *status) unum_getSymbol() argument
2209 unum_getTextAttribute(const UNumberFormat *fmt, UNumberFormatTextAttribute tag, UChar *result, int32_t resultLength, UErrorCode *status) unum_getTextAttribute() argument
2219 unum_parse(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, UErrorCode *status) unum_parse() argument
2224 unum_parseDecimal(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, char *outBuf, int32_t outBufLength, UErrorCode *status) unum_parseDecimal() argument
2229 unum_parseDouble(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, UErrorCode *status) unum_parseDouble() argument
2234 unum_parseDoubleCurrency(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, UChar *currency, UErrorCode *status) unum_parseDoubleCurrency() argument
2239 unum_parseInt64(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, UErrorCode *status) unum_parseInt64() argument
2244 unum_setAttribute(UNumberFormat *fmt, UNumberFormatAttribute attr, int32_t newValue) unum_setAttribute() argument
2248 unum_setContext(UNumberFormat *fmt, UDisplayContext value, UErrorCode *status) unum_setContext() argument
2252 unum_setDoubleAttribute(UNumberFormat *fmt, UNumberFormatAttribute attr, double newValue) unum_setDoubleAttribute() argument
2256 unum_setSymbol(UNumberFormat *fmt, UNumberFormatSymbol symbol, const UChar *value, int32_t length, UErrorCode *status) unum_setSymbol() argument
2261 unum_setTextAttribute(UNumberFormat *fmt, UNumberFormatTextAttribute tag, const UChar *newValue, int32_t newValueLength, UErrorCode *status) unum_setTextAttribute() argument
2266 unum_toPattern(const UNumberFormat *fmt, UBool isPatternLocalized, UChar *result, int32_t resultLength, UErrorCode *status) unum_toPattern() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c542 VkFormat fmt = info->ri.color_att_formats[i]; in radv_pipeline_compute_spi_color_formats() local
H A Dradv_cmd_buffer.c1356 VkFormat fmt = cmd_buffer->state.pass->attachments[idx].format; in radv_emit_rbplus_state() local
4959 VkFormat fmt = dyn_info->depthAttachmentFormat != VK_FORMAT_UNDEFINED in radv_inherit_dynamic_rendering() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c2710 const struct crocus_format_info fmt = in crocus_create_sampler_view() local
2846 const struct crocus_format_info fmt = crocus_create_surface() local
3081 struct crocus_format_info fmt = crocus_set_shader_images() local
3809 const struct crocus_format_info fmt = crocus_create_vertex_elements() local
3886 const struct crocus_format_info fmt = crocus_create_vertex_elements() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2146 void ImGuiTextBuffer::appendf(const char* fmt, ...) in appendf() argument
2155 appendfv(const char* fmt, va_list args) appendfv() argument
6701 SetTooltipV(const char* fmt, va_list args) SetTooltipV() argument
6712 SetTooltip(const char* fmt, ...) SetTooltip() argument
8777 LogText(const char* fmt, ...) LogText() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp192 std::ostream &operator<<(std::ostream &os, const FmtCapturePrefix &fmt) in operator <<() argument
236 std::ostream &operator<<(std::ostream &os, const FmtReplayFunction &fmt) in operator <<() argument
269 operator <<(std::ostream &os, const FmtSetupFunction &fmt) operator <<() argument
295 operator <<(std::ostream &os, const FmtResetFunction &fmt) operator <<() argument
316 operator <<(std::ostream &os, const FmtFunction &fmt) operator <<() argument
349 operator <<(std::ostream &os, const FmtGetSerializedContextStateFunction &fmt) operator <<() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp232 std::ostream& operator<< (std::ostream& str, const Base64Formatter& fmt) in operator <<() argument
[all...]
/third_party/toybox/generated/
H A Dglobals.h820 const char *fmt; member
987 char ioctl[32], *fmt; member
1649 struct fmt_data fmt; member
/third_party/toybox/toys/pending/
H A Dbc.c5615 static void bc_vm_printError(BcError e, char *fmt, in bc_vm_printError() argument
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c2291 void upb_status_seterrf(upb_status *status, const char *fmt, ...) { in upb_status_seterrf() argument
2298 void upb_status_vseterrf(upb_status *status, const char *fmt, va_list args) { in upb_status_vseterrf() argument
2305 void upb_status_vappenderrf(upb_status *status, const char *fmt, va_list args) { in upb_status_vappenderrf() argument
4037 bool upb_fielddef_checkintfmt(int32_t fmt) { return between(fmt, 1, 3); } in upb_fielddef_checkintfmt() argument
6040 UPB_NORETURN static void jsondec_errf(jsondec *d, const char *fmt, argument
7447 jsonenc_errf(jsonenc *e, const char *fmt, ...) jsonenc_errf() argument
7479 jsonenc_printf(jsonenc *e, const char *fmt, ...) jsonenc_printf() argument
7671 jsonenc_double(jsonenc *e, const char *fmt, double val) jsonenc_double() argument
[all...]
/third_party/python/Modules/
H A D_testcapimodule.c1011 test_buildvalue_N_error(const char *fmt) in test_buildvalue_N_error() argument
1380 static const char fmt[] = "(ii)i|(i(ii))(iii)i"; in getargs_keywords() local
6784 static const char fmt[] = "|bbBhHiIlknfds#LK"; in test_structmembers_new() local
[all...]
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
H A Dvideodev2.h1140 } fmt; member
2232 } fmt; member
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Dvideodev2.h1140 } fmt; member
2232 } fmt; member

Completed in 286 milliseconds

1...<<616263