/third_party/node/deps/v8/src/date/ |
H A D | date.cc | 545 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 D | v8-profiler.h | 212 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 D | v8-profiler.h | 215 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 D | logging.h | 26 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 D | i915_screen.c | 30 #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 D | fossilize_db.c | 24 /* 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 D | vn_protocol_driver_image_view.h | 168 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 D | vl_compositor_cs.c | 598 image.format = c->fb_state.cbufs[0]->texture->format; in cs_launch()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_state.c | 113 surface->format = surf_tmpl->format; in noop_create_surface()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blorp.c | 295 params->dst.view.format, in crocus_blorp_exec() 396 params->dst.view.format, in crocus_blorp_exec()
|
/third_party/musl/ |
H A D | Makefile | 224 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 D | ec_ameth.c | 516 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 D | term.rs | 816 format!("{}{}{}", prefix, abi, suffix), 873 let moon_phases = format!("{}", r#"?????????????????"#);
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | python_generator.py | 217 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 D | AbstractMessageTest.java | 1 // 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 D | UnknownFieldSetTest.java | 1 // 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 D | module-zeroconf-discover.c | 172 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 D | sysconfig.py | 246 return s.format(**local_vars) 249 return s.format(**os.environ)
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_windows_events.py | 132 w.write('lower-{}\n'.format(i).encode()) 136 self.assertEqual(response, 'LOWER-{}\n'.format(i).encode())
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | source.h | 29 #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 D | ec_ameth.c | 516 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 D | vktGeometryInstancedRenderingTests.cpp | 64 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 D | vktPipelineInputAttributeOffsetTests.cpp | 453 dynamicAttribute.format = vertexInputAttribute.format; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemCopyImageToBufferTests.cpp | 87 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 D | vktGeometryInstancedRenderingTests.cpp | 64 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()
|