Home
last modified time | relevance | path

Searched refs:support (Results 1 - 25 of 979) sorted by relevance

12345678910>>...40

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h20 support::ulittle32_t Off;
21 support::ulittle16_t Isect;
33 support::ulittle32_t VerSignature;
34 support::ulittle32_t VerHdr;
35 support::ulittle32_t HrSize;
36 support::ulittle32_t NumBuckets;
41 support::ulittle32_t Off; // Offset in the symbol record stream
42 support::ulittle32_t CRef;
47 support::ulittle16_t ISect;
49 support
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DCOFF.h55 support::ulittle16_t UsedBytesInTheLastPage;
56 support::ulittle16_t FileSizeInPages;
57 support::ulittle16_t NumberOfRelocationItems;
58 support::ulittle16_t HeaderSizeInParagraphs;
59 support::ulittle16_t MinimumExtraParagraphs;
60 support::ulittle16_t MaximumExtraParagraphs;
61 support::ulittle16_t InitialRelativeSS;
62 support::ulittle16_t InitialSP;
63 support::ulittle16_t Checksum;
64 support
[all...]
H A DXCOFFObjectFile.h23 support::ubig16_t Magic;
24 support::ubig16_t NumberOfSections;
28 support::big32_t TimeStamp;
30 support::ubig32_t SymbolTableOffset; // File offset to symbol table.
31 support::big32_t NumberOfSymTableEntries;
32 support::ubig16_t AuxHeaderSize;
33 support::ubig16_t Flags;
37 support::ubig16_t Magic;
38 support::ubig16_t NumberOfSections;
42 support
[all...]
H A DCVDebugRecord.h24 support::ulittle32_t CVSignature;
25 support::ulittle32_t Offset;
31 support::ulittle32_t CVSignature;
33 support::ulittle32_t Age;
38 support::ulittle32_t CVSignature;
39 support::ulittle32_t Offset;
40 support::ulittle32_t Signature;
41 support::ulittle32_t Age;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMinidump.h36 support::ulittle32_t Signature;
39 support::ulittle32_t Version;
40 support::ulittle32_t NumberOfStreams;
41 support::ulittle32_t StreamDirectoryRVA;
42 support::ulittle32_t Checksum;
43 support::ulittle32_t TimeDateStamp;
44 support::ulittle64_t Flags;
60 support::ulittle32_t DataSize;
61 support::ulittle32_t RVA;
68 support
[all...]
/third_party/python/Lib/test/
H A Dtest_support.py16 from test import support namespace
17 from test.support import import_helper
18 from test.support import os_helper
19 from test.support import script_helper
20 from test.support import socket_helper
21 from test.support import warnings_helper
30 cls._warnings_helper_token = support.ignore_deprecations_from(
31 "test.support.warnings_helper", like=".*used in test_support.*"
33 cls._test_support_token = support.ignore_deprecations_from(
41 support
[all...]
H A Dtest_select.py8 from test import support namespace
10 support.requires_working_socket(module=True)
51 @support.requires_fork()
63 if support.verbose:
72 if support.verbose:
75 if support.verbose:
84 support.is_emscripten, "Emscripten cannot select a fd multiple times."
96 support.check_disallow_instantiation(self, type(select.poll()))
99 support.check_disallow_instantiation(self, type(select.devpoll()))
102 support
[all...]
H A Dtest_smtpnet.py2 from test import support namespace
3 from test.support import import_helper
4 from test.support import socket_helper
10 support.requires("network")
29 support.get_attribute(smtplib, 'SMTP_SSL')
51 support.get_attribute(smtplib, 'SMTP_SSL')
58 support.get_attribute(smtplib, 'SMTP_SSL')
68 support.get_attribute(smtplib, 'SMTP_SSL')
80 support.get_attribute(smtplib, 'SMTP_SSL')
H A Dtest_audit.py7 from test import support namespace
8 from test.support import import_helper
9 from test.support import os_helper
15 AUDIT_TESTS_PY = support.findfile("audit-tests.py")
21 @support.requires_subprocess()
35 @support.requires_subprocess()
123 if support.verbose:
135 if support.verbose:
149 if support.verbose:
164 if support
[all...]
H A Dtest_atexit.py6 from test import support namespace
7 from test.support import script_helper
13 script = support.findfile("_test_atexit.py")
51 @support.cpython_only
66 ret = support.run_in_subinterp(code)
81 ret = support.run_in_subinterp(code)
99 ret = support.run_in_subinterp(code)
H A Dtest_xml_etree_c.py4 from test import support namespace
5 from test.support.import_helper import import_fresh_module
19 @support.bigmemtest(size=support._2G + 100, memuse=1, dry_run=False)
67 support.gc_collect()
87 support.gc_collect()
121 @support.cpython_only
160 support.gc_collect()
170 support.gc_collect()
194 @support
[all...]
/third_party/python/Lib/test/libregrtest/
H A Dsetup.py7 from test import support namespace
8 from test.support.os_helper import TESTFN_UNDECODABLE, FS_NONASCII
45 support.record_original_stdout(sys.stdout)
73 support.set_memlimit(ns.memlimit)
78 support.suppress_msvcrt_asserts(ns.verbose and ns.verbose >= 2)
80 support.use_resources = ns.use_resources
93 support.SHORT_TIMEOUT = max(support.SHORT_TIMEOUT, ns.timeout / 40)
94 support.LONG_TIMEOUT = max(support
[all...]
H A Druntest.py12 from test import support namespace
13 from test.support import os_helper
14 from test.support import threading_helper
191 support.set_match_tests(ns.match_tests, ns.ignore_tests)
192 support.junit_xml_list = xml_list = [] if ns.xmlpath else None
194 support.failfast = True
197 support.verbose = True
202 print_warning = support.print_warning
210 # messages order. If support.environment_altered becomes true,
228 support
[all...]
H A Dutils.py5 from test import support namespace
65 support.print_warning(msg)
73 support.environment_altered = True
74 support.print_warning("Unraisable exception")
77 support.flush_std_streams()
78 sys.stderr = support.print_warning.orig_stderr
96 support.environment_altered = True
97 support.print_warning(f"Uncaught thread exception: {args.exc_type.__name__}")
100 support.flush_std_streams()
101 sys.stderr = support
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dgen_dxgi_support_tables.py7 # Code generation for the DXGI support tables. Determines which formats
8 # are natively support in D3D10+.
34 // Queries for DXGI support of various texture formats. Depends on DXGI
201 for json_flag, support in sorted(format_support.items()):
205 if support == 'check':
207 elif support == 'always':
209 elif support == 'never':
211 elif support == '10_0':
213 elif support == '10_1':
215 elif support
[all...]
/third_party/python/Lib/lib2to3/tests/
H A Dtest_all_fixers.py11 import test.support namespace
15 from . import support namespace
18 @test.support.requires_resource('cpu')
19 class Test_all(support.TestCase):
22 self.refactor = support.get_refactorer()
25 if test.support.verbose:
31 with test.support.infinite_recursion(150):
37 for filepath in support.all_project_files():
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h32 support::ulittle32_t RelocOffset; // Code offset of line contribution.
33 support::ulittle16_t RelocSegment; // Code segment of line contribution.
34 support::ulittle16_t Flags; // See LineFlags enumeration.
35 support::ulittle32_t CodeSize; // Code size of this line contribution.
40 support::ulittle32_t NameIndex; // Offset of FileChecksum entry in File
44 support::ulittle32_t NumLines; // Number of lines
45 support::ulittle32_t BlockSize; // Code size of block, in bytes.
54 support::ulittle32_t Offset; // Offset to start of code bytes for line number
55 support::ulittle32_t Flags; // Start:24, End:7, IsStatement:1
60 support
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h36 support::ulittle32_t BlockSize;
38 support::ulittle32_t FreeBlockMapBlock;
42 support::ulittle32_t NumBlocks;
44 support::ulittle32_t NumDirectoryBytes;
46 support::ulittle32_t Unknown1;
48 support::ulittle32_t BlockMapAddr;
66 ArrayRef<support::ulittle32_t> DirectoryBlocks;
67 ArrayRef<support::ulittle32_t> StreamSizes;
68 std::vector<ArrayRef<support::ulittle32_t>> StreamMap;
80 std::vector<support
[all...]
/third_party/python/Lib/test/test_email/
H A Dtest_utils.py3 import test.support namespace
74 test.support.patch(self, time, 'daylight', True)
79 test.support.patch(self, time, 'daylight', False)
84 test.support.patch(self, time, 'daylight', True)
91 test.support.patch(self, time, 'daylight', False)
97 @test.support.run_with_tz('Europe/Minsk')
99 test.support.patch(self, time, 'daylight', True)
105 @test.support.run_with_tz('Europe/Minsk')
107 test.support.patch(self, time, 'daylight', False)
113 @test.support
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp26 BPFAsmBackend(support::endianness Endian) : MCAsmBackend(Endian) {} in BPFAsmBackend()
64 support::endian::write<uint64_t>(OS, 0x15000000, Endian); in writeNopData()
78 support::endian::write<uint32_t>(&Data[Fixup.getOffset() + 4], in applyFixup()
82 support::endian::write<uint32_t>(&Data[Fixup.getOffset()], Value, Endian); in applyFixup()
84 support::endian::write<uint64_t>(&Data[Fixup.getOffset()], Value, Endian); in applyFixup()
87 if (Endian == support::little) { in applyFixup()
89 support::endian::write32le(&Data[Fixup.getOffset() + 4], Value); in applyFixup()
92 support::endian::write32be(&Data[Fixup.getOffset() + 4], Value); in applyFixup()
97 support::endian::write<uint16_t>(&Data[Fixup.getOffset() + 2], Value, in applyFixup()
111 return new BPFAsmBackend(support in createBPFAsmBackend()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp108 support::endian::write<uint8_t>(OS, MO.getImm(), support::little); in encodeInstruction()
111 support::endian::write<uint16_t>(OS, MO.getImm(), support::little); in encodeInstruction()
114 support::endian::write<uint32_t>(OS, MO.getImm(), support::little); in encodeInstruction()
117 support::endian::write<uint64_t>(OS, MO.getImm(), support::little); in encodeInstruction()
134 support::endian::write<float>(OS, F, support in encodeInstruction()
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_install_scripts.py9 from distutils.tests import support namespace
10 from test.support import run_unittest
13 class InstallScriptsTestCase(support.TempdirManager,
14 support.LoggingSilencer,
19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/third_party/python/Lib/test/support/
H A Dthreading_helper.py9 from test import support namespace
13 # Threading support to prevent reporting refleaks when running regrtest.py -R
38 support.environment_altered = True
40 support.print_warning(f"threading_cleanup() failed to cleanup "
45 support.print_warning(f"Dangling thread: {thread!r}")
52 support.gc_collect()
85 timeout = support.SHORT_TIMEOUT
103 support.gc_collect()
111 timeout = support.SHORT_TIMEOUT
129 if support
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryByteStream.h34 BinaryByteStream(ArrayRef<uint8_t> Data, llvm::support::endianness Endian) in BinaryByteStream()
36 BinaryByteStream(StringRef Data, llvm::support::endianness Endian) in BinaryByteStream()
39 llvm::support::endianness getEndian() const override { return Endian; }
67 llvm::support::endianness Endian;
78 llvm::support::endianness Endian) in MemoryBufferByteStream()
93 llvm::support::endianness Endian) in MutableBinaryByteStream()
96 llvm::support::endianness getEndian() const override {
137 llvm::support::endianness Endian = llvm::support::little;
141 AppendingBinaryByteStream(llvm::support
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1 //===- CoverageMapping.h - Code coverage mapping support --------*- C++ -*-===//
304 /// Mapping from FileID (i.e. vector index) to filename. Used to support
697 template <support::endianness Endian> uint64_t getFuncHash() const { in getFuncHash()
698 return support::endian::byte_swap<uint64_t, Endian>(FuncHash); in getFuncHash()
702 template <support::endianness Endian> uint32_t getDataSize() const { in getDataSize()
703 return support::endian::byte_swap<uint32_t, Endian>(DataSize); in getDataSize()
707 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef()
708 return support::endian::byte_swap<IntPtrT, Endian>(NamePtr); in getFuncNameRef()
712 template <support::endianness Endian>
715 uint32_t NameS = support in getFuncName()
[all...]

Completed in 13 milliseconds

12345678910>>...40