Home
last modified time | relevance | path

Searched refs:format (Results 8176 - 8200 of 12981) sorted by relevance

1...<<321322323324325326327328329330>>...520

/third_party/node/deps/v8/src/date/
H A Ddate.cc545 DateBuffer FormatDate(const char* format, Args... args) { in FormatDate() argument
549 sstream.Add(format, args...); in FormatDate()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h212 kJSON = 0 // See format description near 'Serialize' method.
272 * For the JSON format, heap contents are represented as an object
285 SerializationFormat format = kJSON) const;
634 kJSON = 0 // See format description near 'Serialize' method.
666 * For the JSON format, heap contents are represented as an object
686 SerializationFormat format = kJSON) const;
/third_party/node/deps/v8/include/
H A Dv8-profiler.h215 kJSON = 0 // See format description near 'Serialize' method.
275 * For the JSON format, heap contents are represented as an object
288 SerializationFormat format = kJSON) const;
631 kJSON = 0 // See format description near 'Serialize' method.
663 * For the JSON format, heap contents are represented as an object
683 SerializationFormat format = kJSON) const;
/third_party/node/deps/v8/src/base/
H A Dlogging.h26 void V8_Fatal(const char* file, int line, const char* format, ...);
31 void V8_Fatal(const char* format, ...);
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.c30 #include "util/format/u_format.h"
31 #include "util/format/u_format_s3tc.h"
542 i915_is_format_supported(struct pipe_screen *screen, enum pipe_format format, in i915_is_format_supported() argument
595 if (list[i] == format) in i915_is_format_supported()
/third_party/mesa3d/src/util/
H A Dfossilize_db.c24 /* This is a basic c implementation of a fossilize db like format intended for
27 * The format is compatible enough to allow the fossilize db tools to be used
59 * format uses a 64bit hash table to lookup file offsets for reading cache
470 header.format = FOSSILIZE_COMPRESSION_NONE; in foz_write_entry()
502 header.format = FOSSILIZE_COMPRESSION_NONE; in foz_write_entry()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_image_view.h168 size += vn_sizeof_VkFormat(&val->format); in vn_sizeof_VkImageViewCreateInfo_self()
230 vn_encode_VkFormat(enc, &val->format); in vn_encode_VkImageViewCreateInfo_self()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor_cs.c598 image.format = c->fb_state.cbufs[0]->texture->format; in cs_launch()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c113 surface->format = surf_tmpl->format; in noop_create_surface()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blorp.c295 params->dst.view.format, in crocus_blorp_exec()
396 params->dst.view.format, in crocus_blorp_exec()
/third_party/musl/
H A DMakefile224 git --git-dir=$(srcdir)/.git archive --format=tar.gz --prefix=$(patsubst %.tar.gz,%,$@)/ -o $@ $(patsubst musl-git-%.tar.gz,%,$@)
227 git --git-dir=$(srcdir)/.git archive --format=tar.gz --prefix=$(patsubst %.tar.gz,%,$@)/ -o $@ v$(patsubst musl-%.tar.gz,%,$@)
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_ameth.c516 point_conversion_form_t format = EC_KEY_get_conv_form(eckey); in ec_pkey_export_to() local
519 format, in ec_pkey_export_to()
/third_party/rust/crates/codespan/codespan-reporting/tests/
H A Dterm.rs816 format!("{}{}{}", prefix, abi, suffix),
873 let moon_phases = format!("{}", r#"?????????????????"#);
/third_party/python/Tools/peg_generator/pegen/
H A Dpython_generator.py217 self.print(header.rstrip("\n").format(filename=basename))
234 trailer = self.grammar.metas.get("trailer", MODULE_SUFFIX.format(class_name=cls_name))
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DAbstractMessageTest.java1 // Protocol Buffers - Google's data interchange format
502 String equalsError = String.format("%s should not be equal to %s", m1, m2); in checkNotEqual()
507 String.format("%s should have a different hash code from %s", m1, m2), in checkNotEqual()
H A DUnknownFieldSetTest.java1 // Protocol Buffers - Google's data interchange format
416 String equalsError = String.format("%s should not be equal to %s", s1, s2); in checkNotEqual()
421 String.format("%s should have a different hash code from %s", s1, s2), in checkNotEqual()
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-discover.c172 else if (pa_streq(key, "format")) in resolver_cb()
173 ss.format = pa_parse_sample_format(value); in resolver_cb()
225 "format=%s " in resolver_cb()
234 pa_sample_format_to_string(ss.format), in resolver_cb()
/third_party/python/Lib/
H A Dsysconfig.py246 return s.format(**local_vars)
249 return s.format(**os.environ)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_windows_events.py132 w.write('lower-{}\n'.format(i).encode())
136 self.assertEqual(response, 'LOWER-{}\n'.format(i).encode())
/third_party/pulseaudio/src/pulsecore/
H A Dsource.h29 #include <pulse/format.h>
448 void pa_source_set_sample_format(pa_source *s, pa_sample_format_t format);
/third_party/openssl/crypto/ec/
H A Dec_ameth.c516 point_conversion_form_t format = EC_KEY_get_conv_form(eckey); in ec_pkey_export_to() local
519 format, in ec_pkey_export_to()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp64 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const VkExtent3D size, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
72 format, // VkFormat format; in makeImageCreateInfo()
110 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAttributeOffsetTests.cpp453 dynamicAttribute.format = vertexInputAttribute.format; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemCopyImageToBufferTests.cpp87 vk::VkFormat format, in CopyImageToBufferTestCase()
91 , m_validator (data, format) in CopyImageToBufferTestCase()
82 CopyImageToBufferTestCase(tcu::TestContext& testCtx, const std::string& name, vk::VkClearColorValue fillValue, ValidationData<T> data, CmdBufferType cmdBufferType, vk::VkFormat format, bool pipelineProtectedAccess) CopyImageToBufferTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp64 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const VkExtent3D size, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
72 format, // VkFormat format; in makeImageCreateInfo()
110 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in makeGraphicsPipeline()

Completed in 29 milliseconds

1...<<321322323324325326327328329330>>...520