| /third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
| D | basic_types.dart | 2 // Use of this source code is governed by a BSD-style license that can be 69 // LAZY CACHING ITERATOR 71 /// A lazy caching version of [Iterable]. 79 /// once. This caching will even work efficiently if you are 80 /// running two side-by-side iterators on the same iterable. 87 /// * The first iteration through has caching overhead. 89 /// * It requires more memory than a non-caching iterator. 91 /// * The [length] and [toList] properties immediately pre-cache the 95 /// The caching behavior is propagated to the iterators that are 97 /// and [skipWhile], and is used by the built-in methods that use an [all …]
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| D | iris_bufmgr.h | 58 * - [0, 4K): Nothing (empty page for null address) 59 * - [4K, 4G): Shaders (Instruction Base Address) 60 * - [4G, 8G): Surfaces & Binders (Surface State Base Address, Bindless ...) 61 * - [8G, 12G): Dynamic (Dynamic State Base Address) 62 * - [12G, *): Other (everything else in the full 48-bit VMA) 66 * SAMPLER_STATE "Indirect State Pointer" field is only a 24-bit pointer. 88 #define IRIS_BINDER_ZONE_SIZE ((1ull << 30) - IRIS_BINDLESS_SIZE) 102 * caching domains. 111 /** Any other read-write cache. */ 117 /** Pull-style shader constant loads. */ [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | GISelKnownBits.h | 1 //===- llvm/CodeGen/GlobalISel/GISelKnownBits.h ---------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 78 // Observer API. No-op for non-caching implementation. 90 /// Add to observer if the Info is caching. 93 /// Eventually add other features such as caching/ser/deserializing
|
| /third_party/libcoap/include/coap3/ |
| D | coap_cache.h | 1 /* coap_cache.h -- Caching of CoAP requests 5 * SPDX-License-Identifier: BSD-2-Clause 23 * API functions for CoAP Caching 28 * Callback to free off the app data when the cache-entry is 46 * Calculates a cache-key for the given CoAP PDU. See 47 * https://tools.ietf.org/html/rfc7252#section-5.6 50 * Specific CoAP options can be removed from the cache-key. Examples of 51 * this are the BLOCK1 and BLOCK2 options - which make no real sense including 53 * caching environment where things are cached on a per block basis. 57 * NOTE: The returned cache-key needs to be freed off by the caller by [all …]
|
| /third_party/mesa3d/.gitlab-ci/common/ |
| D | init-stage1.sh | 6 set -ex 10 mount -t proc none /proc 11 mount -t sysfs none /sys 12 mount -t debugfs none /sys/kernel/debug 13 mount -t devtmpfs none /dev || echo possibly already mounted 14 mkdir -p /dev/pts 15 mount -t devpts devpts /dev/pts 16 mount -t tmpfs tmpfs /tmp 19 [ -z "$NFS_SERVER_IP" ] || echo "$NFS_SERVER_IP caching-proxy" >> /etc/hosts 22 # however as not all DUTs have network, make this non-fatal. [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | config_ssid.h | 3 * Copyright (c) 2003-2013, Jouni Malinen <j@w1.fi> 17 #define DEFAULT_EAP_WORKAROUND ((unsigned int) -1) 26 #define DEFAULT_BG_SCAN_PERIOD -1 36 #define DEFAULT_TX_STBC -1 /* no change */ 37 #define DEFAULT_RX_STBC -1 /* no change */ 38 #define DEFAULT_DISABLE_MAX_AMSDU -1 /* no change */ 39 #define DEFAULT_AMPDU_FACTOR -1 /* no change */ 40 #define DEFAULT_AMPDU_DENSITY -1 /* no change */ 42 #define DEFAULT_MAX_OPER_CHWIDTH -1 61 * struct wpa_ssid - Network configuration data [all …]
|
| D | ChangeLog | 3 2019-08-07 - v2.9 5 - disable use of groups using Brainpool curves 6 - improved protection against side channel attacks 7 [https://w1.fi/security/2019-6/] 8 * EAP-pwd changes 9 - disable use of groups using Brainpool curves 10 - allow the set of groups to be configured (eap_pwd_groups) 11 - improved protection against side channel attacks 12 [https://w1.fi/security/2019-6/] 13 * fixed FT-EAP initial mobility domain association using PMKSA caching [all …]
|
| /third_party/cmsis/CMSIS/Core/Include/ |
| D | mpu_armv7.h | 3 * @brief CMSIS MPU API for Armv7-M MPU 8 * Copyright (c) 2017-2020 Arm Limited. All rights reserved. 10 * SPDX-License-Identifier: Apache-2.0 16 * www.apache.org/licenses/LICENSE-2.0 65 #define ARM_MPU_AP_URO 2U ///!< MPU Access Permission unprivileged access read-only 67 #define ARM_MPU_AP_PRO 5U ///!< MPU Access Permission privileged access read-only 68 #define ARM_MPU_AP_RO 6U ///!< MPU Access Permission read-only access 86 …e Region is bufferable, i.e. using write-back caching. Cacheable but non-bufferable regions u… 100 * \param SubRegionDisable Sub-region disable field. 119 …e Region is bufferable, i.e. using write-back caching. Cacheable but non-bufferable regions u… [all …]
|
| /third_party/libunwind/ |
| D | TODO | 1 - Update the libunwind man page for the new/fixed cache-flushing behavior. 5 - document split local-only/generic libraries and separate libunwind-ptrace.a 6 convenience-library 7 - document new "tdep" member in unw_proc_info_t structure 8 - for DWARF 2, use a dummy CIE entry with an augmentation that 9 provides the dyn-info-list-address 14 + ensure that saving r4-r7 in a stacked register properly preserves 15 the NaT bit, even in the face of register-rotation 18 + on Linux, test access to f32-f127 in a signal handler (e.g., verify 22 AUTOMAKE_OPTIONS = 1.6 subdir-objects [all …]
|
| /third_party/typescript/tests/cases/docker/office-ui-fabric/ |
| D | Dockerfile | 1 # Lock to node 12 because the codebase throws hundreds of `Warning: Accessing non-existent property… 5 # Download repo version, sets up better layer caching for the following clone 6 ADD https://api.github.com/repos/OfficeDev/office-ui-fabric-react/git/ref/heads/master version.json 7 RUN git clone https://github.com/OfficeDev/office-ui-fabric-react.git /office-ui-fabric-react 8 WORKDIR /office-ui-fabric-react 11 COPY --from=typescript/typescript /typescript/typescript-*.tgz typescript.tgz 12 WORKDIR /office-ui-fabric-react 15 RUN npx lerna exec --stream --concurrency 1 -- npm install /typescript.tgz --exact --ignore-scripts 18 RUN npx lerna exec --stream --concurrency 1 --bail=false -- yarn run just scss 20 CMD [ "lerna", "exec", "--stream", "--concurrency", "1", "--loglevel", "error", "--bail=false", "--…
|
| /third_party/mesa3d/docs/ci/ |
| D | bare-metal.rst | 1 Bare-metal CI 4 The bare-metal scripts run on a system with gitlab-runner and Docker, 5 connected to potentially multiple bare-metal boards that run tests of 6 Mesa. Currently "fastboot", "ChromeOS Servo", and POE-powered devices are 16 ----------------------- 18 This testing requires power control of the DUTs by the gitlab-runner 22 We require access to the console output from the gitlab-runner system, 28 gitlab-runner system, since Mesa often needs to update the kernel either for new 37 See `src/freedreno/ci/gitlab-ci.yml` for an example of fastboot on DB410c and 38 DB820c (freedreno-a306 and freereno-a530). [all …]
|
| /third_party/libunwind/doc/ |
| D | libunwind.man | 16 \-\- a (mostly) platform\-independent unwind API 132 to get a snapshot of the CPU registers (machine\-state). Then you 143 uncover the entire call\-chain that led to the activation of function 169 frame and that way it could move up and down the callframe\-chain at 179 reads a floating\-point register, 183 writes a floating\-point register. Note that, 187 \fIcallee\-saved\fP 190 \fIcaller\-saved\fP 208 useful for implementing non\-local gotos and the exception handling 209 needed by some high\-level languages such as Java. Resuming execution [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 20.2.3.rst | 1 Mesa 20.2.3 Release Notes / 2020-11-23 18 --------------- 22 ae1b240e11531df528d14dc214d2dc4d2b4f2e835c6230ba0b492b171eceb82b mesa-20.2.3.tar.xz 26 ------------ 28 - None 32 --------- 34 - glcpp test 084-unbalanced-parentheses fails with bison 3.6.y 35 - iris: glClear with FBO imported from DMA-BUF doesn't work 36 - [spirv-fuzz] Shader causes an assertion failure in nir_opt_large_constants 37 - Regnum Online UBO break after game update [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | MemoryDependenceAnalysis.h | 1 //===- llvm/Analysis/MemoryDependenceAnalysis.h - Memory Deps ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 59 /// In a default-constructed MemDepResult object, the type will be Invalid 66 /// see a may-aliased store to the memory location we care about. 69 /// 1. Loads are clobbered by may-alias stores. 70 /// 2. Loads are considered clobbered by partially-aliased loads. The 158 /// start of the block, but where a non-local hasn't been done. 255 /// This can be different than the address queried for the non-local result [all …]
|
| /third_party/openGLES/extensions/SGIX/ |
| D | SGIX_pixel_tiles.txt | 1 XXX - Not complete yet!!! 32 Applications that deal with large multi-dimensional images sometimes 50 now-contiguous rows of pixels to the convolution function. If the 73 as will some sort of caching. What else should be considered? 80 DrawPixel-like semantics. 137 -------------- ---- ------------- ----------- 212 |<- TW ->| 213 |<---------- Grid Width ----------->| 215 -- -- +--------+--------+--------+--------+ 217 r TH | +-+--------+--------+--+ | [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
| D | SGIX_pixel_tiles.txt | 1 XXX - Not complete yet!!! 32 Applications that deal with large multi-dimensional images sometimes 50 now-contiguous rows of pixels to the convolution function. If the 73 as will some sort of caching. What else should be considered? 80 DrawPixel-like semantics. 137 -------------- ---- ------------- ----------- 212 |<- TW ->| 213 |<---------- Grid Width ----------->| 215 -- -- +--------+--------+--------+--------+ 217 r TH | +-+--------+--------+--+ | [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| D | config_ssid.h | 3 * Copyright (c) 2003-2013, Jouni Malinen <j@w1.fi> 17 #define DEFAULT_EAP_WORKAROUND ((unsigned int) -1) 31 #define DEFAULT_BG_SCAN_PERIOD -1 41 #define DEFAULT_TX_STBC -1 /* no change */ 42 #define DEFAULT_RX_STBC -1 /* no change */ 43 #define DEFAULT_DISABLE_MAX_AMSDU -1 /* no change */ 44 #define DEFAULT_AMPDU_FACTOR -1 /* no change */ 45 #define DEFAULT_AMPDU_DENSITY -1 /* no change */ 47 #define DEFAULT_MAX_OPER_CHWIDTH -1 75 * struct wpa_ssid - Network configuration data [all …]
|
| D | ChangeLog | 3 2022-01-16 - v2.10 5 - improved protection against side channel attacks 6 [https://w1.fi/security/2022-1/] 7 - added support for the hash-to-element mechanism (sae_pwe=1 or 10 - fixed PMKSA caching with OKC 11 - added support for SAE-PK 12 * EAP-pwd changes 13 - improved protection against side channel attacks 14 [https://w1.fi/security/2022-1/] 17 [https://w1.fi/security/2021-1/] [all …]
|
| /third_party/node/deps/npm/node_modules/http-cache-semantics/ |
| D | README.md | 1 …Build Status](https://travis-ci.org/pornel/http-cache-semantics.svg?branch=master)](https://travis… 18 // (this is pseudocode, roll your own cache (lru-cache package works)) 35 It may be surprising, but it's not enough for an HTTP response to be [fresh](#yo-fresh) to satisfy … 37 …the `newRequest` is compatible with the original request and whether all caching conditions are me… 55 'cache-control': 'public, max-age=7234', 67 …-maxage` is respected). If `options.shared` is `false`, then the response is evaluated from a pers… 71 …es with `Cache-Control: immutable`. Note that [per RFC](http://httpwg.org/http-extensions/immutabl… 73 …reCargoCult` is true, common anti-cache directives will be completely ignored if the non-standard … 89 …sponse. This function is necessary, because proxies MUST always remove hop-by-hop headers (such as… 103 …along with the cached response. `obj = policy.toObject()` gives a plain JSON-serializable object. … [all …]
|
| /third_party/libfuse/ |
| D | ChangeLog.rst | 1 libfuse 3.10.5 (2021-09-06) 7 libfuse 3.10.4 (2021-06-09) 15 libfuse 3.10.3 (2021-04-12) 18 * Fix returning d_ino and d_type from readdir(3) in non-plus mode 20 libfuse 3.10.2 (2021-02-05) 24 option has no effect since mounting over non-empty directories is allowed by default. 29 libfuse 3.10.1 (2020-12-07) 34 libfuse 3.10.0 (2020-10-09) 37 * Add FUSE_CAP_CACHE_SYMLINKS: allow caching symlinks in kernel page cache. 40 libfuse 3.9.4 (2020-08-09) [all …]
|
| /third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
| D | cso_context.h | 3 * Copyright 2007-2008 VMware, Inc. 20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 113 * We don't provide shader caching in CSO. Most of the time the api provides 115 * (eg mesa's internally-generated texenv programs), it will be up to 116 * gallium frontends to implement their own specialized caching. 203 /* info->draw_id can be changed by the callee if increment_draw_id is true. */
|
| /third_party/mesa3d/include/drm-uapi/ |
| D | i915_drm.h | 19 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 37 * subject to backwards-compatibility constraints. 43 * I915_L3_PARITY_UEVENT - Generated when the driver receives a parity mismatch 46 * track of these events and if a specific cache-line seems to have a 48 * intel-gpu-tools. The value supplied with the event is always 1. 50 * I915_ERROR_UEVENT - Generated upon error detection, currently only via 57 * I915_RESET_UEVENT - Event is generated just before an attempt to reset the 66 * struct i915_user_extension - Base class for defining a chain of extensions 82 * .. code-block:: C 158 * enum drm_i915_gem_engine_class - uapi engine type enumeration [all …]
|
| /third_party/flutter/skia/gm/ |
| D | pathmaskcache.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 21 /** This tests the GPU backend's caching of path coverage masks */ 44 canvas->save(); in onDraw() 45 canvas->translate(-bounds.fLeft, -bounds.fTop); in onDraw() 47 canvas->save(); in onDraw() 48 canvas->concat(m); in onDraw() 49 canvas->drawPath(path, paint); in onDraw() 50 canvas->restore(); in onDraw() 53 canvas->translate(bounds.width() + kPad, 0.f); in onDraw() 54 canvas->save(); in onDraw() [all …]
|
| /third_party/skia/gm/ |
| D | pathmaskcache.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 21 /** This tests the GPU backend's caching of path coverage masks */ 44 canvas->save(); in onDraw() 45 canvas->translate(-bounds.fLeft, -bounds.fTop); in onDraw() 47 canvas->save(); in onDraw() 48 canvas->concat(m); in onDraw() 49 canvas->drawPath(path, paint); in onDraw() 50 canvas->restore(); in onDraw() 53 canvas->translate(bounds.width() + kPad, 0.f); in onDraw() 54 canvas->save(); in onDraw() [all …]
|
| /third_party/ltp/utils/benchmark/kernbench-0.42/ |
| D | README | 20 Ideally it should be run in single user mode on a non-journalled filesystem. 37 kernbench [-n runs] [-o jobs] [-s] [-H] [-O] [-M] [-h] [-v] 51 Changed -j to at least 4GB ram. 60 v0.30 Added fast run option which bypasses caching, warmup and tree 62 detect -j2 and change to -j3. Added syncs. Improved warnings and
|