/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 93 * 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 D | nghttp2.h | 93 * 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 D | xcode.py | 1027 # 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 D | number_fluent.cpp | 645 fCompiled->format(results, status); in formatImpl()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSSettings.py | 341 new_flags = "{} {}".format(tool_settings["AdditionalOptions"], flag) 676 # This one only exists in the new msbuild format.
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_beta.h | 153 VkFormat format; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_shader_state.c | 190 fb->cbufs[0]->format, in nv50_fragprog_validate()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_gmem.c | 29 #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 D | i915_state.c | 836 draw_set_zs_format(i915->draw, fb->zsbuf->format); in i915_set_framebuffer_state()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | core_dispatch.h | 172 OSSL_CORE_MAKE_FUNC(int, BIO_vprintf, (OSSL_CORE_BIO *bio, const char *format,
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format.pl | 11 # 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 D | RangeTree.java | 1003 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 D | RangeTable.java | 824 // 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 D | args.rs | 711 .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 D | testutil.h | 299 # 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 D | check-format.pl | 11 # 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 D | dis.py | 486 argrepr += 'with format' 725 return "{}({!r})".format(self.__class__.__name__,
|
/third_party/pulseaudio/src/modules/ |
H A D | module-zeroconf-publish.c | 312 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 D | a2dp-codec-sbc.c | 664 sample_spec->format = PA_SAMPLE_S16LE; in init()
|
/third_party/python/Lib/asyncio/ |
H A D | proactor_events.py | 89 return '<{}>'.format(' '.join(info))
|
H A D | sslproto.py | 525 'cannot switch state from {} to {}'.format(
|
/third_party/python/Lib/test/ |
H A D | test_cmd_line_script.py | 521 init = "raise {0}('Exception in __init__.py')".format(exception)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_1_autogen.h | 34 GLenum format);
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestResultParser.cpp | 246 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 D | engine_vulkan.cc | 151 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()
|