| /external/curl/.circleci/ |
| D | config.yml | 21 # SPDX-License-Identifier: curl 27 …ersion of CircleCI pipeline process engine. See: https://circleci.com/docs/configuration-reference/ 31 install-cares: 33 - run: 35 sudo apt-get update && sudo apt-get install -y libc-ares-dev 37 install-libssh: 39 - run: 41 sudo apt-get update && sudo apt-get install -y libssh-dev 43 install-deps: 45 - run: [all …]
|
| /external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | INSTALL.md | 1 ** This file is adapted from libcurl and not yet fully rewritten for c-ares! ** 15 Lots of people download binary distributions of c-ares. This document 16 does not describe how to install c-ares using such a binary package. 17 This document describes how to compile, build and install c-ares from 24 release tarball, see the [GIT-INFO](GIT-INFO) file in the root directory 40 ./configure 47 [GIT-INFO](GIT_INFO) on how to proceed. 49 Get a full listing of all available configure options by invoking it like: 51 ./configure --help 53 If you want to install c-ares in a different file hierarchy than /usr/local, [all …]
|
| /external/curl/docs/ |
| D | INSTALL-CMAKE.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 9 This document describes how to configure, build and install curl and libcurl 26 You can configure for in source tree builds or for a build tree 29 - Build in the source tree. 31 $ cmake -B . 33 - Build in a separate directory (parallel to the curl source tree in this 36 $ cmake -B ../curl-build 40 CMake before version 3.13 does not support the `-B` option. In that case, [all …]
|
| /external/rust/android-crates-io/crates/grpcio-sys/ |
| D | .android-checksum.json | 1 …-checksum.json":"0e0e69ec4673f3d7916399b8bdede230f0db026f35ca125933be773264089dcb","Android.bp":"7…
|
| D | .cargo-checksum.json | 1 …-OF-CONDUCT.md":"4fcdab8c8ca45051e248fe4ce3dbd9ea9155cc8f406cf9ec9770b6e5818fbc45","grpc/CONCEPTS.…
|
| /external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/ |
| D | compiler.rs | 27 #[derive(Clone, Debug, Default)] 41 pub fn new() -> Config { in new() 45 /// Whether to enable UTF-8 mode during search or not. 47 /// A regex engine is said to be in UTF-8 mode when it guarantees that 48 /// all matches returned by it have spans consisting of only valid UTF-8. 50 /// contains any invalid UTF-8. 52 /// UTF-8 mode generally consists of two things: 56 /// UTF-8. 58 /// should always correspond to valid UTF-8 boundaries. 64 /// pattern could every report a non-empty match span that contains invalid [all …]
|
| /external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/ |
| D | compiler.rs | 27 #[derive(Clone, Debug, Default)] 41 pub fn new() -> Config { in new() 45 /// Whether to enable UTF-8 mode during search or not. 47 /// A regex engine is said to be in UTF-8 mode when it guarantees that 48 /// all matches returned by it have spans consisting of only valid UTF-8. 50 /// contains any invalid UTF-8. 52 /// UTF-8 mode generally consists of two things: 56 /// UTF-8. 58 /// should always correspond to valid UTF-8 boundaries. 64 /// pattern could every report a non-empty match span that contains invalid [all …]
|
| /external/mtools/ |
| D | NEWS | 2 - Removed mclasserase commands, which doesn't fit the coding 4 - Add support to -i option to mcd 5 - Document -i in mtools.1 6 - Fix a missing commad error in floppyd_io.c 9 - Fix error status of recursive listing of empty root directory 10 - If recursive listing, also show matched files at level one 11 - Use "seekless" reads & write internally, where possible 12 - Text mode conversion refactoring 13 - Misc refactoring 16 - Fix cluster padding at end of file in batch mode, and add [all …]
|
| /external/mesa3d/src/gallium/drivers/panfrost/ |
| D | pan_jm.c | 28 #include "drm-uapi/panfrost_drm.h" 45 batch->framebuffer = in GENX() 47 pan_pool_alloc_desc(&batch->pool.base, FRAMEBUFFER); in GENX() 50 &batch->pool.base, PAN_DESC(FRAMEBUFFER), PAN_DESC(ZS_CRC_EXTENSION), in GENX() 51 PAN_DESC_ARRAY(MAX2(batch->key.nr_cbufs, 1), RENDER_TARGET)); in GENX() 53 if (!batch->framebuffer.gpu) in GENX() 54 return -1; in GENX() 57 batch->tls = pan_pool_alloc_desc(&batch->pool.base, LOCAL_STORAGE); in GENX() 60 batch->tls = batch->framebuffer; in GENX() 62 if (!batch->tls.cpu) in GENX() [all …]
|
| /external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/meta/ |
| D | strategy.rs | 2 fmt::Debug, 41 Debug + Send + Sync + RefUnwindSafe + UnwindSafe + 'static 43 fn group_info(&self) -> &GroupInfo; in group_info() 45 fn create_cache(&self) -> Cache; in create_cache() 49 fn is_accelerated(&self) -> bool; in is_accelerated() 51 fn memory_usage(&self) -> usize; in memory_usage() 53 fn search(&self, cache: &mut Cache, input: &Input<'_>) -> Option<Match>; in search() 59 ) -> Option<HalfMatch>; in search_half() 61 fn is_match(&self, cache: &mut Cache, input: &Input<'_>) -> bool; in is_match() 68 ) -> Option<PatternID>; in search_slots() [all …]
|
| /external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/meta/ |
| D | strategy.rs | 2 fmt::Debug, 41 Debug + Send + Sync + RefUnwindSafe + UnwindSafe + 'static 43 fn group_info(&self) -> &GroupInfo; in group_info() 45 fn create_cache(&self) -> Cache; in create_cache() 49 fn is_accelerated(&self) -> bool; in is_accelerated() 51 fn memory_usage(&self) -> usize; in memory_usage() 53 fn search(&self, cache: &mut Cache, input: &Input<'_>) -> Option<Match>; in search() 59 ) -> Option<HalfMatch>; in search_half() 61 fn is_match(&self, cache: &mut Cache, input: &Input<'_>) -> bool; in is_match() 68 ) -> Option<PatternID>; in search_slots() [all …]
|
| /external/curl/ |
| D | CMakeLists.txt | 21 # SPDX-License-Identifier: curl 28 # the case that both CURL and its dependency are included as sub-projects 32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package 49 # Collect command-line arguments for buildinfo.txt. 64 set(_cmake_args "${_cmake_args} -D${_cache_var}${_cache_var_type}=\"${_cache_var_value}\"") 78 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+" _curl_version_num ${_curl_version_h… 84 string(REGEX REPLACE "([0-9]+\.[0-9]+\.[0-9]+).+" "\\1" _curl_version_sem "${_curl_version}") 91 # CMake (as of v3.31.2) gets confused and applies the MSVC rc.exe command-line 92 …# template to windres. Reset it to the windres template via 'Modules/Platform/Windows-windres.cmak… 93 …set(CMAKE_RC_COMPILE_OBJECT "<CMAKE_RC_COMPILER> -O coff <DEFINES> <INCLUDES> <FLAGS> <SOURCE> <OB… [all …]
|
| /external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/bootstrap/v3/ |
| D | bootstrap.proto | 35 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3;bootstrapv3"; 38 // [#protodoc-title: Bootstrap] 39 // This proto is supplied via the :option:`-c` CLI flag and acts as the root 44 // [#next-free-field: 38] 62 // IP or DNS-based). 70 // [#next-free-field: 7] 82 // [#not-implemented-hide:] 85 … // All post-bootstrap :ref:`Cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` definitions are 91 // [#not-implemented-hide:] 115 // locators are used for LDS/CDS. Any non-string field will have its JSON [all …]
|
| /external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/dfa/ |
| D | automaton.rs | 64 /// for the earliest match), or it may continue to find the leftmost-first 90 /// writing a search routine using this trait is handling the 1-byte delay of a 131 /// let dfa = dense::DFA::new(r"[a-z]+r")?; 148 fn next_state(&self, current: StateID, input: u8) -> StateID; in next_state() 169 ) -> StateID; in next_state_unchecked() 179 /// by one byte in order to support look-around operators. Thus, after 206 /// let dfa = dense::DFA::new(r"[a-z]+r")?; 228 fn next_eoi_state(&self, current: StateID) -> StateID; in next_eoi_state() 239 /// * Whether a "look-behind" byte exists. For example, the `^` anchor 240 /// matches if and only if there is no look-behind byte. [all …]
|
| /external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/dfa/ |
| D | automaton.rs | 64 /// for the earliest match), or it may continue to find the leftmost-first 90 /// writing a search routine using this trait is handling the 1-byte delay of a 131 /// let dfa = dense::DFA::new(r"[a-z]+r")?; 148 fn next_state(&self, current: StateID, input: u8) -> StateID; in next_state() 169 ) -> StateID; in next_state_unchecked() 179 /// by one byte in order to support look-around operators. Thus, after 206 /// let dfa = dense::DFA::new(r"[a-z]+r")?; 228 fn next_eoi_state(&self, current: StateID) -> StateID; in next_eoi_state() 239 /// * Whether a "look-behind" byte exists. For example, the `^` anchor 240 /// matches if and only if there is no look-behind byte. [all …]
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
| /external/mockito/src/main/java/org/mockito/ |
| D | Mockito.java | 48 * It motivates Mockito developers to keep documentation up-to-date with the code that they write, 56 * <a href="#0.2">0.2 Configuration-free inline mock making</a><br/> 65 * <a href="#9">9. Shorthand for mocks creation - <code>@Mock</code> annotation </a><br/> 66 * <a href="#10">10. Stubbing consecutive calls (iterator-style stubbing) </a><br/> 80 * <a href="#24">24. One-liner stubs (Since 1.9.0)</a><br/> 117 …* see '<a href="https://github.com/mockito/mockito/wiki/What%27s-new-in-Mockito-2">What's new in M… 120 …* <h3 id="0.1">0.1. <a class="meaningful_link" href="#mockito-android" name="mockito-android">Mock… 122 …e ship "native" Android support. To enable Android support, add the `mockito-android` library as d… 130 * testCompile "org.mockito:mockito-core:+" 131 * androidTestCompile "org.mockito:mockito-android:+" [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 23.2.1.rst | 1 Mesa 23.2.1 Release Notes / 2023-09-28 23 --------------- 27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz 32 ------------ 34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV 36 - extendedDynamicState3SampleLocationsEnable on RADV 38 - VK_EXT_dynamic_rendering_unused_attachments on RADV 40 - VK_EXT_mesh_shader on lavapipe 42 - OpenGL 3.1 on Asahi 44 - OpenGL ES 3.0 on Asahi [all …]
|
| /external/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_pipeline.c | 49 .module = vk_shader_module_handle_from_nir(p_stage->nir), in pipeline_compute_sha1_from_nir() 50 .pName = p_stage->entrypoint, in pipeline_compute_sha1_from_nir() 51 .stage = mesa_to_vk_shader_stage(p_stage->nir->info.stage), in pipeline_compute_sha1_from_nir() 54 vk_pipeline_hash_shader_stage(0, &info, NULL, p_stage->shader_sha1); in pipeline_compute_sha1_from_nir() 64 if (variant->qpu_insts) { in v3dv_shader_variant_destroy() 65 free(variant->qpu_insts); in v3dv_shader_variant_destroy() 66 variant->qpu_insts = NULL; in v3dv_shader_variant_destroy() 68 ralloc_free(variant->prog_data.base); in v3dv_shader_variant_destroy() 69 vk_free(&device->vk.alloc, variant); in v3dv_shader_variant_destroy() 80 ralloc_free(p_stage->nir); in destroy_pipeline_stage() [all …]
|
| /external/python/cpython3/Doc/whatsnew/ |
| D | 3.4.rst | 20 updates -- in such cases, end users will be much better served by partial 50 sufficient; the e-mail address isn't necessary. 70 :pep:`429` -- Python 3.4 Release Schedule 74 Summary -- Release Highlights 86 * :ref:`pip should always be available <whatsnew-pep-453>` (:pep:`453`). 87 * :ref:`Newly created file descriptors are non-inheritable <whatsnew-pep-446>` 89 * command line option for :ref:`isolated mode <whatsnew-isolated-mode>` 91 * :ref:`improvements in the handling of codecs <codec-handling-improvements>` 93 * :ref:`A ModuleSpec Type <whatsnew-pep-451>` for the Import System 96 <whatsnew-marshal-3>` (:issue:`16475`). [all …]
|
| /external/toybox/www/ |
| D | news.html | 2 <!--#include file="header.html" --> 5 into a single BSD-licensed executable that's simple, small, fast, 6 reasonably standards-compliant, and powerful enough to turn Android into 11 <!-- new entry template 12 <a name="DD-MM-YYYY" /><a href="#01-01-2001"><hr><h2><b>Jan 1, 2001</b></h2></a> 16 </p> - The Hitchhiker's Guide to the Galaxy</p> 19 <p><a href=downloads/toybox-0.0.1.tar.gz>Toybox 0.0.1</a> 23 … using a <a href=https://github.com/landley/linux/tree/mkroot-0.1>lightly patched</a> linux-0.1).<… 38 --> 40 <a name="18-01-2025" /><a href="#18-01-2025"><hr><h2><b>Jan 18, 2025</b></h2></a> [all …]
|
| /external/bazelbuild-rules_go/third_party/ |
| D | org_golang_x_tools-deletegopls.patch | 1 diff -urN a/gopls/api-diff/api_diff.go b/gopls/api-diff/api_diff.go 2 --- a/gopls/api-diff/api_diff.go 2000-01-01 00:00:00.000000000 -0000 3 +++ b/gopls/api-diff/api_diff.go 1970-01-01 00:00:00.000000000 +0000 4 @@ -1,89 +0,0 @@ 5 -// Copyright 2021 The Go Authors. All rights reserved. 6 -// Use of this source code is governed by a BSD-style 7 -// license that can be found in the LICENSE file. 8 - 9 -//go:build go1.18 10 -// +build go1.18 [all …]
|
| /external/libbpf/src/ |
| D | bpf_helper_defs.h | 1 /* This is auto-generated file. See bpf_doc.py for details. */ 119 * This helper is a "printk()-like" facility for debugging. It 137 * telnet-470 [001] .N.. 419421.045894: 0x00000001: <formatted msg> 162 * helper will return **-EINVAL** (but print nothing) if it 182 * Get a pseudo-random number. 185 * pseudo-random internal state, and cannot be used to infer the 191 * A random 32-bit unsigned value. 215 * **BPF_F_INVALIDATE_HASH** (set *skb*\ **->hash**, *skb*\ 216 * **->swhash** and *skb*\ **->l4hash** to 0). 243 * which does not update the checksum in-place, but offers more [all …]
|
| /external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
| D | CMakeLists.txt | 14 # http://www.apache.org/licenses/LICENSE-2.0 36 set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}") 69 # Providers for third-party dependencies (gRPC_*_PROVIDER properties): 71 # "package": use cmake's find_package functionality to locate a pre-installed dependency 76 set(gRPC_CARES_PROVIDER "module" CACHE STRING "Provider of c-ares library") 220 set(gRPC_USE_PROTO_LITE OFF CACHE BOOL "Use the protobuf-lite library") 252 …add_definitions(-D_WIN32_WINNT=0x600 -D_SCL_SECURE_NO_WARNINGS -D_CRT_SECURE_NO_WARNINGS -D_WINSOC… 269 # Tell MSVC to build grpc using utf-8 270 set(_gRPC_C_CXX_FLAGS "${_gRPC_C_CXX_FLAGS} /utf-8") 273 add_definitions(-D_WIN32_WINNT=0x600) [all …]
|
| /external/grpc-grpc/ |
| D | CMakeLists.txt | 14 # http://www.apache.org/licenses/LICENSE-2.0 34 set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}") 70 # Providers for third-party dependencies (gRPC_*_PROVIDER properties): 72 # "package": use cmake's find_package functionality to locate a pre-installed dependency 77 set(gRPC_CARES_PROVIDER "module" CACHE STRING "Provider of c-ares library") 255 set(gRPC_USE_PROTO_LITE OFF CACHE BOOL "Use the protobuf-lite library") 262 set(_gRPC_C_CXX_FLAGS "${_gRPC_C_CXX_FLAGS} -msse2") 291 …add_definitions(-D_WIN32_WINNT=0x600 -D_SCL_SECURE_NO_WARNINGS -D_CRT_SECURE_NO_WARNINGS -D_WINSOC… 308 # Tell MSVC to build grpc using utf-8 309 set(_gRPC_C_CXX_FLAGS "${_gRPC_C_CXX_FLAGS} /utf-8") [all …]
|