Home
last modified time | relevance | path

Searched refs:format (Results 7226 - 7250 of 7952) sorted by relevance

1...<<281282283284285286287288289290>>...319

/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format.pl11 # check-format.pl
15 # check-format.pl [-l|--sloppy-len] [-l|--sloppy-bodylen]
22 # util/check-format.pl util/check-format-test-positives.c
23 # util/check-format.pl util/check-format-test-negatives.c
542 $self_test = $ARGV =~ m/check-format-test/;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java1003 String.format("index (%d) out of bounds [0...%d]", index, size())); in sample()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTable.java824 // TODO: Prettier format for toString().
829 .map(e -> String.format("%s, %s", e.getKey(), rowToString(e.getValue()))) in toString()
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs711 .ok_or_else(|| clap::Error::raw(clap::error::ErrorKind::MissingRequiredArgument, format!("The following required argument was not provided: {}", #id)))? in gen_parsers()
/third_party/openssl/test/
H A Dtestutil.h299 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b)))
326 * Because this comparison uses a printf format specifier that's not
530 * format. |desc| is a printf format string.
/third_party/openssl/util/
H A Dcheck-format.pl11 # check-format.pl
15 # check-format.pl [-l|--sloppy-len] [-l|--sloppy-bodylen]
22 # util/check-format.pl util/check-format-test-positives.c
23 # util/check-format.pl util/check-format-test-negatives.c
542 $self_test = $ARGV =~ m/check-format-test/;
/third_party/python/Lib/
H A Ddis.py486 argrepr += 'with format'
725 return "{}({!r})".format(self.__class__.__name__,
H A D_collections_abc.py819 return '{0.__class__.__name__}({0._mapping!r})'.format(self)
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-publish.c312 txt = avahi_string_list_add_pair(txt, "format", pa_sample_format_to_string(s->ss.format)); in publish_service()
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-sbc.c664 sample_spec->format = PA_SAMPLE_S16LE; in init()
/third_party/python/Lib/asyncio/
H A Dproactor_events.py89 return '<{}>'.format(' '.join(info))
H A Dsslproto.py525 'cannot switch state from {} to {}'.format(
/third_party/python/Lib/test/
H A Dtest_cmd_line_script.py521 init = "raise {0}('Exception in __init__.py')".format(exception)
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.h34 GLenum format);
/third_party/vk-gl-cts/executor/
H A DxeTestResultParser.cpp246 return (ri::Image::Format)getEnumValue("image format", s_imageFormatMap, DE_LENGTH_OF_ARRAY(s_imageFormatMap), imageFormat); in getImageFormat()
551 image->format = getImageFormat(getAttribute("Format")); in handleElementStart()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dengine_vulkan.cc151 return Result("Vulkan color attachment format is not supported"); in CreatePipeline()
160 return Result("Vulkan depth attachment format is not supported"); in CreatePipeline()
210 return Result("Vulkan vertex buffer format is not supported"); in CreatePipeline()
216 vtex_info.format, vtex_info.offset, in CreatePipeline()
499 // |format| is not Format for frame buffer but for vertex buffer. in DoDrawRect()
501 // does not include a format of vertex buffer, we can choose any in DoDrawRect()
587 // |format| is not Format for frame buffer but for vertex buffer. in DoDrawGrid()
589 // does not include a format of vertex buffer, we can choose any in DoDrawGrid()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLStreamTest.cpp26 bool CheckTextureSupport(ID3D11Device *device, DXGI_FORMAT format) in CheckTextureSupport() argument
612 * Direct3D 11 staging resources and initData parameters for this format use in TEST_P()
930 // Direct3D 11 staging resources and initData parameters for this format use in TEST_P()
/third_party/skia/src/codec/
H A DSkRawCodec.cpp522 // Quick check if the image contains a valid TIFF header as requested by DNG format.
651 imageData.preview.format == ::piex::Image::kJpegCompressed) in MakeFromStream()
/third_party/openssl/include/openssl/
H A Dcore_dispatch.h172 OSSL_CORE_MAKE_FUNC(int, BIO_vprintf, (OSSL_CORE_BIO *bio, const char *format,
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.hpp1091 static bool is_desktop_only_format(spv::ImageFormat format);
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftbitmap.c1132 if ( slot && slot->format == FT_GLYPH_FORMAT_BITMAP && in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/freetype/src/winfonts/
H A Dwinfnt.c329 /* Microsoft's specification of the executable-file header format */ in fnt_face_get_dll_font()
1068 slot->format = FT_GLYPH_FORMAT_BITMAP; in FNT_Load_Glyph()
/third_party/python/Lib/urllib/
H A Dparse.py837 res = chr(b) if b in self.safe else '%{:02X}'.format(b)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DJSON.h34 /// complex format and data model, and YAML parsers aren't ubiquitous.
40 /// - LLVM bitstream is a space- and CPU- efficient binary format. Typically it
854 /// A format string like formatv("{0:2}", Value) pretty-prints with indent 2.
856 static void format(const llvm::json::Value &, raw_ostream &, StringRef);
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl.cc342 diagnostics_.add_error(diag::System::Writer, "unknown image format"); in EmitImageFormat()
483 if (!EmitImageFormat(out, storage->format)) { in EmitType()

Completed in 42 milliseconds

1...<<281282283284285286287288289290>>...319