/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jdpostct.c | 5 * Copyright (C) 1994-1996, Thomas G. Lane. 6 * It was modified by The libjpeg-turbo Project to include only code relevant 7 * to libjpeg-turbo. 32 /* Color quantization source buffer: this holds output data from 34 * For two-pass color quantization, we need a full-image buffer; 35 * for one-pass operation, a strip buffer is sufficient. 37 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ 40 /* for two-pass mode only: */ 81 my_post_ptr post = (my_post_ptr)cinfo->post; in start_pass_dpost() local 85 if (cinfo->quantize_colors) { in start_pass_dpost() [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jdpostct.c | 5 * Copyright (C) 1994-1996, Thomas G. Lane. 6 * It was modified by The libjpeg-turbo Project to include only code relevant 7 * to libjpeg-turbo. 32 /* Color quantization source buffer: this holds output data from 34 * For two-pass color quantization, we need a full-image buffer; 35 * for one-pass operation, a strip buffer is sufficient. 37 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ 40 /* for two-pass mode only: */ 81 my_post_ptr post = (my_post_ptr)cinfo->post; in start_pass_dpost() local 85 if (cinfo->quantize_colors) { in start_pass_dpost() [all …]
|
/third_party/libjpeg-turbo/ |
D | jdpostct.c | 5 * Copyright (C) 1994-1996, Thomas G. Lane. 6 * It was modified by The libjpeg-turbo Project to include only code relevant 7 * to libjpeg-turbo. 32 /* Color quantization source buffer: this holds output data from 34 * For two-pass color quantization, we need a full-image buffer; 35 * for one-pass operation, a strip buffer is sufficient. 37 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ 40 /* for two-pass mode only: */ 81 my_post_ptr post = (my_post_ptr)cinfo->post; in start_pass_dpost() local 85 if (cinfo->quantize_colors) { in start_pass_dpost() [all …]
|
/third_party/cef/include/ |
D | cef_request.h | 25 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 30 // --------------------------------------------------------------------------- 52 /*--cef(source=library,no_debugct_check)--*/ 63 /*--cef()--*/ 67 // Returns true if this object is read-only. 69 /*--cef()--*/ 75 /*--cef()--*/ 81 /*--cef()--*/ 85 // Get the request method type. The value will default to POST if post data 88 /*--cef()--*/ [all …]
|
/third_party/cef/include/capi/ |
D | cef_request_capi.h | 25 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 30 // --------------------------------------------------------------------------- 63 // Returns true (1) if this object is read-only. 80 // Get the request function type. The value will default to POST if post data 93 // Set the referrer URL and policy. If non-NULL the referrer URL must be fully 115 // Get the post data. 121 // Set the post data. 205 // process and only applies to requests that represent a main frame or sub- 225 // Structure used to represent post data for a web request. The functions of 235 // Returns true (1) if this object is read-only. [all …]
|
/third_party/openssl/crypto/ |
D | core_algorithm.c | 2 * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved. 19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, 21 int (*reserve_store)(int no_store, void *data); 23 void *data); 24 int (*unreserve_store)(void *data); 25 int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member 27 void *data; member 35 * if 0, temporary if 1) and other data in |data->data|. 38 * -1 to quit adding algorithm implementations immediately 45 struct algorithm_data_st *data = cbdata; in algorithm_do_map() local [all …]
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | processingpost.inc | 3 the server operates. To induce changes on the server, the @emph{POST} method is preferred over 7 composes an individual response text. Even though it was not mandatory to use the @emph{POST} metho… 8 as there is no permanent change caused by the POST, it is an illustrative example on how to share d… 19 <form action=\"/namepost\" method=\"post\">\ 30 as the response for anything but proper @emph{GET} and @emph{POST} requests: 45 @heading POST request 46 Posted data can be of arbitrary and considerable size; for example, if a user uploads a big 48 of posted data, such as one containing the text of an editbox and another the state of a button. 50 not only if there are different POSTs but also if one POST has only been received partly yet and 54 of the post request. We want the iterator function to read the first post data which is tagged [all …]
|
D | largerpost.inc | 1 The previous chapter introduced a way to upload data to the server, but the developed example progr… 2 has some shortcomings, such as not being able to handle larger chunks of data. In this chapter, we 34 <form action=\"/filepost\" method=\"post\" \ 35 enctype=\"multipart/form-data\">\n\ 82 Note how we ask @emph{MHD} to make its own copy of the message data. The reason behind this will 88 do that at this stage is especially important for @emph{POST} requests because if no response is 90 a postprocessor has been created and the post iterator is called at least once. 115 con_info->fp = 0; 117 if (0 == strcmp (method, "POST")) 121 else con_info->connectiontype = GET; [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-post-table.hh | 30 #include "hb-open-type.hh" 33 #define HB_STRING_ARRAY_LIST "hb-ot-post-macroman.hh" 34 #include "hb-string-array.hh" 41 * post -- PostScript 42 * https://docs.microsoft.com/en-us/typography/opentype/spec/post 52 friend struct post; 62 * ordinal number of the glyph in 'post' 72 struct post struct 78 post *post_prime = c->allocate_min<post> (); in serialize() 81 memcpy (post_prime, this, post::min_size); in serialize() [all …]
|
/third_party/harfbuzz/src/ |
D | hb-ot-post-table.hh | 30 #include "hb-open-type.hh" 33 #define HB_STRING_ARRAY_LIST "hb-ot-post-macroman.hh" 34 #include "hb-string-array.hh" 39 * post -- PostScript 40 * https://docs.microsoft.com/en-us/typography/opentype/spec/post 50 friend struct post; 60 * ordinal number of the glyph in 'post' 70 struct post struct 76 post *post_prime = c->allocate_min<post> (); in serialize() 79 memcpy (post_prime, this, post::min_size); in serialize() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-post-table.hh | 30 #include "hb-open-type.hh" 33 #define HB_STRING_ARRAY_LIST "hb-ot-post-macroman.hh" 34 #include "hb-string-array.hh" 39 * post -- PostScript 40 * https://docs.microsoft.com/en-us/typography/opentype/spec/post 50 friend struct post; 67 * ordinal number of the glyph in 'post' 77 struct post struct 84 post *post_prime = c->allocate_min<post> (); in serialize() 87 memcpy (post_prime, this, post::min_size); in serialize() [all …]
|
/third_party/python/Lib/test/ |
D | test_cgi.py | 41 elif method == "POST": 42 fp = BytesIO(buf.encode('latin-1')) # FieldStorage expects bytes 43 env['REQUEST_METHOD'] = 'POST' 44 env['CONTENT_TYPE'] = 'application/x-www-form-urlencoded' 73 ("x=1&y=2.0&z=2-3.%2b0", {'x': ['1'], 'y': ['2.0'], 'z': ['2-3.+0']}), 74 …ustomer&order_id=0bb2e248638833d48cb7fed300000f1b&expire=964546263&lobale=en-US&kid=130003.300038&… 79 'lobale': ['en-US'], 104 def gen_result(data, environ): argument 105 encoding = 'latin-1' 106 fake_stdin = BytesIO(data.encode(encoding)) [all …]
|
/third_party/node/test/parallel/ |
D | test-http-1.0-keep-alive.js | 27 // Check that our HTTP server correctly handles HTTP/1.0 keep-alive requests. 29 name: 'keep-alive, no TE header', 32 data: 'POST / HTTP/1.0\r\n' + property 33 'Connection: keep-alive\r\n' + 37 data: 'POST / HTTP/1.0\r\n' + property 38 'Connection: keep-alive\r\n' + 42 headers: { 'Connection': 'keep-alive' }, 48 name: 'keep-alive, with TE: chunked', 51 data: 'POST / HTTP/1.0\r\n' + property 52 'Connection: keep-alive\r\n' + [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttracerutils.c | 19 * Boston, MA 02110-1301, USA. 46 "pad-push-pre", "pad-push-post", "pad-push-list-pre", "pad-push-list-post", 47 "pad-pull-range-pre", "pad-pull-range-post", "pad-push-event-pre", 48 "pad-push-event-post", "pad-query-pre", "pad-query-post", 49 "element-post-message-pre", 50 "element-post-message-post", "element-query-pre", "element-query-post", 51 "element-new", "element-add-pad", "element-remove-pad", 52 "bin-add-pre", "bin-add-post", "bin-remove-pre", "bin-remove-post", 53 "pad-link-pre", "pad-link-post", "pad-unlink-pre", "pad-unlink-post", 54 "element-change-state-pre", "element-change-state-post", [all …]
|
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gstrusage.c | 19 * Boston, MA 02110-1301, USA. 22 * SECTION:tracer-rusage 53 /* remember x measurements per self->window */ 56 /* number of cpus to scale cpu-usage in threads */ 68 static void free_thread_stats (gpointer data); 72 /* data helper */ 75 free_trace_value (gpointer data) in free_trace_value() argument 77 g_slice_free (GstTraceValue, data); in free_trace_value() 84 self->window = window; in make_trace_values() 85 g_queue_init (&self->values); in make_trace_values() [all …]
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | postprocessor.c | 3 Copyright (C) 2007-2013 Daniel Pittman and Christian Grothoff 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * @brief Methods for parsing POST data 29 * Size of on-stack buffer that we use for un-escaping of the value. 46 /* url encoding-states */ 50 /* post encoding-states */ 56 /* nested post-encoding states */ 69 * No RN-preprocessing in this state. 86 * Expect either LFCR or '--'LFCR. If '--'LFCR, transition into dash-state 114 * Internal state of the post-processor. Note that the fields [all …]
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | post_example.c | 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * @brief example for processing POST requests using libmicrohttpd 45 #define MAIN_PAGE "<html><head><title>Welcome</title></head><body><form action=\"/2\" method=\"post… 50 …itle></head><body><a href=\"/\">previous</a> <form action=\"/S\" method=\"post\">%s, what is your … 55 …><title>Ready to submit?</title></head><body><form action=\"/F\" method=\"post\"><a href=\"/2\">pr… 108 * Data kept per request. 119 * Post processor handling form data (IF this is 120 * a POST request). 125 * URL to serve in response to this POST (if this request 126 * was a 'POST') [all …]
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | sessions.c | 23 return -1; in asprintf() 35 if (len2 != len - 1 || len2 <= 0) in asprintf() 39 len = -1; in asprintf() 67 #define MAIN_PAGE "<html><head><title>Welcome</title></head><body><form action=\"/2\" method=\"post… 72 …itle></head><body><a href=\"/\">previous</a> <form action=\"/S\" method=\"post\">%s, what is your … 77 …><title>Ready to submit?</title></head><body><form action=\"/F\" method=\"post\"><a href=\"/2\">pr… 130 * Data kept per request. 141 * Post processor handling form data (IF this is 142 * a POST request). 147 * URL to serve in response to this POST (if this request [all …]
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.texi | 1 \input texinfo @c -*-texinfo-*- 3 @setfilename libmicrohttpd-tutorial.info 5 @set UPDATED-MONTH November 2013 32 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover 67 * Processing POST data:: 68 * Improved processing of POST data:: 96 @node Processing POST data 97 @chapter Processing POST data 100 @node Improved processing of POST data 101 @chapter Improved processing of POST data [all …]
|
D | libmicrohttpd-tutorial.info | 1 This is libmicrohttpd-tutorial.info, produced by makeinfo version 4.13 2 from libmicrohttpd-tutorial.texi. 4 INFO-DIR-SECTION Software libraries 5 START-INFO-DIR-ENTRY 7 END-INFO-DIR-ENTRY 19 Foundation; with no Invariant Sections, no Front-Cover Texts, and 20 no Back-Cover Texts. A copy of the license is included in the 24 File: libmicrohttpd-tutorial.info, Node: Top, Next: Introduction, Up: (dir) 39 Foundation; with no Invariant Sections, no Front-Cover Texts, and 40 no Back-Cover Texts. A copy of the license is included in the [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | ssearch.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 <!-- Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.uni… 4 <!-- Copyright (c) 2007-2009 IBM Corporation and others. All rights reserved --> 6 <!-- Test data file for string search --> 7 <!DOCTYPE stringsearch-tests [ 8 <!ELEMENT stringsearch-tests (test-case+)> 9 <!ATTLIST stringsearch-tests debug IDREF #IMPLIED > 10 <!ELEMENT test-case (pattern, pre?, m?, post?)> 11 <!ATTLIST test-case 22 <!ELEMENT post (#PCDATA)> [all …]
|
/third_party/node/deps/npm/node_modules/node-fetch-npm/ |
D | README.md | 2 node-fetch-npm 5 [![npm version][npm-image]][npm-url] 6 [![build status][travis-image]][travis-url] 7 [![coverage status][codecov-image]][codecov-url] 9 A light-weight module that brings `window.fetch` to Node.js 11 `node-fetch-npm` is a fork of [`node-fetch`](https://npm.im/node-fetch) used in 12 npm itself, through [`make-fetch-happen`](https://npm.im/make-fetch-happen). It 14 `node-fetch`'s own design goals (such as picking a specific cookie library, 17 This library is *not a replacement* for `node-fetch`, nor does it intend to 25 … run browser-specific [Fetch polyfill](https://github.com/github/fetch), why not go from native `h… [all …]
|
/third_party/toybox/tests/ |
D | cksum.test | 3 [ -f testing.sh ] && . testing.sh 9 testing "on stdin" "echo -n hello | cksum" "3287646509 5\n" "" "" 10 echo -n "hello" > tmpfile 12 rm -f tmpfile 15 rm -f one two 20 testing "on abc excluding length" "cksum -N" "1219131554\n" "" 'abc\x3' 23 testing "on no data post-inversion" "echo -n "" | cksum" "4294967295 0\n" "" "" 25 testing "on no data pre+post-inversion" "echo -n "" | cksum -P" "0 0\n" "" "" 26 # If we skip the post-inversion we also get 0 27 testing "on no data no inversion" "echo -n "" | cksum -I" "0 0\n" "" "" [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | dds.c | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 26 * https://msdn.microsoft.com/en-us/library/bb943982%28v=vs.85%29.aspx 118 DDSContext *ctx = avctx->priv_data; in parse_pixel_format() 119 GetByteContext *gbc = &ctx->gbc; in parse_pixel_format() 140 ctx->compressed = flags & DDPF_FOURCC; in parse_pixel_format() 141 ctx->paletted = flags & DDPF_PALETTE; in parse_pixel_format() 145 if (ctx->compressed && ctx->paletted) { in parse_pixel_format() 148 ctx->paletted = 0; in parse_pixel_format() 151 bpp = ctx->bpp = bytestream2_get_le32(gbc); // rgbbitcount in parse_pixel_format() 166 av_log(avctx, AV_LOG_VERBOSE, "and GIMP-DDS tag %s\n", av_fourcc2str(gimp_tag)); in parse_pixel_format() [all …]
|
/third_party/node/tools/actions/ |
D | commit-queue.sh | 3 set -xe 14 COMMIT_QUEUE_LABEL='commit-queue' 15 COMMIT_QUEUE_FAILED_LABEL='commit-queue-failed' 34 curl -fsL --request "$method" \ 35 --url "$url" \ 36 --header "authorization: Bearer ${GITHUB_TOKEN}" \ 37 --header 'content-type: application/json' "$@" 41 gitHubCurl "$(labelsUrl "${1}")" POST --data '{"labels": ["'"${COMMIT_QUEUE_FAILED_LABEL}"'"]}' 45 …jq -n --arg content "<details><summary>Commit Queue failed</summary><pre>$(cat output)</pre><a hre… 48 gitHubCurl "$(commentsUrl "${1}")" POST --data @output.json [all …]
|