/third_party/node/deps/icu-small/source/i18n/ |
H A D | reldtfmt.h | 86 using DateFormat::format; 104 virtual UnicodeString& format( Calendar& cal, 113 * @param obj The object to format. Must be a Date. 122 virtual UnicodeString& format(const Formattable& obj, 134 * this object's format method but can still be parsed as a date, then the 135 * parse succeeds. Clients may insist on strict adherence to the format by 157 * this object's format method but can still be parsed as a date, then the 158 * parse succeeds. Clients may insist on strict adherence to the format by 218 * Apply the given unlocalized date & time pattern strings to this relative date format. 219 * (i.e., after this call, this formatter will format date [all...] |
H A D | format.cpp | 49 #include "unicode/format.h" 111 Format::format(const Formattable& obj, in format() function in Format 119 return format(obj, toAppendTo, pos, status); in format() 127 Format::format(const Formattable& /* unused obj */, in format() function in Format
|
H A D | selfmt.cpp | 71 SelectFormat::format(const Formattable& obj, in format() function in SelectFormat 80 return format(obj.getString(status), appendTo, pos, status); in format() 88 SelectFormat::format(const UnicodeString& keyword, in format() function in SelectFormat
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aub_write.h | 43 _fail(const char *prefix, const char *format, ...) in _fail() argument 47 va_start(args, format); in _fail() 50 vfprintf(stderr, format, args); in _fail()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_resource.h | 111 nv50_zs_to_s_format(enum pipe_format format) in nv50_zs_to_s_format() argument 113 switch (format) { in nv50_zs_to_s_format() 118 return format; in nv50_zs_to_s_format()
|
H A D | nv50_resource.c | 4 #include "util/format/u_format.h" 55 sf->base.format = templ->format; in nv50_surface_from_buffer() 61 templ->u.buf.first_element * util_format_get_blocksize(sf->base.format); in nv50_surface_from_buffer()
|
/third_party/libexif/test/ |
H A D | test-fuzzer-persistent.c | 42 logfunc(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args, void *data) in logfunc() argument 45 vfprintf (stderr, format, args); in logfunc() 60 exif_format_get_name(entry->format); in content_foreach_func()
|
H A D | test-fuzzer.c | 39 logfunc(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args, void *data) in logfunc() argument 42 vfprintf (stderr, format, args); in logfunc() 57 exif_format_get_name(entry->format); in content_foreach_func()
|
/third_party/libevdev/test/ |
H A D | test-common.c | 18 const char *format, va_list args) in test_logfunc_abort_on_error() 20 vprintf(format, args); in test_logfunc_abort_on_error() 28 const char *format, va_list args) in test_logfunc_ignore_error() 14 test_logfunc_abort_on_error(enum libevdev_log_priority priority, void *data, const char *file, int line, const char *func, const char *format, va_list args) test_logfunc_abort_on_error() argument 24 test_logfunc_ignore_error(enum libevdev_log_priority priority, void *data, const char *file, int line, const char *func, const char *format, va_list args) test_logfunc_ignore_error() argument
|
/third_party/node/deps/v8/src/profiler/ |
H A D | output-stream-writer.h | 87 void AddNumberImpl(T n, const char* format) { 93 SNPrintF(chunk_.SubVector(chunk_pos_, chunk_size_), format, n); 99 int result = SNPrintF(buffer, format, n);
|
/third_party/node/deps/v8/src/logging/ |
H A D | log-utils.h | 69 void PRINTF_FORMAT(2, 3) AppendFormatString(const char* format, ...); 90 // Prints the format string into |log_->format_buffer_|. Returns the length 93 FormatStringIntoBuffer(const char* format, va_list args); 97 void PRINTF_FORMAT(2, 3) AppendRawFormatString(const char* format, ...);
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump.c | 58 #include "util/format/u_format.h" 127 trace_dump_writef(const char *format, ...) in trace_dump_writef() argument 132 va_start(ap, format); in trace_dump_writef() 133 len = vsnprintf(buf, sizeof(buf), format, ap); in trace_dump_writef() 505 enum pipe_format format = resource->format; in trace_dump_box_bytes() local 511 size = util_format_get_nblocksx(format, box->width ) * util_format_get_blocksize(format) in trace_dump_box_bytes() 512 + (util_format_get_nblocksy(format, box->height) - 1) * stride in trace_dump_box_bytes()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | clear.c | 70 templat.format = formats[i]; in init() 84 surf_tmpl.format = templat.format; in init()
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | serialize.rs | 49 msg: format!("Cannot serialize item kind {:?}", kind), in serialize() 69 msg: format!( in serialize() 95 let name = format!("arg_{}", count); in serialize() 106 let wrap_name = format!("{}{}", name, ctx.wrap_static_fns_suffix()); in serialize() 208 msg: format!( in serialize() 318 msg: format!("Cannot serialize type kind {:?}", ty), in serialize()
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | reusable_diagnostic.rs | 64 Label::primary((), right.range.clone()).with_message(format!( in report() 72 .with_message(format!( in report() 78 &format!( in report()
|
/third_party/rust/crates/cxx/gen/cmd/src/ |
H A D | cfg.rs | 37 let msg = format!( in eval() 50 let msg = format!("the cxxbridge flags say both {0}=false and {0}=true", name); in eval() 57 let msg = format!( in eval()
|
/third_party/python/Lib/test/ |
H A D | test___all__.py | 68 self.fail("__all__ failure in {}: {}: {}".format( 79 self.assertCountEqual(all_set, all_list, "in module {}".format(modname)) 80 self.assertEqual(keys, all_set, "in module {}".format(modname))
|
/third_party/pulseaudio/src/pulse/ |
H A D | sample.h | 81 * take given a sample format. 92 * \li pa_sample_spec_valid() - Tests if a sample format specification is 94 * \li pa_sample_spec_equal() - Tests if the sample format specifications are 97 * sample format. 98 * \li pa_parse_sample_format() - Parse a text string into a sample format. 100 * sample format specification. 133 /** Sample format */ 251 /** A sample format and attribute specification */ 253 pa_sample_format_t format; member 254 /**< The sample format */ [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLImage.cpp | 142 const cl_image_format &format, in Image() 151 format, in Image() 156 mFormat(format), in Image() 139 Image(Context &context, PropArray &&properties, MemFlags flags, const cl_image_format &format, const ImageDescriptor &desc, Memory *parent, void *hostPtr, cl_int &errorCode) Image() argument
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | pygenerator.py | 74 write('{} : {},'.format(enquote(baseType), 90 reqs = ', '.join('({}, {})'.format(enquote(dep[0]), enquote(dep[1])) for dep in deps) 91 write('{} : [{}],'.format(enquote(api), reqs), file=self.outFile)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | base_printer.py | 163 return '{}:{}:{}'.format(self.getRelativeFilename(context.filename), 171 return '{}:'.format(message_type) 178 return '{}:{}'.format(entity_data.macro, entity_data.entity) 183 Delegates to other format*Brief methods, if known,
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | vertex_buffer.cc | 42 Format* format, in SetData() 50 vertex_attr_desc_.back().format = device_->GetVkFormat(*format); in SetData() 39 SetData(uint8_t location, Buffer* buffer, InputRate rate, Format* format, uint32_t offset, uint32_t stride) SetData() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Blitter.hpp | 98 void clear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask); 103 bool fastClear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask); 109 static bool GetScale(float4& scale, Format format);
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkSampler.hpp | 78 : format(pCreateInfo->format) in SamplerYcbcrConversion() 96 const VkFormat format = VK_FORMAT_UNDEFINED; member in vk::SamplerYcbcrConversion
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | format.cpp | 49 #include "unicode/format.h" 111 Format::format(const Formattable& obj, in format() function in Format 119 return format(obj, toAppendTo, pos, status); in format() 127 Format::format(const Formattable& /* unused obj */, in format() function in Format
|