Home
last modified time | relevance | path

Searched refs:format (Results 3476 - 3500 of 12970) sorted by relevance

1...<<131132133134135136137138139140>>...519

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DScientificNumberFormatter.java34 * System.out.println(fmt.format(1.23456e-78));
104 * anything that DecimalFormat#format(Object) accepts.
107 public String format(Object number) { in format() method in ScientificNumberFormatter
109 return style.format( in format()
120 abstract String format( in format() method in ScientificNumberFormatter.Style
150 String format( in format() method in ScientificNumberFormatter.MarkupStyle
199 String format( in format() method in ScientificNumberFormatter.SuperscriptStyle
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDataDrivenNumberFormatTestUtility.java10 package ohos.global.icu.dev.test.format;
25 * A collection of methods to run the data driven number format test suite.
50 * @param tuple contains the parameters of the format test.
52 public String format(DataDrivenNumberFormatTestData tuple) { in format() method in DataDrivenNumberFormatTestUtility.CodeUnderTest
61 * @param tuple contains the parameters of the format test.
72 * @param tuple contains the parameters of the format test.
83 * @param tuple contains the parameters of the format test.
94 * @param tuple contains the parameters of the format test.
129 * Runs every format test in data driven test suite including those
329 TestFmwk.errln(String.format("lin in showError()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dscientificnumberformatter.cpp128 UnicodeString &ScientificNumberFormatter::SuperscriptStyle::format( in format() function in ScientificNumberFormatter::SuperscriptStyle
202 UnicodeString &ScientificNumberFormatter::MarkupStyle::format( in format() function in ScientificNumberFormatter::MarkupStyle
277 UnicodeString &ScientificNumberFormatter::format( in format() function in ScientificNumberFormatter
286 fDecimalFormat->format(number, original, &fpi, status); in format()
287 return fStyle->format( in format()
/third_party/mbedtls/programs/pkey/
H A Dgen_key.c105 " format=pem|der default: pem\n" \
118 int format; /* the output format to use */ member
131 if (opt.format == FORMAT_PEM) { in write_private_key()
191 /* Point in an unxepected format. This shouldn't happen. */ in show_ecp_key()
284 opt.format = DFL_FORMAT; in main()
302 } else if (strcmp(p, "format") == 0) { in main()
304 opt.format = FORMAT_PEM; in main()
306 opt.format = FORMAT_DER; in main()
/third_party/mesa3d/src/freedreno/decode/scripts/
H A Dparse-submits.lua6 return io.write(string.format(fmt, ...))
24 mrt.format = fmt
42 source.format = fmt
140 printf(" MRT[0x%x:0x%x]:\t%ux%u\t\t%s (%s)", base, mrt.flag, mrt.w, mrt.h, mrt.format, mrt.samples)
160 printf(" SRC[0x%x:0x%x]:\t%ux%u\t\t%s (%s)\n", source.base, source.flag, source.w, source.h, source.format, source.samples)
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h459 enum pipe_format format:16; member
487 enum pipe_format format:15; /**< typed PIPE_FORMAT_x */ member
517 enum pipe_format format; /**< typed PIPE_FORMAT_x */ member
565 enum pipe_format format:16; /**< PIPE_FORMAT_x */ member
899 /* For pipe_surface-like format casting: */
900 enum pipe_format format; /**< must be supported for sampling (src) member
/third_party/mesa3d/src/gallium/winsys/sw/wrapper/
H A Dwrapper_sw_winsys.c90 enum pipe_format format) in wsw_is_dt_format_supported()
94 return wsw->screen->is_format_supported(wsw->screen, format, in wsw_is_dt_format_supported()
148 enum pipe_format format, in wsw_dt_create()
167 templ.format = format; in wsw_dt_create()
88 wsw_is_dt_format_supported(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format) wsw_is_dt_format_supported() argument
146 wsw_dt_create(struct sw_winsys *ws, unsigned bind, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) wsw_dt_create() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_video.c291 enum pipe_video_format format = u_reduce_video_profile(profile); in rvid_get_video_param() local
293 if (format == PIPE_VIDEO_FORMAT_JPEG) in rvid_get_video_param()
329 enum pipe_format format, in rvid_is_format_supported()
335 return format == PIPE_FORMAT_NV12; in rvid_is_format_supported()
337 return vl_video_buffer_is_format_supported(screen, format, profile, entrypoint); in rvid_is_format_supported()
328 rvid_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) rvid_is_format_supported() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_screen.c31 #include "util/format/u_format.h"
32 #include "util/format/u_format_s3tc.h"
388 * Query format support for creating a texture, drawing surface, etc.
389 * \param format the format to test
394 enum pipe_format format, in softpipe_is_format_supported()
416 format_desc = util_format_description(format); in softpipe_is_format_supported()
424 if(!winsys->is_displaytarget_format_supported(winsys, bind, format)) in softpipe_is_format_supported()
457 util_format_description(format); in softpipe_is_format_supported()
472 format ! in softpipe_is_format_supported()
393 softpipe_is_format_supported( struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) softpipe_is_format_supported() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_gpu_memcpy.c123 enum isl_format format; in emit_so_memcpy() local
125 case 4: format = ISL_FORMAT_R32_UINT; break; in emit_so_memcpy()
126 case 8: format = ISL_FORMAT_R32G32_UINT; break; in emit_so_memcpy()
127 case 16: format = ISL_FORMAT_R32G32B32A32_UINT; break; in emit_so_memcpy()
156 .SourceElementFormat = format, in emit_so_memcpy()
/third_party/node/deps/icu-small/source/i18n/
H A Dscientificnumberformatter.cpp128 UnicodeString &ScientificNumberFormatter::SuperscriptStyle::format( in format() function in ScientificNumberFormatter::SuperscriptStyle
202 UnicodeString &ScientificNumberFormatter::MarkupStyle::format( in format() function in ScientificNumberFormatter::MarkupStyle
277 UnicodeString &ScientificNumberFormatter::format( in format() function in ScientificNumberFormatter
286 fDecimalFormat->format(number, original, &fpi, status); in format()
287 return fStyle->format( in format()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddtitvfmt.h129 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
191 * supported. And the interval format will be fall back to fall-back
254 * formatting: time zone, calendar type, pattern, date format symbols,
263 * the format style.
270 * Locale provides the timezone, calendar, and format symbols information.
279 * DateTime format.
295 * dtIntervalFmt->format(dtInterval, dateIntervalUnicodeString, pos, status);
311 * @param skeleton the skeleton on which interval format based.
342 * @param skeleton the skeleton on which the interval format is based.
368 * @param skeleton the skeleton on which interval format base
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.c149 enum pipe_format format = varying_format(type, chan); in collect_varyings() local
150 assert(format != PIPE_FORMAT_NONE); in collect_varyings()
155 varyings[loc + c].format = format; in collect_varyings()
325 info->bifrost.blend[i].format = in pan_shader_compile()
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddtitvfmt.h129 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
191 * supported. And the interval format will be fall back to fall-back
254 * formatting: time zone, calendar type, pattern, date format symbols,
263 * the format style.
270 * Locale provides the timezone, calendar, and format symbols information.
279 * DateTime format.
295 * dtIntervalFmt->format(dtInterval, dateIntervalUnicodeString, pos, status);
311 * @param skeleton the skeleton on which interval format based.
342 * @param skeleton the skeleton on which the interval format is based.
368 * @param skeleton the skeleton on which interval format base
[all...]
/third_party/libexif/libexif/apple/
H A Dexif-mnote-data-apple.c122 d->entries[i].format = exif_get_short(buf + ofs + 2, d->order); in exif_mnote_data_apple_load()
125 if ((d->entries[i].components) && (buf_size / d->entries[i].components < exif_format_get_size(d->entries[i].format))) { in exif_mnote_data_apple_load()
130 dsize = exif_format_get_size(d->entries[i].format) * d->entries[i].components; in exif_mnote_data_apple_load()
189 if (d->entries[i].components && (d->entries[i].size/d->entries[i].components < exif_format_get_size (d->entries[i].format))) in exif_mnote_data_apple_set_byte_order()
191 exif_array_set_byte_order(d->entries[i].format, d->entries[i].data, in exif_mnote_data_apple_set_byte_order()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_format.c29 #include "util/format/u_format.h"
55 /* This format is only used for depth/stencil reload */
72 int format; member
89 .present = true, .format = LIMA_TEXEL_FORMAT_##tex, \
95 .present = true, .format = LIMA_PIXEL_FORMAT_##pix, \
195 return lima_texel_formats[f].format; in lima_format_get_texel()
213 return lima_pixel_formats[f].format; in lima_format_get_pixel()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_box.h6 #include "util/format/u_format.h"
245 * the given format. This is trivial (a copy) for uncompressed formats.
249 const struct pipe_box *pixels, enum pipe_format format) in u_box_pixels_to_blocks()
252 pixels->x / util_format_get_blockwidth(format), in u_box_pixels_to_blocks()
253 pixels->y / util_format_get_blockheight(format), in u_box_pixels_to_blocks()
255 DIV_ROUND_UP(pixels->width, util_format_get_blockwidth(format)), in u_box_pixels_to_blocks()
256 DIV_ROUND_UP(pixels->height, util_format_get_blockheight(format)), in u_box_pixels_to_blocks()
248 u_box_pixels_to_blocks(struct pipe_box *blocks, const struct pipe_box *pixels, enum pipe_format format) u_box_pixels_to_blocks() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_buffer.cpp29 #include "util/format/u_format.h"
57 "[d3d12_video_buffer] tmpl->buffer_format only supported as a PIPE_VIDEO_CHROMA_FORMAT_420 format.\n"); in d3d12_video_buffer_create()
85 templ.format = pD3D12VideoBuffer->base.buffer_format; in d3d12_video_buffer_create()
194 surface_template.format = in d3d12_video_buffer_get_surfaces()
245 u_sampler_view_default_template(&samplerViewTemplate, pCurPlaneResource, pCurPlaneResource->format); in d3d12_video_buffer_get_sampler_view_planes()
293 unsigned num_components = util_format_get_nr_components(pCurPlaneResource->format); in d3d12_video_buffer_get_sampler_view_components()
300 u_sampler_view_default_template(&samplerViewTemplate, pCurPlaneResource, pCurPlaneResource->format); in d3d12_video_buffer_get_sampler_view_components()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_program.c32 #include "util/format/u_format.h"
177 instr->format = fmt.format;
316 instr->format = FMT_32_32_32_FLOAT; in fd2_prog_init()
331 instr->format = FMT_32_32_FLOAT; in fd2_prog_init()
340 instr->format = FMT_32_32_32_FLOAT; in fd2_prog_init()
/third_party/rust/crates/bindgen/csmith-fuzzing/
H A Dpredicate.py214 exit_1("Error: did not find '{}' in `bindgen`'s output".format(args.bindgen_grep), child)
226 print("Error: expected the emitted bindings to contain '{}', but they didn't".format(arg))
227 print("---------- {} ----------------------------------------------".format(bindings))
246 exit_1("Error: did not find '{}' in `rustc`'s output".format(args.rustc_grep), child)
264 exit_1("Error: did not find '{}' in the compiled bindings' layout tests' output".format(args.layout_tests_grep), child)
/third_party/rust/crates/clang-sys/src/
H A Dsupport.rs105 let default = format!("{}-clang{}", target, env::consts::EXE_SUFFIX); in find()
106 let versioned = format!("{}-clang-[0-9]*{}", target, env::consts::EXE_SUFFIX); in find()
117 let default = format!("clang{}", env::consts::EXE_SUFFIX); in find()
118 let versioned = format!("clang-[0-9]*{}", env::consts::EXE_SUFFIX); in find()
182 .map_err(|e| format!("could not run executable `{}`: {}", executable, e)) in run()
/third_party/python/Tools/scripts/
H A Dpatchcheck.py26 return "{} file{}".format(count, "s" if count != 1 else "")
80 cmd = "git remote show {}".format(remote_name).split()
109 base_branch = "{0.major}.{0.minor}".format(version)
166 lines = ["{}:".format(n_files_str(count))]
168 lines.append(" {}".format(path))
/third_party/python/Lib/multiprocessing/
H A Dheap.py280 "My pid ({0:n}) is not last pid {1:n}".format(
299 raise ValueError("Size {0:n} out of range".format(size))
301 raise OverflowError("Size {0:n} too large".format(size))
328 raise ValueError("Size {0:n} out of range".format(size))
330 raise OverflowError("Size {0:n} too large".format(size))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DTextureImpl.h53 GLenum format,
61 GLenum format,
77 GLenum format,
192 GLenum format,
233 GLenum format,
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyCompressedTextureTest.cpp159 GLint format; in TEST_P() member
164 Data(GLint format, const uint8_t *data, GLsizei dataSize) in TEST_P()
165 : format(format), data(data), dataSize(dataSize) in TEST_P()
200 glCompressedTexImage2D(GL_TEXTURE_2D, 0, supportedFormat.format, 4, 4, 0, in TEST_P()
237 // Check that the GL_RGBA format reports an error. in TEST_P()

Completed in 19 milliseconds

1...<<131132133134135136137138139140>>...519