/third_party/node/test/parallel/ |
H A D | test-util-inspect-proxy.js | 45 util.format('%s', proxyObj); 79 assert.strictEqual(util.format('%s', r.proxy), '<Revoked Proxy>');
|
/third_party/node/deps/v8/tools/ignition/ |
H A D | linux_perf_report.py | 171 output_stream.write("{}; {}\n".format(callchain, count)) 181 "{}\t{}\t{:.3f}%\n".format(bytecode_name, count,
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | common.js | 29 * Map of special "%n" handling functions, for the debug "format" argument. 91 args[0] = args[0].replace(/%([a-zA-Z%])/g, (match, format) => { 97 const formatter = createDebug.formatters[format]; 102 // Now we need to remove `args[index]` since it's inlined in the `format`
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | simplenumberformatter.h | 122 * NOTE: This number will fail to format; use forInt64() to create a SimpleNumber with a value. 228 FormattedNumber format(SimpleNumber value, UErrorCode &status) const; 238 return format(SimpleNumber::forInt64(value, status), status); in formatInt64()
|
/third_party/mesa3d/include/android_stub/hardware/ |
H A D | gralloc.h | 45 * Add support for flexible YCbCr format with (*lock_ycbcr)() method. 252 * If the buffer format is not compatible with a flexible YUV format (e.g. 257 * if supported by the device, as well as with any other format that is 259 * flexible-YUV-compatible color-format with android native buffers. 333 /* validateBufferSize(..., w, h, format, usage, stride) 337 * the specified width, height, format, usage, and stride. This must at least validate 343 uint32_t w, uint32_t h, int32_t format, int usage, 368 * If format is HAL_PIXEL_FORMAT_YCbCr_420_888, the returned stride must be 376 int w, int h, int format, in [all...] |
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_winsys_xlib_swrast.c | 159 scrn->drawable_texture->format != x11_window_format); in vl_swrast_texture_from_drawable() 169 templat.format = x11_window_format; in vl_swrast_texture_from_drawable()
|
/third_party/python/Lib/test/ |
H A D | make_ssl_certs.py | 128 req = req_template.format( 190 req = req_template.format(
|
/third_party/python/Lib/multiprocessing/ |
H A D | resource_tracker.py | 163 msg = '{0}:{1}:{2}\n'.format(cmd, name, rtype).encode('ascii') 169 assert nbytes == len(msg), "nbytes {0:n} but len(msg) {1:n}".format(
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderPassUtil.hpp | 42 VkFormat format, 57 VkFormat format,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | RenderbufferImpl.h | 86 GLenum format, 153 GLenum format, in getRenderbufferImage() 150 getRenderbufferImage(const gl::Context *context, const gl::PixelPackState &packState, gl::Buffer *packBuffer, GLenum format, GLenum type, void *pixels) getRenderbufferImage() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
H A D | CoreWindowNativeWindow.cpp | 144 DXGI_FORMAT format, in createSwapChain() 159 swapChainDesc.Format = format; in createSwapChain() 142 createSwapChain(ID3D11Device *device, IDXGIFactory2 *factory, DXGI_FORMAT format, unsigned int width, unsigned int height, bool containsAlpha, IDXGISwapChain1 **swapChain) createSwapChain() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Renderbuffer.h | 54 const Format &format, 162 GLenum format,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | FramebufferD3D.h | 83 GLenum format, 117 GLenum format,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGetTextureSubImageTests.hpp | 126 glw::GLsizei height, glw::GLsizei depth, glw::GLenum format, 203 * * texture internal format shall be GL_RGBA8 and 229 glw::GLsizei height, glw::GLsizei depth, glw::GLenum format,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | conventions.py | 75 return '`apiext:{}`'.format(name) 101 """Get the appropriate format macro for a structure. 109 """Get the appropriate format macro for an external type like uint32_t. 116 """Prepend the appropriate format macro for a structure to a structure type name. 123 """Prepend the appropriate format macro for an external type like uint32_t to a type name. 150 my_elts[-1] = '{} {}'.format(fmt.connective, my_elts[-1]) 334 """Return format string for include:: line for an extension appendix
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | buffer.h | 27 #include "src/format.h" 84 /// Sets the Format of the buffer to |format|. 85 void SetFormat(Format* format) { in SetFormat() argument 87 format_ = format; in SetFormat() 127 // the format is std140 and there are 3 rows, the SizeInBytes will be 178 /// from SetElementCount() because we may not know the format when we set the 179 /// initial count. This requires the format to have been set. 184 /// This requires the format to have been set. This is separate from
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/ |
H A D | DisplayVkWin32.cpp | 156 // If the format list includes just one entry of VK_FORMAT_UNDEFINED, in checkConfigSupport() 157 // the surface has no preferred format. Otherwise, at least one in checkConfigSupport() 158 // supported format will be returned. in checkConfigSupport() 159 if (mSurfaceFormats.size() == 1u && mSurfaceFormats[0].format == VK_FORMAT_UNDEFINED) in checkConfigSupport() 166 if (surfaceFormat.format == formatVk.getActualRenderableImageVkFormat()) in checkConfigSupport()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | ReverseChainSingleSubst.java | 24 if (format != 1) { in ReverseChainSingleSubst() 25 throw new IllegalStateException("Subt format value is " + format + " (should be 1)."); in ReverseChainSingleSubst()
|
/third_party/skia/tests/ |
H A D | TextureOpTest.cpp | 45 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in create_proxy() local 48 format, kDimensions, GrRenderable::kYes, 1, GrMipmapped::kNo, SkBackingFit::kExact, in create_proxy()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | SpirvUtils.cpp | 67 wgpu::TextureFormat SpirvImageFormatToTextureFormat(spv::ImageFormat format) { in SpirvImageFormatToTextureFormat() argument 68 switch (format) { in SpirvImageFormatToTextureFormat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | TextureVk.h | 32 VkFormat VulkanImageFormat(const Device* device, wgpu::TextureFormat format); 33 VkImageUsageFlags VulkanImageUsage(wgpu::TextureUsage usage, const Format& format);
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | Texture3DTests.cpp | 57 pipelineDescriptor.cTargets[0].format = renderPass.colorFormat; in TEST_P() 69 descriptor.format = kFormat; in TEST_P()
|
H A D | DrawIndexedTests.cpp | 48 descriptor.cAttributes[0].format = wgpu::VertexFormat::Float32x4; 49 descriptor.cTargets[0].format = renderPass.colorFormat;
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-cff-common.cc | 35 /* Disable FDSelect format 0 for compatibility with fonttools which doesn't seem choose it. 36 * Rarely any/much smaller than format 3 anyway. */ 42 /* Determine an optimal FDSelect format according to a provided plan. 44 * Return value: FDSelect format, size, and ranges for the most compact subset FDSelect 118 /* determine which FDSelect format is most compact */ in hb_plan_subset_cff_fdselect() 121 if (unlikely (src.format != 4)) in hb_plan_subset_cff_fdselect() 171 /* Serialize a subset FDSelect format planned above. */ 184 p->format = fdselect_format; in hb_serialize_cff_fdselect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FormatVariadic.h | 105 void format(raw_ostream &S) const { in format() function in llvm::formatv_object_base 121 Align.format(S, R.Options); in format() 170 // Format text given a format string and replacement parameters. 177 // rep_field ::= "{" [index] ["," layout] [":" format] "}" 180 // format ::= <any string not containing "{" or "}"> 189 // format - A type-dependent string used to provide additional options to 191 // various individual format providers for per-type options. 215 // `index` specifies the index of the parameter in the parameter pack to format 217 // index multiple times in a given format string. This makes it possible to 233 // Then format() i [all...] |