/external/oss-fuzz/projects/nginx/fuzz/ |
D | http_request_fuzzer.dict | 20 "BASELINE-CONTROL" 48 "VERSION-CONTROL" 52 "A-IM" 54 "Accept-Charset" 55 "Accept-Datetime" 56 "Accept-Encoding" 57 "Accept-Language" 58 "Accept-Patch" 59 "Accept-Ranges" 60 "Access-Control-Allow-Credentials" [all …]
|
/external/guava/android/guava/src/com/google/common/net/ |
D | HttpHeaders.java | 7 * http://www.apache.org/licenses/LICENSE-2.0 11 * or implied. See the License for the specific language governing permissions and limitations under 21 * Contains constant definitions for the HTTP header field names. See: 41 /** The HTTP {@code Cache-Control} header field name. */ 42 public static final String CACHE_CONTROL = "Cache-Control"; 43 /** The HTTP {@code Content-Length} header field name. */ 44 public static final String CONTENT_LENGTH = "Content-Length"; 45 /** The HTTP {@code Content-Type} header field name. */ 46 public static final String CONTENT_TYPE = "Content-Type"; 60 /** The HTTP {@code Accept-Charset} header field name. */ [all …]
|
/external/guava/guava/src/com/google/common/net/ |
D | HttpHeaders.java | 7 * http://www.apache.org/licenses/LICENSE-2.0 11 * or implied. See the License for the specific language governing permissions and limitations under 21 * Contains constant definitions for the HTTP header field names. See: 41 /** The HTTP {@code Cache-Control} header field name. */ 42 public static final String CACHE_CONTROL = "Cache-Control"; 43 /** The HTTP {@code Content-Length} header field name. */ 44 public static final String CONTENT_LENGTH = "Content-Length"; 45 /** The HTTP {@code Content-Type} header field name. */ 46 public static final String CONTENT_TYPE = "Content-Type"; 60 /** The HTTP {@code Accept-Charset} header field name. */ [all …]
|
/external/elfutils/tests/ |
D | run-debuginfod-x-forwarded-for.sh | 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 # GNU General Public License for more details. 19 . $srcdir/debuginfod-subr.sh 21 # for test case debugging, uncomment: 22 set -x 26 # This variable is essential and ensures no time-race for claiming ports occurs 27 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test 31 # Test when debuginfod hitting X-Forwarded-For hops limit. 36 …:$PORT2 ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -d :memory: --forwarded-ttl-limit 0 -p $… 41 …:$PORT1 ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -d :memory: --forwarded-ttl-limit 1 -p $… [all …]
|
/external/libchrome/base/ |
D | bind_unittest.nc | 2 // Use of this source code is governed by a BSD-style license that can be 6 // http://dev.chromium.org/developers/testing/no-compile-tests 78 int x; 85 …static_assert failed .*\"Bound argument \|i\| of type \|Arg\| cannot be forwarded as \|Unwrapped\|… 87 // Method bound to const-object. 101 // Method bound to non-refcounted object. 113 // Const Method bound to non-refcounted object. 123 …static_assert failed .*\"Bound argument \|i\| of type \|Arg\| cannot be forwarded as \|Unwrapped\|… 125 // Const argument used with non-const pointer parameter of same type. 127 // This is just a const-correctness check. [all …]
|
/external/cldr/tools/scripts/ansible/ |
D | nginx-playbook.yml | 1 - hosts: surveytool 4 - vars/main.yml 5 - local-vars/local.yml 7 - { role: geerlingguy.nginx } 9 - name: Setup reverse proxy 11 path: /etc/nginx/sites-enabled/default 13 # proxy /cldr-apps/ to openliberty, with generous timeouts 17 location /cldr-apps/ { 18 rewrite ^/(.+)\._[\da-f]+_\.(js|css)$ /$1.$2 break; 20 proxy_pass http://localhost:9080/cldr-apps/; [all …]
|
/external/rust/crates/quiche/src/h3/qpack/ |
D | static_table.rs | 17 // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19 // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 31 (b"content-disposition", b""), 32 (b"content-length", b"0"), 36 (b"if-modified-since", b""), 37 (b"if-none-match", b""), 38 (b"last-modified", b""), 42 (b"set-cookie", b""), 58 (b"accept", b"application/dns-message"), 59 (b"accept-encoding", b"gzip, deflate, br"), [all …]
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | manual_constructor.h | 9 * http://www.apache.org/licenses/LICENSE-2.0 14 * See the License for the specific language governing permissions and 63 // max_size_of returns sizeof(Type) for the largest type in the variadic list 82 // max_size_of returns alignof(Type) for the largest type in the variadic list 116 BaseType* operator->() { return get(); } 117 const BaseType* operator->() const { return get(); } 128 // (which are forwarded to Type's constructor). 130 // Note that Init() with no arguments performs default-initialization, 131 // not zero-initialization (i.e it behaves the same as "new Type;", not 132 // "new Type();"), so it will leave non-class types uninitialized. [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | manual_constructor.h | 9 * http://www.apache.org/licenses/LICENSE-2.0 14 * See the License for the specific language governing permissions and 63 // max_size_of returns sizeof(Type) for the largest type in the variadic list 82 // max_size_of returns alignof(Type) for the largest type in the variadic list 116 BaseType* operator->() { return get(); } 117 const BaseType* operator->() const { return get(); } 128 // (which are forwarded to Type's constructor). 130 // Note that Init() with no arguments performs default-initialization, 131 // not zero-initialization (i.e it behaves the same as "new Type;", not 132 // "new Type();"), so it will leave non-class types uninitialized. [all …]
|
/external/elfutils/doc/ |
D | debuginfod.8 | 1 '\"! tbl | nroff \-man 17 debuginfod \- debuginfo-related http file-server daemon 24 \fBdebuginfod\fP serves debuginfo-related artifacts over HTTP. It 25 periodically scans a set of directories for ELF/DWARF files and their 32 debuginfod servers, it queries them for the same information, just as 33 \fBdebuginfod-find\fP would. If successful, it locally caches then 38 (see the \fB\-L\fP option). Duplicate PATHs are ignored. You may use 39 a file name for a PATH, but source code indexing may be incomplete; 41 thread enumerates all matching files (see the \fB\-I\fP and \fB\-X\fP 43 \fB\-c\fP option) wait at the work queue to analyze files in parallel. [all …]
|
/external/skia/include/utils/ |
D | SkPaintFilterCanvas.h | 4 * Use of this source code is governed by a BSD-style license that can be 18 A utility proxy base class for implementing draw/paint filters. 23 * The new SkPaintFilterCanvas is configured for forwarding to the 32 // Forwarded to the wrapped canvas. 33 SkISize getBaseLayerSize() const override { return proxy()->getBaseLayerSize(); } in getBaseLayerSize() 34 GrRecordingContext* recordingContext() override { return proxy()->recordingContext(); } in recordingContext() 44 * Note: The base implementation calls onFilter() for top-level/explicit paints only. 78 void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, 88 // Forwarded to the wrapped canvas.
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/res/values/ |
D | strings.xml | 1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Copyright (C) 2016 The Android Open Source Project 8 http://www.apache.org/licenses/LICENSE-2.0 13 See the License for the specific language governing permissions and 15 --> 17 …<!-- Description for a media player view to indicate that tapping on the view shows the playback c… 19 …<!-- Description for a media player view to indicate that tapping on the view hides the playback c… 21 …<!-- Description for a media player seek bar, which indicates the playback progress. [CHAR_LIMIT=5… 23 <!-- Description for a settings button. [CHAR_LIMIT=30] --> 25 …<!-- Description for a settings button that hides a list of additional settings. [CHAR_LIMIT=55] -… [all …]
|
/external/ComputeLibrary/support/ |
D | ToolchainSupport.h | 2 * Copyright (c) 2017-2020 Arm Limited. 4 * SPDX-License-Identifier: MIT 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 56 /** Round floating-point value with half value rounding away from zero. 61 * @param[in] value floating-point value to be rounded. 63 * @return Floating-point value of rounded @p value. 71 /** Truncate floating-point value. 76 * @param[in] value floating-point value to be truncated. 78 * @return Floating-point value of truncated @p value. [all …]
|
/external/python/cpython2/Lib/ |
D | SimpleXMLRPCServer.py | 1 r"""Simple XML-RPC Server. 3 This module can be used to create simple XML-RPC servers 8 It can also be used to handle XML-RPC requests in a CGI 17 server.register_function(lambda x,y: x+y, 'add') 32 ['string.' + method for method in list_public_methods(self.string)] 33 def pow(self, x, y): return pow(x, y) 34 def add(self, x, y) : return x + y 45 # this method must be present for system.listMethods 49 # this method must be present for system.methodHelp 54 return "pow(x, y[, z]) => number" [all …]
|
/external/lmfit/lib/ |
D | lmmin.h | 2 * Library: lmfit (Levenberg-Marquardt least squares fitting) 6 * Contents: Declarations for Levenberg-Marquardt minimization. 8 * Copyright: Joachim Wuttke, Forschungszentrum Juelich GmbH (2004-2013) 12 * Homepage: apps.jcns.fz-juelich.de/lmfit 31 /* Levenberg-Marquardt minimization. */ 40 * in n variables by a modified Levenberg-Marquardt algorithm. 41 * The function evaluation is done by the user-provided routine 'evaluate'. 42 * The Jacobian is then calculated by a forward-difference approximation. 48 * x is the solution vector (INPUT/OUTPUT, array of length n). 55 * data is a pointer that is ignored by lmmin; it is however forwarded [all …]
|
/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt.proto | 13 // The mesh coordinates for the device. Usually (X, Y, Z, Core), in the 15 // X = value(0) 29 // Options for an XLA compilation. 34 // The number of "model-parallel" cores per replica. If this is 40 // The arg/result shapes for the whole computation. 42 // The arg/result shapes for each core of a model-parallel 43 // computation. per_core_args_and_result_shapes is optional for a 44 // single-core computation. 63 // stateful_input_indices is only useful when using XRT-compiled 73 // input index must be present for each input that will correspond [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/res/values/ |
D | strings.xml | 1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Copyright (C) 2016 The Android Open Source Project 8 http://www.apache.org/licenses/LICENSE-2.0 13 See the License for the specific language governing permissions and 15 --> 17 …<!-- Accessibility description for a media player view to indicate that tapping on the view shows … 19 …<!-- Accessibility description for a media player view to indicate that tapping on the view hides … 21 …<!-- Accessibility description for a media player seek bar, which indicates the playback progress.… 23 <!-- Accessibility description for a settings button. [CHAR_LIMIT=NONE] --> 25 …<!-- Accessibility description for a settings button that hides a list of additional settings. [CH… [all …]
|
/external/libwebsockets/lib/roles/http/ |
D | lextable-strings.h | 1 /* set of parsable strings -- ALL LOWER CASE */ 14 "sec-websocket-draft:", 19 "sec-websocket-extensions:", 20 "sec-websocket-key1:", 21 "sec-websocket-key2:", 22 "sec-websocket-protocol:", 24 "sec-websocket-accept:", 25 "sec-websocket-nonce:", 29 "http2-settings:", 34 "access-control-request-headers:", [all …]
|
/external/scapy/scapy/ |
D | sendrecv.py | 2 ## See http://www.secdev.org/projects/scapy for more informations 56 for p in tobesent: 67 log_runtime.info("--- Error sending packets", exc_info=True) 84 for i in tobesent: 129 for i, sentpkt in enumerate(hlst): 137 notans -= 1 140 notans -= 1 175 multi: whether to accept multiple answers for the same stimulus""" 186 tobesent = [p for p in pkt] 190 retry = -retry [all …]
|
/external/arm-trusted-firmware/plat/xilinx/common/ipi_mailbox_service/ |
D | ipi_mailbox_svc.c | 2 * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved. 4 * SPDX-License-Identifier: BSD-3-Clause 8 * Top-level SMC handler for ZynqMP IPI Mailbox doorbell functions. 50 * ipi_smc_handler() - SMC handler for IPI SMC calls 52 * @smc_fid - Function identifier 53 * @x1 - x4 - Arguments 54 * @cookie - Unused 55 * @handler - Pointer to caller's context structure 57 * @return - Unused 63 * The SMC calls for PM service are forwarded from SIP Service SMC handler [all …]
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_channel_endpoint.py | 2 # Use of this source code is governed by a BSD-style license that can be 35 # Sleeping for 0 seconds *may* hint for the schedular to relinquish CPU. 59 @param device: Device handle returned by PyUSB for the modem to test. 61 @param interrupt_endpoint_address: |bEndpointAddress| for the usb 62 INTERRUPT IN endpoint for notifications. 63 @param in_buffer_size: The (fixed) buffer size to use for in control 68 non-notification responses from the device. 90 # SIGINT recieved by the parent process is forwarded to this process. 98 """ Start the busy-loop that periodically interacts with the modem. """ 183 self._num_outstanding_responses -= 1 [all …]
|
/external/python/cpython3/Lib/xmlrpc/ |
D | server.py | 1 r"""XML-RPC Servers. 3 This module can be used to create simple XML-RPC servers 8 It can also be used to handle XML-RPC requests in a CGI 11 The Doc* classes can be used to create XML-RPC servers that 12 serve pydoc-style documentation in response to HTTP 23 server.register_function(lambda x,y: x+y, 'add') 37 ['sys.' + method for method in list_public_methods(self.sys)] 38 def pow(self, x, y): return pow(x, y) 39 def add(self, x, y) : return x + y 50 # this method must be present for system.listMethods [all …]
|
/external/tpm2-tss/src/tss2-esys/ |
D | esys_int.h | 1 /* SPDX-License-Identifier: BSD-2-Clause */ 16 /** Linked list type for object meta data. 24 TPM2B_AUTH auth; /**< The authValue for this resource object. */ 25 IESYS_RESOURCE rsrc; /**< The meta data for this resource object. */ 107 /** Union for input parameters. 129 /** The states for the ESAPI's internal state machine */ 138 _ESYS_STATE_INTERNALERROR /**< A non-recoverable error occured within the 168 IESYS_CMD_IN_PARAM in; /**< Temporary storage for Input parameters 170 ESYS_TR esys_handle; /**< Temporary storage for the object's TPM 183 * The number of resubmissions before a TPM's TPM2_RC_YIELDED is forwarded to [all …]
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPSerializerRDF.java | 29 * Serializes the <code>XMPMeta</code>-object using the standard RDF serialization format. 48 "<x:xmpmeta xmlns:x=\"adobe:ns:meta/\" x:xmptk=\""; 50 private static final String RDF_XMPMETA_END = "</x:xmpmeta>"; 53 "<rdf:RDF xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">"; 77 /** the size of one unicode char, for UTF-8 set to 1 78 * (Note: only valid for ASCII chars lower than 0x80), 79 * set to 2 in case of UTF-16 */ 80 private int unicodeSize = 1; // UTF-8 142 // the string length is equal to the length of the UTF-8 encoding in addPadding() 149 padding -= minSize; // Now the actual amount of padding to add. in addPadding() [all …]
|
/external/tpm2-tss/test/integration/ |
D | main-esapi.c | 1 /* SPDX-License-Identifier: BSD-2-Clause */ 17 #include "test-esapi.h" 18 #include "test-options.h" 19 #include "context-util.h" 20 #include "tss2-esys/esys_int.h" 58 if (ctxi == NULL || ctxi->magic != TCTI_PROXY_MAGIC) { in tcti_proxy_cast() 75 if (tcti_proxy->state == intercepting) { in tcti_proxy_transmit() 87 rval = Tss2_Tcti_Transmit(tcti_proxy->tctiInner, command_size, in tcti_proxy_transmit() 114 if (tcti_proxy->state == intercepting) { in tcti_proxy_receive() 119 tcti_proxy->state = forwarding; in tcti_proxy_receive() [all …]
|