Home
last modified time | relevance | path

Searched +full:force +full:- +full:load +full:- +full:on +full:- +full:access (Results 1 – 25 of 645) sorted by relevance

12345678910>>...26

/third_party/grpc/src/core/config/
Dconfig_vars.yaml7 # http://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS IS" BASIS,
23 # Optionally, a force-load-on-access: true flag can be added to force checking
28 # in this config var with their regular fuzzing work - or fuzz: FunctionName
29 … that the config space be explored, but FunctionName should be called to pre-format/validate the v…
32 - name: experiments
36 prefixed with a '-' to disable them.
40 - name: client_channel_backup_poll_interval_ms
44 Declares the interval in ms between two backup polls on client channels.
48 idleness), so that the next RPC on this channel won't fail. Set to 0 to
[all …]
/third_party/grpc/tools/codegen/core/
Dgen_config_vars.py9 # http://www.apache.org/licenses/LICENSE-2.0
12 # distributed under the License is distributed on an "AS IS" BASIS,
86 # copy-paste copyright notice from this file
347 print(" auto* p = config_vars_.load(std::memory_order_acquire);", file=H)
349 print(" return Load();", file=H)
362 if attr.get("force-load-on-access", False):
380 print(" static const ConfigVars& Load();", file=H)
383 if attr.get("force-load-on-access", False):
387 if attr.get("force-load-on-access", False) == False:
447 if attr.get("force-load-on-access", False) == False
[all …]
/third_party/mesa3d/src/util/
Ddriconf.h2 * XML DRI client-side driver configuration
145 "Disable throttling on first batch after flush")
149 "Force GLSL extension default behavior to 'warn'")
165 "Disable backslash-based line continuations in GLSL source")
176 … "Allow GL2 vertex shaders to have access to texture2D/textureCube with bias variants")
180 "Force a default GLSL version for shaders that lack an explicit #version line")
204 "Allow GLSL built-in variables to be redeclared verbatim")
216 "Force computing the absolute value for sqrt() and inversesqrt()")
236 … "Allow out-of-order draw optimizations. Set when Z fighting doesn't have to be accurate.")
250 "Force an OpenGL compatibility context")
[all …]
/third_party/icu/icu4c/source/common/unicode/
Dudata.h6 * Copyright (C) 1999-2014, International Business Machines
11 * encoding: UTF-8
15 * created on: 1999oct25
36 * This API is used to find and efficiently load data for ICU and applications
38 * name to find and load the data. Normally this API is used by other ICU APIs
39 * to load required data out of the ICU data library, but it can be used to
40 * load data out of other places.
50 #define U_TREE_SEPARATOR '-'
56 #define U_TREE_SEPARATOR_STRING "-"
85 * <p>ICU data must be at least 8-aligned, and should be 16-aligned.
[all …]
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dudata.h6 * Copyright (C) 1999-2014, International Business Machines
11 * encoding: UTF-8
15 * created on: 1999oct25
36 * This API is used to find and efficiently load data for ICU and applications
38 * name to find and load the data. Normally this API is used by other ICU APIs
39 * to load required data out of the ICU data library, but it can be used to
40 * load data out of other places.
50 #define U_TREE_SEPARATOR '-'
56 #define U_TREE_SEPARATOR_STRING "-"
85 * <p>ICU data must be at least 8-aligned, and should be 16-aligned.
[all …]
/third_party/skia/m133/third_party/externals/icu/source/common/unicode/
Dudata.h6 * Copyright (C) 1999-2014, International Business Machines
11 * encoding: UTF-8
15 * created on: 1999oct25
36 * This API is used to find and efficiently load data for ICU and applications
38 * name to find and load the data. Normally this API is used by other ICU APIs
39 * to load required data out of the ICU data library, but it can be used to
40 * load data out of other places.
50 #define U_TREE_SEPARATOR '-'
56 #define U_TREE_SEPARATOR_STRING "-"
85 * <p>ICU data must be at least 8-aligned, and should be 16-aligned.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DREADME.txt1 //===---------------------------------------------------------------------===//
3 //===---------------------------------------------------------------------===//
8 --
20 from CodeGen/SystemZ/asm-09.ll will use LHI rather than LGHI.
21 to load 103. This seems to be a general target-independent problem.
23 --
25 The tuning of the choice between LOAD ADDRESS (LA) and addition in
26 SystemZISelDAGToDAG.cpp is suspect. It should be tweaked based on
29 --
33 --
[all …]
/third_party/backends/doc/
Dsane-mustek.man1 .TH sane\-mustek 5 "13 Jul 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
2 .IX sane\-mustek
4 sane\-mustek \- SANE backend for Mustek SCSI flatbed scanners (and some other devices)
7 .B sane\-mustek
8 library implements a SANE (Scanner Access Now Easy) backend that provides access
14 Paragon MFS-6000CX
16 Paragon MFS-12000CX
18 Paragon MFC-600S, 600 II CD, ScanMagic 600 II SP
20 Paragon MFC-800S, 800 II SP
22 Paragon MFS-6000SP
[all …]
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
Doptimizer.hpp7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
34 // C++ interface for SPIR-V optimization functionalities. It wraps the context
35 // (including target environment and the corresponding SPIR-V grammar) and
38 // Instances of this class provides basic thread-safety guarantee.
43 // consumed by the RegisterPass() method. Tokens are one-time objects that
50 // Tokens for built-in passes should be created using Create*Pass functions
51 // below; for out-of-tree passes, use this constructor instead.
108 // Note: this recipe is specially designed for legalizing SPIR-V. It should be
127 // |flag| values of the form "--pass_name[=pass_args]". If no such pass
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Doptimizer.hpp7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
34 // C++ interface for SPIR-V optimization functionalities. It wraps the context
35 // (including target environment and the corresponding SPIR-V grammar) and
38 // Instances of this class provides basic thread-safety guarantee.
43 // consumed by the RegisterPass() method. Tokens are one-time objects that
50 // Tokens for built-in passes should be created using Create*Pass functions
51 // below; for out-of-tree passes, use this constructor instead.
108 // Note: this recipe is specially designed for legalizing SPIR-V. It should be
127 // |flag| values of the form "--pass_name[=pass_args]". If no such pass
[all …]
/third_party/tex-hyphen/hyph-utf8/doc/generic/hyph-utf8/
Dhyphenation-distribution.tex4 % \usetypescript[antykwa-poltawskiego]
5 % \setupbodyfont[antykwa-poltawskiego,10pt]
6 \usetypescript[antykwa-poltawskiego][ec]
7 \setupbodyfont[antykwa-poltawskiego,10pt]
33 In \TeXLive\ you can install different language collections \type{collection-lang}{\tt\sl <foo>}.
35 \placefigure[force]{}{\externalfigure[img/texlive-collection.png][width=340pt]}
37-langgerman} contains packages \type{hyphen-german} and \type{dehyph-exptl} which both contain hyp…
42 Hyphenation packages may contain one or more patterns. For example \type{hyphen-norwegian} contains…
48 file=loadhyph-nb.tex \
49 file_patterns=hyph-nb.pat.txt \
[all …]
/third_party/curl/tests/
Druntests.118 .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 .\" * SPDX-License-Identifier: curl
27 runtests.pl \- run one or more test cases
39 by specifying test numbers space-separated, like "1 3 5 7 11", and you can
47 It is also possible to specify tests based on a keyword describing the test(s)
59 When running without -s (short output), for instance when running runtests.pl
63 --pd---e-v- OK (45 out of 1427, remaining: 16:08, took 6.188s, duration: 00:31)
65 the first line contains the test number and a description. On the second line,
79 E the test was run event-based
86 .IP "-a"
[all …]
/third_party/spirv-tools/include/spirv-tools/
Doptimizer.hpp7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
35 // C++ interface for SPIR-V optimization functionalities. It wraps the context
36 // (including target environment and the corresponding SPIR-V grammar) and
39 // Instances of this class provides basic thread-safety guarantee.
44 // consumed by the RegisterPass() method. Tokens are one-time objects that
51 // Tokens for built-in passes should be created using Create*Pass functions
52 // below; for out-of-tree passes, use this constructor instead.
101 // If |preserve_interface| is true, all non-io variables in the entry point
104 // from the SPIR-V bytecode.
[all …]
/third_party/rust/rust/compiler/rustc_query_system/src/dep_graph/
Dmod.rs29 fn with_stable_hashing_context<R>(self, f: impl FnOnce(StableHashingContext<'_>) -> R) -> R; in with_stable_hashing_context()
31 /// Access the DepGraph.
32 fn dep_graph(&self) -> &DepGraph<Self::DepKind>; in dep_graph()
34 /// Access the profiler.
35 fn profiler(&self) -> &SelfProfilerRef; in profiler()
37 /// Access the compiler session.
38 fn sess(&self) -> &Session; in sess()
40 fn dep_kind_info(&self, dep_node: Self::DepKind) -> &DepKindStruct<Self>; in dep_kind_info()
43 fn fingerprint_style(self, kind: Self::DepKind) -> FingerprintStyle { in fingerprint_style()
53 fn is_eval_always(self, kind: Self::DepKind) -> bool { in is_eval_always()
[all …]
/third_party/skia/third_party/externals/angle2/doc/
DDevSetupAndroid.md23 use_goma = true # Googlers-only! If you're not a Googler remove this.
26 More targeted GN arg combinations can be found [below](#android-gn-args-combinations).
29 - Visit the ANGLE [CI Waterfall](https://ci.chromium.org/p/angle/g/ci/console).
30 - Open any recent Android build.
31 - Expand the for "lookup GN args" step and copy the GN args.
32 - Always omit the `goma_dir` flag.
33 - If you are not a Googler, also omit the `use_goma` flag.
40 autoninja -C out/Android
43 Most ANGLE build targets are supported. We do not support the ANGLE samples on
48 ./out/Android/angle_perftests --verbose --local-output --gtest_filter=DrawCallPerf*
[all …]
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst1 Mesa 22.1.0 Release Notes / 2022-05-18
10 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
13 Compatibility contexts may report a lower version depending on each driver.
17 depends on the particular driver being used.
20 ---------------
24 df6270c1371eaa2aa6eb65b95cbbb2a98b14fa4b7ba0ed45e4ca2fd32df60477 mesa-22.1.0.tar.xz
28 ------------
30 - d3d12 GL4.2
31 - GL_NV_pack_subimage
32 - VK_EXT_depth_clip_control on lavapipe and RADV
[all …]
D18.1.5.rst9 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
12 Compatibility contexts may report a lower version depending on each
16 ----------------
20 SHA256: f966d5d5d373a5b8a16ed5036c1e7f05d4ad46d130f793bf9782c3ac9133a02e mesa-18.1.5.tar.gz
21 SHA256: 69dbe6f1a6660386f5beb85d4fcf003ee23023ed7b9a603de84e9a37e8d98dea mesa-18.1.5.tar.xz
24 ------------
29 ---------
31 - `Bug 103274 <https://bugs.freedesktop.org/show_bug.cgi?id=103274>`__
32 - BRW allocates too much heap memory
33 - `Bug 107275 <https://bugs.freedesktop.org/show_bug.cgi?id=107275>`__
[all …]
/third_party/icu/icu4c/source/tools/pkgdata/
Dpkgdata.1.in1 .\" Hey, Emacs! This is -*-nroff-*- you know...
7 .\" Copyright (C) 2000-2009 IBM, Inc. and others.
15 \- package data for use by ICU
22 .BI "\-v\fP, \fB\-\-verbose"
27 .BI "\-C\fP, \fB\-\-comment" " comment"
30 .BI "\-m\fP, \fB\-\-mode" " mode"
32 .BI "\-p\fP, \fB\-\-name" " name"
33 .BI "\-O\fP, \fB\-\-bldopt" " options"
35 .BI "\-e\fP, \fB\-\-entrypoint" " name"
38 .BI "\-r\fP, \fB\-\-revision" " version"
[all …]
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
Dpkgdata.1.in1 .\" Hey, Emacs! This is -*-nroff-*- you know...
7 .\" Copyright (C) 2000-2009 IBM, Inc. and others.
15 \- package data for use by ICU
22 .BI "\-v\fP, \fB\-\-verbose"
27 .BI "\-C\fP, \fB\-\-comment" " comment"
30 .BI "\-m\fP, \fB\-\-mode" " mode"
32 .BI "\-p\fP, \fB\-\-name" " name"
33 .BI "\-O\fP, \fB\-\-bldopt" " options"
35 .BI "\-e\fP, \fB\-\-entrypoint" " name"
38 .BI "\-r\fP, \fB\-\-revision" " version"
[all …]
/third_party/skia/m133/third_party/externals/icu/source/tools/pkgdata/
Dpkgdata.1.in1 .\" Hey, Emacs! This is -*-nroff-*- you know...
7 .\" Copyright (C) 2000-2009 IBM, Inc. and others.
15 \- package data for use by ICU
22 .BI "\-v\fP, \fB\-\-verbose"
27 .BI "\-C\fP, \fB\-\-comment" " comment"
30 .BI "\-m\fP, \fB\-\-mode" " mode"
32 .BI "\-p\fP, \fB\-\-name" " name"
33 .BI "\-O\fP, \fB\-\-bldopt" " options"
35 .BI "\-e\fP, \fB\-\-entrypoint" " name"
38 .BI "\-r\fP, \fB\-\-revision" " version"
[all …]
/third_party/skia/m133/third_party/externals/libwebp/
D.pylintrc1 # This Pylint rcfile contains a best-effort configuration to uphold the
2 # best-practices and style described in the Google Python style guide:
5 # Its canonical open-source location is:
15 ignore-patterns=
20 # List of plugins (as comma separated values of python modules names) to load,
22 load-plugins=
29 unsafe-load-any-extension=no
40 # multiple time (only on the command line, not in the configuration file where
41 # it should appear only once). See also the "--disable" option for examples.
46 # option multiple times (only on the command line, not in the configuration
[all …]
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c2 * volume.c - NTFS volume handling code. Originated from the Linux-NTFS project.
4 * Copyright (c) 2000-2006 Anton Altaparmakov
5 * Copyright (c) 2002-2009 Szabolcs Szakacsits
6 * Copyright (c) 2004-2005 Richard Russon
7 * Copyright (c) 2010 Jean-Pierre Andre
20 * along with this program (in the main directory of the NTFS-3G
22 * Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
80 "News, support and information: https://github.com/tuxera/ntfs-3g/\n";
89 "SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows\n"
99 "read-only with the 'ro' mount option.\n";
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h1 //===- llvm/Analysis/VectorUtils.h - Vector utilities -----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
36 GlobalPredicate, // Global logical predicate that acts on all lanes
79 /// This object in independent on the paradigm used to
81 /// any target-specific ABI.
113 /// Sanity check on the Parameters in the VFShape.
142 /// extentsion (or <isa> from now on). The <VFABI_name> is in the following
154 /// \param MangledName -> input string in the format
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.td13 /// Target-independent enum attributes.
26 /// Function can access memory only using pointers based on its arguments.
29 /// Callee is recognized as a builtin, despite nobuiltin attribute on its
39 /// Can only be moved to control-equivalent blocks.
48 /// Function may only access memory that is inaccessible from IR.
51 /// Function may only access memory that is either inaccessible from the IR,
61 /// Force argument to be passed in register.
64 /// Build jump-instruction tables and replace refs.
130 /// Function does not access memory.
176 /// AddressSanitizer is on.
[all …]
/third_party/astc-encoder/
D.pylintrc6 limit-inference-results=100
8 # List of plugins (as comma separated values of python module names) to load,
10 load-plugins=pylint.extensions.docparams
16 # user-friendly hints instead of false-positive error messages.
17 suggestion-mode=yes
21 unsafe-load-any-extension=no
34 # option multiple times (only on the command line, not in the configuration
35 # file where it should appear only once). You can also use "--disable=all" to
37 # you want to run only the similarities checker, you can use "--disable=all
38 # --enable=similarities". If you want to run only the classes checker, but have
[all …]

12345678910>>...26