Home
last modified time | relevance | path

Searched refs:format (Results 12001 - 12025 of 12981) sorted by relevance

1...<<481482483484485486487488489490>>...520

/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h93 * protocol identifier. This is the same wire format of `TLS ALPN
95 * to process incoming ALPN tokens in wire format.
1989 * unpack extension payload from its wire format. The extension
2028 * extension payload in its wire format. The frame header will be
2069 * The format of error message may change between nghttp2 library
2071 * format.
2095 * The format of error message may change between nghttp2 library
2097 * format.
2344 * application to pack extension frame payload in wire format.
2354 * application to unpack extension frame payload from wire format
[all...]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h93 * protocol identifier. This is the same wire format of `TLS ALPN
95 * to process incoming ALPN tokens in wire format.
1984 * unpack extension payload from its wire format. The extension
2023 * extension payload in its wire format. The frame header will be
2064 * The format of error message may change between nghttp2 library
2066 * format.
2090 * The format of error message may change between nghttp2 library
2092 * format.
2339 * application to pack extension frame payload in wire format.
2349 * application to unpack extension frame payload from wire format
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py1027 # Fortunately, Xcode and make both use $(VAR) format for their
1074 "[^a-zA-Z0-9_]", "_", "{}_{}".format(target_name, rule["rule_name"])
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_fluent.cpp645 fCompiled->format(results, status); in formatImpl()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSSettings.py341 new_flags = "{} {}".format(tool_settings["AdditionalOptions"], flag)
676 # This one only exists in the new msbuild format.
/third_party/mesa3d/include/vulkan/
H A Dvulkan_beta.h153 VkFormat format; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_shader_state.c190 fb->cbufs[0]->format, in nv50_fragprog_validate()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c29 #include "util/format/u_format.h"
85 * state. For example, the render target format is not part of the
495 key->cbuf_cpp[i] = util_format_get_blocksize(pfb->cbufs[i]->format); in gmem_key_init()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c836 draw_set_zs_format(i915->draw, fb->zsbuf->format); in i915_set_framebuffer_state()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dcore_dispatch.h172 OSSL_CORE_MAKE_FUNC(int, BIO_vprintf, (OSSL_CORE_BIO *bio, const char *format,
/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__,
/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()

Completed in 45 milliseconds

1...<<481482483484485486487488489490>>...520