Home
last modified time | relevance | path

Searched refs:legacy (Results 1 – 25 of 861) sorted by relevance

12345678910>>...35

/third_party/python/Misc/
Dsvnmap.txt1 2161 3cd033e6b530f6a78b3b14fedbd2074896dbf6de legacy-trunk
2 2162 4db9d46b306a9c6ec2d1fe7a7cc36ef7173426a6 legacy-trunk
3 2163 4a3a648185ef8965c342860bd8457ed6c03c6de0 legacy-trunk
4 2164 8da9225cc60e2da1665a80af90184db0fdda05ce legacy-trunk
5 2165 17e490b4dc28b8ac605fa19e482cf722fe80658d legacy-trunk
6 2166 5570dbb1ce558b55716eab7d080a1afad2e77e2f legacy-trunk
7 2167 fc6fcd7df4f7f2e1c12f17af2464c497d6f6a3e9 legacy-trunk
8 2168 34d667dc1a4c4abdcb19cddfd2e9bfda01139ed2 legacy-trunk
9 2169 6fc146bd4f03c97d14c7c300b1212a11eb9b672a legacy-trunk
10 2170 33701db4ea559100d37be44d2f0d53e568a0ec33 legacy-trunk
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h29 namespace legacy {
63 legacy::PassManagerBase &PM)>
213 legacy::PassManagerBase &PM) const;
214 void addInitialAliasAnalysisPasses(legacy::PassManagerBase &PM) const;
215 void addLTOOptimizationPasses(legacy::PassManagerBase &PM);
216 void addLateLTOOptimizationPasses(legacy::PassManagerBase &PM);
217 void addPGOInstrPasses(legacy::PassManagerBase &MPM, bool IsCS);
218 void addFunctionSimplificationPasses(legacy::PassManagerBase &MPM);
219 void addInstructionCombiningPass(legacy::PassManagerBase &MPM) const;
225 void populateFunctionPassManager(legacy::FunctionPassManager &FPM);
[all …]
/third_party/node/test/parallel/
Dtest-x509-escaping.js150 legacy: { property
161 legacy: { property
172 legacy: { property
182 legacy: { property
193 legacy: { property
203 legacy: { property
210 legacy: { property
249 expected.legacy));
261 legacy: { property
268 legacy: { property
[all …]
Dtest-x509-escaping-revert-CVE-2021-44532.js128 legacy: { property
140 legacy: { property
155 legacy: { property
165 legacy: { property
176 legacy: { property
186 legacy: null, property
189 legacy: { property
229 expected.legacy ?
231 expected.legacy) :
232 expected.legacy);
Dtest-http-header-overflow.js26 const legacy = getOptionValue('--http-parser') === 'legacy'; constant
31 bytesParsed: maxHeaderSize + PAYLOAD_GET.length - (legacy ? -1 : 0),
/third_party/typescript/tests/baselines/reference/user/
Dgraceful-fs.log22 node_modules/graceful-fs/legacy-streams.js(14,17): error TS2345: Argument of type 'this' is not ass…
24 node_modules/graceful-fs/legacy-streams.js(36,14): error TS2339: Property 'encoding' does not exist…
25 node_modules/graceful-fs/legacy-streams.js(36,29): error TS2339: Property 'setEncoding' does not ex…
26 node_modules/graceful-fs/legacy-streams.js(36,46): error TS2339: Property 'encoding' does not exist…
27 node_modules/graceful-fs/legacy-streams.js(38,14): error TS2339: Property 'start' does not exist on…
28 node_modules/graceful-fs/legacy-streams.js(39,36): error TS2339: Property 'start' does not exist on…
29 node_modules/graceful-fs/legacy-streams.js(48,16): error TS2339: Property 'start' does not exist on…
30 node_modules/graceful-fs/legacy-streams.js(52,23): error TS2339: Property 'start' does not exist on…
31 node_modules/graceful-fs/legacy-streams.js(57,14): error TS2339: Property '_read' does not exist on…
32 node_modules/graceful-fs/legacy-streams.js(64,14): error TS2339: Property 'emit' does not exist on …
[all …]
/third_party/python/Lib/
Dcompileall.py49 rx=None, quiet=0, legacy=False, optimize=-1, workers=1, argument
104 legacy=legacy,
116 legacy, optimize, invalidation_mode,
124 legacy=False, optimize=-1, argument
205 if legacy:
274 legacy=False, optimize=-1, argument
300 legacy=legacy,
428 args.quiet, args.legacy,
439 args.legacy, workers=args.workers,
449 return compile_path(legacy=args.legacy, force=args.force,
/third_party/protobuf/cmake/
Dexamples.cmake40 #Build using the legacy compatibility module.
41 add_examples_build(examples-legacy
45 add_dependencies(examples-legacy libprotobuf protoc)
52 #Build using the installed library in legacy compatibility mode.
53 add_examples_build(examples-installed-legacy
/third_party/node/deps/npm/node_modules/hosted-git-info/
Dindex.js110 var legacy = url.parse(giturl)
113 if (legacy.auth && typeof url.URL === 'function') {
127 legacy.auth = whatwg.username || ''
128 if (whatwg.password) legacy.auth += ':' + whatwg.password
131 return legacy
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassTimingInfo.cpp47 namespace legacy { namespace
151 legacy::PassTimingInfo::init(); in getPassTimer()
152 if (legacy::PassTimingInfo::TheTimeInfo) in getPassTimer()
153 return legacy::PassTimingInfo::TheTimeInfo->getPassTimer(P, P); in getPassTimer()
160 if (legacy::PassTimingInfo::TheTimeInfo) in reportAndResetTimings()
161 legacy::PassTimingInfo::TheTimeInfo->print(OutStream); in reportAndResetTimings()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp236 legacy::PassManagerBase &PM) const { in addExtensionsToPM()
249 legacy::PassManagerBase &PM) const { in addInitialAliasAnalysisPasses()
273 legacy::PassManagerBase &PM) const { in addInstructionCombiningPass()
279 legacy::FunctionPassManager &FPM) { in populateFunctionPassManager()
298 void PassManagerBuilder::addPGOInstrPasses(legacy::PassManagerBase &MPM, in addPGOInstrPasses()
349 legacy::PassManagerBase &MPM) { in addFunctionSimplificationPasses()
469 legacy::PassManagerBase &MPM) { in populateModulePassManager()
839 void PassManagerBuilder::addLTOOptimizationPasses(legacy::PassManagerBase &PM) { in addLTOOptimizationPasses()
1010 legacy::PassManagerBase &PM) { in addLateLTOOptimizationPasses()
1032 legacy::PassManagerBase &PM) { in populateThinLTOPassManager()
[all …]
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/usb/
Dtegra-usb.txt22 - nvidia,has-legacy-mode : boolean indicates whether this controller can
23 operate in legacy mode (as APX 2500 / 2600). In legacy mode some
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLegacyPassManager.h27 namespace legacy {
98 DEFINE_STDCXX_CONVERSION_FUNCTIONS(legacy::PassManagerBase, LLVMPassManagerRef)
/third_party/uboot/u-boot-2020.01/tools/binman/test/
D071_gbb.dts19 force-dev-boot-legacy;
22 default-dev-boot-legacy;
/third_party/boost/libs/gil/test/legacy/
DREADME.md7 * Run the legacy tests as part of CI builds and regression tests.
14 functional coverage is the same as of the legacy tests.
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/baytrail/
DKconfig31 bool "Enable the SoC integrated legacy UART"
33 There is a legacy UART integrated into the Bay Trail SoC.
/third_party/python/Doc/library/
Dcompileall.rst75 Write the byte-code files to their legacy locations and names, which may
151 …evels=sys.getrecursionlimit(), ddir=None, force=False, rx=None, quiet=0, legacy=False, optimize=-1…
177 If *legacy* is true, byte-code files are written to their legacy locations
206 Added the *legacy* and *optimize* parameter.
215 The *legacy* parameter only writes out ``.pyc`` files, not ``.pyo`` files
234 .. function:: compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimi…
253 If *legacy* is true, byte-code files are written to their legacy locations
280 The *legacy* parameter only writes out ``.pyc`` files, not ``.pyo`` files
292 .. function:: compile_path(skip_curdir=True, maxlevels=0, force=False, quiet=0, legacy=False, optim…
303 Added the *legacy* and *optimize* parameter.
[all …]
/third_party/XKeyboardConfig/symbols/
Dua8 // The legacy WinKeys layout extended on the third and fourth level with
59 xkb_symbols "legacy" {
61 name[Group1]= "Ukrainian (legacy)";
120 include "ua(legacy)"
135 include "ua(legacy)"
163 include "ua(legacy)"
209 include "ua(legacy)"
266 include "ua(legacy)"
/third_party/XKeyboardConfig/build/usr/local/share/X11/xkb/symbols/
Dua8 // The legacy WinKeys layout extended on the third and fourth level with
59 xkb_symbols "legacy" {
61 name[Group1]= "Ukrainian (legacy)";
120 include "ua(legacy)"
135 include "ua(legacy)"
163 include "ua(legacy)"
209 include "ua(legacy)"
266 include "ua(legacy)"
/third_party/icu/icu4c/source/samples/legacy/
DMakefile33 TARGET=legacy
36 OBJECTS=legacy.o newcol.o oldcol.o
Dlegacy.sln5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "legacy", "legacy.vcxproj", "{57F56795-1802-460…
/third_party/skia/third_party/externals/icu/source/samples/legacy/
DMakefile33 TARGET=legacy
36 OBJECTS=legacy.o newcol.o oldcol.o
/third_party/flutter/skia/third_party/externals/icu/source/samples/legacy/
DMakefile33 TARGET=legacy
36 OBJECTS=legacy.o newcol.o oldcol.o
/third_party/icu/icu4c/source/data/misc/
Dmetadata.txt103 reason{"legacy"}
175 reason{"legacy"}
203 reason{"legacy"}
251 reason{"legacy"}
487 reason{"legacy"}
491 reason{"legacy"}
495 reason{"legacy"}
555 reason{"legacy"}
559 reason{"legacy"}
563 reason{"legacy"}
[all …]
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-adduser.md14 npm adduser [--registry=url] [--scope=@orgname] [--always-auth] [--auth-type=legacy]
82 * Default: `'legacy'`
83 * Type: `'legacy'`, `'sso'`, `'saml'`, `'oauth'`
87 username/password entry in legacy npm.

12345678910>>...35