Home
last modified time | relevance | path

Searched refs:format (Results 1001 - 1025 of 7421) sorted by relevance

1...<<41424344454647484950>>...297

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/personname/
H A DPersonNamePattern.java83 public String format(PersonName name) { in format() method in PersonNamePattern
105 textAfter.append(element.format(name)); in format()
107 textBefore.append(element.format(name)); in format()
110 String fieldText = element.format(name); in format()
129 result.append(element.format(name)); in format()
187 // clear out s1 and s2 (done here to improve readability in format() above)) in coalesce()
199 String format(PersonName name); in format() method
217 public String format(PersonName name) { in format() method in PersonNamePattern.LiteralText
257 public String format(PersonName name) { in format() method in PersonNamePattern.NameFieldImpl
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtspectest.cpp48 static UnicodeString format(double d, const NumberFormat &fmt) { in format() function
50 fmt.format(d, result); in format()
110 assertEquals("", u"34\u202F567,89", format(1234567.89, *nf), true); in TestNfSetters()
111 assertEquals("", u"0\u202F034,56", format(34.56, *nf), true); in TestNfSetters()
199 fmt.format(433.22, result); in TestPadding()
217 fmt.format(-433.22, result); in TestPadding()
236 fmt.format(4.33, result); in TestPadding()
262 fmt.format(x, result); in assertPatternFr()
/third_party/mesa3d/src/freedreno/fdl/
H A Dfreedreno_layout.h30 #include "util/format/u_format.h"
129 enum pipe_format format; member
236 void fdl5_layout(struct fdl_layout *layout, enum pipe_format format,
241 bool fdl6_layout(struct fdl_layout *layout, enum pipe_format format,
249 uint32_t nblocksx = util_format_get_nblocksx(layout->format, layout->width0); in fdl_set_pitchalign()
278 enum pipe_format format; member
296 enum pipe_format format; member
326 fdl6_buffer_view_init(uint32_t *descriptor, enum pipe_format format,
330 fdl6_format_swiz(enum pipe_format format, bool has_z24uint_s8uint,
/third_party/mesa3d/src/egl/generate/
H A Dgen_egl_dispatch.py120 text += "{f.rt} EGLAPIENTRY {ex[prefix]}{f.name}({f.decArgs});\n".format(f=func, ex=eglFunc)
192 """).lstrip("\n").format(f=func, ef=eglFunc)
195 text += " {f.rt} _ret = {ef[retval]};\n".format(f=func, ef=eglFunc)
197 text += " _pfn_{f.name} _ptr_{f.name} = (_pfn_{f.name}) ".format(f=func)
199 text += "__eglDispatchFetchByCurrent(__EGL_DISPATCH_{f.name});\n".format(f=func)
218 text += "{lookupFunc}({lookupArg}, __EGL_DISPATCH_{f.name});\n".format(
223 text += " if(_ptr_{f.name} != NULL) {{\n".format(f=func)
227 text += "_ptr_{f.name}({f.callArgs});\n".format(f=func)
/third_party/mesa3d/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c44 #include "util/format/u_format.h"
54 enum pipe_format format; member
89 enum pipe_format format ) in dri_sw_is_displaytarget_format_supported()
120 enum pipe_format format, in dri_sw_displaytarget_create()
134 dri_sw_dt->format = format; in dri_sw_displaytarget_create()
139 format_stride = util_format_get_stride(format, width); in dri_sw_displaytarget_create()
142 nblocksy = util_format_get_nblocksy(format, height); in dri_sw_displaytarget_create()
251 unsigned blsize = util_format_get_blocksize(dri_sw_dt->format); in dri_sw_displaytarget_display()
118 dri_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) dri_sw_displaytarget_create() argument
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.hpp140 const cl_image_format *format,
146 cl_image_format format() const;
197 const cl_image_format *format,
207 const cl_image_format *format,
217 const cl_image_format *format,
228 const cl_image_format *format, size_t width,
238 const cl_image_format *format,
249 const cl_image_format *format,
/third_party/node/lib/internal/crypto/
H A Drsa.js193 function rsaExportKey(key, format) {
196 format,
202 format,
209 switch (format) {
215 format: 'der',
229 format: 'der',
288 `Unable to import RSA key with format ${format}`,
/third_party/node/deps/v8/tools/ignition/
H A Dbytecode_dispatches_report.py60 print("WARNING: {} -> {} may have saturated.".format(source,
77 print("Top {} bytecode dispatch pairs:".format(top_count))
79 print("{:>12d}\t{} -> {}".format(counter, source, destination))
95 print("{:>12d}\t{}".format(counter, bytecode))
122 print("Top sources of dispatches to {}:".format(bytecode))
124 print("{:>12d}\t{:>5.1f}%\t{}".format(counter, ratio * 100, source_name))
126 print("\nTop destinations of dispatches from {}:".format(bytecode))
128 print("{:>12d}\t{:>5.1f}%\t{}".format(counter, ratio * 100, destination_name))
/third_party/nghttp2/script/
H A Dfetch-ocsp-response88 die('failed to invoke {}:{}'.format(args, e))
96 raise Exception('nonzero return code {}'.format(p.returncode))
99 msg = 'OpenSSL exitted abnormally: {}:{}'.format(args, e)
124 die('failed to extract ocsp URI from {}'.format(cert_fn))
143 sys.stderr.write('sending OCSP request to {}\n'.format(ocsp_uri))
184 sys.stderr.write('verify OK (used: {})\n'.format(extra))
195 'fetch-ocsp-response (using {})\n'.format(openssl_version))
209 sys.stderr.write('{}\n'.format(resp))
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddatefmt.h33 #include "unicode/format.h"
69 * DateFormat helps you to format and parse dates for any locale. Your code can
71 * week, or even the calendar format: lunar vs. solar.
73 * To format a date for the current Locale, use one of the static factory
80 * myString = dfmt->format( myDate, myString );
84 * format and use it multiple times so that the system doesn't have to fetch the
93 * cout << df->format( myDateArr[i], myString ) << endl;
104 * myString = dfmt->format( myDate, myString );
109 * To format a date for a different Locale, specify it in the call to
124 * Use createDateInstance() to produce the normal date format fo
[all...]
H A Dudat.h40 * Date Format helps you to format and parse dates for any locale. Your code can
42 * week, or even the calendar format: lunar vs. solar.
44 * To format a date for the current Locale with default time and date style,
61 * format and use it multiple times so that the system doesn't have to fetch the
101 * printf("date format: %s\n", u_austrcpy(buffer, myString));
106 * To format a date for a different Locale, specify it in the call to
132 * You can also set the time zone on the format if you wish.
134 * You can also use forms of the parse and format methods with Parse Position and
159 /** The possible date/time format styles
350 * Constant for date skeleton with hour, with the locale's preferred hour format (1
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h33 #include "unicode/format.h"
69 * DateFormat helps you to format and parse dates for any locale. Your code can
71 * week, or even the calendar format: lunar vs. solar.
73 * To format a date for the current Locale, use one of the static factory
80 * myString = dfmt->format( myDate, myString );
84 * format and use it multiple times so that the system doesn't have to fetch the
93 * cout << df->format( myDateArr[i], myString ) << endl;
104 * myString = dfmt->format( myDate, myString );
109 * To format a date for a different Locale, specify it in the call to
124 * Use createDateInstance() to produce the normal date format fo
[all...]
H A Dudat.h40 * Date Format helps you to format and parse dates for any locale. Your code can
42 * week, or even the calendar format: lunar vs. solar.
44 * To format a date for the current Locale with default time and date style,
61 * format and use it multiple times so that the system doesn't have to fetch the
101 * printf("date format: %s\n", u_austrcpy(buffer, myString));
106 * To format a date for a different Locale, specify it in the call to
132 * You can also set the time zone on the format if you wish.
134 * You can also use forms of the parse and format methods with Parse Position and
159 /** The possible date/time format styles
350 * Constant for date skeleton with hour, with the locale's preferred hour format (1
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c32 #include "util/format/u_format.h"
65 util_pack_color(color->f, cbuf->format, &u_color); in i915_clear_emit()
66 if (util_format_get_blocksize(cbuf_tex->b.format) == 4) { in i915_clear_emit()
76 util_pack_color(color->f, cbuf->format, &u_color); in i915_clear_emit()
90 util_pack_z_stencil(depth_tex->b.format, depth, stencil); in i915_clear_emit()
92 if (util_format_get_blocksize(depth_tex->b.format) == 4) { in i915_clear_emit()
95 depth_tex->b.format != PIPE_FORMAT_Z24_UNORM_S8_UINT) { in i915_clear_emit()
111 assert(depth_tex->b.format == PIPE_FORMAT_Z24_UNORM_S8_UINT); in i915_clear_emit()
114 util_pack_z_stencil(depth_tex->b.format, depth, stencil); in i915_clear_emit()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device.c181 VkFormat format, in vk_common_GetPhysicalDeviceFormatProperties()
192 format, &props2); in vk_common_GetPhysicalDeviceFormatProperties()
198 VkFormat format, in vk_common_GetPhysicalDeviceImageFormatProperties()
209 .format = format, in vk_common_GetPhysicalDeviceImageFormatProperties()
231 VkFormat format, in vk_common_GetPhysicalDeviceSparseImageFormatProperties()
243 .format = format, in vk_common_GetPhysicalDeviceSparseImageFormatProperties()
180 vk_common_GetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties *pFormatProperties) vk_common_GetPhysicalDeviceFormatProperties() argument
197 vk_common_GetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties *pImageFormatProperties) vk_common_GetPhysicalDeviceImageFormatProperties() argument
230 vk_common_GetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, uint32_t samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t *pNumProperties, VkSparseImageFormatProperties *pProperties) vk_common_GetPhysicalDeviceSparseImageFormatProperties() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h29 #include "util/format/u_format.h"
340 r300_translate_vertex_data_type(enum pipe_format format) { in r300_translate_vertex_data_type() argument
345 if (!format) in r300_translate_vertex_data_type()
346 format = PIPE_FORMAT_R32_FLOAT; in r300_translate_vertex_data_type()
348 desc = util_format_description(format); in r300_translate_vertex_data_type()
414 r300_translate_vertex_data_swizzle(enum pipe_format format) { in r300_translate_vertex_data_swizzle() argument
418 if (!format) in r300_translate_vertex_data_swizzle()
424 desc = util_format_description(format); in r300_translate_vertex_data_swizzle()
427 fprintf(stderr, "r300: Bad format %s in %s:%d\n", in r300_translate_vertex_data_swizzle()
428 util_format_short_name(format), __FUNCTION_ in r300_translate_vertex_data_swizzle()
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_proc_table.py145 feature_name = "{}{}".format(name_prefix, annotation)
166 feature_name = "{}{}".format(name_prefix, annotation)
190 output_cpp = template_cpp.format(
206 feature_name = "{}{}".format(name_prefix, annotation)
215 feature_name = "{}{}".format(name_prefix, annotation)
233 output_cpp = template_cpp.format(
268 output_cpp = template_map_cpp.format(
279 output_map = template_map.format(
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ddatefmt.h33 #include "unicode/format.h"
69 * DateFormat helps you to format and parse dates for any locale. Your code can
71 * week, or even the calendar format: lunar vs. solar.
73 * To format a date for the current Locale, use one of the static factory
80 * myString = dfmt->format( myDate, myString );
84 * format and use it multiple times so that the system doesn't have to fetch the
93 * cout << df->format( myDateArr[i], myString ) << endl;
104 * myString = dfmt->format( myDate, myString );
109 * To format a date for a different Locale, specify it in the call to
124 * Use createDateInstance() to produce the normal date format fo
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAnalyzerActivity.java98 report.append(String.format("test.version = %s\n", pinfo.versionName)); in getCommonTestReport()
99 report.append(String.format("test.version.code = %d\n", pinfo.versionCode)); in getCommonTestReport()
107 report.append(String.format("in.burst.frames = %d\n", inStream.getFramesPerBurst())); in getCommonTestReport()
108 report.append(String.format("in.xruns = %d\n", inStream.getXRunCount())); in getCommonTestReport()
113 report.append(String.format("out.burst.frames = %d\n", outStream.getFramesPerBurst())); in getCommonTestReport()
115 report.append(String.format("out.buffer.size.frames = %d\n", bufferSize)); in getCommonTestReport()
117 report.append(String.format("out.buffer.capacity.frames = %d\n", bufferCapacity)); in getCommonTestReport()
118 report.append(String.format("out.xruns = %d\n", outStream.getXRunCount())); in getCommonTestReport()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind.h83 // `ExtendedParsedFormat` type. This abstraction allows all format functions to
99 // Honeypot overload for when the format is constexpr and invalid.
102 // To avoid checking the format twice, we just check that the format is
120 // Good format overload.
122 __attribute__((enable_if(ValidFormatImpl<Args...>(s), "bad format trap"))) in FormatSpecTemplate()
126 __attribute__((enable_if(ValidFormatImpl<Args...>(s), "bad format trap"))) in FormatSpecTemplate()
147 Streamable(const UntypedFormatSpecImpl& format, in Streamable() argument
149 : format_(format) { in Streamable()
178 std::string Summarize(UntypedFormatSpecImpl format,
[all...]
/third_party/mbedtls/scripts/mbedtls_dev/
H A Decp.py80 return super().format_arg('{:x}'.format(self.int_a)).zfill(2 * self.hex_digits)
159 return super().format_arg('{:x}'.format(self.int_a)).zfill(hex_digits)
244 return super().format_arg('{:x}'.format(self.int_a)).zfill(2 * self.hex_digits)
367 return super().format_arg('{:x}'.format(self.int_a)).zfill(2 * self.hex_digits)
473 return super().format_arg('{:x}'.format(self.int_a)).zfill(2 * self.hex_digits)
545 return super().format_arg('{:x}'.format(self.int_a)).zfill(2 * self.hex_digits)
619 return super().format_arg('{:x}'.format(self.int_a)).zfill(hex_digits)
695 return super().format_arg('{:x}'.format(self.int_a)).zfill(2 * self.hex_digits)
764 return super().format_arg('{:x}'.format(self.int_a)).zfill(2 * self.hex_digits)
863 return super().format_arg('{:x}'.format(sel
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_texture.c50 #include "util/format/u_format.h"
173 /* if resource format matches then YUV wasn't lowered */ in st_get_sampler_views()
174 if (st_get_view_format(stObj) == stObj->pt->format) in st_get_sampler_views()
179 if (stObj->pt->format == PIPE_FORMAT_R8_G8B8_420_UNORM) in st_get_sampler_views()
184 tmpl.format = PIPE_FORMAT_RG88_UNORM; in st_get_sampler_views()
194 tmpl.format = PIPE_FORMAT_RG1616_UNORM; in st_get_sampler_views()
202 tmpl.format = PIPE_FORMAT_R8_UNORM; in st_get_sampler_views()
211 if (stObj->pt->format == PIPE_FORMAT_R8G8_R8B8_UNORM) in st_get_sampler_views()
216 tmpl.format = PIPE_FORMAT_BGRA8888_UNORM; in st_get_sampler_views()
224 if (stObj->pt->format in st_get_sampler_views()
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-list-format.cc9 #include "src/objects/js-list-format.h"
20 #include "src/objects/js-list-format-inl.h"
152 Handle<JSListFormat> format) { in ResolvedOptions()
163 Handle<String> locale(format->locale(), isolate); in ResolvedOptions()
167 format->TypeAsString(), NONE); in ResolvedOptions()
169 format->StyleAsString(), NONE); in ResolvedOptions()
217 Isolate* isolate, Handle<JSListFormat> format, Handle<FixedArray> list, in FormatListCommon()
226 icu::ListFormatter* formatter = format->icu_formatter().raw(); in FormatListCommon()
279 Handle<JSListFormat> format, in FormatList()
281 return FormatListCommon<String>(isolate, format, lis in FormatList()
151 ResolvedOptions(Isolate* isolate, Handle<JSListFormat> format) ResolvedOptions() argument
216 FormatListCommon( Isolate* isolate, Handle<JSListFormat> format, Handle<FixedArray> list, const std::function<MaybeHandle<T>(Isolate*, const icu::FormattedValue&)>& formatToResult) FormatListCommon() argument
278 FormatList(Isolate* isolate, Handle<JSListFormat> format, Handle<FixedArray> list) FormatList() argument
286 FormatListToParts( Isolate* isolate, Handle<JSListFormat> format, Handle<FixedArray> list) FormatListToParts() argument
[all...]
/third_party/mesa3d/src/glx/
H A Dindirect_texture_compression.c140 GLenum format, GLsizei image_size, in CompressedTexSubImage1D2D()
166 __GLX_PUT_LONG(28, format); in CompressedTexSubImage1D2D()
184 __GLX_PUT_LONG(32, format); in CompressedTexSubImage1D2D()
270 GLenum format, GLsizei image_size, in __indirect_glCompressedTexSubImage1D()
274 format, image_size, data, in __indirect_glCompressedTexSubImage1D()
283 GLenum format, GLsizei image_size, in __indirect_glCompressedTexSubImage2D()
287 format, image_size, data, in __indirect_glCompressedTexSubImage2D()
297 GLenum format, GLsizei image_size, in __indirect_glCompressedTexSubImage3D()
319 __GLX_PUT_LONG(36, format); in __indirect_glCompressedTexSubImage3D()
337 __GLX_PUT_LONG(40, format); in __indirect_glCompressedTexSubImage3D()
137 CompressedTexSubImage1D2D(GLenum target, GLint level, GLsizei xoffset, GLsizei yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data, CARD32 rop) CompressedTexSubImage1D2D() argument
267 __indirect_glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage1D() argument
280 __indirect_glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage2D() argument
293 __indirect_glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage3D() argument
[all...]
/third_party/mesa3d/src/gbm/main/
H A Dgbm.h82 * The FourCC format codes are taken from the drm_fourcc.h definition, and
89 #define GBM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */
223 * \sa Use gbm_device_is_format_supported() to check if the combination of format
269 uint32_t format, uint32_t flags);
273 uint32_t format,
285 uint32_t format, uint32_t flags);
290 uint32_t format,
297 uint32_t format,
312 uint32_t format; member
320 uint32_t format; member
[all...]

Completed in 16 milliseconds

1...<<41424344454647484950>>...297